@hangtime/climbing-boards 1.0.31 → 1.0.32

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.
@@ -97861,6 +97861,26 @@
97861
97861
  ]
97862
97862
  }
97863
97863
  },
97864
+ {
97865
+ "type": "Feature",
97866
+ "id": 261604,
97867
+ "properties": {
97868
+ "id": 261604,
97869
+ "username": "moldeklatresenter",
97870
+ "latitude": 62.73626,
97871
+ "longitude": 7.18192,
97872
+ "title": "Molde Klatresenter",
97873
+ "description": "Tension Board at Molde Klatresenter",
97874
+ "marker-color": "#000000"
97875
+ },
97876
+ "geometry": {
97877
+ "type": "Point",
97878
+ "coordinates": [
97879
+ 7.18192,
97880
+ 62.73626
97881
+ ]
97882
+ }
97883
+ },
97864
97884
  {
97865
97885
  "type": "Feature",
97866
97886
  "id": 50,
@@ -5940,6 +5940,24 @@
5940
5940
  36.79074
5941
5941
  ]
5942
5942
  }
5943
+ },
5944
+ {
5945
+ "type": "Feature",
5946
+ "id": 261604,
5947
+ "properties": {
5948
+ "id": 261604,
5949
+ "username": "moldeklatresenter",
5950
+ "name": "Molde Klatresenter",
5951
+ "latitude": 62.73626,
5952
+ "longitude": 7.18192
5953
+ },
5954
+ "geometry": {
5955
+ "type": "Point",
5956
+ "coordinates": [
5957
+ 7.18192,
5958
+ 62.73626
5959
+ ]
5960
+ }
5943
5961
  }
5944
5962
  ]
5945
5963
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hangtime/climbing-boards",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
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",