@hangtime/climbing-boards 1.0.98 → 1.0.99

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.
@@ -55330,6 +55330,54 @@
55330
55330
  ]
55331
55331
  }
55332
55332
  },
55333
+ {
55334
+ "type": "Feature",
55335
+ "id": "4bf18bd7-8d7e-4210-b98f-8a3b74b34973",
55336
+ "properties": {
55337
+ "id": "4bf18bd7-8d7e-4210-b98f-8a3b74b34973",
55338
+ "gym_uuid": "4bf18bd7-8d7e-4210-b98f-8a3b74b34973",
55339
+ "address": "Obere Hauptgasse 78",
55340
+ "city": "Thun",
55341
+ "country": "Switzerland",
55342
+ "countryCode": null,
55343
+ "postal_code": "3600",
55344
+ "latitude": 46.75816957856231,
55345
+ "longitude": 7.632552419659467,
55346
+ "gym_logo": null,
55347
+ "banner_logo": null,
55348
+ "instagram_username": null,
55349
+ "is_listed": null,
55350
+ "walls": [
55351
+ {
55352
+ "id": "c976960d-14c8-4e53-8b64-6823348152c2",
55353
+ "wall_uuid": "c976960d-14c8-4e53-8b64-6823348152c2",
55354
+ "gym_uuid": "4bf18bd7-8d7e-4210-b98f-8a3b74b34973",
55355
+ "name": "Kilter Board HW FR",
55356
+ "product_name": "Kilter Board Homewall",
55357
+ "product_layout_uuid": "25",
55358
+ "is_adjustable": 1,
55359
+ "min_angle": 0,
55360
+ "max_angle": 70,
55361
+ "angle_increments": 5,
55362
+ "angle": 40,
55363
+ "serial_number": "75790",
55364
+ "accumulated_hold_set_value": 15,
55365
+ "is_listed": 1,
55366
+ "created_at": "2026-09-12 16:30:07.413679Z"
55367
+ }
55368
+ ],
55369
+ "title": "boulderkino",
55370
+ "description": "Kilter Board at boulderkino",
55371
+ "marker-color": "#ED1D24"
55372
+ },
55373
+ "geometry": {
55374
+ "type": "Point",
55375
+ "coordinates": [
55376
+ 7.632552419659467,
55377
+ 46.75816957856231
55378
+ ]
55379
+ }
55380
+ },
55333
55381
  {
55334
55382
  "type": "Feature",
55335
55383
  "id": "83573907-2ed9-4b6a-bf00-1abf6f515db0",
@@ -51768,6 +51768,52 @@
51768
51768
  ]
51769
51769
  }
51770
51770
  },
51771
+ {
51772
+ "type": "Feature",
51773
+ "id": "4bf18bd7-8d7e-4210-b98f-8a3b74b34973",
51774
+ "properties": {
51775
+ "id": "4bf18bd7-8d7e-4210-b98f-8a3b74b34973",
51776
+ "gym_uuid": "4bf18bd7-8d7e-4210-b98f-8a3b74b34973",
51777
+ "name": "boulderkino",
51778
+ "address": "Obere Hauptgasse 78",
51779
+ "city": "Thun",
51780
+ "country": "Switzerland",
51781
+ "countryCode": null,
51782
+ "postal_code": "3600",
51783
+ "latitude": 46.75816957856231,
51784
+ "longitude": 7.632552419659467,
51785
+ "gym_logo": null,
51786
+ "banner_logo": null,
51787
+ "instagram_username": null,
51788
+ "is_listed": null,
51789
+ "walls": [
51790
+ {
51791
+ "id": "c976960d-14c8-4e53-8b64-6823348152c2",
51792
+ "wall_uuid": "c976960d-14c8-4e53-8b64-6823348152c2",
51793
+ "gym_uuid": "4bf18bd7-8d7e-4210-b98f-8a3b74b34973",
51794
+ "name": "Kilter Board HW FR",
51795
+ "product_name": "Kilter Board Homewall",
51796
+ "product_layout_uuid": "25",
51797
+ "is_adjustable": 1,
51798
+ "min_angle": 0,
51799
+ "max_angle": 70,
51800
+ "angle_increments": 5,
51801
+ "angle": 40,
51802
+ "serial_number": "75790",
51803
+ "accumulated_hold_set_value": 15,
51804
+ "is_listed": 1,
51805
+ "created_at": "2026-09-12 16:30:07.413679Z"
51806
+ }
51807
+ ]
51808
+ },
51809
+ "geometry": {
51810
+ "type": "Point",
51811
+ "coordinates": [
51812
+ 7.632552419659467,
51813
+ 46.75816957856231
51814
+ ]
51815
+ }
51816
+ },
51771
51817
  {
51772
51818
  "type": "Feature",
51773
51819
  "id": "83573907-2ed9-4b6a-bf00-1abf6f515db0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hangtime/climbing-boards",
3
- "version": "1.0.98",
3
+ "version": "1.0.99",
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",