@hangtime/climbing-boards 1.0.90 → 1.0.92

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.
@@ -100787,6 +100787,46 @@
100787
100787
  ]
100788
100788
  }
100789
100789
  },
100790
+ {
100791
+ "type": "Feature",
100792
+ "id": 287557,
100793
+ "properties": {
100794
+ "id": 287557,
100795
+ "username": "climbnulu",
100796
+ "latitude": 38.252376,
100797
+ "longitude": -85.733962,
100798
+ "title": "Climb Nulu",
100799
+ "description": "Tension Board at Climb Nulu",
100800
+ "marker-color": "#000000"
100801
+ },
100802
+ "geometry": {
100803
+ "type": "Point",
100804
+ "coordinates": [
100805
+ -85.733962,
100806
+ 38.252376
100807
+ ]
100808
+ }
100809
+ },
100810
+ {
100811
+ "type": "Feature",
100812
+ "id": 287875,
100813
+ "properties": {
100814
+ "id": 287875,
100815
+ "username": "banana__climbing_dx",
100816
+ "latitude": 40.00333735,
100817
+ "longitude": 116.36517531,
100818
+ "title": "Banana Climbing Xiaoyuehe",
100819
+ "description": "Tension Board at Banana Climbing Xiaoyuehe",
100820
+ "marker-color": "#000000"
100821
+ },
100822
+ "geometry": {
100823
+ "type": "Point",
100824
+ "coordinates": [
100825
+ 116.36517531,
100826
+ 40.00333735
100827
+ ]
100828
+ }
100829
+ },
100790
100830
  {
100791
100831
  "type": "Feature",
100792
100832
  "id": 50,
@@ -6552,6 +6552,42 @@
6552
6552
  39.728495
6553
6553
  ]
6554
6554
  }
6555
+ },
6556
+ {
6557
+ "type": "Feature",
6558
+ "id": 287557,
6559
+ "properties": {
6560
+ "id": 287557,
6561
+ "username": "climbnulu",
6562
+ "name": "Climb Nulu",
6563
+ "latitude": 38.252376,
6564
+ "longitude": -85.733962
6565
+ },
6566
+ "geometry": {
6567
+ "type": "Point",
6568
+ "coordinates": [
6569
+ -85.733962,
6570
+ 38.252376
6571
+ ]
6572
+ }
6573
+ },
6574
+ {
6575
+ "type": "Feature",
6576
+ "id": 287875,
6577
+ "properties": {
6578
+ "id": 287875,
6579
+ "username": "banana__climbing_dx",
6580
+ "name": "Banana Climbing Xiaoyuehe",
6581
+ "latitude": 40.00333735,
6582
+ "longitude": 116.36517531
6583
+ },
6584
+ "geometry": {
6585
+ "type": "Point",
6586
+ "coordinates": [
6587
+ 116.36517531,
6588
+ 40.00333735
6589
+ ]
6590
+ }
6555
6591
  }
6556
6592
  ]
6557
6593
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hangtime/climbing-boards",
3
- "version": "1.0.90",
3
+ "version": "1.0.92",
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",