Merge branch 'master' into quickstart_v2

This commit is contained in:
ImreSamu 2016-11-30 02:32:30 +01:00
commit fb720bf943
2 changed files with 8 additions and 2 deletions

View File

@ -1,8 +1,6 @@
version: "2" version: "2"
volumes: volumes:
pgdata: pgdata:
services: services:
postgres: postgres:
image: "openmaptiles/postgis:2.2" image: "openmaptiles/postgis:2.2"

View File

@ -17,6 +17,9 @@ tables:
type: validated_geometry type: validated_geometry
- name: area - name: area
type: pseudoarea type: pseudoarea
- name: building
key: building
type: string
- name: height - name: height
key: height key: height
type: integer type: integer
@ -34,4 +37,9 @@ tables:
- __any__ - __any__
building: building:
- __any__ - __any__
filters:
exclude_tags:
- [ "building", "no" ]
- [ "building", "none" ]
- [ "building", "No" ]
type: polygon type: polygon