@hangtime/climbing-boards 1.0.74 → 1.0.75

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.
@@ -23694,6 +23694,54 @@
23694
23694
  ]
23695
23695
  }
23696
23696
  },
23697
+ {
23698
+ "type": "Feature",
23699
+ "id": "a90cff44-776f-4e48-94dc-f688dd426380",
23700
+ "properties": {
23701
+ "id": "a90cff44-776f-4e48-94dc-f688dd426380",
23702
+ "gym_uuid": "a90cff44-776f-4e48-94dc-f688dd426380",
23703
+ "address": "38 rue Benoit Frachon",
23704
+ "city": "Champigny-sur-Marne",
23705
+ "country": "France",
23706
+ "countryCode": null,
23707
+ "postal_code": "94500",
23708
+ "latitude": 48.820422121785626,
23709
+ "longitude": 2.526181806746637,
23710
+ "gym_logo": null,
23711
+ "banner_logo": null,
23712
+ "instagram_username": null,
23713
+ "is_listed": null,
23714
+ "walls": [
23715
+ {
23716
+ "id": "a298366a-2777-4548-baac-dcf19863910a",
23717
+ "wall_uuid": "a298366a-2777-4548-baac-dcf19863910a",
23718
+ "gym_uuid": "a90cff44-776f-4e48-94dc-f688dd426380",
23719
+ "name": "OG Kilter Board",
23720
+ "product_name": "Kilter Board Original",
23721
+ "product_layout_uuid": "10",
23722
+ "is_adjustable": 1,
23723
+ "min_angle": 0,
23724
+ "max_angle": 70,
23725
+ "angle_increments": 5,
23726
+ "angle": 40,
23727
+ "serial_number": "K000367",
23728
+ "accumulated_hold_set_value": 3,
23729
+ "is_listed": 1,
23730
+ "created_at": "2026-07-29 16:48:04.546186Z"
23731
+ }
23732
+ ],
23733
+ "title": "Escapad Paris Est",
23734
+ "description": "Kilter Board at Escapad Paris Est",
23735
+ "marker-color": "#ED1D24"
23736
+ },
23737
+ "geometry": {
23738
+ "type": "Point",
23739
+ "coordinates": [
23740
+ 2.526181806746637,
23741
+ 48.820422121785626
23742
+ ]
23743
+ }
23744
+ },
23697
23745
  {
23698
23746
  "type": "Feature",
23699
23747
  "id": "579645",
@@ -21402,6 +21402,52 @@
21402
21402
  ]
21403
21403
  }
21404
21404
  },
21405
+ {
21406
+ "type": "Feature",
21407
+ "id": "a90cff44-776f-4e48-94dc-f688dd426380",
21408
+ "properties": {
21409
+ "id": "a90cff44-776f-4e48-94dc-f688dd426380",
21410
+ "gym_uuid": "a90cff44-776f-4e48-94dc-f688dd426380",
21411
+ "name": "Escapad Paris Est",
21412
+ "address": "38 rue Benoit Frachon",
21413
+ "city": "Champigny-sur-Marne",
21414
+ "country": "France",
21415
+ "countryCode": null,
21416
+ "postal_code": "94500",
21417
+ "latitude": 48.820422121785626,
21418
+ "longitude": 2.526181806746637,
21419
+ "gym_logo": null,
21420
+ "banner_logo": null,
21421
+ "instagram_username": null,
21422
+ "is_listed": null,
21423
+ "walls": [
21424
+ {
21425
+ "id": "a298366a-2777-4548-baac-dcf19863910a",
21426
+ "wall_uuid": "a298366a-2777-4548-baac-dcf19863910a",
21427
+ "gym_uuid": "a90cff44-776f-4e48-94dc-f688dd426380",
21428
+ "name": "OG Kilter Board",
21429
+ "product_name": "Kilter Board Original",
21430
+ "product_layout_uuid": "10",
21431
+ "is_adjustable": 1,
21432
+ "min_angle": 0,
21433
+ "max_angle": 70,
21434
+ "angle_increments": 5,
21435
+ "angle": 40,
21436
+ "serial_number": "K000367",
21437
+ "accumulated_hold_set_value": 3,
21438
+ "is_listed": 1,
21439
+ "created_at": "2026-07-29 16:48:04.546186Z"
21440
+ }
21441
+ ]
21442
+ },
21443
+ "geometry": {
21444
+ "type": "Point",
21445
+ "coordinates": [
21446
+ 2.526181806746637,
21447
+ 48.820422121785626
21448
+ ]
21449
+ }
21450
+ },
21405
21451
  {
21406
21452
  "type": "Feature",
21407
21453
  "id": "579645",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hangtime/climbing-boards",
3
- "version": "1.0.74",
3
+ "version": "1.0.75",
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",