Themes: add shoe repair services to the climbing map, add question if a shoemaker also repairs climbing shoes, add craft=shoemaker to shops theme
This commit is contained in:
parent
6a1ad6a2ec
commit
3df5727f40
2 changed files with 109 additions and 3 deletions
|
@ -16,7 +16,13 @@
|
|||
"source": {
|
||||
"osmTags": {
|
||||
"and": [
|
||||
"shop~*",
|
||||
{
|
||||
"or": [
|
||||
"shop~*",
|
||||
"craft=shoe_repair",
|
||||
"craft=key_cutter"
|
||||
]
|
||||
},
|
||||
"shop!=mall"
|
||||
]
|
||||
}
|
||||
|
@ -128,7 +134,8 @@
|
|||
"addExtraTags": [
|
||||
"fixme=freeform shop key used, to be reviewed"
|
||||
]
|
||||
}
|
||||
},
|
||||
"condition": "craft="
|
||||
}
|
||||
},
|
||||
"opening_hours",
|
||||
|
@ -333,6 +340,14 @@
|
|||
]
|
||||
},
|
||||
"then": "circle:white;./assets/layers/shops/shop-disused.svg"
|
||||
},
|
||||
{
|
||||
"if": "craft=shoemaker",
|
||||
"then": "circle:white;./assets/layers/id_presets/temaki-hammer_shoe.svg"
|
||||
},
|
||||
{
|
||||
"if": "craft=key_cutter",
|
||||
"then": "circle:white;./assets/layers/id_presets/fas-key.svg"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue