@hangtime/climbing-boards 1.0.77 → 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.
@@ -100147,6 +100147,66 @@
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
+ },
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
+ },
100150
100210
  {
100151
100211
  "type": "Feature",
100152
100212
  "id": 50,
@@ -6408,6 +6408,60 @@
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
+ }
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
+ }
6411
6465
  }
6412
6466
  ]
6413
6467
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hangtime/climbing-boards",
3
- "version": "1.0.77",
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",