@hangtime/climbing-boards 1.0.77 → 1.0.78
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
|
@@ -100147,6 +100147,26 @@
|
|
|
100147
100147
|
]
|
|
100148
100148
|
}
|
|
100149
100149
|
},
|
|
100150
|
+
{
|
|
100151
|
+
"type": "Feature",
|
|
100152
|
+
"id": 281623,
|
|
100153
|
+
"properties": {
|
|
100154
|
+
"id": 281623,
|
|
100155
|
+
"username": "2bfit",
|
|
100156
|
+
"latitude": 47.656168,
|
|
100157
|
+
"longitude": 19.066999,
|
|
100158
|
+
"title": "2BFit Boulder Gym",
|
|
100159
|
+
"description": "Tension Board at 2BFit Boulder Gym",
|
|
100160
|
+
"marker-color": "#000000"
|
|
100161
|
+
},
|
|
100162
|
+
"geometry": {
|
|
100163
|
+
"type": "Point",
|
|
100164
|
+
"coordinates": [
|
|
100165
|
+
19.066999,
|
|
100166
|
+
47.656168
|
|
100167
|
+
]
|
|
100168
|
+
}
|
|
100169
|
+
},
|
|
100150
100170
|
{
|
|
100151
100171
|
"type": "Feature",
|
|
100152
100172
|
"id": 50,
|
|
@@ -6408,6 +6408,24 @@
|
|
|
6408
6408
|
27.353466
|
|
6409
6409
|
]
|
|
6410
6410
|
}
|
|
6411
|
+
},
|
|
6412
|
+
{
|
|
6413
|
+
"type": "Feature",
|
|
6414
|
+
"id": 281623,
|
|
6415
|
+
"properties": {
|
|
6416
|
+
"id": 281623,
|
|
6417
|
+
"username": "2bfit",
|
|
6418
|
+
"name": "2BFit Boulder Gym",
|
|
6419
|
+
"latitude": 47.656168,
|
|
6420
|
+
"longitude": 19.066999
|
|
6421
|
+
},
|
|
6422
|
+
"geometry": {
|
|
6423
|
+
"type": "Point",
|
|
6424
|
+
"coordinates": [
|
|
6425
|
+
19.066999,
|
|
6426
|
+
47.656168
|
|
6427
|
+
]
|
|
6428
|
+
}
|
|
6411
6429
|
}
|
|
6412
6430
|
]
|
|
6413
6431
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hangtime/climbing-boards",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.78",
|
|
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",
|