forked from MapComplete/MapComplete
fixed typos and query:licenses
This commit is contained in:
parent
37f42f845a
commit
fe96875f72
2 changed files with 15 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
||||||
{
|
{
|
||||||
"id": "door-width",
|
"id": "door-width",
|
||||||
"render": {
|
"render": {
|
||||||
"en": "This elevator's doors have a width of {canonical(door-width) }"
|
"en": "This elevator's doors have a width of {canonical(door:width) }"
|
||||||
},
|
},
|
||||||
"question": {
|
"question": {
|
||||||
"en": "What is the width of this elevator's entrance?"
|
"en": "What is the width of this elevator's entrance?"
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
{
|
{
|
||||||
"id": "elevator-width",
|
"id": "elevator-width",
|
||||||
"render": {
|
"render": {
|
||||||
"en": "This elevator has a width of {canonical(door-width) }"
|
"en": "This elevator has a width of {canonical(elevator:width) }"
|
||||||
},
|
},
|
||||||
"question": {
|
"question": {
|
||||||
"en": "What is the width of this elevator?"
|
"en": "What is the width of this elevator?"
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
{
|
{
|
||||||
"id": "elevator-depth",
|
"id": "elevator-depth",
|
||||||
"render": {
|
"render": {
|
||||||
"en": "This elevator has a depth of {canonical(door-width) }"
|
"en": "This elevator has a depth of {canonical(elevator:depth) }"
|
||||||
},
|
},
|
||||||
"question": {
|
"question": {
|
||||||
"en": "What is the depth of this elevator?"
|
"en": "What is the depth of this elevator?"
|
||||||
|
|
12
assets/layers/elevator/license_info.json
Normal file
12
assets/layers/elevator/license_info.json
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"path": "elevator_wheelchair.svg",
|
||||||
|
"license": "CC-BY-SA",
|
||||||
|
"authors": [
|
||||||
|
"https://www.ctsteward.com/"
|
||||||
|
],
|
||||||
|
"sources": [
|
||||||
|
"https://www.ctsteward.com/"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
Loading…
Add table
Add a link
Reference in a new issue