@hangtime/climbing-boards 1.0.96 → 1.0.98

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.
@@ -51519,23 +51519,6 @@
51519
51519
  "is_listed": 1,
51520
51520
  "created_at": "2025-05-20 16:07:42.238398Z"
51521
51521
  },
51522
- {
51523
- "id": "79bd4b69-8053-4a33-a18b-d20c1646d8ba",
51524
- "wall_uuid": "79bd4b69-8053-4a33-a18b-d20c1646d8ba",
51525
- "gym_uuid": "702078",
51526
- "name": "Homewall West",
51527
- "product_name": "Kilter Board Homewall",
51528
- "product_layout_uuid": "25",
51529
- "is_adjustable": 1,
51530
- "min_angle": null,
51531
- "max_angle": null,
51532
- "angle_increments": null,
51533
- "angle": 40,
51534
- "serial_number": "751481",
51535
- "accumulated_hold_set_value": 15,
51536
- "is_listed": 1,
51537
- "created_at": "2025-05-20 16:07:42.238398Z"
51538
- },
51539
51522
  {
51540
51523
  "id": "64c86655-54b6-4cb6-a97f-87cdbf2d2931",
51541
51524
  "wall_uuid": "64c86655-54b6-4cb6-a97f-87cdbf2d2931",
@@ -101027,6 +101010,26 @@
101027
101010
  ]
101028
101011
  }
101029
101012
  },
101013
+ {
101014
+ "type": "Feature",
101015
+ "id": 286825,
101016
+ "properties": {
101017
+ "id": 286825,
101018
+ "username": "infinityboulder",
101019
+ "latitude": 45.998364,
101020
+ "longitude": 11.124859,
101021
+ "title": "Infinity Boulder",
101022
+ "description": "Tension Board at Infinity Boulder",
101023
+ "marker-color": "#000000"
101024
+ },
101025
+ "geometry": {
101026
+ "type": "Point",
101027
+ "coordinates": [
101028
+ 11.124859,
101029
+ 45.998364
101030
+ ]
101031
+ }
101032
+ },
101030
101033
  {
101031
101034
  "type": "Feature",
101032
101035
  "id": 286980,
@@ -48114,23 +48114,6 @@
48114
48114
  "is_listed": 1,
48115
48115
  "created_at": "2025-05-20 16:07:42.238398Z"
48116
48116
  },
48117
- {
48118
- "id": "79bd4b69-8053-4a33-a18b-d20c1646d8ba",
48119
- "wall_uuid": "79bd4b69-8053-4a33-a18b-d20c1646d8ba",
48120
- "gym_uuid": "702078",
48121
- "name": "Homewall West",
48122
- "product_name": "Kilter Board Homewall",
48123
- "product_layout_uuid": "25",
48124
- "is_adjustable": 1,
48125
- "min_angle": null,
48126
- "max_angle": null,
48127
- "angle_increments": null,
48128
- "angle": 40,
48129
- "serial_number": "751481",
48130
- "accumulated_hold_set_value": 15,
48131
- "is_listed": 1,
48132
- "created_at": "2025-05-20 16:07:42.238398Z"
48133
- },
48134
48117
  {
48135
48118
  "id": "64c86655-54b6-4cb6-a97f-87cdbf2d2931",
48136
48119
  "wall_uuid": "64c86655-54b6-4cb6-a97f-87cdbf2d2931",
@@ -6553,6 +6553,24 @@
6553
6553
  ]
6554
6554
  }
6555
6555
  },
6556
+ {
6557
+ "type": "Feature",
6558
+ "id": 286825,
6559
+ "properties": {
6560
+ "id": 286825,
6561
+ "username": "infinityboulder",
6562
+ "name": "Infinity Boulder",
6563
+ "latitude": 45.998364,
6564
+ "longitude": 11.124859
6565
+ },
6566
+ "geometry": {
6567
+ "type": "Point",
6568
+ "coordinates": [
6569
+ 11.124859,
6570
+ 45.998364
6571
+ ]
6572
+ }
6573
+ },
6556
6574
  {
6557
6575
  "type": "Feature",
6558
6576
  "id": 286980,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hangtime/climbing-boards",
3
- "version": "1.0.96",
3
+ "version": "1.0.98",
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",