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.

74 lines
2.3 KiB

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