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.
- package/config/features.js +0 -1
- package/package.json +1 -1
- package/scripts/generate_taginfo.js +1 -1
- package/taginfo.json +1 -11
package/config/features.js
CHANGED
package/package.json
CHANGED
|
@@ -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:
|
|
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://
|
|
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",
|