@hangtime/climbing-boards 1.0.64 → 1.0.65

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.
@@ -99109,6 +99109,26 @@
99109
99109
  ]
99110
99110
  }
99111
99111
  },
99112
+ {
99113
+ "type": "Feature",
99114
+ "id": 272148,
99115
+ "properties": {
99116
+ "id": 272148,
99117
+ "username": "FlowC",
99118
+ "latitude": 26.0572555,
99119
+ "longitude": 119.2816946,
99120
+ "title": "FlowC 随石攀岩",
99121
+ "description": "Tension Board at FlowC 随石攀岩",
99122
+ "marker-color": "#000000"
99123
+ },
99124
+ "geometry": {
99125
+ "type": "Point",
99126
+ "coordinates": [
99127
+ 119.2816946,
99128
+ 26.0572555
99129
+ ]
99130
+ }
99131
+ },
99112
99132
  {
99113
99133
  "type": "Feature",
99114
99134
  "id": 272215,
@@ -6139,6 +6139,24 @@
6139
6139
  ]
6140
6140
  }
6141
6141
  },
6142
+ {
6143
+ "type": "Feature",
6144
+ "id": 272148,
6145
+ "properties": {
6146
+ "id": 272148,
6147
+ "username": "FlowC",
6148
+ "name": "FlowC 随石攀岩",
6149
+ "latitude": 26.0572555,
6150
+ "longitude": 119.2816946
6151
+ },
6152
+ "geometry": {
6153
+ "type": "Point",
6154
+ "coordinates": [
6155
+ 119.2816946,
6156
+ 26.0572555
6157
+ ]
6158
+ }
6159
+ },
6142
6160
  {
6143
6161
  "type": "Feature",
6144
6162
  "id": 272215,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hangtime/climbing-boards",
3
- "version": "1.0.64",
3
+ "version": "1.0.65",
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",