Main categories of OpenStreetBrowser
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.

29 lines
1.1 KiB

  1. {
  2. "type": "overpass",
  3. "query": {
  4. "8": "nwr[heritage~\"^(|.*;)1(|;.*)$\"];",
  5. "11": "nwr[heritage~\"^(|.*;)(1|2)(|;.*)$\"];",
  6. "13": "nwr[heritage];"
  7. },
  8. "feature": {
  9. "description": [
  10. "{% for op in attribute(tags, 'heritage:operator')|split(';') %}",
  11. "{% if const[op].url and attribute(tags, const[op].key) %}<a target=\"_blank\" href=\"{{ const[op].url|replace({\"$1\": attribute(tags, const[op].key)}) }}\">{% endif -%}",
  12. "{{- tagTrans('heritage:operator', op) -}}",
  13. "{%- if attribute(tags, const[op].key) %}: {{ attribute(tags, const[op].key) }}{% endif %}",
  14. "{% if const[op].url and attribute(tags, const[op].key) %}</a>{% endif -%}",
  15. "<br/>",
  16. "{% endfor %}"
  17. ],
  18. "priority": "{{ min(tags.heritage|split(\";\")) }}"
  19. },
  20. "const": {
  21. "whc": {
  22. "key": "ref:whc"
  23. },
  24. "bda": {
  25. "key": "ref:at:bda",
  26. "url": "https://tools.wmflabs.org/denkmalliste/index.php?action=EinzelID&ID=$1"
  27. }
  28. }
  29. }