Skip to content

Commit 485e040

Browse files
committed
Merge pull request #513 from mapzen/update-landuse-kind-call
Update the landuse kind function calls
2 parents 54f54d1 + bc28387 commit 485e040

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

queries/landuse.jinja2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ SELECT
2727
tags->'protect_class' AS protect_class,
2828
operator,
2929
way_area::bigint AS area,
30-
mz_calculate_landuse_kind("landuse", "leisure", "natural", "highway", "aeroway", "amenity", "tourism", "man_made", "power", "boundary") AS kind,
30+
mz_calculate_landuse_kind("landuse", "leisure", "natural", "highway", "aeroway", "amenity", "tourism", "man_made", "power", "boundary", "tags") AS kind,
3131
'openstreetmap.org' AS source,
3232
{% filter geometry %}way{% endfilter %} AS __geometry__,
3333
osm_id AS __id__
@@ -59,7 +59,7 @@ SELECT
5959
tags->'protect_class' AS protect_class,
6060
operator,
6161
way_area::bigint AS area,
62-
mz_calculate_landuse_kind("landuse", "leisure", "natural", "highway", "aeroway", "amenity", "tourism", "man_made", "power", "boundary") AS kind,
62+
mz_calculate_landuse_kind("landuse", "leisure", "natural", "highway", "aeroway", "amenity", "tourism", "man_made", "power", "boundary", "tags") AS kind,
6363
'openstreetmap.org' AS source,
6464
{% filter geometry %}way{% endfilter %} AS __geometry__,
6565
osm_id AS __id__,

0 commit comments

Comments
 (0)