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.8 KiB

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
  1. {
  2. "name": {
  3. "ast": "Serviciu Públicu",
  4. "cs": "Veřejné služby",
  5. "de": "Öffentliche Dienste",
  6. "el": "Δημόσιες Υπηρεσίες",
  7. "en": "Public Services",
  8. "et": "Kommunaalteenused",
  9. "fr": "Services Publics",
  10. "it": "Servizi pubblici",
  11. "ja": "公共サービス",
  12. "nl": "Openbare diensten",
  13. "ro": "Servicii publice",
  14. "ru": "Общественные места",
  15. "uk": "Громадські місця"
  16. },
  17. "type": "overpass",
  18. "query": {
  19. "12": "(node[amenity~'^(court_house|embassy|public_building|townhall)$'];way[amenity~'^(court_house|embassy|public_building|townhall)$'];relation[amenity~'^(court_house|embassy|public_building|townhall)$'];node[amenity=recycling][recyling_type=centre];way[amenity=recycling][recyling_type=centre];relation[amenity=recycling][recyling_type=centre];);",
  20. "16": "(node[amenity~'^(court_house|embassy|public_building|townhall|clock|drinking_water|recycling)$'];way[amenity~'^(court_house|embassy|public_building|townhall|recycling)$'];relation[amenity~'^(court_house|embassy|public_building|townhall|recycling)$'];node[drinking_water]);"
  21. },
  22. "minZoom": 12,
  23. "feature": {
  24. "title": "{{ tags.name|default(tags.operator)|default(tagTrans('amenity', tags.amenity)) }}",
  25. "markerSign": "{% if tags.amenity=='post_office' %}🏤{% elseif tags.amenity=='post_box'%}📮{% elseif tags.amenity=='internet_cafe' %}💻{% elseif tags.amenity=='telephone' %}✆{% endif %}",
  26. "body": "{{ tagTrans('amenity', tags.amenity) }}<br/>{% if tags.operator %}{{ keyTrans('operator') }}: {{ tags.operator }}<br/>{% endif %}",
  27. "description": "{{ tagTrans('amenity', tags.amenity) }}"
  28. }
  29. }