@hangtime/climbing-boards 1.0.15 → 1.0.17
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 +671 -10
- package/geojson/kilterboardapp.geojson +625 -10
- package/geojson/tensionboardapp2.geojson +18 -0
- package/package.json +1 -1
|
@@ -5868,6 +5868,24 @@
|
|
|
5868
5868
|
50.6198
|
|
5869
5869
|
]
|
|
5870
5870
|
}
|
|
5871
|
+
},
|
|
5872
|
+
{
|
|
5873
|
+
"type": "Feature",
|
|
5874
|
+
"id": 257520,
|
|
5875
|
+
"properties": {
|
|
5876
|
+
"id": 257520,
|
|
5877
|
+
"username": "vertikon_singingrock",
|
|
5878
|
+
"name": "Vertikon",
|
|
5879
|
+
"latitude": 49.23045,
|
|
5880
|
+
"longitude": 17.65388
|
|
5881
|
+
},
|
|
5882
|
+
"geometry": {
|
|
5883
|
+
"type": "Point",
|
|
5884
|
+
"coordinates": [
|
|
5885
|
+
17.65388,
|
|
5886
|
+
49.23045
|
|
5887
|
+
]
|
|
5888
|
+
}
|
|
5871
5889
|
}
|
|
5872
5890
|
]
|
|
5873
5891
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hangtime/climbing-boards",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.17",
|
|
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",
|