@hangtime/climbing-boards 1.0.91 → 1.0.92
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/geojson/combined.geojson
CHANGED
|
@@ -100807,6 +100807,26 @@
|
|
|
100807
100807
|
]
|
|
100808
100808
|
}
|
|
100809
100809
|
},
|
|
100810
|
+
{
|
|
100811
|
+
"type": "Feature",
|
|
100812
|
+
"id": 287875,
|
|
100813
|
+
"properties": {
|
|
100814
|
+
"id": 287875,
|
|
100815
|
+
"username": "banana__climbing_dx",
|
|
100816
|
+
"latitude": 40.00333735,
|
|
100817
|
+
"longitude": 116.36517531,
|
|
100818
|
+
"title": "Banana Climbing Xiaoyuehe",
|
|
100819
|
+
"description": "Tension Board at Banana Climbing Xiaoyuehe",
|
|
100820
|
+
"marker-color": "#000000"
|
|
100821
|
+
},
|
|
100822
|
+
"geometry": {
|
|
100823
|
+
"type": "Point",
|
|
100824
|
+
"coordinates": [
|
|
100825
|
+
116.36517531,
|
|
100826
|
+
40.00333735
|
|
100827
|
+
]
|
|
100828
|
+
}
|
|
100829
|
+
},
|
|
100810
100830
|
{
|
|
100811
100831
|
"type": "Feature",
|
|
100812
100832
|
"id": 50,
|
|
@@ -6570,6 +6570,24 @@
|
|
|
6570
6570
|
38.252376
|
|
6571
6571
|
]
|
|
6572
6572
|
}
|
|
6573
|
+
},
|
|
6574
|
+
{
|
|
6575
|
+
"type": "Feature",
|
|
6576
|
+
"id": 287875,
|
|
6577
|
+
"properties": {
|
|
6578
|
+
"id": 287875,
|
|
6579
|
+
"username": "banana__climbing_dx",
|
|
6580
|
+
"name": "Banana Climbing Xiaoyuehe",
|
|
6581
|
+
"latitude": 40.00333735,
|
|
6582
|
+
"longitude": 116.36517531
|
|
6583
|
+
},
|
|
6584
|
+
"geometry": {
|
|
6585
|
+
"type": "Point",
|
|
6586
|
+
"coordinates": [
|
|
6587
|
+
116.36517531,
|
|
6588
|
+
40.00333735
|
|
6589
|
+
]
|
|
6590
|
+
}
|
|
6573
6591
|
}
|
|
6574
6592
|
]
|
|
6575
6593
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hangtime/climbing-boards",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.92",
|
|
4
4
|
"description": "Auto-updating GeoJSON dataset of Aurora Climbing board locations: Kilter, Tension, Grasshopper, Decoy, So iLL, Touchstone and Aurora.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "geojson/combined.geojson",
|