@hangtime/climbing-boards 1.0.81 → 1.0.82

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.
@@ -100323,6 +100323,46 @@
100323
100323
  ]
100324
100324
  }
100325
100325
  },
100326
+ {
100327
+ "type": "Feature",
100328
+ "id": 283077,
100329
+ "properties": {
100330
+ "id": 283077,
100331
+ "username": "dreamtimeclimbing",
100332
+ "latitude": 43.108311,
100333
+ "longitude": 12.366431,
100334
+ "title": "Dreamtime",
100335
+ "description": "Tension Board at Dreamtime",
100336
+ "marker-color": "#000000"
100337
+ },
100338
+ "geometry": {
100339
+ "type": "Point",
100340
+ "coordinates": [
100341
+ 12.366431,
100342
+ 43.108311
100343
+ ]
100344
+ }
100345
+ },
100346
+ {
100347
+ "type": "Feature",
100348
+ "id": 283154,
100349
+ "properties": {
100350
+ "id": 283154,
100351
+ "username": "castleclimbingclub",
100352
+ "latitude": 47.544867,
100353
+ "longitude": -122.344753,
100354
+ "title": "Castle Climbing Club",
100355
+ "description": "Tension Board at Castle Climbing Club",
100356
+ "marker-color": "#000000"
100357
+ },
100358
+ "geometry": {
100359
+ "type": "Point",
100360
+ "coordinates": [
100361
+ -122.344753,
100362
+ 47.544867
100363
+ ]
100364
+ }
100365
+ },
100326
100366
  {
100327
100367
  "type": "Feature",
100328
100368
  "id": 50,
@@ -6480,6 +6480,42 @@
6480
6480
  35.257508
6481
6481
  ]
6482
6482
  }
6483
+ },
6484
+ {
6485
+ "type": "Feature",
6486
+ "id": 283077,
6487
+ "properties": {
6488
+ "id": 283077,
6489
+ "username": "dreamtimeclimbing",
6490
+ "name": "Dreamtime",
6491
+ "latitude": 43.108311,
6492
+ "longitude": 12.366431
6493
+ },
6494
+ "geometry": {
6495
+ "type": "Point",
6496
+ "coordinates": [
6497
+ 12.366431,
6498
+ 43.108311
6499
+ ]
6500
+ }
6501
+ },
6502
+ {
6503
+ "type": "Feature",
6504
+ "id": 283154,
6505
+ "properties": {
6506
+ "id": 283154,
6507
+ "username": "castleclimbingclub",
6508
+ "name": "Castle Climbing Club",
6509
+ "latitude": 47.544867,
6510
+ "longitude": -122.344753
6511
+ },
6512
+ "geometry": {
6513
+ "type": "Point",
6514
+ "coordinates": [
6515
+ -122.344753,
6516
+ 47.544867
6517
+ ]
6518
+ }
6483
6519
  }
6484
6520
  ]
6485
6521
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hangtime/climbing-boards",
3
- "version": "1.0.81",
3
+ "version": "1.0.82",
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",