|
|
@ -24,6 +24,9 @@ |
|
|
|
"node[historic~\"^(castle|archaeological_site|battlefield|monument)$\"];", |
|
|
|
"way[historic~\"^(castle|archaeological_site|battlefield|monument)$\"];", |
|
|
|
"relation[historic~\"^(castle|archaeological_site|battlefield|monument)$\"];", |
|
|
|
"node[heritage~\"^(1|2|3|4)$\"];", |
|
|
|
"way[heritage~\"^(1|2|3|4)$\"];", |
|
|
|
"relation[heritage~\"^(1|2|3|4)$\"];", |
|
|
|
")" |
|
|
|
], |
|
|
|
"14": [ |
|
|
@ -31,11 +34,17 @@ |
|
|
|
"node[historic];", |
|
|
|
"way[historic];", |
|
|
|
"relation[historic];", |
|
|
|
"node[heritage];", |
|
|
|
"way[heritage];", |
|
|
|
"relation[heritage];", |
|
|
|
")" |
|
|
|
] |
|
|
|
}, |
|
|
|
"feature": { |
|
|
|
"description": "{{ tagTransList('historic', tags.historic) }}", |
|
|
|
"description": [ |
|
|
|
"{{ tagTransList('historic', tags.historic) }}", |
|
|
|
"{% if tags.heritage %}{{ keyTrans('heritage') }} ({{ tags.heritage }}){% endif %}" |
|
|
|
], |
|
|
|
"markerSign": "{{ const[tags.historic].sign|raw }}" |
|
|
|
}, |
|
|
|
"info": [ |
|
|
|