diff --git a/docker-compose.yml b/docker-compose.yml index 2b7cc9a..fd79506 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,8 +1,6 @@ version: "2" - volumes: pgdata: - services: postgres: image: "openmaptiles/postgis:2.2" diff --git a/layers/building/mapping.yaml b/layers/building/mapping.yaml index 31d1bd4..9270359 100644 --- a/layers/building/mapping.yaml +++ b/layers/building/mapping.yaml @@ -17,6 +17,9 @@ tables: type: validated_geometry - name: area type: pseudoarea + - name: building + key: building + type: string - name: height key: height type: integer @@ -34,4 +37,9 @@ tables: - __any__ building: - __any__ + filters: + exclude_tags: + - [ "building", "no" ] + - [ "building", "none" ] + - [ "building", "No" ] type: polygon