pelias-openstreetmap 8.4.1 → 8.4.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.
@@ -48,7 +48,6 @@ module.exports = {
48
48
  'aeroway~helipad+name',
49
49
  'aeroway~airstrip+name',
50
50
  'aeroway~heliport+name',
51
- 'aeroway~areodrome+name',
52
51
  'aeroway~spaceport+name',
53
52
  'aeroway~landing_strip+name',
54
53
  'aeroway~airfield+name',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pelias-openstreetmap",
3
- "version": "8.4.1",
3
+ "version": "8.4.2",
4
4
  "engines": {
5
5
  "node": ">=10.0.0"
6
6
  },
package/taginfo.json CHANGED
@@ -284,16 +284,6 @@
284
284
  ],
285
285
  "description": "aeroway=heliport features with a name are imported as venues"
286
286
  },
287
- {
288
- "key": "aeroway",
289
- "value": "areodrome",
290
- "object_types": [
291
- "node",
292
- "way",
293
- "relation"
294
- ],
295
- "description": "aeroway=areodrome features with a name are imported as venues"
296
- },
297
287
  {
298
288
  "key": "aeroway",
299
289
  "value": "spaceport",