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.

75 lines
2.3 KiB

  1. {
  2. "type": "overpass",
  3. "name": {
  4. "de": "Handwerk",
  5. "en": "Craft",
  6. "fr": "Artisanat",
  7. "pt-br": "Ofícios"
  8. },
  9. "query": {
  10. "15": "(node[craft];way[craft];relation[craft];);"
  11. },
  12. "feature": {
  13. "description": "{{ tagTransList('craft', tags.craft) }}",
  14. "markerSign": "{% set craft0 = tags.craft|split(';')[0] %}{% if const.crafts[craft0] %}{% set v = const.crafts[craft0] %}{% else %}{% set v = const.default %}{% endif %}{% if v|slice(0, 3) == 'fa-' %}<i class=\"fa {{ v }}\"></i>{% else %}{{ v|raw }}{% endif %}"
  15. },
  16. "const": {
  17. "default": "",
  18. "crafts": {
  19. "bakery": "fa-birthday-cake",
  20. "beekeeper": "🐝",
  21. "blacksmith": "🔨",
  22. "boatbuilder": "⛵",
  23. "bookbinder": "📕",
  24. "brewery": "fa-beer",
  25. "builder": "🚧",
  26. "carpenter": "",
  27. "carpet_layer": "",
  28. "caterer": "fa-birthday-cake",
  29. "chimney_sweeper": "",
  30. "clockmaker": "⌚",
  31. "confectionery": "",
  32. "distillery": "🍷",
  33. "dressmaker": "&#128090;",
  34. "electrician": "🔌",
  35. "floorer": "",
  36. "gardener": "⚘",
  37. "glaziery": "",
  38. "handicraft": "",
  39. "hvac": "",
  40. "insulation": "",
  41. "jeweller": "💍",
  42. "key_cutter": "🔑",
  43. "locksmith": "🔑",
  44. "metal_construction": "",
  45. "optician": "👓",
  46. "painter": "🖌",
  47. "parquet_layer": "",
  48. "photographer": "📷",
  49. "photographic_laboratory": "📷",
  50. "piano_tuner": "",
  51. "plasterer": "",
  52. "plumber": "",
  53. "pottery": "",
  54. "rigger": "",
  55. "roofer": "",
  56. "saddler": "🐎",
  57. "sailmaker": "⛵",
  58. "sawmill": "",
  59. "scaffolder": "",
  60. "sculptor": "",
  61. "shoemaker": "👞",
  62. "stand_builder": "",
  63. "stonemason": "",
  64. "sun_protection": "",
  65. "tailor": "&#128090;",
  66. "tiler": "",
  67. "tinsmith": "",
  68. "turner": "",
  69. "upholsterer": "",
  70. "watchmaker": "⌚",
  71. "window_construction": "",
  72. "winery": "🍷"
  73. }
  74. }
  75. }