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

@@ -1,5 +1,5 @@
-- 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)
RETURNS TABLE(geometry geometry, class text) AS $$