@hangtime/climbing-boards 1.0.32 → 1.0.34

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.
@@ -42160,7 +42160,7 @@
42160
42160
  "properties": {
42161
42161
  "id": "45aa55de-2b2a-48b1-924c-3d79b2c5230e",
42162
42162
  "gym_uuid": "45aa55de-2b2a-48b1-924c-3d79b2c5230e",
42163
- "address": "Via Waltraud-Gebert-Deeg, 4",
42163
+ "address": "Piazza Alto Adige 1 / Südtiroler Platz 1",
42164
42164
  "city": "Bolzano BZ",
42165
42165
  "country": "Italy",
42166
42166
  "countryCode": null,
@@ -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,
@@ -39175,7 +39175,7 @@
39175
39175
  "id": "45aa55de-2b2a-48b1-924c-3d79b2c5230e",
39176
39176
  "gym_uuid": "45aa55de-2b2a-48b1-924c-3d79b2c5230e",
39177
39177
  "name": "Salewa Cube Waltherpark",
39178
- "address": "Via Waltraud-Gebert-Deeg, 4",
39178
+ "address": "Piazza Alto Adige 1 / Südtiroler Platz 1",
39179
39179
  "city": "Bolzano BZ",
39180
39180
  "country": "Italy",
39181
39181
  "countryCode": null,
@@ -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.34",
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",