@hangtime/climbing-boards 1.0.10 → 1.0.11
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
|
@@ -95487,6 +95487,26 @@
|
|
|
95487
95487
|
]
|
|
95488
95488
|
}
|
|
95489
95489
|
},
|
|
95490
|
+
{
|
|
95491
|
+
"type": "Feature",
|
|
95492
|
+
"id": 255984,
|
|
95493
|
+
"properties": {
|
|
95494
|
+
"id": 255984,
|
|
95495
|
+
"username": "guiyan_hot_rock",
|
|
95496
|
+
"latitude": 26.6492997,
|
|
95497
|
+
"longitude": 106.61523,
|
|
95498
|
+
"title": "贵阳热岩攀岩馆 Guiyang Hot Rock Climbing Gym",
|
|
95499
|
+
"description": "Tension Board at 贵阳热岩攀岩馆 Guiyang Hot Rock Climbing Gym",
|
|
95500
|
+
"marker-color": "#000000"
|
|
95501
|
+
},
|
|
95502
|
+
"geometry": {
|
|
95503
|
+
"type": "Point",
|
|
95504
|
+
"coordinates": [
|
|
95505
|
+
106.61523,
|
|
95506
|
+
26.6492997
|
|
95507
|
+
]
|
|
95508
|
+
}
|
|
95509
|
+
},
|
|
95490
95510
|
{
|
|
95491
95511
|
"type": "Feature",
|
|
95492
95512
|
"id": 50,
|
|
@@ -5814,6 +5814,24 @@
|
|
|
5814
5814
|
44.21913
|
|
5815
5815
|
]
|
|
5816
5816
|
}
|
|
5817
|
+
},
|
|
5818
|
+
{
|
|
5819
|
+
"type": "Feature",
|
|
5820
|
+
"id": 255984,
|
|
5821
|
+
"properties": {
|
|
5822
|
+
"id": 255984,
|
|
5823
|
+
"username": "guiyan_hot_rock",
|
|
5824
|
+
"name": "贵阳热岩攀岩馆 Guiyang Hot Rock Climbing Gym",
|
|
5825
|
+
"latitude": 26.6492997,
|
|
5826
|
+
"longitude": 106.61523
|
|
5827
|
+
},
|
|
5828
|
+
"geometry": {
|
|
5829
|
+
"type": "Point",
|
|
5830
|
+
"coordinates": [
|
|
5831
|
+
106.61523,
|
|
5832
|
+
26.6492997
|
|
5833
|
+
]
|
|
5834
|
+
}
|
|
5817
5835
|
}
|
|
5818
5836
|
]
|
|
5819
5837
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hangtime/climbing-boards",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
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",
|