@hangtime/climbing-boards 1.0.57 → 1.0.59
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.
- package/README.md +4 -2
- package/geojson/combined.geojson +140 -52
- package/geojson/kilterboardapp.geojson +96 -50
- package/geojson/tensionboardapp2.geojson +36 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
# Climbing Boards
|
|
2
2
|
|
|
3
3
|
A GeoJSON dataset tracking all climbing training/system boards worldwide,
|
|
4
|
-
including MoonBoard
|
|
4
|
+
including ~~MoonBoard~~, Kilter Board, Tension Board, Grasshopper Board, Decoy
|
|
5
5
|
Board, So iLL Board, Touchstone Board, Aurora Board, and 12Climb Board. This
|
|
6
6
|
dataset is automatically updated daily through GitHub Actions.
|
|
7
7
|
|
|
8
|
+
**Update 05-2026**: MoonBoard stopped updating since [GetMapMarkers](https://moonboard.com/MoonBoard/GetMapMarkers) got removed.
|
|
9
|
+
|
|
8
10
|
[Explore all system boards on GeoJSON.io](https://geojson.io/#id=github:Stevie-Ray/hangtime-climbing-boards/blob/main/geojson/combined.geojson)
|
|
9
11
|
|
|
10
12
|
[](https://geojson.io/#id=github:Stevie-Ray/hangtime-climbing-boards/blob/main/geojson/combined.geojson)
|
|
@@ -98,7 +100,7 @@ npm run dev
|
|
|
98
100
|
|
|
99
101
|
### Authentication
|
|
100
102
|
|
|
101
|
-
Required to get MoonBoard and Kilter Board locations. To get detailed
|
|
103
|
+
Required to get ~~MoonBoard~~ and Kilter Board locations. To get detailed
|
|
102
104
|
information about Aurora Boards such as (Tension, Grasshoper etc.) including the
|
|
103
105
|
gym's address, board angle, or rotatability status, you need to provide your
|
|
104
106
|
credentials through environment variables. Each climbing board app requires its
|
package/geojson/combined.geojson
CHANGED
|
@@ -14065,54 +14065,6 @@
|
|
|
14065
14065
|
]
|
|
14066
14066
|
}
|
|
14067
14067
|
},
|
|
14068
|
-
{
|
|
14069
|
-
"type": "Feature",
|
|
14070
|
-
"id": "151236",
|
|
14071
|
-
"properties": {
|
|
14072
|
-
"id": "151236",
|
|
14073
|
-
"gym_uuid": "151236",
|
|
14074
|
-
"address": "100 S Morgan St",
|
|
14075
|
-
"city": "Chicago",
|
|
14076
|
-
"country": "USA",
|
|
14077
|
-
"countryCode": null,
|
|
14078
|
-
"postal_code": "60607",
|
|
14079
|
-
"latitude": 41.88035,
|
|
14080
|
-
"longitude": -87.65213,
|
|
14081
|
-
"gym_logo": null,
|
|
14082
|
-
"banner_logo": null,
|
|
14083
|
-
"instagram_username": null,
|
|
14084
|
-
"is_listed": null,
|
|
14085
|
-
"walls": [
|
|
14086
|
-
{
|
|
14087
|
-
"id": "f43f4366-ae3c-4d21-8cb6-22565400b5aa",
|
|
14088
|
-
"wall_uuid": "f43f4366-ae3c-4d21-8cb6-22565400b5aa",
|
|
14089
|
-
"gym_uuid": "151236",
|
|
14090
|
-
"name": "Kilter Board",
|
|
14091
|
-
"product_name": "Kilter Board Original",
|
|
14092
|
-
"product_layout_uuid": "10",
|
|
14093
|
-
"is_adjustable": 1,
|
|
14094
|
-
"min_angle": null,
|
|
14095
|
-
"max_angle": null,
|
|
14096
|
-
"angle_increments": null,
|
|
14097
|
-
"angle": 40,
|
|
14098
|
-
"serial_number": "81096",
|
|
14099
|
-
"accumulated_hold_set_value": 3,
|
|
14100
|
-
"is_listed": 1,
|
|
14101
|
-
"created_at": "2022-06-09 17:01:27.906943Z"
|
|
14102
|
-
}
|
|
14103
|
-
],
|
|
14104
|
-
"title": "Brooklyn Boulders Chicago West Loop",
|
|
14105
|
-
"description": "Kilter Board at Brooklyn Boulders Chicago West Loop",
|
|
14106
|
-
"marker-color": "#ED1D24"
|
|
14107
|
-
},
|
|
14108
|
-
"geometry": {
|
|
14109
|
-
"type": "Point",
|
|
14110
|
-
"coordinates": [
|
|
14111
|
-
-87.65213,
|
|
14112
|
-
41.88035
|
|
14113
|
-
]
|
|
14114
|
-
}
|
|
14115
|
-
},
|
|
14116
14068
|
{
|
|
14117
14069
|
"type": "Feature",
|
|
14118
14070
|
"id": "659779",
|
|
@@ -24329,6 +24281,54 @@
|
|
|
24329
24281
|
]
|
|
24330
24282
|
}
|
|
24331
24283
|
},
|
|
24284
|
+
{
|
|
24285
|
+
"type": "Feature",
|
|
24286
|
+
"id": "151236",
|
|
24287
|
+
"properties": {
|
|
24288
|
+
"id": "151236",
|
|
24289
|
+
"gym_uuid": "151236",
|
|
24290
|
+
"address": "100 S Morgan St",
|
|
24291
|
+
"city": "Chicago",
|
|
24292
|
+
"country": "USA",
|
|
24293
|
+
"countryCode": null,
|
|
24294
|
+
"postal_code": "60607",
|
|
24295
|
+
"latitude": 41.88035,
|
|
24296
|
+
"longitude": -87.65213,
|
|
24297
|
+
"gym_logo": null,
|
|
24298
|
+
"banner_logo": null,
|
|
24299
|
+
"instagram_username": null,
|
|
24300
|
+
"is_listed": null,
|
|
24301
|
+
"walls": [
|
|
24302
|
+
{
|
|
24303
|
+
"id": "f43f4366-ae3c-4d21-8cb6-22565400b5aa",
|
|
24304
|
+
"wall_uuid": "f43f4366-ae3c-4d21-8cb6-22565400b5aa",
|
|
24305
|
+
"gym_uuid": "151236",
|
|
24306
|
+
"name": "Kilter Board",
|
|
24307
|
+
"product_name": "Kilter Board Original",
|
|
24308
|
+
"product_layout_uuid": "10",
|
|
24309
|
+
"is_adjustable": 1,
|
|
24310
|
+
"min_angle": null,
|
|
24311
|
+
"max_angle": null,
|
|
24312
|
+
"angle_increments": null,
|
|
24313
|
+
"angle": 40,
|
|
24314
|
+
"serial_number": "81096",
|
|
24315
|
+
"accumulated_hold_set_value": 3,
|
|
24316
|
+
"is_listed": 1,
|
|
24317
|
+
"created_at": "2022-06-09 17:01:27.906943Z"
|
|
24318
|
+
}
|
|
24319
|
+
],
|
|
24320
|
+
"title": "First Ascent West Loop",
|
|
24321
|
+
"description": "Kilter Board at First Ascent West Loop",
|
|
24322
|
+
"marker-color": "#ED1D24"
|
|
24323
|
+
},
|
|
24324
|
+
"geometry": {
|
|
24325
|
+
"type": "Point",
|
|
24326
|
+
"coordinates": [
|
|
24327
|
+
-87.65213,
|
|
24328
|
+
41.88035
|
|
24329
|
+
]
|
|
24330
|
+
}
|
|
24331
|
+
},
|
|
24332
24332
|
{
|
|
24333
24333
|
"type": "Feature",
|
|
24334
24334
|
"id": "155385",
|
|
@@ -31022,8 +31022,8 @@
|
|
|
31022
31022
|
"country": "US",
|
|
31023
31023
|
"countryCode": null,
|
|
31024
31024
|
"postal_code": "80503",
|
|
31025
|
-
"latitude": 40.
|
|
31026
|
-
"longitude": -105.
|
|
31025
|
+
"latitude": 40.192755,
|
|
31026
|
+
"longitude": -105.155987,
|
|
31027
31027
|
"gym_logo": null,
|
|
31028
31028
|
"banner_logo": null,
|
|
31029
31029
|
"instagram_username": null,
|
|
@@ -31190,8 +31190,8 @@
|
|
|
31190
31190
|
"geometry": {
|
|
31191
31191
|
"type": "Point",
|
|
31192
31192
|
"coordinates": [
|
|
31193
|
-
-105.
|
|
31194
|
-
40.
|
|
31193
|
+
-105.155987,
|
|
31194
|
+
40.192755
|
|
31195
31195
|
]
|
|
31196
31196
|
}
|
|
31197
31197
|
},
|
|
@@ -51817,6 +51817,54 @@
|
|
|
51817
51817
|
]
|
|
51818
51818
|
}
|
|
51819
51819
|
},
|
|
51820
|
+
{
|
|
51821
|
+
"type": "Feature",
|
|
51822
|
+
"id": "f70f6865-2268-4b3a-a84e-9957347f13b2",
|
|
51823
|
+
"properties": {
|
|
51824
|
+
"id": "f70f6865-2268-4b3a-a84e-9957347f13b2",
|
|
51825
|
+
"gym_uuid": "f70f6865-2268-4b3a-a84e-9957347f13b2",
|
|
51826
|
+
"address": "Rua Eça de Queiroz",
|
|
51827
|
+
"city": "Estombar",
|
|
51828
|
+
"country": "Portugal",
|
|
51829
|
+
"countryCode": null,
|
|
51830
|
+
"postal_code": "8400-018",
|
|
51831
|
+
"latitude": 37.14661226641366,
|
|
51832
|
+
"longitude": -8.482054452243313,
|
|
51833
|
+
"gym_logo": null,
|
|
51834
|
+
"banner_logo": null,
|
|
51835
|
+
"instagram_username": null,
|
|
51836
|
+
"is_listed": null,
|
|
51837
|
+
"walls": [
|
|
51838
|
+
{
|
|
51839
|
+
"id": "0ed5f4f5-d6c9-4035-922d-7e71a178d430",
|
|
51840
|
+
"wall_uuid": "0ed5f4f5-d6c9-4035-922d-7e71a178d430",
|
|
51841
|
+
"gym_uuid": "f70f6865-2268-4b3a-a84e-9957347f13b2",
|
|
51842
|
+
"name": "OG Kilter Board",
|
|
51843
|
+
"product_name": "Kilter Board Original",
|
|
51844
|
+
"product_layout_uuid": "10",
|
|
51845
|
+
"is_adjustable": 1,
|
|
51846
|
+
"min_angle": 0,
|
|
51847
|
+
"max_angle": 70,
|
|
51848
|
+
"angle_increments": 5,
|
|
51849
|
+
"angle": 40,
|
|
51850
|
+
"serial_number": null,
|
|
51851
|
+
"accumulated_hold_set_value": 3,
|
|
51852
|
+
"is_listed": 1,
|
|
51853
|
+
"created_at": "2026-06-24 15:02:06.439904Z"
|
|
51854
|
+
}
|
|
51855
|
+
],
|
|
51856
|
+
"title": "Vertical Escalada",
|
|
51857
|
+
"description": "Kilter Board at Vertical Escalada",
|
|
51858
|
+
"marker-color": "#ED1D24"
|
|
51859
|
+
},
|
|
51860
|
+
"geometry": {
|
|
51861
|
+
"type": "Point",
|
|
51862
|
+
"coordinates": [
|
|
51863
|
+
-8.482054452243313,
|
|
51864
|
+
37.14661226641366
|
|
51865
|
+
]
|
|
51866
|
+
}
|
|
51867
|
+
},
|
|
51820
51868
|
{
|
|
51821
51869
|
"type": "Feature",
|
|
51822
51870
|
"id": "157376",
|
|
@@ -98821,6 +98869,46 @@
|
|
|
98821
98869
|
]
|
|
98822
98870
|
}
|
|
98823
98871
|
},
|
|
98872
|
+
{
|
|
98873
|
+
"type": "Feature",
|
|
98874
|
+
"id": 272215,
|
|
98875
|
+
"properties": {
|
|
98876
|
+
"id": 272215,
|
|
98877
|
+
"username": "funabashirocky",
|
|
98878
|
+
"latitude": 35.700068,
|
|
98879
|
+
"longitude": 139.975173,
|
|
98880
|
+
"title": "Rocky Funabashi",
|
|
98881
|
+
"description": "Tension Board at Rocky Funabashi",
|
|
98882
|
+
"marker-color": "#000000"
|
|
98883
|
+
},
|
|
98884
|
+
"geometry": {
|
|
98885
|
+
"type": "Point",
|
|
98886
|
+
"coordinates": [
|
|
98887
|
+
139.975173,
|
|
98888
|
+
35.700068
|
|
98889
|
+
]
|
|
98890
|
+
}
|
|
98891
|
+
},
|
|
98892
|
+
{
|
|
98893
|
+
"type": "Feature",
|
|
98894
|
+
"id": 272219,
|
|
98895
|
+
"properties": {
|
|
98896
|
+
"id": 272219,
|
|
98897
|
+
"username": "klimmerei",
|
|
98898
|
+
"latitude": 47.157655,
|
|
98899
|
+
"longitude": 9.806525,
|
|
98900
|
+
"title": "Klimmerei Boulder",
|
|
98901
|
+
"description": "Tension Board at Klimmerei Boulder",
|
|
98902
|
+
"marker-color": "#000000"
|
|
98903
|
+
},
|
|
98904
|
+
"geometry": {
|
|
98905
|
+
"type": "Point",
|
|
98906
|
+
"coordinates": [
|
|
98907
|
+
9.806525,
|
|
98908
|
+
47.157655
|
|
98909
|
+
]
|
|
98910
|
+
}
|
|
98911
|
+
},
|
|
98824
98912
|
{
|
|
98825
98913
|
"type": "Feature",
|
|
98826
98914
|
"id": 50,
|
|
@@ -12187,52 +12187,6 @@
|
|
|
12187
12187
|
]
|
|
12188
12188
|
}
|
|
12189
12189
|
},
|
|
12190
|
-
{
|
|
12191
|
-
"type": "Feature",
|
|
12192
|
-
"id": "151236",
|
|
12193
|
-
"properties": {
|
|
12194
|
-
"id": "151236",
|
|
12195
|
-
"gym_uuid": "151236",
|
|
12196
|
-
"name": "Brooklyn Boulders Chicago West Loop",
|
|
12197
|
-
"address": "100 S Morgan St",
|
|
12198
|
-
"city": "Chicago",
|
|
12199
|
-
"country": "USA",
|
|
12200
|
-
"countryCode": null,
|
|
12201
|
-
"postal_code": "60607",
|
|
12202
|
-
"latitude": 41.88035,
|
|
12203
|
-
"longitude": -87.65213,
|
|
12204
|
-
"gym_logo": null,
|
|
12205
|
-
"banner_logo": null,
|
|
12206
|
-
"instagram_username": null,
|
|
12207
|
-
"is_listed": null,
|
|
12208
|
-
"walls": [
|
|
12209
|
-
{
|
|
12210
|
-
"id": "f43f4366-ae3c-4d21-8cb6-22565400b5aa",
|
|
12211
|
-
"wall_uuid": "f43f4366-ae3c-4d21-8cb6-22565400b5aa",
|
|
12212
|
-
"gym_uuid": "151236",
|
|
12213
|
-
"name": "Kilter Board",
|
|
12214
|
-
"product_name": "Kilter Board Original",
|
|
12215
|
-
"product_layout_uuid": "10",
|
|
12216
|
-
"is_adjustable": 1,
|
|
12217
|
-
"min_angle": null,
|
|
12218
|
-
"max_angle": null,
|
|
12219
|
-
"angle_increments": null,
|
|
12220
|
-
"angle": 40,
|
|
12221
|
-
"serial_number": "81096",
|
|
12222
|
-
"accumulated_hold_set_value": 3,
|
|
12223
|
-
"is_listed": 1,
|
|
12224
|
-
"created_at": "2022-06-09 17:01:27.906943Z"
|
|
12225
|
-
}
|
|
12226
|
-
]
|
|
12227
|
-
},
|
|
12228
|
-
"geometry": {
|
|
12229
|
-
"type": "Point",
|
|
12230
|
-
"coordinates": [
|
|
12231
|
-
-87.65213,
|
|
12232
|
-
41.88035
|
|
12233
|
-
]
|
|
12234
|
-
}
|
|
12235
|
-
},
|
|
12236
12190
|
{
|
|
12237
12191
|
"type": "Feature",
|
|
12238
12192
|
"id": "659779",
|
|
@@ -22029,6 +21983,52 @@
|
|
|
22029
21983
|
]
|
|
22030
21984
|
}
|
|
22031
21985
|
},
|
|
21986
|
+
{
|
|
21987
|
+
"type": "Feature",
|
|
21988
|
+
"id": "151236",
|
|
21989
|
+
"properties": {
|
|
21990
|
+
"id": "151236",
|
|
21991
|
+
"gym_uuid": "151236",
|
|
21992
|
+
"name": "First Ascent West Loop",
|
|
21993
|
+
"address": "100 S Morgan St",
|
|
21994
|
+
"city": "Chicago",
|
|
21995
|
+
"country": "USA",
|
|
21996
|
+
"countryCode": null,
|
|
21997
|
+
"postal_code": "60607",
|
|
21998
|
+
"latitude": 41.88035,
|
|
21999
|
+
"longitude": -87.65213,
|
|
22000
|
+
"gym_logo": null,
|
|
22001
|
+
"banner_logo": null,
|
|
22002
|
+
"instagram_username": null,
|
|
22003
|
+
"is_listed": null,
|
|
22004
|
+
"walls": [
|
|
22005
|
+
{
|
|
22006
|
+
"id": "f43f4366-ae3c-4d21-8cb6-22565400b5aa",
|
|
22007
|
+
"wall_uuid": "f43f4366-ae3c-4d21-8cb6-22565400b5aa",
|
|
22008
|
+
"gym_uuid": "151236",
|
|
22009
|
+
"name": "Kilter Board",
|
|
22010
|
+
"product_name": "Kilter Board Original",
|
|
22011
|
+
"product_layout_uuid": "10",
|
|
22012
|
+
"is_adjustable": 1,
|
|
22013
|
+
"min_angle": null,
|
|
22014
|
+
"max_angle": null,
|
|
22015
|
+
"angle_increments": null,
|
|
22016
|
+
"angle": 40,
|
|
22017
|
+
"serial_number": "81096",
|
|
22018
|
+
"accumulated_hold_set_value": 3,
|
|
22019
|
+
"is_listed": 1,
|
|
22020
|
+
"created_at": "2022-06-09 17:01:27.906943Z"
|
|
22021
|
+
}
|
|
22022
|
+
]
|
|
22023
|
+
},
|
|
22024
|
+
"geometry": {
|
|
22025
|
+
"type": "Point",
|
|
22026
|
+
"coordinates": [
|
|
22027
|
+
-87.65213,
|
|
22028
|
+
41.88035
|
|
22029
|
+
]
|
|
22030
|
+
}
|
|
22031
|
+
},
|
|
22032
22032
|
{
|
|
22033
22033
|
"type": "Feature",
|
|
22034
22034
|
"id": "155385",
|
|
@@ -28463,8 +28463,8 @@
|
|
|
28463
28463
|
"country": "US",
|
|
28464
28464
|
"countryCode": null,
|
|
28465
28465
|
"postal_code": "80503",
|
|
28466
|
-
"latitude": 40.
|
|
28467
|
-
"longitude": -105.
|
|
28466
|
+
"latitude": 40.192755,
|
|
28467
|
+
"longitude": -105.155987,
|
|
28468
28468
|
"gym_logo": null,
|
|
28469
28469
|
"banner_logo": null,
|
|
28470
28470
|
"instagram_username": null,
|
|
@@ -28628,8 +28628,8 @@
|
|
|
28628
28628
|
"geometry": {
|
|
28629
28629
|
"type": "Point",
|
|
28630
28630
|
"coordinates": [
|
|
28631
|
-
-105.
|
|
28632
|
-
40.
|
|
28631
|
+
-105.155987,
|
|
28632
|
+
40.192755
|
|
28633
28633
|
]
|
|
28634
28634
|
}
|
|
28635
28635
|
},
|
|
@@ -48417,6 +48417,52 @@
|
|
|
48417
48417
|
]
|
|
48418
48418
|
}
|
|
48419
48419
|
},
|
|
48420
|
+
{
|
|
48421
|
+
"type": "Feature",
|
|
48422
|
+
"id": "f70f6865-2268-4b3a-a84e-9957347f13b2",
|
|
48423
|
+
"properties": {
|
|
48424
|
+
"id": "f70f6865-2268-4b3a-a84e-9957347f13b2",
|
|
48425
|
+
"gym_uuid": "f70f6865-2268-4b3a-a84e-9957347f13b2",
|
|
48426
|
+
"name": "Vertical Escalada",
|
|
48427
|
+
"address": "Rua Eça de Queiroz",
|
|
48428
|
+
"city": "Estombar",
|
|
48429
|
+
"country": "Portugal",
|
|
48430
|
+
"countryCode": null,
|
|
48431
|
+
"postal_code": "8400-018",
|
|
48432
|
+
"latitude": 37.14661226641366,
|
|
48433
|
+
"longitude": -8.482054452243313,
|
|
48434
|
+
"gym_logo": null,
|
|
48435
|
+
"banner_logo": null,
|
|
48436
|
+
"instagram_username": null,
|
|
48437
|
+
"is_listed": null,
|
|
48438
|
+
"walls": [
|
|
48439
|
+
{
|
|
48440
|
+
"id": "0ed5f4f5-d6c9-4035-922d-7e71a178d430",
|
|
48441
|
+
"wall_uuid": "0ed5f4f5-d6c9-4035-922d-7e71a178d430",
|
|
48442
|
+
"gym_uuid": "f70f6865-2268-4b3a-a84e-9957347f13b2",
|
|
48443
|
+
"name": "OG Kilter Board",
|
|
48444
|
+
"product_name": "Kilter Board Original",
|
|
48445
|
+
"product_layout_uuid": "10",
|
|
48446
|
+
"is_adjustable": 1,
|
|
48447
|
+
"min_angle": 0,
|
|
48448
|
+
"max_angle": 70,
|
|
48449
|
+
"angle_increments": 5,
|
|
48450
|
+
"angle": 40,
|
|
48451
|
+
"serial_number": null,
|
|
48452
|
+
"accumulated_hold_set_value": 3,
|
|
48453
|
+
"is_listed": 1,
|
|
48454
|
+
"created_at": "2026-06-24 15:02:06.439904Z"
|
|
48455
|
+
}
|
|
48456
|
+
]
|
|
48457
|
+
},
|
|
48458
|
+
"geometry": {
|
|
48459
|
+
"type": "Point",
|
|
48460
|
+
"coordinates": [
|
|
48461
|
+
-8.482054452243313,
|
|
48462
|
+
37.14661226641366
|
|
48463
|
+
]
|
|
48464
|
+
}
|
|
48465
|
+
},
|
|
48420
48466
|
{
|
|
48421
48467
|
"type": "Feature",
|
|
48422
48468
|
"id": "157376",
|
|
@@ -6138,6 +6138,42 @@
|
|
|
6138
6138
|
41.30573
|
|
6139
6139
|
]
|
|
6140
6140
|
}
|
|
6141
|
+
},
|
|
6142
|
+
{
|
|
6143
|
+
"type": "Feature",
|
|
6144
|
+
"id": 272215,
|
|
6145
|
+
"properties": {
|
|
6146
|
+
"id": 272215,
|
|
6147
|
+
"username": "funabashirocky",
|
|
6148
|
+
"name": "Rocky Funabashi",
|
|
6149
|
+
"latitude": 35.700068,
|
|
6150
|
+
"longitude": 139.975173
|
|
6151
|
+
},
|
|
6152
|
+
"geometry": {
|
|
6153
|
+
"type": "Point",
|
|
6154
|
+
"coordinates": [
|
|
6155
|
+
139.975173,
|
|
6156
|
+
35.700068
|
|
6157
|
+
]
|
|
6158
|
+
}
|
|
6159
|
+
},
|
|
6160
|
+
{
|
|
6161
|
+
"type": "Feature",
|
|
6162
|
+
"id": 272219,
|
|
6163
|
+
"properties": {
|
|
6164
|
+
"id": 272219,
|
|
6165
|
+
"username": "klimmerei",
|
|
6166
|
+
"name": "Klimmerei Boulder",
|
|
6167
|
+
"latitude": 47.157655,
|
|
6168
|
+
"longitude": 9.806525
|
|
6169
|
+
},
|
|
6170
|
+
"geometry": {
|
|
6171
|
+
"type": "Point",
|
|
6172
|
+
"coordinates": [
|
|
6173
|
+
9.806525,
|
|
6174
|
+
47.157655
|
|
6175
|
+
]
|
|
6176
|
+
}
|
|
6141
6177
|
}
|
|
6142
6178
|
]
|
|
6143
6179
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hangtime/climbing-boards",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.59",
|
|
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",
|
|
@@ -53,11 +53,11 @@
|
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@powersync/node": "^0.18.8",
|
|
55
55
|
"dotenv": "^17.4.2",
|
|
56
|
-
"user-agents": "^2.1.
|
|
56
|
+
"user-agents": "^2.1.99"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@types/geojson": "^7946.0.16",
|
|
60
|
-
"@types/node": "^22.
|
|
60
|
+
"@types/node": "^22.20.0",
|
|
61
61
|
"@types/user-agents": "^1.0.4",
|
|
62
62
|
"typescript": "^6.0.3"
|
|
63
63
|
}
|