Testing addition of landuse.name

This commit is contained in:
2020-07-02 15:32:22 +02:00
parent 566f4c47d5
commit 3994345d27
3 changed files with 5 additions and 1 deletions

View File

@@ -147,7 +147,8 @@ CREATE OR REPLACE FUNCTION layer_landuse(bbox geometry, zoom_level int)
(
osm_id bigint,
geometry geometry,
class text
class text,
name text
)
AS
$$