@hangtime/climbing-boards 1.0.29 → 1.0.30

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.
@@ -97793,6 +97793,26 @@
97793
97793
  ]
97794
97794
  }
97795
97795
  },
97796
+ {
97797
+ "type": "Feature",
97798
+ "id": 260869,
97799
+ "properties": {
97800
+ "id": 260869,
97801
+ "username": "metalmarkclimbing",
97802
+ "latitude": 36.79074,
97803
+ "longitude": -119.75197,
97804
+ "title": "MetalMark Climbing",
97805
+ "description": "Tension Board at MetalMark Climbing",
97806
+ "marker-color": "#000000"
97807
+ },
97808
+ "geometry": {
97809
+ "type": "Point",
97810
+ "coordinates": [
97811
+ -119.75197,
97812
+ 36.79074
97813
+ ]
97814
+ }
97815
+ },
97796
97816
  {
97797
97817
  "type": "Feature",
97798
97818
  "id": 50,
@@ -5922,6 +5922,24 @@
5922
5922
  30.17515
5923
5923
  ]
5924
5924
  }
5925
+ },
5926
+ {
5927
+ "type": "Feature",
5928
+ "id": 260869,
5929
+ "properties": {
5930
+ "id": 260869,
5931
+ "username": "metalmarkclimbing",
5932
+ "name": "MetalMark Climbing",
5933
+ "latitude": 36.79074,
5934
+ "longitude": -119.75197
5935
+ },
5936
+ "geometry": {
5937
+ "type": "Point",
5938
+ "coordinates": [
5939
+ -119.75197,
5940
+ 36.79074
5941
+ ]
5942
+ }
5925
5943
  }
5926
5944
  ]
5927
5945
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hangtime/climbing-boards",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
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",