@hangtime/climbing-boards 1.0.94 → 1.0.95
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/geojson/combined.geojson
CHANGED
|
@@ -101064,11 +101064,11 @@
|
|
|
101064
101064
|
"id": 288599,
|
|
101065
101065
|
"properties": {
|
|
101066
101066
|
"id": 288599,
|
|
101067
|
-
"username": "
|
|
101067
|
+
"username": "greatform_rock_climbing",
|
|
101068
101068
|
"latitude": 32.0951,
|
|
101069
101069
|
"longitude": 118.8123,
|
|
101070
|
-
"title": "
|
|
101071
|
-
"description": "Tension Board at
|
|
101070
|
+
"title": "大象标准 Greatform Rock Climbing",
|
|
101071
|
+
"description": "Tension Board at 大象标准 Greatform Rock Climbing",
|
|
101072
101072
|
"marker-color": "#000000"
|
|
101073
101073
|
},
|
|
101074
101074
|
"geometry": {
|
|
@@ -101099,6 +101099,26 @@
|
|
|
101099
101099
|
]
|
|
101100
101100
|
}
|
|
101101
101101
|
},
|
|
101102
|
+
{
|
|
101103
|
+
"type": "Feature",
|
|
101104
|
+
"id": 288910,
|
|
101105
|
+
"properties": {
|
|
101106
|
+
"id": 288910,
|
|
101107
|
+
"username": "boulderhaus_darmstadt",
|
|
101108
|
+
"latitude": 49.87973,
|
|
101109
|
+
"longitude": 8.636101,
|
|
101110
|
+
"title": "Boulderhaus Darmstadt",
|
|
101111
|
+
"description": "Tension Board at Boulderhaus Darmstadt",
|
|
101112
|
+
"marker-color": "#000000"
|
|
101113
|
+
},
|
|
101114
|
+
"geometry": {
|
|
101115
|
+
"type": "Point",
|
|
101116
|
+
"coordinates": [
|
|
101117
|
+
8.636101,
|
|
101118
|
+
49.87973
|
|
101119
|
+
]
|
|
101120
|
+
}
|
|
101121
|
+
},
|
|
101102
101122
|
{
|
|
101103
101123
|
"type": "Feature",
|
|
101104
101124
|
"id": 50,
|
|
@@ -6630,8 +6630,8 @@
|
|
|
6630
6630
|
"id": 288599,
|
|
6631
6631
|
"properties": {
|
|
6632
6632
|
"id": 288599,
|
|
6633
|
-
"username": "
|
|
6634
|
-
"name": "
|
|
6633
|
+
"username": "greatform_rock_climbing",
|
|
6634
|
+
"name": "大象标准 Greatform Rock Climbing",
|
|
6635
6635
|
"latitude": 32.0951,
|
|
6636
6636
|
"longitude": 118.8123
|
|
6637
6637
|
},
|
|
@@ -6660,6 +6660,24 @@
|
|
|
6660
6660
|
35.860514
|
|
6661
6661
|
]
|
|
6662
6662
|
}
|
|
6663
|
+
},
|
|
6664
|
+
{
|
|
6665
|
+
"type": "Feature",
|
|
6666
|
+
"id": 288910,
|
|
6667
|
+
"properties": {
|
|
6668
|
+
"id": 288910,
|
|
6669
|
+
"username": "boulderhaus_darmstadt",
|
|
6670
|
+
"name": "Boulderhaus Darmstadt",
|
|
6671
|
+
"latitude": 49.87973,
|
|
6672
|
+
"longitude": 8.636101
|
|
6673
|
+
},
|
|
6674
|
+
"geometry": {
|
|
6675
|
+
"type": "Point",
|
|
6676
|
+
"coordinates": [
|
|
6677
|
+
8.636101,
|
|
6678
|
+
49.87973
|
|
6679
|
+
]
|
|
6680
|
+
}
|
|
6663
6681
|
}
|
|
6664
6682
|
]
|
|
6665
6683
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hangtime/climbing-boards",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.95",
|
|
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",
|