@hangtime/climbing-boards 1.0.97 → 1.0.98
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
|
@@ -101010,6 +101010,26 @@
|
|
|
101010
101010
|
]
|
|
101011
101011
|
}
|
|
101012
101012
|
},
|
|
101013
|
+
{
|
|
101014
|
+
"type": "Feature",
|
|
101015
|
+
"id": 286825,
|
|
101016
|
+
"properties": {
|
|
101017
|
+
"id": 286825,
|
|
101018
|
+
"username": "infinityboulder",
|
|
101019
|
+
"latitude": 45.998364,
|
|
101020
|
+
"longitude": 11.124859,
|
|
101021
|
+
"title": "Infinity Boulder",
|
|
101022
|
+
"description": "Tension Board at Infinity Boulder",
|
|
101023
|
+
"marker-color": "#000000"
|
|
101024
|
+
},
|
|
101025
|
+
"geometry": {
|
|
101026
|
+
"type": "Point",
|
|
101027
|
+
"coordinates": [
|
|
101028
|
+
11.124859,
|
|
101029
|
+
45.998364
|
|
101030
|
+
]
|
|
101031
|
+
}
|
|
101032
|
+
},
|
|
101013
101033
|
{
|
|
101014
101034
|
"type": "Feature",
|
|
101015
101035
|
"id": 286980,
|
|
@@ -6553,6 +6553,24 @@
|
|
|
6553
6553
|
]
|
|
6554
6554
|
}
|
|
6555
6555
|
},
|
|
6556
|
+
{
|
|
6557
|
+
"type": "Feature",
|
|
6558
|
+
"id": 286825,
|
|
6559
|
+
"properties": {
|
|
6560
|
+
"id": 286825,
|
|
6561
|
+
"username": "infinityboulder",
|
|
6562
|
+
"name": "Infinity Boulder",
|
|
6563
|
+
"latitude": 45.998364,
|
|
6564
|
+
"longitude": 11.124859
|
|
6565
|
+
},
|
|
6566
|
+
"geometry": {
|
|
6567
|
+
"type": "Point",
|
|
6568
|
+
"coordinates": [
|
|
6569
|
+
11.124859,
|
|
6570
|
+
45.998364
|
|
6571
|
+
]
|
|
6572
|
+
}
|
|
6573
|
+
},
|
|
6556
6574
|
{
|
|
6557
6575
|
"type": "Feature",
|
|
6558
6576
|
"id": 286980,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hangtime/climbing-boards",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.98",
|
|
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",
|