diff --git a/README.md b/README.md index a6d0cd33..70f28343 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Layers can be chosen to create a **Tileset** like the `openmaptiles.yaml` tilese - [housenumber](https://github.com/openmaptiles/openmaptiles/wiki/housenumber) - [landcover](https://github.com/openmaptiles/openmaptiles/wiki/landcover) - [landuse](https://github.com/openmaptiles/openmaptiles/wiki/landuse) +- [aeroway](https://github.com/openmaptiles/openmaptiles/wiki/aeroway) - [place](https://github.com/openmaptiles/openmaptiles/wiki/place) - [poi](https://github.com/openmaptiles/openmaptiles/wiki/poi) - [park](https://github.com/openmaptiles/openmaptiles/wiki/park) diff --git a/layers/aeroway/layer.sql b/layers/aeroway/layer.sql index d45ac358..606eb245 100644 --- a/layers/aeroway/layer.sql +++ b/layers/aeroway/layer.sql @@ -1,5 +1,5 @@ -- etldoc: layer_aeroway[shape=record fillcolor=lightpink, style="rounded,filled", --- etldoc: label="layer_aeroway | z12| z13| z14" ]; +-- etldoc: label="layer_aeroway | z12| z13| z14+" ]; CREATE OR REPLACE FUNCTION layer_aeroway(bbox geometry, zoom_level int) RETURNS TABLE(geometry geometry, class text) AS $$