@hangtime/climbing-boards 1.0.66 → 1.0.67

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.
@@ -99297,6 +99297,26 @@
99297
99297
  ]
99298
99298
  }
99299
99299
  },
99300
+ {
99301
+ "type": "Feature",
99302
+ "id": 275111,
99303
+ "properties": {
99304
+ "id": 275111,
99305
+ "username": "delta_climb_trojmiasto",
99306
+ "latitude": 54.371873,
99307
+ "longitude": 18.508669,
99308
+ "title": "Delta Climb",
99309
+ "description": "Tension Board at Delta Climb",
99310
+ "marker-color": "#000000"
99311
+ },
99312
+ "geometry": {
99313
+ "type": "Point",
99314
+ "coordinates": [
99315
+ 18.508669,
99316
+ 54.371873
99317
+ ]
99318
+ }
99319
+ },
99300
99320
  {
99301
99321
  "type": "Feature",
99302
99322
  "id": 50,
@@ -6264,6 +6264,24 @@
6264
6264
  29.786429
6265
6265
  ]
6266
6266
  }
6267
+ },
6268
+ {
6269
+ "type": "Feature",
6270
+ "id": 275111,
6271
+ "properties": {
6272
+ "id": 275111,
6273
+ "username": "delta_climb_trojmiasto",
6274
+ "name": "Delta Climb",
6275
+ "latitude": 54.371873,
6276
+ "longitude": 18.508669
6277
+ },
6278
+ "geometry": {
6279
+ "type": "Point",
6280
+ "coordinates": [
6281
+ 18.508669,
6282
+ 54.371873
6283
+ ]
6284
+ }
6267
6285
  }
6268
6286
  ]
6269
6287
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hangtime/climbing-boards",
3
- "version": "1.0.66",
3
+ "version": "1.0.67",
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",