@hangtime/climbing-boards 1.0.72 → 1.0.73
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
|
@@ -99607,6 +99607,26 @@
|
|
|
99607
99607
|
]
|
|
99608
99608
|
}
|
|
99609
99609
|
},
|
|
99610
|
+
{
|
|
99611
|
+
"type": "Feature",
|
|
99612
|
+
"id": 272579,
|
|
99613
|
+
"properties": {
|
|
99614
|
+
"id": 272579,
|
|
99615
|
+
"username": "bks_fana",
|
|
99616
|
+
"latitude": 60.293586,
|
|
99617
|
+
"longitude": 5.265044,
|
|
99618
|
+
"title": "Bergen Klatresenter Fana",
|
|
99619
|
+
"description": "Tension Board at Bergen Klatresenter Fana",
|
|
99620
|
+
"marker-color": "#000000"
|
|
99621
|
+
},
|
|
99622
|
+
"geometry": {
|
|
99623
|
+
"type": "Point",
|
|
99624
|
+
"coordinates": [
|
|
99625
|
+
5.265044,
|
|
99626
|
+
60.293586
|
|
99627
|
+
]
|
|
99628
|
+
}
|
|
99629
|
+
},
|
|
99610
99630
|
{
|
|
99611
99631
|
"type": "Feature",
|
|
99612
99632
|
"id": 272692,
|
|
@@ -6193,6 +6193,24 @@
|
|
|
6193
6193
|
]
|
|
6194
6194
|
}
|
|
6195
6195
|
},
|
|
6196
|
+
{
|
|
6197
|
+
"type": "Feature",
|
|
6198
|
+
"id": 272579,
|
|
6199
|
+
"properties": {
|
|
6200
|
+
"id": 272579,
|
|
6201
|
+
"username": "bks_fana",
|
|
6202
|
+
"name": "Bergen Klatresenter Fana",
|
|
6203
|
+
"latitude": 60.293586,
|
|
6204
|
+
"longitude": 5.265044
|
|
6205
|
+
},
|
|
6206
|
+
"geometry": {
|
|
6207
|
+
"type": "Point",
|
|
6208
|
+
"coordinates": [
|
|
6209
|
+
5.265044,
|
|
6210
|
+
60.293586
|
|
6211
|
+
]
|
|
6212
|
+
}
|
|
6213
|
+
},
|
|
6196
6214
|
{
|
|
6197
6215
|
"type": "Feature",
|
|
6198
6216
|
"id": 272692,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hangtime/climbing-boards",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.73",
|
|
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",
|