@hangtime/climbing-boards 1.0.78 → 1.0.79
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
|
@@ -100167,6 +100167,46 @@
|
|
|
100167
100167
|
]
|
|
100168
100168
|
}
|
|
100169
100169
|
},
|
|
100170
|
+
{
|
|
100171
|
+
"type": "Feature",
|
|
100172
|
+
"id": 282120,
|
|
100173
|
+
"properties": {
|
|
100174
|
+
"id": 282120,
|
|
100175
|
+
"username": "topoutboulder",
|
|
100176
|
+
"latitude": -34.048437,
|
|
100177
|
+
"longitude": 150.828968,
|
|
100178
|
+
"title": "Top Out Bouldering Gym",
|
|
100179
|
+
"description": "Tension Board at Top Out Bouldering Gym",
|
|
100180
|
+
"marker-color": "#000000"
|
|
100181
|
+
},
|
|
100182
|
+
"geometry": {
|
|
100183
|
+
"type": "Point",
|
|
100184
|
+
"coordinates": [
|
|
100185
|
+
150.828968,
|
|
100186
|
+
-34.048437
|
|
100187
|
+
]
|
|
100188
|
+
}
|
|
100189
|
+
},
|
|
100190
|
+
{
|
|
100191
|
+
"type": "Feature",
|
|
100192
|
+
"id": 282127,
|
|
100193
|
+
"properties": {
|
|
100194
|
+
"id": 282127,
|
|
100195
|
+
"username": "karmafontainebleau",
|
|
100196
|
+
"latitude": 48.398573,
|
|
100197
|
+
"longitude": 2.722797,
|
|
100198
|
+
"title": "Karma Fontainebleau",
|
|
100199
|
+
"description": "Tension Board at Karma Fontainebleau",
|
|
100200
|
+
"marker-color": "#000000"
|
|
100201
|
+
},
|
|
100202
|
+
"geometry": {
|
|
100203
|
+
"type": "Point",
|
|
100204
|
+
"coordinates": [
|
|
100205
|
+
2.722797,
|
|
100206
|
+
48.398573
|
|
100207
|
+
]
|
|
100208
|
+
}
|
|
100209
|
+
},
|
|
100170
100210
|
{
|
|
100171
100211
|
"type": "Feature",
|
|
100172
100212
|
"id": 50,
|
|
@@ -6426,6 +6426,42 @@
|
|
|
6426
6426
|
47.656168
|
|
6427
6427
|
]
|
|
6428
6428
|
}
|
|
6429
|
+
},
|
|
6430
|
+
{
|
|
6431
|
+
"type": "Feature",
|
|
6432
|
+
"id": 282120,
|
|
6433
|
+
"properties": {
|
|
6434
|
+
"id": 282120,
|
|
6435
|
+
"username": "topoutboulder",
|
|
6436
|
+
"name": "Top Out Bouldering Gym",
|
|
6437
|
+
"latitude": -34.048437,
|
|
6438
|
+
"longitude": 150.828968
|
|
6439
|
+
},
|
|
6440
|
+
"geometry": {
|
|
6441
|
+
"type": "Point",
|
|
6442
|
+
"coordinates": [
|
|
6443
|
+
150.828968,
|
|
6444
|
+
-34.048437
|
|
6445
|
+
]
|
|
6446
|
+
}
|
|
6447
|
+
},
|
|
6448
|
+
{
|
|
6449
|
+
"type": "Feature",
|
|
6450
|
+
"id": 282127,
|
|
6451
|
+
"properties": {
|
|
6452
|
+
"id": 282127,
|
|
6453
|
+
"username": "karmafontainebleau",
|
|
6454
|
+
"name": "Karma Fontainebleau",
|
|
6455
|
+
"latitude": 48.398573,
|
|
6456
|
+
"longitude": 2.722797
|
|
6457
|
+
},
|
|
6458
|
+
"geometry": {
|
|
6459
|
+
"type": "Point",
|
|
6460
|
+
"coordinates": [
|
|
6461
|
+
2.722797,
|
|
6462
|
+
48.398573
|
|
6463
|
+
]
|
|
6464
|
+
}
|
|
6429
6465
|
}
|
|
6430
6466
|
]
|
|
6431
6467
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hangtime/climbing-boards",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.79",
|
|
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",
|