Testing addition of landuse.name
This commit is contained in:
parent
566f4c47d5
commit
3994345d27
@ -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
|
||||
$$
|
||||
|
||||
@ -5,6 +5,7 @@ layer:
|
||||
from Natural Earth data for residential (urban) areas and at higher zoom levels mostly OSM `landuse` tags.
|
||||
buffer_size: 4
|
||||
fields:
|
||||
name: The OSM [`name`] value of this landuse.
|
||||
class:
|
||||
description: |
|
||||
Use the **class** to assign special colors to areas.
|
||||
|
||||
@ -63,6 +63,8 @@ tables:
|
||||
type: string
|
||||
- name: area
|
||||
type: area
|
||||
- name: name
|
||||
type: string
|
||||
mapping:
|
||||
landuse:
|
||||
- railway
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user