@hangtime/climbing-boards 1.0.50 → 1.0.51
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
|
@@ -1347,7 +1347,7 @@
|
|
|
1347
1347
|
"properties": {
|
|
1348
1348
|
"id": 35144,
|
|
1349
1349
|
"username": "tcu_outdoor_center",
|
|
1350
|
-
"latitude":
|
|
1350
|
+
"latitude": 32.70777,
|
|
1351
1351
|
"longitude": -97.36392,
|
|
1352
1352
|
"title": "TCU Outdoor Center",
|
|
1353
1353
|
"description": "Grasshopper Board at TCU Outdoor Center",
|
|
@@ -1357,7 +1357,7 @@
|
|
|
1357
1357
|
"type": "Point",
|
|
1358
1358
|
"coordinates": [
|
|
1359
1359
|
-97.36392,
|
|
1360
|
-
|
|
1360
|
+
32.70777
|
|
1361
1361
|
]
|
|
1362
1362
|
}
|
|
1363
1363
|
},
|
|
@@ -98501,6 +98501,26 @@
|
|
|
98501
98501
|
]
|
|
98502
98502
|
}
|
|
98503
98503
|
},
|
|
98504
|
+
{
|
|
98505
|
+
"type": "Feature",
|
|
98506
|
+
"id": 269432,
|
|
98507
|
+
"properties": {
|
|
98508
|
+
"id": 269432,
|
|
98509
|
+
"username": "rokcclimb_north",
|
|
98510
|
+
"latitude": 39.13635,
|
|
98511
|
+
"longitude": -94.5724,
|
|
98512
|
+
"title": "RoKC North",
|
|
98513
|
+
"description": "Tension Board at RoKC North",
|
|
98514
|
+
"marker-color": "#000000"
|
|
98515
|
+
},
|
|
98516
|
+
"geometry": {
|
|
98517
|
+
"type": "Point",
|
|
98518
|
+
"coordinates": [
|
|
98519
|
+
-94.5724,
|
|
98520
|
+
39.13635
|
|
98521
|
+
]
|
|
98522
|
+
}
|
|
98523
|
+
},
|
|
98504
98524
|
{
|
|
98505
98525
|
"type": "Feature",
|
|
98506
98526
|
"id": 50,
|
|
@@ -746,14 +746,14 @@
|
|
|
746
746
|
"id": 35144,
|
|
747
747
|
"username": "tcu_outdoor_center",
|
|
748
748
|
"name": "TCU Outdoor Center",
|
|
749
|
-
"latitude":
|
|
749
|
+
"latitude": 32.70777,
|
|
750
750
|
"longitude": -97.36392
|
|
751
751
|
},
|
|
752
752
|
"geometry": {
|
|
753
753
|
"type": "Point",
|
|
754
754
|
"coordinates": [
|
|
755
755
|
-97.36392,
|
|
756
|
-
|
|
756
|
+
32.70777
|
|
757
757
|
]
|
|
758
758
|
}
|
|
759
759
|
}
|
|
@@ -6066,6 +6066,24 @@
|
|
|
6066
6066
|
35.70682
|
|
6067
6067
|
]
|
|
6068
6068
|
}
|
|
6069
|
+
},
|
|
6070
|
+
{
|
|
6071
|
+
"type": "Feature",
|
|
6072
|
+
"id": 269432,
|
|
6073
|
+
"properties": {
|
|
6074
|
+
"id": 269432,
|
|
6075
|
+
"username": "rokcclimb_north",
|
|
6076
|
+
"name": "RoKC North",
|
|
6077
|
+
"latitude": 39.13635,
|
|
6078
|
+
"longitude": -94.5724
|
|
6079
|
+
},
|
|
6080
|
+
"geometry": {
|
|
6081
|
+
"type": "Point",
|
|
6082
|
+
"coordinates": [
|
|
6083
|
+
-94.5724,
|
|
6084
|
+
39.13635
|
|
6085
|
+
]
|
|
6086
|
+
}
|
|
6069
6087
|
}
|
|
6070
6088
|
]
|
|
6071
6089
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hangtime/climbing-boards",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.51",
|
|
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",
|