@hangtime/climbing-boards 1.0.14 → 1.0.15
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 +24 -0
- package/geojson/moonboard.geojson +23 -0
- package/package.json +1 -1
package/geojson/combined.geojson
CHANGED
|
@@ -89272,6 +89272,30 @@
|
|
|
89272
89272
|
]
|
|
89273
89273
|
}
|
|
89274
89274
|
},
|
|
89275
|
+
{
|
|
89276
|
+
"type": "Feature",
|
|
89277
|
+
"properties": {
|
|
89278
|
+
"Image": "/Content/Account/Users/MoonBoards/2235_b79fd0e7-655f-476e-9f36-e5ffc8eedd4c.jpg",
|
|
89279
|
+
"Latitude": 35.8386262,
|
|
89280
|
+
"Longitude": 128.6124429,
|
|
89281
|
+
"IsCommercial": true,
|
|
89282
|
+
"IsLed": true,
|
|
89283
|
+
"LatLng": [
|
|
89284
|
+
35.8386262,
|
|
89285
|
+
128.6124429
|
|
89286
|
+
],
|
|
89287
|
+
"title": "NewBee Climbing Gym",
|
|
89288
|
+
"description": "We have MoonBoard 2025",
|
|
89289
|
+
"marker-color": "#FEB91E"
|
|
89290
|
+
},
|
|
89291
|
+
"geometry": {
|
|
89292
|
+
"type": "Point",
|
|
89293
|
+
"coordinates": [
|
|
89294
|
+
128.6124429,
|
|
89295
|
+
35.8386262
|
|
89296
|
+
]
|
|
89297
|
+
}
|
|
89298
|
+
},
|
|
89275
89299
|
{
|
|
89276
89300
|
"type": "Feature",
|
|
89277
89301
|
"id": 17,
|
|
@@ -34661,6 +34661,29 @@
|
|
|
34661
34661
|
-3.3446354
|
|
34662
34662
|
]
|
|
34663
34663
|
}
|
|
34664
|
+
},
|
|
34665
|
+
{
|
|
34666
|
+
"type": "Feature",
|
|
34667
|
+
"properties": {
|
|
34668
|
+
"Name": "NewBee Climbing Gym",
|
|
34669
|
+
"Description": "We have MoonBoard 2025",
|
|
34670
|
+
"Image": "/Content/Account/Users/MoonBoards/2235_b79fd0e7-655f-476e-9f36-e5ffc8eedd4c.jpg",
|
|
34671
|
+
"Latitude": 35.8386262,
|
|
34672
|
+
"Longitude": 128.6124429,
|
|
34673
|
+
"IsCommercial": true,
|
|
34674
|
+
"IsLed": true,
|
|
34675
|
+
"LatLng": [
|
|
34676
|
+
35.8386262,
|
|
34677
|
+
128.6124429
|
|
34678
|
+
]
|
|
34679
|
+
},
|
|
34680
|
+
"geometry": {
|
|
34681
|
+
"type": "Point",
|
|
34682
|
+
"coordinates": [
|
|
34683
|
+
128.6124429,
|
|
34684
|
+
35.8386262
|
|
34685
|
+
]
|
|
34686
|
+
}
|
|
34664
34687
|
}
|
|
34665
34688
|
]
|
|
34666
34689
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hangtime/climbing-boards",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.15",
|
|
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",
|