@hangtime/climbing-boards 1.0.87 → 1.0.88

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.
@@ -12837,6 +12837,54 @@
12837
12837
  ]
12838
12838
  }
12839
12839
  },
12840
+ {
12841
+ "type": "Feature",
12842
+ "id": "7f881f64-3b89-4d1c-8a06-f4221b2b4439",
12843
+ "properties": {
12844
+ "id": "7f881f64-3b89-4d1c-8a06-f4221b2b4439",
12845
+ "gym_uuid": "7f881f64-3b89-4d1c-8a06-f4221b2b4439",
12846
+ "address": "Ohlauer Straße 38",
12847
+ "city": "Berlin",
12848
+ "country": "Germany",
12849
+ "countryCode": null,
12850
+ "postal_code": "10999",
12851
+ "latitude": 52.495270540274504,
12852
+ "longitude": 13.428684471163674,
12853
+ "gym_logo": null,
12854
+ "banner_logo": null,
12855
+ "instagram_username": null,
12856
+ "is_listed": null,
12857
+ "walls": [
12858
+ {
12859
+ "id": "38c78a16-be85-4ef3-b293-a5db8e073ca9",
12860
+ "wall_uuid": "38c78a16-be85-4ef3-b293-a5db8e073ca9",
12861
+ "gym_uuid": "7f881f64-3b89-4d1c-8a06-f4221b2b4439",
12862
+ "name": "OG Kilter Board",
12863
+ "product_name": "Kilter Board Original",
12864
+ "product_layout_uuid": "10",
12865
+ "is_adjustable": 1,
12866
+ "min_angle": 35,
12867
+ "max_angle": 60,
12868
+ "angle_increments": 5,
12869
+ "angle": 40,
12870
+ "serial_number": "K000102",
12871
+ "accumulated_hold_set_value": 3,
12872
+ "is_listed": 1,
12873
+ "created_at": "2026-08-26 14:50:38.032872Z"
12874
+ }
12875
+ ],
12876
+ "title": "Boulderklub Kreuzberg",
12877
+ "description": "Kilter Board at Boulderklub Kreuzberg",
12878
+ "marker-color": "#ED1D24"
12879
+ },
12880
+ "geometry": {
12881
+ "type": "Point",
12882
+ "coordinates": [
12883
+ 13.428684471163674,
12884
+ 52.495270540274504
12885
+ ]
12886
+ }
12887
+ },
12840
12888
  {
12841
12889
  "type": "Feature",
12842
12890
  "id": "171414",
@@ -10991,6 +10991,52 @@
10991
10991
  ]
10992
10992
  }
10993
10993
  },
10994
+ {
10995
+ "type": "Feature",
10996
+ "id": "7f881f64-3b89-4d1c-8a06-f4221b2b4439",
10997
+ "properties": {
10998
+ "id": "7f881f64-3b89-4d1c-8a06-f4221b2b4439",
10999
+ "gym_uuid": "7f881f64-3b89-4d1c-8a06-f4221b2b4439",
11000
+ "name": "Boulderklub Kreuzberg",
11001
+ "address": "Ohlauer Straße 38",
11002
+ "city": "Berlin",
11003
+ "country": "Germany",
11004
+ "countryCode": null,
11005
+ "postal_code": "10999",
11006
+ "latitude": 52.495270540274504,
11007
+ "longitude": 13.428684471163674,
11008
+ "gym_logo": null,
11009
+ "banner_logo": null,
11010
+ "instagram_username": null,
11011
+ "is_listed": null,
11012
+ "walls": [
11013
+ {
11014
+ "id": "38c78a16-be85-4ef3-b293-a5db8e073ca9",
11015
+ "wall_uuid": "38c78a16-be85-4ef3-b293-a5db8e073ca9",
11016
+ "gym_uuid": "7f881f64-3b89-4d1c-8a06-f4221b2b4439",
11017
+ "name": "OG Kilter Board",
11018
+ "product_name": "Kilter Board Original",
11019
+ "product_layout_uuid": "10",
11020
+ "is_adjustable": 1,
11021
+ "min_angle": 35,
11022
+ "max_angle": 60,
11023
+ "angle_increments": 5,
11024
+ "angle": 40,
11025
+ "serial_number": "K000102",
11026
+ "accumulated_hold_set_value": 3,
11027
+ "is_listed": 1,
11028
+ "created_at": "2026-08-26 14:50:38.032872Z"
11029
+ }
11030
+ ]
11031
+ },
11032
+ "geometry": {
11033
+ "type": "Point",
11034
+ "coordinates": [
11035
+ 13.428684471163674,
11036
+ 52.495270540274504
11037
+ ]
11038
+ }
11039
+ },
10994
11040
  {
10995
11041
  "type": "Feature",
10996
11042
  "id": "171414",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hangtime/climbing-boards",
3
- "version": "1.0.87",
3
+ "version": "1.0.88",
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",