pelias-openstreetmap 8.4.0 → 8.4.1
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/package.json +1 -1
- package/scripts/generate_taginfo.js +1 -1
- package/taginfo.json +1 -1
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",
|