From ac577fe014dc64906935e8d658e81ef836645dc7 Mon Sep 17 00:00:00 2001 From: Matt Riggott Date: Thu, 14 Oct 2021 05:14:03 +0000 Subject: [PATCH] Remove mention of now-gone `make import-borders` (#1259) After commit b4b897999d69 the `make import-borders` rule no longer exists, but it's still mentioned in the README a couple of times. This PR removes those references. Some [cleanup files are also mentioned in `.env`](https://github.com/openmaptiles/openmaptiles/blob/4d6945b935ac5c7cbfa922fa0414d732f69e00e1/.env#L42-L44). I'm not sure if those lines can be removed too, because the variables are used in [`bin/import-borders`](https://github.com/openmaptiles/openmaptiles-tools/blob/3796c4eab03dd8a317cea2d2c9b0c7dbdce35ac9/bin/import-borders#L8-L10) in the `openmaptiles/openmaptiles-tools` repo. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index ce72b394..688d9193 100644 --- a/README.md +++ b/README.md @@ -114,11 +114,10 @@ make download area=albania ``` [Import OpenStreetMap data](https://github.com/openmaptiles/openmaptiles-tools/tree/master/docker/import-osm) with the mapping rules from -`build/mapping.yaml` (which has been created by `make`). Run after any change in layers definition. Also create borders table using extra processing with [osmborder](https://github.com/pnorman/osmborder) tool. +`build/mapping.yaml` (which has been created by `make`). Run after any change in layers definition. ```bash make import-osm -make import-borders ``` 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. @@ -162,7 +161,6 @@ make start-db # start up the database container. make import-data # Import external data from OpenStreetMapData, Natural Earth and OpenStreetMap Lake Labels. make download area=albania # download albania .osm.pbf file -- can be skipped if a .osm.pbf file already existing make import-osm # import data into postgres -make import-borders # create borders table make import-wikidata # import Wikidata make import-sql # create / import sql funtions make generate-bbox-file # compute data bbox -- not needed for the whole planet