From fe96875f7299959d80aabc1656f549ab041b53cd Mon Sep 17 00:00:00 2001 From: Andrews Leruth Date: Tue, 19 Jul 2022 12:26:41 +0200 Subject: [PATCH] fixed typos and query:licenses --- assets/layers/elevator/elevator.json | 6 +++--- assets/layers/elevator/license_info.json | 12 ++++++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 assets/layers/elevator/license_info.json diff --git a/assets/layers/elevator/elevator.json b/assets/layers/elevator/elevator.json index dbe7673bf6..29baf18c5f 100644 --- a/assets/layers/elevator/elevator.json +++ b/assets/layers/elevator/elevator.json @@ -12,7 +12,7 @@ { "id": "door-width", "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": { "en": "What is the width of this elevator's entrance?" @@ -25,7 +25,7 @@ { "id": "elevator-width", "render": { - "en": "This elevator has a width of {canonical(door-width) }" + "en": "This elevator has a width of {canonical(elevator:width) }" }, "question": { "en": "What is the width of this elevator?" @@ -38,7 +38,7 @@ { "id": "elevator-depth", "render": { - "en": "This elevator has a depth of {canonical(door-width) }" + "en": "This elevator has a depth of {canonical(elevator:depth) }" }, "question": { "en": "What is the depth of this elevator?" diff --git a/assets/layers/elevator/license_info.json b/assets/layers/elevator/license_info.json new file mode 100644 index 0000000000..37b617e4f6 --- /dev/null +++ b/assets/layers/elevator/license_info.json @@ -0,0 +1,12 @@ +[ + { + "path": "elevator_wheelchair.svg", + "license": "CC-BY-SA", + "authors": [ + "https://www.ctsteward.com/" + ], + "sources": [ + "https://www.ctsteward.com/" + ] + } +] \ No newline at end of file