@hangtime/climbing-boards 1.0.90 → 1.0.91

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.
@@ -100787,6 +100787,26 @@
100787
100787
  ]
100788
100788
  }
100789
100789
  },
100790
+ {
100791
+ "type": "Feature",
100792
+ "id": 287557,
100793
+ "properties": {
100794
+ "id": 287557,
100795
+ "username": "climbnulu",
100796
+ "latitude": 38.252376,
100797
+ "longitude": -85.733962,
100798
+ "title": "Climb Nulu",
100799
+ "description": "Tension Board at Climb Nulu",
100800
+ "marker-color": "#000000"
100801
+ },
100802
+ "geometry": {
100803
+ "type": "Point",
100804
+ "coordinates": [
100805
+ -85.733962,
100806
+ 38.252376
100807
+ ]
100808
+ }
100809
+ },
100790
100810
  {
100791
100811
  "type": "Feature",
100792
100812
  "id": 50,
@@ -6552,6 +6552,24 @@
6552
6552
  39.728495
6553
6553
  ]
6554
6554
  }
6555
+ },
6556
+ {
6557
+ "type": "Feature",
6558
+ "id": 287557,
6559
+ "properties": {
6560
+ "id": 287557,
6561
+ "username": "climbnulu",
6562
+ "name": "Climb Nulu",
6563
+ "latitude": 38.252376,
6564
+ "longitude": -85.733962
6565
+ },
6566
+ "geometry": {
6567
+ "type": "Point",
6568
+ "coordinates": [
6569
+ -85.733962,
6570
+ 38.252376
6571
+ ]
6572
+ }
6555
6573
  }
6556
6574
  ]
6557
6575
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hangtime/climbing-boards",
3
- "version": "1.0.90",
3
+ "version": "1.0.91",
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",