Clean up quickstart and makefile (#726)

Other than the change from `exit 404` to `exit 1`,
all other changes are noops - just cleaning things up
so that various linting tools don't complain.
This commit is contained in:
Yuri Astrakhan
2019-12-11 09:26:25 -05:00
committed by GitHub
parent b97d6de626
commit 8876e3a4d8
4 changed files with 147 additions and 102 deletions

View File

@@ -123,7 +123,7 @@ cd data
wget http://download.geofabrik.de/europe/albania-latest.osm.pbf
```
[Import OpenStreetMap data](https://github.com/openmaptiles/import-osm) with the mapping rules from
[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`).
```bash