forked from MapComplete/MapComplete
Themes(shops): add book binding options on copyshops
This commit is contained in:
parent
7aa97c9a99
commit
30e706dfb7
8 changed files with 80 additions and 0 deletions
BIN
assets/layers/shops/coil_binding.jpg
Normal file
BIN
assets/layers/shops/coil_binding.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 87 KiB |
2
assets/layers/shops/coil_binding.jpg.license
Normal file
2
assets/layers/shops/coil_binding.jpg.license
Normal file
|
@ -0,0 +1,2 @@
|
|||
SPDX-FileCopyrightText: Jenniferjanette1
|
||||
SPDX-License-Identifier: CC-By-SA 4.0
|
BIN
assets/layers/shops/comb_binding.jpg
Normal file
BIN
assets/layers/shops/comb_binding.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 263 KiB |
2
assets/layers/shops/comb_binding.jpg.license
Normal file
2
assets/layers/shops/comb_binding.jpg.license
Normal file
|
@ -0,0 +1,2 @@
|
|||
SPDX-FileCopyrightText: Digitalgadget
|
||||
SPDX-License-Identifier: CC0-1.0
|
|
@ -1,4 +1,24 @@
|
|||
[
|
||||
{
|
||||
"path": "coil_binding.jpg",
|
||||
"license": "CC-By-SA 4.0",
|
||||
"authors": [
|
||||
" \tJenniferjanette1"
|
||||
],
|
||||
"sources": [
|
||||
"https://en.wikipedia.org/wiki/File:Notebook.jpg"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "comb_binding.jpg",
|
||||
"license": "CC0-1.0",
|
||||
"authors": [
|
||||
" \tDigitalgadget"
|
||||
],
|
||||
"sources": [
|
||||
"https://commons.wikimedia.org/wiki/File:Comb_bind_step4.JPG"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "shop-disused.svg",
|
||||
"license": "CC0-1.0",
|
||||
|
@ -9,5 +29,15 @@
|
|||
"sources": [
|
||||
"https://github.com/mapbox/maki"
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "wire_binding.jpg",
|
||||
"license": "CC BY-SA 3.0",
|
||||
"authors": [
|
||||
"Monster4711"
|
||||
],
|
||||
"sources": [
|
||||
"https://commons.wikimedia.org/wiki/File:Wire-o.jpg"
|
||||
]
|
||||
}
|
||||
]
|
|
@ -588,6 +588,50 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "copyshop-binding-types",
|
||||
"condition": "service:binding=yes",
|
||||
"question": {
|
||||
"en": "What types of binding are offered here?"
|
||||
},
|
||||
"multiAnswer": true,
|
||||
"mappings": [
|
||||
{
|
||||
"if": "service:binding:comb=yes",
|
||||
"ifnot": "service:binding:comb=no",
|
||||
"icon": {
|
||||
"path": "./assets/layers/shops/comb_binding.jpg",
|
||||
"class": "large"
|
||||
},
|
||||
"then": {
|
||||
"en": "This shop offers comb binding"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "service:binding:coil=yes",
|
||||
"ifnot": "service:binding:coil=no",
|
||||
"icon": "./assets/layers/shops/coil_binding.jpg",
|
||||
"then": {
|
||||
"en": "This shop offers coil binding <i class='subtle'>(spiral binding)</i>"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "service:binding:wire=yes",
|
||||
"ifnot": "service:binding:wire=no",
|
||||
"icon": "./assets/layers/shops/wire_binding.jpg",
|
||||
"then": {
|
||||
"en": "This shop offers wire binding"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "service:binding:thermal=yes",
|
||||
"ifnot": "service:binding:thermal=no",
|
||||
"then": {
|
||||
"en": "This shop offers thermal binding"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "optometrist_service",
|
||||
"#": "Quite often, opticians also sell hearing aids and vice versa. They often also have a certified optometrist or audiologist",
|
||||
|
|
BIN
assets/layers/shops/wire_binding.jpg
Normal file
BIN
assets/layers/shops/wire_binding.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
2
assets/layers/shops/wire_binding.jpg.license
Normal file
2
assets/layers/shops/wire_binding.jpg.license
Normal file
|
@ -0,0 +1,2 @@
|
|||
SPDX-FileCopyrightText: Monster4711
|
||||
SPDX-License-Identifier: CC BY-SA 3.0
|
Loading…
Add table
Add a link
Reference in a new issue