simplified etldoc for layer_place

This commit is contained in:
ImreSamu
2016-11-10 03:23:52 +01:00
parent 7d7ca7f47a
commit b0c762cd2b
4 changed files with 12 additions and 14 deletions

View File

@@ -1,4 +1,7 @@
-- etldoc: layer_country[shape=record fillcolor=lightpink, style="rounded,filled",
-- etldoc: label="layer_country | <zall> z0-z14_ " ] ;
-- etldoc: osm_country_point -> layer_country
CREATE OR REPLACE FUNCTION layer_country(bbox geometry, zoom_level int)
RETURNS TABLE(osm_id bigint, geometry geometry, name text, name_en text, "rank" int) AS $$