Revert "Testing addition of landuse.name"
This reverts commit 3994345d
This commit is contained in:
parent
0b18f340ae
commit
bcb1c905c7
@ -147,8 +147,7 @@ CREATE OR REPLACE FUNCTION layer_landuse(bbox geometry, zoom_level int)
|
|||||||
(
|
(
|
||||||
osm_id bigint,
|
osm_id bigint,
|
||||||
geometry geometry,
|
geometry geometry,
|
||||||
class text,
|
class text
|
||||||
name text
|
|
||||||
)
|
)
|
||||||
AS
|
AS
|
||||||
$$
|
$$
|
||||||
|
|||||||
@ -5,7 +5,6 @@ layer:
|
|||||||
from Natural Earth data for residential (urban) areas and at higher zoom levels mostly OSM `landuse` tags.
|
from Natural Earth data for residential (urban) areas and at higher zoom levels mostly OSM `landuse` tags.
|
||||||
buffer_size: 4
|
buffer_size: 4
|
||||||
fields:
|
fields:
|
||||||
name: The OSM [`name`] value of this landuse.
|
|
||||||
class:
|
class:
|
||||||
description: |
|
description: |
|
||||||
Use the **class** to assign special colors to areas.
|
Use the **class** to assign special colors to areas.
|
||||||
|
|||||||
@ -63,8 +63,6 @@ tables:
|
|||||||
type: string
|
type: string
|
||||||
- name: area
|
- name: area
|
||||||
type: area
|
type: area
|
||||||
- name: name
|
|
||||||
type: string
|
|
||||||
mapping:
|
mapping:
|
||||||
landuse:
|
landuse:
|
||||||
- railway
|
- railway
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user