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.

60 lines
1.8 KiB

7 years ago
7 years ago
7 years ago
7 years ago
6 years ago
7 years ago
6 years ago
  1. {
  2. "type": "overpass",
  3. "name": {
  4. "ast": "Infraestructures",
  5. "ca": "Serveis",
  6. "cs": "Občasnká vybavenost",
  7. "de": "Einrichtungen",
  8. "en": "Amenities",
  9. "es": "Instalaciones",
  10. "fr": "Équipements auto",
  11. "gl": "Instalacións",
  12. "hu": "Létesítmények",
  13. "it": "Infrastrutture",
  14. "ja": "生活環境",
  15. "nb": "Fasiliteter",
  16. "nl": "Voorzieningen",
  17. "oc": "Equipaments auto",
  18. "pl": "Użyteczne w transporcie drogowym",
  19. "pt": "Equipamentos",
  20. "pt-br": "Equipamentos",
  21. "ro": "Dotări",
  22. "ru": "Обслуживание транспорта",
  23. "sr": "Додаци",
  24. "tr": "Tesisler",
  25. "uk": "Amenities"
  26. },
  27. "query": {
  28. "13": [
  29. "(",
  30. "nwr[amenity~\"^(car_rental|car_sharing|fuel)$\"];",
  31. "nwr[amenity~\"^(charging_station)$\"][motorcar][motorcar!=\"no\"];",
  32. "nwr[amenity~\"^(charging_station)$\"][motorcycle][motorcycle!=\"no\"];",
  33. ")"
  34. ],
  35. "16": [
  36. "(",
  37. "nwr[amenity~\"^(car_rental|car_sharing|car_wash|fuel|motorcycle_parking|parking)$\"];",
  38. "nwr[amenity~\"^(charging_station)$\"][motorcar][motorcar!=\"no\"];",
  39. "nwr[amenity~\"^(charging_station)$\"][motorcycle][motorcycle!=\"no\"];",
  40. ")"
  41. ]
  42. },
  43. "feature": {
  44. "pre": [
  45. "{% set key = 'amenity' %}",
  46. "{% set value = tags.amenity %}"
  47. ],
  48. "description": "{{ tagTrans(key, value) }}",
  49. "markerSign": "{{ const[value] }}"
  50. },
  51. "const": {
  52. "car_rental": "R",
  53. "car_sharing": "S",
  54. "car_wash": "🚿",
  55. "charging_station": "🔌",
  56. "fuel": "⛽",
  57. "parking": "🅿",
  58. "motorcycle_parking": "🅿"
  59. }
  60. }