pelias-openstreetmap 8.4.0 → 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.0",
3
+ "version": "8.4.2",
4
4
  "engines": {
5
5
  "node": ">=10.0.0"
6
6
  },
@@ -140,7 +140,7 @@ const output = {
140
140
  project: {
141
141
  name: 'Pelias Geocoder — OpenStreetMap importer',
142
142
  description: 'Imports OpenStreetMap data into the Pelias geocoding engine',
143
- project_url: pkg.homepage,
143
+ project_url: 'https://pelias.io',
144
144
  doc_url: `${pkg.homepage}#readme`,
145
145
  icon_url: 'https://github.com/pelias.png',
146
146
  contact_name: 'Pelias Team',
package/taginfo.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "project": {
5
5
  "name": "Pelias Geocoder — OpenStreetMap importer",
6
6
  "description": "Imports OpenStreetMap data into the Pelias geocoding engine",
7
- "project_url": "https://github.com/pelias/openstreetmap",
7
+ "project_url": "https://pelias.io",
8
8
  "doc_url": "https://github.com/pelias/openstreetmap#readme",
9
9
  "icon_url": "https://github.com/pelias.png",
10
10
  "contact_name": "Pelias Team",
@@ -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",