Remove osm_id in vector tiles coz of huge size savings

This commit is contained in:
lukasmartinelli
2016-10-25 19:15:51 +02:00
parent b6430eace2
commit 9c50026f16
12 changed files with 13 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ layer:
All [OSM Buildings](http://wiki.openstreetmap.org/wiki/Buildings).
buffer_size: 4
datasource:
query: (SELECT * FROM layer_building(!bbox!, z(!scale_denominator!))) AS t
query: (SELECT geom FROM layer_building(!bbox!, z(!scale_denominator!))) AS t
fields:
render_height: |
An approximated height from levels and height of building after the method of Paul Norman in [OSM Clear](https://github.com/ClearTables/osm-clear)