|
27 | 27 | tags->'protect_class' AS protect_class,
|
28 | 28 | operator,
|
29 | 29 | 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, |
31 | 31 | 'openstreetmap.org' AS source,
|
32 | 32 | {% filter geometry %}way{% endfilter %} AS __geometry__,
|
33 | 33 | osm_id AS __id__
|
|
59 | 59 | tags->'protect_class' AS protect_class,
|
60 | 60 | operator,
|
61 | 61 | 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, |
63 | 63 | 'openstreetmap.org' AS source,
|
64 | 64 | {% filter geometry %}way{% endfilter %} AS __geometry__,
|
65 | 65 | osm_id AS __id__,
|
|
0 commit comments