@hangtime/climbing-boards 1.0.56 → 1.0.57
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
|
@@ -92041,6 +92041,26 @@
|
|
|
92041
92041
|
]
|
|
92042
92042
|
}
|
|
92043
92043
|
},
|
|
92044
|
+
{
|
|
92045
|
+
"type": "Feature",
|
|
92046
|
+
"id": 11118,
|
|
92047
|
+
"properties": {
|
|
92048
|
+
"id": 11118,
|
|
92049
|
+
"username": "steil_boulderhalle",
|
|
92050
|
+
"latitude": 48.998968,
|
|
92051
|
+
"longitude": 8.361511,
|
|
92052
|
+
"title": "Steil Boulderhalle",
|
|
92053
|
+
"description": "Tension Board at Steil Boulderhalle",
|
|
92054
|
+
"marker-color": "#000000"
|
|
92055
|
+
},
|
|
92056
|
+
"geometry": {
|
|
92057
|
+
"type": "Point",
|
|
92058
|
+
"coordinates": [
|
|
92059
|
+
8.361511,
|
|
92060
|
+
48.998968
|
|
92061
|
+
]
|
|
92062
|
+
}
|
|
92063
|
+
},
|
|
92044
92064
|
{
|
|
92045
92065
|
"type": "Feature",
|
|
92046
92066
|
"id": 15330,
|
|
@@ -37,6 +37,24 @@
|
|
|
37
37
|
]
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
|
+
{
|
|
41
|
+
"type": "Feature",
|
|
42
|
+
"id": 11118,
|
|
43
|
+
"properties": {
|
|
44
|
+
"id": 11118,
|
|
45
|
+
"username": "steil_boulderhalle",
|
|
46
|
+
"name": "Steil Boulderhalle",
|
|
47
|
+
"latitude": 48.998968,
|
|
48
|
+
"longitude": 8.361511
|
|
49
|
+
},
|
|
50
|
+
"geometry": {
|
|
51
|
+
"type": "Point",
|
|
52
|
+
"coordinates": [
|
|
53
|
+
8.361511,
|
|
54
|
+
48.998968
|
|
55
|
+
]
|
|
56
|
+
}
|
|
57
|
+
},
|
|
40
58
|
{
|
|
41
59
|
"type": "Feature",
|
|
42
60
|
"id": 15330,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hangtime/climbing-boards",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.57",
|
|
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",
|