forked from OpenStreetBrowser/main
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.1 KiB
33 lines
1.1 KiB
{
|
|
"type": "overpass",
|
|
"name": {
|
|
"ast": "Hestoria",
|
|
"cs": "Historické",
|
|
"de": "Geschichte",
|
|
"el": "Ιστορικά",
|
|
"en": "Historic",
|
|
"et": "Ajalooline",
|
|
"fr": "Histoire",
|
|
"hu": "Historikus",
|
|
"it": "Storia",
|
|
"ja": "記念",
|
|
"nl": "Historisch",
|
|
"pl": "Miejsca Historyczne",
|
|
"ro": "Istoric",
|
|
"ru": "Историческое",
|
|
"uk": "Історія"
|
|
},
|
|
"query": {
|
|
"11": "(\nnode[historic~\"^(castle|archaeological_site|battlefield|monument)$\"];\nway[historic~\"^(castle|archaeological_site|battlefield|monument)$\"];\nrelation[historic~\"^(castle|archaeological_site|battlefield|monument)$\"];\n)",
|
|
"14": "(\nnode[historic];\nway[historic];\nrelation[historic];\n)"
|
|
},
|
|
"feature": {
|
|
"description": "{{ tagTransList('historic', tags.historic) }}",
|
|
"body": "{{ tagTransList('historic', tags.historic) }}",
|
|
"markerSign": "{{ const[tags.historic] }}"
|
|
},
|
|
"const": {
|
|
"castle": "🏰",
|
|
"aircraft": "✈"
|
|
}
|
|
}
|