openmaptiles/layers/building
Yuri Astrakhan 0cae7b9fd6
Upgrade to tools v5 - rm import-osm, new downloader... (#785)
Update to tools v5. See https://github.com/openmaptiles/openmaptiles-tools/releases/tag/v5.0.0 for the list of all changes. Other OMT-repo specific changes:

* removes `import-osm` docker usage, replacing it with `openmaptiles-tools`
* quickstart builds faster because it uses postgres with preloaded water, natural earth, and lake centerlines tables.

### Makefile targets
* `tools-dev` will open a shell in a docker to experiment and debug (instead of `import-sql-dev` and `import-osm-dev`)
* separated `start-maputnik` from `start-postserve`
* renamed `clean-docker` into `db-destroy` to make it more explicit
* cleaner `db-start`, `db-stop`, `db-destroy` targets
* `db-start-preloaded` is the same as `db-start`, except that it uses `postgis-preloaded` -- an image with preloaded water, natural-earth, and lake centerline data
* `db-start` will not recreate the container if it already exists -- this way if it was started as preloaded, it will not be rebuilt.
* better output messages

### Quickstart
* uses `postgis-preloaded` image by default to make quickstart quicker.  To start with a clean db, pass 2 parameters to quickstart, e.g. `./quickstart.sh albania empty`
2020-05-05 11:53:09 -04:00
..
README.md Update diagrams 2017-12-04 12:06:28 +01:00
building.sql Upgrade to tools v5 - rm import-osm, new downloader... (#785) 2020-05-05 11:53:09 -04:00
building.yaml Add colour to buildings (#555) 2019-05-24 11:09:09 +02:00
etl_diagram.png Remove support of relation type=street, few valuable data, most false positive (#754) 2020-04-28 10:36:44 +02:00
mapping.yaml Remove support of relation type=street, few valuable data, most false positive (#754) 2020-04-28 10:36:44 +02:00
mapping_diagram.png Remove support of relation type=street, few valuable data, most false positive (#754) 2020-04-28 10:36:44 +02:00

README.md

building

Docs

Read the layer documentation at http://openmaptiles.org/schema#building

Mapping Diagram

Mapping diagram for building

ETL diagram

ETL diagram for building