|
|
@ -16,6 +16,7 @@ query: |
|
|
nwr[tourism~'^(.*;|)(attraction|artwork)(;.*|)$']; |
|
|
nwr[tourism~'^(.*;|)(attraction|artwork)(;.*|)$']; |
|
|
nwr[heritage]; |
|
|
nwr[heritage]; |
|
|
nwr[amenity~'^(.*;|)(fountain|arts_centre|place_of_worship|theatre|public_bookcase)(;.*|)$']; |
|
|
nwr[amenity~'^(.*;|)(fountain|arts_centre|place_of_worship|theatre|public_bookcase)(;.*|)$']; |
|
|
|
|
|
nwr[leisure~'^(.*;|)(parklet)(;.*|)$']; |
|
|
nwr[man_made~'^(.*;|)(windmill|watermill|bridge|cairn|cross|geoglyph|hongsalmun|iljumun|lighthouse|obelisk|observatory|offshore_platform|paifang|stupa|torii)(;.*|)$']; |
|
|
nwr[man_made~'^(.*;|)(windmill|watermill|bridge|cairn|cross|geoglyph|hongsalmun|iljumun|lighthouse|obelisk|observatory|offshore_platform|paifang|stupa|torii)(;.*|)$']; |
|
|
nwr[natural=tree][denotation~'^(natural_monument|landmark)$']; |
|
|
nwr[natural=tree][denotation~'^(natural_monument|landmark)$']; |
|
|
) |
|
|
) |
|
|
@ -79,6 +80,8 @@ feature: |
|
|
{{ keyTrans('heritage') }} |
|
|
{{ keyTrans('heritage') }} |
|
|
{% elseif tags.man_made %} |
|
|
{% elseif tags.man_made %} |
|
|
{{ tagTransList('man_made', tags.man_made) }} |
|
|
{{ tagTransList('man_made', tags.man_made) }} |
|
|
|
|
|
{% elseif tags.leisure %} |
|
|
|
|
|
{{ tagTransList('leisure', tags.leisure) }} |
|
|
{% elseif tags.natural %} |
|
|
{% elseif tags.natural %} |
|
|
{{ tagTrans('natural', tags.natural) }} ({{ tagTrans('denotation', tags.denotation) }}) |
|
|
{{ tagTrans('natural', tags.natural) }} ({{ tagTrans('denotation', tags.denotation) }}) |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
@ -164,6 +167,8 @@ const: |
|
|
icon: '<i class="fas fa-theater-masks"></i>' |
|
|
icon: '<i class="fas fa-theater-masks"></i>' |
|
|
natural=tree: |
|
|
natural=tree: |
|
|
icon: '<i class="fas fa-tree"></i>' |
|
|
icon: '<i class="fas fa-tree"></i>' |
|
|
|
|
|
leisure=parklet: |
|
|
|
|
|
icon: '<img data-src="temaki:tree_and_bench?stroke=white">' |
|
|
heritage: |
|
|
heritage: |
|
|
man_made: |
|
|
man_made: |
|
|
other: |
|
|
other: |
|
|
|