forked from MapComplete/MapComplete
Small additions
This commit is contained in:
parent
ec6cb4eca2
commit
e86c491048
4 changed files with 12 additions and 16 deletions
|
@ -33,7 +33,11 @@
|
||||||
{
|
{
|
||||||
"marker": [
|
"marker": [
|
||||||
{
|
{
|
||||||
"icon": "./assets/layers/map/map.svg"
|
"icon": "circle",
|
||||||
|
"color": "white"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"icon": "./assets/themes/maps/logo.svg"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"location": [
|
"location": [
|
||||||
|
@ -81,9 +85,6 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "braille_languages",
|
"id": "braille_languages",
|
||||||
"question": {
|
|
||||||
"en": "In which languages is the braille text on this tactile map?"
|
|
||||||
},
|
|
||||||
"condition": "braille=yes",
|
"condition": "braille=yes",
|
||||||
"render": {
|
"render": {
|
||||||
"special": {
|
"special": {
|
||||||
|
@ -123,9 +124,6 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "embossed_letters_languages",
|
"id": "embossed_letters_languages",
|
||||||
"question": {
|
|
||||||
"en": "In which languages are the embossed letters on this tactile map?"
|
|
||||||
},
|
|
||||||
"condition": "embossed_letters=yes",
|
"condition": "embossed_letters=yes",
|
||||||
"render": {
|
"render": {
|
||||||
"special": {
|
"special": {
|
||||||
|
@ -142,6 +140,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"website"
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -1,7 +1,7 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"path": "tactile_model.svg",
|
"path": "tactile_model.svg",
|
||||||
"license": "CC0",
|
"license": "CC0-1.0",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Robin van der Linde"
|
"Robin van der Linde"
|
||||||
],
|
],
|
||||||
|
|
|
@ -82,9 +82,6 @@
|
||||||
{
|
{
|
||||||
"id": "braille_languages",
|
"id": "braille_languages",
|
||||||
"condition": "braille=yes",
|
"condition": "braille=yes",
|
||||||
"question": {
|
|
||||||
"en": "In which languages is the braille description available?"
|
|
||||||
},
|
|
||||||
"render": {
|
"render": {
|
||||||
"special": {
|
"special": {
|
||||||
"type": "language_chooser",
|
"type": "language_chooser",
|
||||||
|
@ -124,9 +121,6 @@
|
||||||
{
|
{
|
||||||
"id": "embossed_letters_languages",
|
"id": "embossed_letters_languages",
|
||||||
"condition": "embossed_letters=yes",
|
"condition": "embossed_letters=yes",
|
||||||
"question": {
|
|
||||||
"en": "In which languages are the embossed letters available?"
|
|
||||||
},
|
|
||||||
"render": {
|
"render": {
|
||||||
"special": {
|
"special": {
|
||||||
"type": "language_chooser",
|
"type": "language_chooser",
|
||||||
|
@ -157,6 +151,7 @@
|
||||||
"render": {
|
"render": {
|
||||||
"en": "The scale of this model is {scale}."
|
"en": "The scale of this model is {scale}."
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"website"
|
||||||
]
|
]
|
||||||
}
|
}
|
2
assets/layers/tactile_model/tactile_model.svg.license
Normal file
2
assets/layers/tactile_model/tactile_model.svg.license
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SPDX-FileCopyrightText: Robin van der Linde
|
||||||
|
SPDX-License-Identifier: CC0
|
Loading…
Add table
Add a link
Reference in a new issue