From 864eba51b3127700ea515127625b51dbaa1ef291 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Wed, 6 May 2020 12:14:55 -0400 Subject: [PATCH] Update README.md (#854) --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 5e34b48e..414b9747 100644 --- a/README.md +++ b/README.md @@ -105,13 +105,6 @@ make import-data [Download OpenStreetMap data extracts](http://download.geofabrik.de/) and store the PBF file in the `./data` directory. -```bash -cd data -wget http://download.geofabrik.de/europe/albania-latest.osm.pbf -``` - -OR - ```bash make download-geofabrik area=albania ``` @@ -124,7 +117,7 @@ make import-osm make import-borders ``` -Import latest Wikidata. If an OSM feature has [Key:wikidata](https://wiki.openstreetmap.org/wiki/Key:wikidata), OpenMapTiles check corresponding item in Wikidata and use its [labels](https://www.wikidata.org/wiki/Help:Label) for languages listed in [openmaptiles.yaml](openmaptiles.yaml). So the generated vector tiles includes multi-languages in name field. +Import labels from Wikidata. If an OSM feature has [Key:wikidata](https://wiki.openstreetmap.org/wiki/Key:wikidata), OpenMapTiles check corresponding item in Wikidata and use its [labels](https://www.wikidata.org/wiki/Help:Label) for languages listed in [openmaptiles.yaml](openmaptiles.yaml). So the generated vector tiles includes multi-languages in name field. This step uses [Wikidata Query Service](https://query.wikidata.org) to download just the Wikidata IDs that already exist in the database.