@hangtime/climbing-boards 1.0.1 → 1.0.2

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.
@@ -3121,7 +3121,7 @@
3121
3121
  "properties": {
3122
3122
  "id": 156694,
3123
3123
  "username": "hangdogrockclimbing",
3124
- "name": "HangDog",
3124
+ "name": "HangDog Climbing",
3125
3125
  "latitude": -41.21355,
3126
3126
  "longitude": 174.8897
3127
3127
  },
@@ -5119,7 +5119,7 @@
5119
5119
  "properties": {
5120
5120
  "id": 224988,
5121
5121
  "username": "gravityvaultjerseycity",
5122
- "name": "Gravity Vault Jersey City",
5122
+ "name": "The Gravity Vault Jersey City",
5123
5123
  "latitude": 40.70779,
5124
5124
  "longitude": -74.06659
5125
5125
  },
@@ -5724,6 +5724,24 @@
5724
5724
  42.37026
5725
5725
  ]
5726
5726
  }
5727
+ },
5728
+ {
5729
+ "type": "Feature",
5730
+ "id": 253200,
5731
+ "properties": {
5732
+ "id": 253200,
5733
+ "username": "energy_climbing_gym",
5734
+ "name": "元气攀岩 Energy Climbing Gym",
5735
+ "latitude": 38.8489,
5736
+ "longitude": 121.5145
5737
+ },
5738
+ "geometry": {
5739
+ "type": "Point",
5740
+ "coordinates": [
5741
+ 121.5145,
5742
+ 38.8489
5743
+ ]
5744
+ }
5727
5745
  }
5728
5746
  ]
5729
5747
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hangtime/climbing-boards",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
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",