@hangtime/climbing-boards 1.0.32 → 1.0.33

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.
@@ -97881,6 +97881,26 @@
97881
97881
  ]
97882
97882
  }
97883
97883
  },
97884
+ {
97885
+ "type": "Feature",
97886
+ "id": 262185,
97887
+ "properties": {
97888
+ "id": 262185,
97889
+ "username": "flowstone_climbing",
97890
+ "latitude": 34.05516,
97891
+ "longitude": -117.2049,
97892
+ "title": "Flowstone Climbing",
97893
+ "description": "Tension Board at Flowstone Climbing",
97894
+ "marker-color": "#000000"
97895
+ },
97896
+ "geometry": {
97897
+ "type": "Point",
97898
+ "coordinates": [
97899
+ -117.2049,
97900
+ 34.05516
97901
+ ]
97902
+ }
97903
+ },
97884
97904
  {
97885
97905
  "type": "Feature",
97886
97906
  "id": 50,
@@ -5958,6 +5958,24 @@
5958
5958
  62.73626
5959
5959
  ]
5960
5960
  }
5961
+ },
5962
+ {
5963
+ "type": "Feature",
5964
+ "id": 262185,
5965
+ "properties": {
5966
+ "id": 262185,
5967
+ "username": "flowstone_climbing",
5968
+ "name": "Flowstone Climbing",
5969
+ "latitude": 34.05516,
5970
+ "longitude": -117.2049
5971
+ },
5972
+ "geometry": {
5973
+ "type": "Point",
5974
+ "coordinates": [
5975
+ -117.2049,
5976
+ 34.05516
5977
+ ]
5978
+ }
5961
5979
  }
5962
5980
  ]
5963
5981
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hangtime/climbing-boards",
3
- "version": "1.0.32",
3
+ "version": "1.0.33",
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",