Add aeroway to README

This commit is contained in:
Lukas Martinelli 2016-12-02 12:18:33 +00:00
parent ff596b37ae
commit 7e49a7ebfc
2 changed files with 2 additions and 1 deletions

View File

@ -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) - [housenumber](https://github.com/openmaptiles/openmaptiles/wiki/housenumber)
- [landcover](https://github.com/openmaptiles/openmaptiles/wiki/landcover) - [landcover](https://github.com/openmaptiles/openmaptiles/wiki/landcover)
- [landuse](https://github.com/openmaptiles/openmaptiles/wiki/landuse) - [landuse](https://github.com/openmaptiles/openmaptiles/wiki/landuse)
- [aeroway](https://github.com/openmaptiles/openmaptiles/wiki/aeroway)
- [place](https://github.com/openmaptiles/openmaptiles/wiki/place) - [place](https://github.com/openmaptiles/openmaptiles/wiki/place)
- [poi](https://github.com/openmaptiles/openmaptiles/wiki/poi) - [poi](https://github.com/openmaptiles/openmaptiles/wiki/poi)
- [park](https://github.com/openmaptiles/openmaptiles/wiki/park) - [park](https://github.com/openmaptiles/openmaptiles/wiki/park)

View File

@ -1,5 +1,5 @@
-- etldoc: layer_aeroway[shape=record fillcolor=lightpink, style="rounded,filled", -- etldoc: layer_aeroway[shape=record fillcolor=lightpink, style="rounded,filled",
-- etldoc: label="layer_aeroway |<z12> z12|<z13> z13|<z14> z14" ]; -- etldoc: label="layer_aeroway |<z12> z12|<z13> z13|<z14_> z14+" ];
CREATE OR REPLACE FUNCTION layer_aeroway(bbox geometry, zoom_level int) CREATE OR REPLACE FUNCTION layer_aeroway(bbox geometry, zoom_level int)
RETURNS TABLE(geometry geometry, class text) AS $$ RETURNS TABLE(geometry geometry, class text) AS $$