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"
volumes:
pgdata:
services:
postgres:
image: "openmaptiles/postgis:2.2"

View File

@ -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