@hangtime/climbing-boards 1.0.31 → 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.
@@ -97861,6 +97861,46 @@
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
+ },
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
+ },
97864
97904
  {
97865
97905
  "type": "Feature",
97866
97906
  "id": 50,
@@ -5940,6 +5940,42 @@
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
+ }
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
+ }
5943
5979
  }
5944
5980
  ]
5945
5981
  }
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.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",