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.

54 lines
1.6 KiB

  1. type: overpass
  2. name:
  3. ast: Llugares
  4. ca: Llocs
  5. cs: Sídla
  6. de: Orte
  7. el: Μέρη
  8. en: Places
  9. es: Lugares
  10. et: Kohad
  11. fr: Lieux
  12. gl: Lugares
  13. hu: Helyek
  14. it: Luoghi
  15. ja: 場所
  16. nb: Steder
  17. nl: Plaatsen
  18. oc: Luòcs
  19. pl: Miejsca
  20. pt: Lugares
  21. pt-br: Lugares
  22. ro: Locuri
  23. ru: Места
  24. sr: Места
  25. tr: Yerler
  26. uk: Місцевість
  27. query:
  28. 0: node[place~'^(continent)$']
  29. 4: node[place~'^(continent|country)$']
  30. 6: node[place~'^(country|city)$']
  31. 8: node[place~'^(country|city|state)$']
  32. 11: node[place~'^(city|state|region|town|village)$']
  33. 13: node[place~'^(city|state|region|town|village|suburb|hamlet|quarter)$']
  34. 15: node[place~'^(city|region|town|village|suburb|hamlet|quarter)$']
  35. 16: (node[place~'^(region|town|village|suburb|hamlet|quarter|islet|isolated_dwelling|neighbourhood|farm)$'];way[place~'^(isolated_dwelling|neighbourhood|farm)$'];relation[place~'^(isolated_dwelling|neighbourhood|farm)$'];);
  36. feature:
  37. title: |-
  38. {% set loc_name = localizedTag(tags, "name") %}{{ loc_name }}{% if loc_name != tags.name %} ({{ tags.name }}){% endif %}
  39. description: |-
  40. {{ tagTrans("place", tags.place) }}
  41. body: |-
  42. {% if tags.population %}{{ keyTrans("population") }}: {{ tags.population }}{% endif %}
  43. priority: |-
  44. {% set priorities = { "continent": 0, "country": 1, "state": 2, "region": 3, "city": 4, "town": 5, "village": 6, "suburb": 7, "hamlet": 8, "quarter": 9, neighbourhood: 10, "isolated_dwelling": 11, "farm": 12 } %}{{ priorities[tags.place] }}
  45. filter:
  46. name:
  47. key:
  48. - name
  49. - name:*
  50. name: |-
  51. {{ keyTrans("name") }}
  52. type: text
  53. change_on: keyup
  54. op: strsearch