diff --git a/.forgejo/pull_request_template.md b/.forgejo/pull_request_template.md index 8745114960..5d12d6ee98 100644 --- a/.forgejo/pull_request_template.md +++ b/.forgejo/pull_request_template.md @@ -13,5 +13,5 @@ To making merging smooth, please make sure that each of the following conditions - [ ] The codebase is GPL-licensed. By opening a pull request, the new theme will be GPL too - [ ] All images are included in the pull request and no images are loaded from an external service (e.g. Wikipedia) -- [ ] The [guidelines on how to make your own theme](https://github.com/pietervdvn/MapComplete/blob/master/Docs/Making_Your_Own_Theme.md) +- [ ] The [guidelines on how to make your own theme](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/master/Docs/Making_Your_Own_Theme.md) are read and followed diff --git a/.forgejo/workflows/daily_data_maintenance.yml b/.forgejo/workflows/daily_data_maintenance.yml index 19b2b72f1a..e39f5872ac 100644 --- a/.forgejo/workflows/daily_data_maintenance.yml +++ b/.forgejo/workflows/daily_data_maintenance.yml @@ -1,4 +1,5 @@ on: + workflow_dispatch: schedule: - cron: "0 2 * * *" diff --git a/.forgejo/workflows/deploy_hosted.yml b/.forgejo/workflows/deploy_hosted.yml index 2664762d60..a1708f7e5a 100644 --- a/.forgejo/workflows/deploy_hosted.yml +++ b/.forgejo/workflows/deploy_hosted.yml @@ -73,7 +73,7 @@ jobs: - name: unzipping remote file run: | BRANCH=$(echo ${{ github.ref_name }} | sed 's/\//-/g') - ssh hetzner "cd /root/staging && rm -rf ${BRANCH} && unzip ${BRANCH}.zip && rm -rf /root/public/${BRANCH} && mv /root/staging/${BRANCH}/ /root/public/ && date --iso > /root/staging/${BRANCH}/date.txt && rm ${BRANCH}.zip" + ssh hetzner "cd /root/staging && rm -rf ${BRANCH} && unzip ${BRANCH}.zip && rm -rf /root/public/${BRANCH} && mv /root/staging/${BRANCH}/ /root/public/ && date --iso > /root/public/${BRANCH}/date.txt && rm ${BRANCH}.zip" - name: Comment on the PR run: | diff --git a/.reuse/dep5 b/.reuse/dep5 index 7917d2bbfd..db35a7b550 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -1,7 +1,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: MapComplete Upstream-Contact: Pieter Vander Vennet -Source: https://github.com/pietervdvn/MapComplete +Source: https://source.mapcomplete.org/MapComplete/MapComplete/ Files: scripts/* src/* *.html Docs/* langs/* test/* ublic/css/* CODE_OF_CONDUCT.md CONTRIBUTING.md README.md package.json Copyright: MapComplete contributors diff --git a/.versionrc.json b/.versionrc.json index 56c4e8220a..8d3e462cb1 100644 --- a/.versionrc.json +++ b/.versionrc.json @@ -1,25 +1,54 @@ { - "types": [ - {"type": "feat", "section": "Features"}, - {"type": "fix", "section": "Bug Fixes"}, - {"type": "themes", "section": "Theme improvements"}, - {"type": "UX", - "section": "User experience improvements" - }, - { - "type": "UI", - "section": "User interface improvements" - }, - {"type": "Search", - "section": "Search related features" - }, - {"type": "chore", "hidden": true}, - {"type": "docs", "hidden": true}, - {"type": "style", "hidden": true}, - {"type": "refactor", "hidden": true}, - {"type": "perf", "hidden": true}, - {"type": "test", "hidden": true} - ], - "commitUrlFormat": "https://github.com/pietervdvn/mapcomplete/commits/{{hash}}", - "compareUrlFormat": "https://github.com/pietervdvn/mapcomplete/compare/{{previousTag}}...{{currentTag}}" - } + "types": [ + { + "type": "feat", + "section": "Features" + }, + { + "type": "fix", + "section": "Bug Fixes" + }, + { + "type": "themes", + "section": "Theme improvements" + }, + { + "type": "UX", + "section": "User experience improvements" + }, + { + "type": "UI", + "section": "User interface improvements" + }, + { + "type": "Search", + "section": "Search related features" + }, + { + "type": "chore", + "hidden": true + }, + { + "type": "docs", + "hidden": true + }, + { + "type": "style", + "hidden": true + }, + { + "type": "refactor", + "hidden": true + }, + { + "type": "perf", + "hidden": true + }, + { + "type": "test", + "hidden": true + } + ], + "commitUrlFormat": "https://source.mapcomplete.org/MapComplete/MapComplete/commits/{{hash}}", + "compareUrlFormat": "https://source.mapcomplete.org/MapComplete/MapComplete/compare/{{previousTag}}...{{currentTag}}" +} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e476d26e1..0c3fd82b20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,1368 +2,1404 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -### [0.50.5](https://github.com/pietervdvn/mapcomplete/compare/v0.50.4...v0.50.5) (2025-03-17) - - -### Bug Fixes - -* fix postfixdistinguished-charge input ([70ad243](https://github.com/pietervdvn/mapcomplete/commits/70ad2431d0aa0ad25772cd5a72ec0e6ecf16a3e9)) -* merge translations ([c83eaf9](https://github.com/pietervdvn/mapcomplete/commits/c83eaf9b1618ceac668782223e45c16b64f9a937)) -* tests ([e24b465](https://github.com/pietervdvn/mapcomplete/commits/e24b465783fc933f908b3d01290dd5166abff746)) -* tests ([874f92d](https://github.com/pietervdvn/mapcomplete/commits/874f92d70fc54285e42be69d9350b3b943029fc3)) +### [0.50.7](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.50.6...v0.50.7) (2025-04-05) ### Theme improvements -* **entrance:** add question about reference numbers ([1933b8a](https://github.com/pietervdvn/mapcomplete/commits/1933b8a7be28d78bddb83c13619766338c85afcf)) -* **toilets:** add condition to supervision question: only ask if a public toilet ([1dd7856](https://github.com/pietervdvn/mapcomplete/commits/1dd78563efe0d4d8513f621884e8d42fbaa18513)) -* **toilets:** add supervision, hand_drying questions ([40c6a58](https://github.com/pietervdvn/mapcomplete/commits/40c6a582c76baacf007fa6a7675b1564c4e31f46)) -* **wayside_shrine:** add level, do not count 'artwork' ([ac19702](https://github.com/pietervdvn/mapcomplete/commits/ac19702189c36df50f20f7063387ac506b3dbbf9)) +* **memorials:** add possibility to snap to walls_and_buildings ([17fd654](https://source.mapcomplete.org/MapComplete/MapComplete/commit/17fd654f39a1b6cb8bd5dcc2026f273fffbe1d9e)) +* **toilets:** improve tagging of wheelchair accessible toilets, various fixes to make this possible ([089017b](https://source.mapcomplete.org/MapComplete/MapComplete/commit/089017b1367bf790da993472920000ee73922069)) -### [0.50.4](https://github.com/pietervdvn/mapcomplete/compare/v0.50.3...v0.50.4) (2025-03-13) +### [0.50.6](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.50.5...v0.50.6) (2025-04-03) ### Bug Fixes -* attempts to stabilize ([ae84207](https://github.com/pietervdvn/mapcomplete/commits/ae8420755571a7b65210dd020bc457c28356f93c)) -* fix [#2343](https://github.com/pietervdvn/MapComplete/issues/2343), properly fix "postfixDistinguished", also when marking as unknown ([2286ec9](https://github.com/pietervdvn/mapcomplete/commits/2286ec964f4834651ceeef0e3067faacc5b5837f)) -* fix partially [#2343](https://github.com/pietervdvn/MapComplete/issues/2343) ([c68bce2](https://github.com/pietervdvn/mapcomplete/commits/c68bce2421977e5fcb76181e38fbeb8f4f65c7f7)) -* unit rewriting metatagger now only uses units as defined in the layer itself ([0cf3d07](https://github.com/pietervdvn/mapcomplete/commits/0cf3d07100bd0e20d6bd5b9a2933e29472d540d0)) +* change condition to and ([4bc987a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/4bc987a4830727c28b7cffb3e16b9f2dc2f55fcb)) +* change inner workings of how history is kept, should improve performance ([7c57047](https://source.mapcomplete.org/MapComplete/MapComplete/commit/7c57047d30991d2cb927a0f5053870c6fe76f43d)) +* don't save special items (such as "add new point") into history anymore ([2f92fd0](https://source.mapcomplete.org/MapComplete/MapComplete/commit/2f92fd0da1f0fc34936db22354d48f7f97892b0e)) +* fix broken delete button ([b2a937f](https://source.mapcomplete.org/MapComplete/MapComplete/commit/b2a937f4d89a8fd9bc169defc0b9a0925be80269)) +* rescale some theme images ([69b4461](https://source.mapcomplete.org/MapComplete/MapComplete/commit/69b4461a20d0ca2c71ccbd4f73621e73dd6ff42c)) ### Theme improvements -* **onwheels:** move building magic back to onwheels theme, decrease minzoom for entrances ([98e8adf](https://github.com/pietervdvn/mapcomplete/commits/98e8adf41b3e296dcdf26ac9c6df21c1f5259f46)) -* **wayside_shrine,artwork:** add artwork as adjacent concept to shrines ([266e91e](https://github.com/pietervdvn/mapcomplete/commits/266e91e45db85d27d5271267a1db2175e2588c1d)) +* **elevator:** add handrail question ([4bd4d90](https://source.mapcomplete.org/MapComplete/MapComplete/commit/4bd4d90867c77c8355cbc5f52bf3e249dfc50155)) +* **general:** use internet=wlan instead of internet=wifi in the case of both terminal and wifi connection ([f9e2041](https://source.mapcomplete.org/MapComplete/MapComplete/commit/f9e204186cacbeafeff2b29a3b448d052dfcc87d)) +* **guideposts:** Add mappings for empty ref, name and elevation ([455f540](https://source.mapcomplete.org/MapComplete/MapComplete/commit/455f540cbdd28062578129e66945f0693328b290)) +* **guideposts:** Add question for name, ref and elevation ([#2326](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2326)) ([4a23fb8](https://source.mapcomplete.org/MapComplete/MapComplete/commit/4a23fb87a16e00bef7566c70200b38637b92d76b)) +* **guideposts:** Clean tags when changing ([c465f75](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c465f756d610566375f28a123fc2f8cc8e6f95cc)) +* **kerbs and crossings:** Remove crossing type, add tactile_paving=partial, invalid values ([5c72467](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5c7246766eb4d5dcbc3ad42b75ed6a93358baf07)) +* **postboxes:** Drop old tagging, add returns_only as option ([cf1ae2f](https://source.mapcomplete.org/MapComplete/MapComplete/commit/cf1ae2f354a63bbec87325cbebe249f92158891a)) +* **public_bookcase:** allow to snap to wall ([20808ee](https://source.mapcomplete.org/MapComplete/MapComplete/commit/20808ee7725a72aded0a042a7aabad52493b43e1)) +* **wayside_shrine:** add mother mary as rendering and common option ([b71c275](https://source.mapcomplete.org/MapComplete/MapComplete/commit/b71c2750258e4e143f1ff6b6e557ea519620a341)) +* **wayside_shrine:** disable blurring, as many pictures will depict a maria statue (which we don't want blurred) ([4f75c81](https://source.mapcomplete.org/MapComplete/MapComplete/commit/4f75c81af64cff2951aa90146cc745e577f01103)) +* **wayside_srhine:** add inscription question ([290e737](https://source.mapcomplete.org/MapComplete/MapComplete/commit/290e737e0b330b3732b8282b158d8c17dcb9b8a5)) +* winter_service theme, split off all_streets from street_lighting ([748eccb](https://source.mapcomplete.org/MapComplete/MapComplete/commit/748eccba5903c55c17e5995b747065a3d6835036)) +* **winter_service:** add colour to serviced_streets, also show winter_service=limited ([d2ed839](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d2ed83972fe4f19572729e0169594b88f691bcb8)) + +### [0.50.5](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.50.4...v0.50.5) (2025-03-17) + + +### Bug Fixes + +* fix postfixdistinguished-charge input ([70ad243](https://source.mapcomplete.org/MapComplete/MapComplete/commit/70ad2431d0aa0ad25772cd5a72ec0e6ecf16a3e9)) +* merge translations ([c83eaf9](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c83eaf9b1618ceac668782223e45c16b64f9a937)) +* tests ([e24b465](https://source.mapcomplete.org/MapComplete/MapComplete/commit/e24b465783fc933f908b3d01290dd5166abff746)) +* tests ([874f92d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/874f92d70fc54285e42be69d9350b3b943029fc3)) + + +### Theme improvements + +* **entrance:** add question about reference numbers ([1933b8a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/1933b8a7be28d78bddb83c13619766338c85afcf)) +* **toilets:** add condition to supervision question: only ask if a public toilet ([1dd7856](https://source.mapcomplete.org/MapComplete/MapComplete/commit/1dd78563efe0d4d8513f621884e8d42fbaa18513)) +* **toilets:** add supervision, hand_drying questions ([40c6a58](https://source.mapcomplete.org/MapComplete/MapComplete/commit/40c6a582c76baacf007fa6a7675b1564c4e31f46)) +* **wayside_shrine:** add level, do not count 'artwork' ([ac19702](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ac19702189c36df50f20f7063387ac506b3dbbf9)) + +### [0.50.4](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.50.3...v0.50.4) (2025-03-13) + + +### Bug Fixes + +* attempts to stabilize ([ae84207](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ae8420755571a7b65210dd020bc457c28356f93c)) +* fix [#2343](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2343), properly fix "postfixDistinguished", also when marking as unknown ([2286ec9](https://source.mapcomplete.org/MapComplete/MapComplete/commit/2286ec964f4834651ceeef0e3067faacc5b5837f)) +* fix partially [#2343](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2343) ([c68bce2](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c68bce2421977e5fcb76181e38fbeb8f4f65c7f7)) +* unit rewriting metatagger now only uses units as defined in the layer itself ([0cf3d07](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0cf3d07100bd0e20d6bd5b9a2933e29472d540d0)) + + +### Theme improvements + +* **onwheels:** move building magic back to onwheels theme, decrease minzoom for entrances ([98e8adf](https://source.mapcomplete.org/MapComplete/MapComplete/commit/98e8adf41b3e296dcdf26ac9c6df21c1f5259f46)) +* **wayside_shrine,artwork:** add artwork as adjacent concept to shrines ([266e91e](https://source.mapcomplete.org/MapComplete/MapComplete/commit/266e91e45db85d27d5271267a1db2175e2588c1d)) * **wayside_shrine:** add preset to snap to a - wall ([e8951e2](https://github.com/pietervdvn/mapcomplete/commits/e8951e2b80ff2e4a9818452bc0c0f03f058e7cf2)) -* **wayside_shrines:** integrate wayside shrines ([1f7b156](https://github.com/pietervdvn/mapcomplete/commits/1f7b156a2c18200ece3c3ec9aa3d86f814d2590b)) -* **wayside_shrines:** small language fixes ([aaf46cd](https://github.com/pietervdvn/mapcomplete/commits/aaf46cd7b01a9f11720d5e47ac6ffcde15b29add)) + wall ([e8951e2](https://source.mapcomplete.org/MapComplete/MapComplete/commit/e8951e2b80ff2e4a9818452bc0c0f03f058e7cf2)) +* **wayside_shrines:** integrate wayside shrines ([1f7b156](https://source.mapcomplete.org/MapComplete/MapComplete/commit/1f7b156a2c18200ece3c3ec9aa3d86f814d2590b)) +* **wayside_shrines:** small language fixes ([aaf46cd](https://source.mapcomplete.org/MapComplete/MapComplete/commit/aaf46cd7b01a9f11720d5e47ac6ffcde15b29add)) -### [0.50.3](https://github.com/pietervdvn/mapcomplete/compare/v0.50.2...v0.50.3) (2025-03-07) +### [0.50.3](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.50.2...v0.50.3) (2025-03-07) ### Bug Fixes -* **reviews:** correctly handle fallbackname due to proper caching, add correct ratings-bar to toilets ([d152699](https://github.com/pietervdvn/mapcomplete/commits/d1526991ebd6e13ceb3f05b8f31ae8bb8b7827d2)) -* snapping now also works if the building it snaps to is a multipolygon/relation ([fc940c8](https://github.com/pietervdvn/mapcomplete/commits/fc940c8a7e9627c5c995acccbb8095f634ac6653)) +* **reviews:** correctly handle fallbackname due to proper caching, add correct ratings-bar to toilets ([d152699](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d1526991ebd6e13ceb3f05b8f31ae8bb8b7827d2)) +* snapping now also works if the building it snaps to is a multipolygon/relation ([fc940c8](https://source.mapcomplete.org/MapComplete/MapComplete/commit/fc940c8a7e9627c5c995acccbb8095f634ac6653)) ### Theme improvements -* fix ratings in toilet ([c3598c7](https://github.com/pietervdvn/mapcomplete/commits/c3598c7abf9af47d0a88a4a08b11bcc8e8cec65c)) +* fix ratings in toilet ([c3598c7](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c3598c7abf9af47d0a88a4a08b11bcc8e8cec65c)) -### [0.50.2](https://github.com/pietervdvn/mapcomplete/compare/v0.50.1...v0.50.2) (2025-03-06) +### [0.50.2](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.50.1...v0.50.2) (2025-03-06) ### Bug Fixes -* add extra exif-tag ([09b6863](https://github.com/pietervdvn/mapcomplete/commits/09b68633d9f83989e90244d69fab574d5a1b45ce)) -* add support for 'alsoShowIf' in multiAnswers, fix https://github.com/pietervdvn/MapComplete/issues/2293 ([cddf319](https://github.com/pietervdvn/mapcomplete/commits/cddf319c9ebe39a16b4345de252aa2a9358a0bae)) -* only ask tactile paving color if present ([0828cef](https://github.com/pietervdvn/mapcomplete/commits/0828cefc6e41cc4488c6ad748abf8224f057a580)) -* statistics link ([89aa7d6](https://github.com/pietervdvn/mapcomplete/commits/89aa7d67343d10da8f3f6a7cd4add805d178b9f8)) -* **UI:** restore 'badge'-class in CSS ([a387d5d](https://github.com/pietervdvn/mapcomplete/commits/a387d5d77b722ac6412f542caf2b183e7c09cdef)) -* wikipedia icon links now uses the "link"-special rendering which properly escapes single quotes, fix [#2340](https://github.com/pietervdvn/MapComplete/issues/2340) ([bfd6874](https://github.com/pietervdvn/mapcomplete/commits/bfd68745169e5489e5622fa1b6dc4fe41019f15b)) +* add extra exif-tag ([09b6863](https://source.mapcomplete.org/MapComplete/MapComplete/commit/09b68633d9f83989e90244d69fab574d5a1b45ce)) +* add support for 'alsoShowIf' in multiAnswers, fix hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2293 ([cddf319](https://source.mapcomplete.org/MapComplete/MapComplete/commit/cddf319c9ebe39a16b4345de252aa2a9358a0bae)) +* only ask tactile paving color if present ([0828cef](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0828cefc6e41cc4488c6ad748abf8224f057a580)) +* statistics link ([89aa7d6](https://source.mapcomplete.org/MapComplete/MapComplete/commit/89aa7d67343d10da8f3f6a7cd4add805d178b9f8)) +* **UI:** restore 'badge'-class in CSS ([a387d5d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a387d5d77b722ac6412f542caf2b183e7c09cdef)) +* wikipedia icon links now uses the "link"-special rendering which properly escapes single quotes, fix [#2340](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2340) ([bfd6874](https://source.mapcomplete.org/MapComplete/MapComplete/commit/bfd68745169e5489e5622fa1b6dc4fe41019f15b)) ### Theme improvements -* **education:** add "uniform"-question ([d63e765](https://github.com/pietervdvn/mapcomplete/commits/d63e7657ad780dd72460e856544ae05d9d42d01a)) -* **kerbs:** don't ask for colour of the tactile pavings if there are none ([2fede3a](https://github.com/pietervdvn/mapcomplete/commits/2fede3a631fef4a668abff75d2d197faf420aa10)) -* move width filter to entrance.json ([9a04ae7](https://github.com/pietervdvn/mapcomplete/commits/9a04ae75b5587172d9543027616f27e7423af698)) -* **picnictable:** allow multianswer for material; fix [#814](https://github.com/pietervdvn/MapComplete/issues/814) ([a42e1f8](https://github.com/pietervdvn/mapcomplete/commits/a42e1f816116396339aab6325aca6449a2581f0a)) -* **school:** add invalidValues for conflicting uniform values ([31312c2](https://github.com/pietervdvn/mapcomplete/commits/31312c2dc654f515b7cd676a9c5e2a242a52d0d6)) +* **education:** add "uniform"-question ([d63e765](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d63e7657ad780dd72460e856544ae05d9d42d01a)) +* **kerbs:** don't ask for colour of the tactile pavings if there are none ([2fede3a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/2fede3a631fef4a668abff75d2d197faf420aa10)) +* move width filter to entrance.json ([9a04ae7](https://source.mapcomplete.org/MapComplete/MapComplete/commit/9a04ae75b5587172d9543027616f27e7423af698)) +* **picnictable:** allow multianswer for material; fix [#814](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/814) ([a42e1f8](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a42e1f816116396339aab6325aca6449a2581f0a)) +* **school:** add invalidValues for conflicting uniform values ([31312c2](https://source.mapcomplete.org/MapComplete/MapComplete/commit/31312c2dc654f515b7cd676a9c5e2a242a52d0d6)) -### [0.50.1](https://github.com/pietervdvn/mapcomplete/compare/v0.50.0...v0.50.1) (2025-02-24) +### [0.50.1](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.50.0...v0.50.1) (2025-02-24) -## [0.50.0](https://github.com/pietervdvn/mapcomplete/compare/v0.49.0...v0.50.0) (2025-02-24) +## [0.50.0](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.49.0...v0.50.0) (2025-02-24) ### Bug Fixes -* attempt to fix [#2312](https://github.com/pietervdvn/MapComplete/issues/2312) ([225b079](https://github.com/pietervdvn/mapcomplete/commits/225b07970d7a335085fa28316863a63584be595b)) -* attempt to fix [#2312](https://github.com/pietervdvn/MapComplete/issues/2312) ([a11f2d0](https://github.com/pietervdvn/mapcomplete/commits/a11f2d0cbcd52b2272decadbaa13b15296df74ab)) -* destroy the old core if needed ([44b094e](https://github.com/pietervdvn/mapcomplete/commits/44b094e84ba9b3bd0375441ead54a6230de71b42)) -* destroy the old core if needed ([1406fd5](https://github.com/pietervdvn/mapcomplete/commits/1406fd5f25daadaa85dd18997b79e462b21bbe96)) -* small fixes and crashes ([d17d07e](https://github.com/pietervdvn/mapcomplete/commits/d17d07ec52ce1d0907e5e0e3cfc7ba101111f2a1)) -* **UI:** restore 'badge'-class in CSS ([7ce2c4d](https://github.com/pietervdvn/mapcomplete/commits/7ce2c4d730faba642df807e924068220b5c08a08)) +* attempt to fix [#2312](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2312) ([225b079](https://source.mapcomplete.org/MapComplete/MapComplete/commit/225b07970d7a335085fa28316863a63584be595b)) +* attempt to fix [#2312](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2312) ([a11f2d0](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a11f2d0cbcd52b2272decadbaa13b15296df74ab)) +* destroy the old core if needed ([44b094e](https://source.mapcomplete.org/MapComplete/MapComplete/commit/44b094e84ba9b3bd0375441ead54a6230de71b42)) +* destroy the old core if needed ([1406fd5](https://source.mapcomplete.org/MapComplete/MapComplete/commit/1406fd5f25daadaa85dd18997b79e462b21bbe96)) +* small fixes and crashes ([d17d07e](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d17d07ec52ce1d0907e5e0e3cfc7ba101111f2a1)) +* **UI:** restore 'badge'-class in CSS ([7ce2c4d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/7ce2c4d730faba642df807e924068220b5c08a08)) ### Theme improvements -* **aed:** add iconBadges for opening hours and wheelchair access ([6a1e816](https://github.com/pietervdvn/mapcomplete/commits/6a1e816b2e387fdaf3d3cb9c472b89bc88eb57c5)) -* **aed:** add more filters ([4f0b1c1](https://github.com/pietervdvn/mapcomplete/commits/4f0b1c198e57b657faffeb0f7d3aa343869e17e2)) -* **aed:** change marker size and colour based on access and presence of opening hours ([5138610](https://github.com/pietervdvn/mapcomplete/commits/51386102841b7d0b4b5b4d03479872b7e4e749ff)) -* **aed:** correct license information for the defibrillator SVGs ([02e514f](https://github.com/pietervdvn/mapcomplete/commits/02e514f26006d3516ff7a8891f350a9219980be1)) -* **aed:** remove defibrillator=manual ([d3da075](https://github.com/pietervdvn/mapcomplete/commits/d3da075f4e942214c8b8a92c8c90a42dcc05b46d)) -* **aed:** un-differentiate icons, revise badges ([7c2ec46](https://github.com/pietervdvn/mapcomplete/commits/7c2ec46ca176182528749ff3868dc023c62ccedd)) -* **architecture:** add architecture theme ([33ec303](https://github.com/pietervdvn/mapcomplete/commits/33ec30339b9f0c809dfdc41233430ca1b73d8038)) -* **architecture:** add title ([e6112f2](https://github.com/pietervdvn/mapcomplete/commits/e6112f2d2759514a84d6f4e2042c400a9caa17b8)) -* **cyclofix:** don't handle bicycle repair stations in shops, even if they have service:bicycle-tags, fix https://source.mapcomplete.org/MapComplete/MapComplete/issues/2318 ([083d588](https://github.com/pietervdvn/mapcomplete/commits/083d588361766d3ac9f77e408df725a78b3f9b4f)) +* **aed:** add iconBadges for opening hours and wheelchair access ([6a1e816](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6a1e816b2e387fdaf3d3cb9c472b89bc88eb57c5)) +* **aed:** add more filters ([4f0b1c1](https://source.mapcomplete.org/MapComplete/MapComplete/commit/4f0b1c198e57b657faffeb0f7d3aa343869e17e2)) +* **aed:** change marker size and colour based on access and presence of opening hours ([5138610](https://source.mapcomplete.org/MapComplete/MapComplete/commit/51386102841b7d0b4b5b4d03479872b7e4e749ff)) +* **aed:** correct license information for the defibrillator SVGs ([02e514f](https://source.mapcomplete.org/MapComplete/MapComplete/commit/02e514f26006d3516ff7a8891f350a9219980be1)) +* **aed:** remove defibrillator=manual ([d3da075](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d3da075f4e942214c8b8a92c8c90a42dcc05b46d)) +* **aed:** un-differentiate icons, revise badges ([7c2ec46](https://source.mapcomplete.org/MapComplete/MapComplete/commit/7c2ec46ca176182528749ff3868dc023c62ccedd)) +* **architecture:** add architecture theme ([33ec303](https://source.mapcomplete.org/MapComplete/MapComplete/commit/33ec30339b9f0c809dfdc41233430ca1b73d8038)) +* **architecture:** add title ([e6112f2](https://source.mapcomplete.org/MapComplete/MapComplete/commit/e6112f2d2759514a84d6f4e2042c400a9caa17b8)) +* **cyclofix:** don't handle bicycle repair stations in shops, even if they have service:bicycle-tags, fix https://source.mapcomplete.org/MapComplete/MapComplete/issues/2318 ([083d588](https://source.mapcomplete.org/MapComplete/MapComplete/commit/083d588361766d3ac9f77e408df725a78b3f9b4f)) -## [0.49.0](https://github.com/pietervdvn/mapcomplete/compare/v0.48.8...v0.49.0) (2025-02-13) +## [0.49.0](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.48.8...v0.49.0) (2025-02-13) -### [0.48.8](https://github.com/pietervdvn/mapcomplete/compare/v0.48.7...v0.48.8) (2025-02-13) +### [0.48.8](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.48.7...v0.48.8) (2025-02-13) ### Bug Fixes -* translations ([252a2d8](https://github.com/pietervdvn/mapcomplete/commits/252a2d8398e89f13ebc8785758e8212bb42c5e44)) -* typo in theme ([6bf193f](https://github.com/pietervdvn/mapcomplete/commits/6bf193f86f61500db70cc0dbf499afd40966efa2)) +* translations ([252a2d8](https://source.mapcomplete.org/MapComplete/MapComplete/commit/252a2d8398e89f13ebc8785758e8212bb42c5e44)) +* typo in theme ([6bf193f](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6bf193f86f61500db70cc0dbf499afd40966efa2)) ### Theme improvements -* **maxspeed:** remove unneeded 'widenFactor', fix typo ([151fad5](https://github.com/pietervdvn/mapcomplete/commits/151fad57e1848ca1b633440693c73cf7ca2fdd8f)) +* **maxspeed:** remove unneeded 'widenFactor', fix typo ([151fad5](https://source.mapcomplete.org/MapComplete/MapComplete/commit/151fad57e1848ca1b633440693c73cf7ca2fdd8f)) -### [0.48.7](https://github.com/pietervdvn/mapcomplete/compare/v0.48.6...v0.48.7) (2025-02-10) +### [0.48.7](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.48.6...v0.48.7) (2025-02-10) ### Bug Fixes -* attempt to fix build ([e61149b](https://github.com/pietervdvn/mapcomplete/commits/e61149b49fdd41a0d9572751d12674c32093ad16)) -* attempt to fix daily data maintenance ([191391e](https://github.com/pietervdvn/mapcomplete/commits/191391e1a7a83e1ec4de588e435dfd18fab68f83)) -* clean up minzoomVisible in some themes (gh[#2279](https://github.com/pietervdvn/MapComplete/issues/2279)) ([8f318b3](https://github.com/pietervdvn/mapcomplete/commits/8f318b3a1969d261bf45322eb24e3a22f55b029b)) -* deduplicate .gitignore and reorder ([b3207b8](https://github.com/pietervdvn/mapcomplete/commits/b3207b82cbde357dd7239fd6a500b593c8459a92)) -* don't use deprecated bbox format anymore ([a59e4ab](https://github.com/pietervdvn/mapcomplete/commits/a59e4ab2ab5083799534b928575fe91f18d5d4e9)) -* fix android polyfill loading ([a76617c](https://github.com/pietervdvn/mapcomplete/commits/a76617cc0ca47c3b417e7a2b20ed831cbd2a6d8c)) -* fix broken index page for anonymous users ([6260bc2](https://github.com/pietervdvn/mapcomplete/commits/6260bc2897d3ddd77ea6194bb530a9bffabbe76b)) -* fix build ([eeb5a43](https://github.com/pietervdvn/mapcomplete/commits/eeb5a433291f9a2d1d48425a93e7d19ad60fb4b9)) -* fix classes argument ([f6ed163](https://github.com/pietervdvn/mapcomplete/commits/f6ed16355401f20f0782fac9467c291bb4985cea)) -* fix https://github.com/pietervdvn/MapComplete/issues/2331 ([4e73d9b](https://github.com/pietervdvn/mapcomplete/commits/4e73d9b5f9221a2481980965d0fb4d97b03acfa3)) -* fix https://source.mapcomplete.org/MapComplete/MapComplete/issues/2307 ([52d4ade](https://github.com/pietervdvn/mapcomplete/commits/52d4adee84b23464c29064616410230c48fbb5e3)) -* fix inspector ([c367f8f](https://github.com/pietervdvn/mapcomplete/commits/c367f8f190765b73a95168c7651df87fe6230ac9)) -* fix inspector ([071d3a0](https://github.com/pietervdvn/mapcomplete/commits/071d3a0f89beb2efbd93da98d7e5590c975c416f)) -* fix link in attributed images, as reported by Luna ([aead4c4](https://github.com/pietervdvn/mapcomplete/commits/aead4c480990f4928c9ff5ffc02ed8c5c7a6af96)) -* fix missing param ([6fa4323](https://github.com/pietervdvn/mapcomplete/commits/6fa4323495978324f05a6e4a7f8fa93b42729de8)) -* fix some fallout from updating turf to 7.2.0, make 'bbox'-attribute in line with the actual spec ([1286932](https://github.com/pietervdvn/mapcomplete/commits/12869321fda64d5eb60de7862a765659d8b3d935)) -* fix special visualisations ([289ff9c](https://github.com/pietervdvn/mapcomplete/commits/289ff9cd04346f07567e2a893b037773f18cf1ed)) -* index page ([42c634a](https://github.com/pietervdvn/mapcomplete/commits/42c634a8b72e9a134043bc71bbd1857a17b9672d)) -* make popups dismissable again ([7dc0483](https://github.com/pietervdvn/mapcomplete/commits/7dc0483805181101777921521d1e3927a20289eb)) -* merge weblate ([ea91e28](https://github.com/pietervdvn/mapcomplete/commits/ea91e28bc1e48dabd8ddd253459e511f7100f862)) -* NSI now explicitly has extensions ([a052797](https://github.com/pietervdvn/mapcomplete/commits/a052797074705e5bbbfe1f783ac157aecaaf5fa5)) -* order of commands in npm run init ([231aea8](https://github.com/pietervdvn/mapcomplete/commits/231aea878df509330a7f6c9279132ffa7a15e9a1)) -* remove checked-in file that is covered by .gitignore ([fc79a8a](https://github.com/pietervdvn/mapcomplete/commits/fc79a8a9c506cce0d8f9c7a5a329d9005d6d4e32)) -* remove obsolete "SetClass"-calls which don't work anyway ([f476e61](https://github.com/pietervdvn/mapcomplete/commits/f476e61a8f13976eed5e850d2d34045e1aa237f4)) -* revert some dependencies to a lower number to fix the build, update turf to 7.2.0 ([c83b7c1](https://github.com/pietervdvn/mapcomplete/commits/c83b7c1d953b085abea1e2d580287c6982a815d9)) -* revive missing 'login' button ([d9c8785](https://github.com/pietervdvn/mapcomplete/commits/d9c8785d9b4ac437aa4442cc259d752478772c5d)) -* studio works again ([014282d](https://github.com/pietervdvn/mapcomplete/commits/014282db94939f2faba3f89492e7a6b6f10354bc)) -* tests ([a1730a3](https://github.com/pietervdvn/mapcomplete/commits/a1730a3ad71e3992d287c74cfba32995fafb81a2)) -* various small fixes ([648f00f](https://github.com/pietervdvn/mapcomplete/commits/648f00f9c927776bf928c6871f38acf464d2e93c)) +* attempt to fix build ([e61149b](https://source.mapcomplete.org/MapComplete/MapComplete/commit/e61149b49fdd41a0d9572751d12674c32093ad16)) +* attempt to fix daily data maintenance ([191391e](https://source.mapcomplete.org/MapComplete/MapComplete/commit/191391e1a7a83e1ec4de588e435dfd18fab68f83)) +* clean up minzoomVisible in some themes (gh[#2279](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2279)) ([8f318b3](https://source.mapcomplete.org/MapComplete/MapComplete/commit/8f318b3a1969d261bf45322eb24e3a22f55b029b)) +* deduplicate .gitignore and reorder ([b3207b8](https://source.mapcomplete.org/MapComplete/MapComplete/commit/b3207b82cbde357dd7239fd6a500b593c8459a92)) +* don't use deprecated bbox format anymore ([a59e4ab](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a59e4ab2ab5083799534b928575fe91f18d5d4e9)) +* fix android polyfill loading ([a76617c](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a76617cc0ca47c3b417e7a2b20ed831cbd2a6d8c)) +* fix broken index page for anonymous users ([6260bc2](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6260bc2897d3ddd77ea6194bb530a9bffabbe76b)) +* fix build ([eeb5a43](https://source.mapcomplete.org/MapComplete/MapComplete/commit/eeb5a433291f9a2d1d48425a93e7d19ad60fb4b9)) +* fix classes argument ([f6ed163](https://source.mapcomplete.org/MapComplete/MapComplete/commit/f6ed16355401f20f0782fac9467c291bb4985cea)) +* fix hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2331 ([4e73d9b](https://source.mapcomplete.org/MapComplete/MapComplete/commit/4e73d9b5f9221a2481980965d0fb4d97b03acfa3)) +* fix https://source.mapcomplete.org/MapComplete/MapComplete/issues/2307 ([52d4ade](https://source.mapcomplete.org/MapComplete/MapComplete/commit/52d4adee84b23464c29064616410230c48fbb5e3)) +* fix inspector ([c367f8f](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c367f8f190765b73a95168c7651df87fe6230ac9)) +* fix inspector ([071d3a0](https://source.mapcomplete.org/MapComplete/MapComplete/commit/071d3a0f89beb2efbd93da98d7e5590c975c416f)) +* fix link in attributed images, as reported by Luna ([aead4c4](https://source.mapcomplete.org/MapComplete/MapComplete/commit/aead4c480990f4928c9ff5ffc02ed8c5c7a6af96)) +* fix missing param ([6fa4323](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6fa4323495978324f05a6e4a7f8fa93b42729de8)) +* fix some fallout from updating turf to 7.2.0, make 'bbox'-attribute in line with the actual spec ([1286932](https://source.mapcomplete.org/MapComplete/MapComplete/commit/12869321fda64d5eb60de7862a765659d8b3d935)) +* fix special visualisations ([289ff9c](https://source.mapcomplete.org/MapComplete/MapComplete/commit/289ff9cd04346f07567e2a893b037773f18cf1ed)) +* index page ([42c634a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/42c634a8b72e9a134043bc71bbd1857a17b9672d)) +* make popups dismissable again ([7dc0483](https://source.mapcomplete.org/MapComplete/MapComplete/commit/7dc0483805181101777921521d1e3927a20289eb)) +* merge weblate ([ea91e28](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ea91e28bc1e48dabd8ddd253459e511f7100f862)) +* NSI now explicitly has extensions ([a052797](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a052797074705e5bbbfe1f783ac157aecaaf5fa5)) +* order of commands in npm run init ([231aea8](https://source.mapcomplete.org/MapComplete/MapComplete/commit/231aea878df509330a7f6c9279132ffa7a15e9a1)) +* remove checked-in file that is covered by .gitignore ([fc79a8a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/fc79a8a9c506cce0d8f9c7a5a329d9005d6d4e32)) +* remove obsolete "SetClass"-calls which don't work anyway ([f476e61](https://source.mapcomplete.org/MapComplete/MapComplete/commit/f476e61a8f13976eed5e850d2d34045e1aa237f4)) +* revert some dependencies to a lower number to fix the build, update turf to 7.2.0 ([c83b7c1](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c83b7c1d953b085abea1e2d580287c6982a815d9)) +* revive missing 'login' button ([d9c8785](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d9c8785d9b4ac437aa4442cc259d752478772c5d)) +* studio works again ([014282d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/014282db94939f2faba3f89492e7a6b6f10354bc)) +* tests ([a1730a3](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a1730a3ad71e3992d287c74cfba32995fafb81a2)) +* various small fixes ([648f00f](https://source.mapcomplete.org/MapComplete/MapComplete/commit/648f00f9c927776bf928c6871f38acf464d2e93c)) ### Theme improvements -* **bicycle_parking:** add more nuance to ([d126808](https://github.com/pietervdvn/mapcomplete/commits/d12680839c6ee52c908b3dc928b8a1ab69c2211b)) -* **cycleways_and_roads:** use 'width' instead of 'width:carriageway', fix [#2318](https://github.com/pietervdvn/MapComplete/issues/2318) ([37c09f1](https://github.com/pietervdvn/mapcomplete/commits/37c09f12bee7df2e67f839947fae88ac1e16032a)) -* **school:** add school:orientation for special needs schools ([7aa0772](https://github.com/pietervdvn/mapcomplete/commits/7aa07724a3d69b36ba12836c3ab11c17b1ac13ec)) -* **school:** show wikipedia box ([b953ce5](https://github.com/pietervdvn/mapcomplete/commits/b953ce545795edd810b57cac31e5237e3669e778)) -* **scouting:** rephrase capacity filter ([6ca055c](https://github.com/pietervdvn/mapcomplete/commits/6ca055cf28564293cf7ae5d703cfee50a5df8502)) -* **shops:** add optometrist service ([6b0dc72](https://github.com/pietervdvn/mapcomplete/commits/6b0dc72ec639644a02252ca55cdfa2fffb76835f)) -* **shops:** change 'optomotetrist'-service into multiple other services ([c8b0751](https://github.com/pietervdvn/mapcomplete/commits/c8b07518ed0a4e8a08e7f792e06184318c097cb3)) -* **shops:** change 'optomotetrist'-service into multiple other services ([db7ae0c](https://github.com/pietervdvn/mapcomplete/commits/db7ae0c6e49231a052ec5f066883491b015cf15e)) +* **bicycle_parking:** add more nuance to ([d126808](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d12680839c6ee52c908b3dc928b8a1ab69c2211b)) +* **cycleways_and_roads:** use 'width' instead of 'width:carriageway', fix [#2318](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2318) ([37c09f1](https://source.mapcomplete.org/MapComplete/MapComplete/commit/37c09f12bee7df2e67f839947fae88ac1e16032a)) +* **school:** add school:orientation for special needs schools ([7aa0772](https://source.mapcomplete.org/MapComplete/MapComplete/commit/7aa07724a3d69b36ba12836c3ab11c17b1ac13ec)) +* **school:** show wikipedia box ([b953ce5](https://source.mapcomplete.org/MapComplete/MapComplete/commit/b953ce545795edd810b57cac31e5237e3669e778)) +* **scouting:** rephrase capacity filter ([6ca055c](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6ca055cf28564293cf7ae5d703cfee50a5df8502)) +* **shops:** add optometrist service ([6b0dc72](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6b0dc72ec639644a02252ca55cdfa2fffb76835f)) +* **shops:** change 'optomotetrist'-service into multiple other services ([c8b0751](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c8b07518ed0a4e8a08e7f792e06184318c097cb3)) +* **shops:** change 'optomotetrist'-service into multiple other services ([db7ae0c](https://source.mapcomplete.org/MapComplete/MapComplete/commit/db7ae0c6e49231a052ec5f066883491b015cf15e)) -### [0.48.6](https://github.com/pietervdvn/mapcomplete/compare/v0.48.5...v0.48.6) (2025-02-03) +### [0.48.6](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.48.5...v0.48.6) (2025-02-03) ### Bug Fixes -* actually don't show grey loading placeholder for wikidata/wikipedia, add tests ([87ab165](https://github.com/pietervdvn/mapcomplete/commits/87ab165e58472c4c88cf44c45f823706f1969c93)) -* don't check if someone is logged in for a taghint ([2f7e35a](https://github.com/pietervdvn/mapcomplete/commits/2f7e35a16e9896216d3fc4fce5d93d4272dc6219)) -* don't save big objects to the cache, see [#1919](https://github.com/pietervdvn/MapComplete/issues/1919) ([3cc7d05](https://github.com/pietervdvn/mapcomplete/commits/3cc7d05e03809616823cdf4f0143ae230e195638)) -* fix crash in movewizard ([a66c9f7](https://github.com/pietervdvn/mapcomplete/commits/a66c9f7cbe83bd80dfa41910eb8372eb0613bd25)) -* fix typo in campsite.json, translation sync ([a552606](https://github.com/pietervdvn/mapcomplete/commits/a552606c5204c57d3e222cb17b3cf6a246bd9400)) -* fix wikimedia attribution, fix [#2332](https://github.com/pietervdvn/MapComplete/issues/2332) ([6c0d54d](https://github.com/pietervdvn/mapcomplete/commits/6c0d54d7694292f3c7038ba336489d6de5231060)) -* GroupedView.svelte now shows the questions directly, so that non-answered questions show up ([3ca0d42](https://github.com/pietervdvn/mapcomplete/commits/3ca0d42eb6f35e66554f379db7820fb135d8c1d4)) -* whitelist data.Mapcomplete.org ([6444452](https://github.com/pietervdvn/mapcomplete/commits/644445248c19ecd051589b1e46feda65b3749e69)) +* actually don't show grey loading placeholder for wikidata/wikipedia, add tests ([87ab165](https://source.mapcomplete.org/MapComplete/MapComplete/commit/87ab165e58472c4c88cf44c45f823706f1969c93)) +* don't check if someone is logged in for a taghint ([2f7e35a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/2f7e35a16e9896216d3fc4fce5d93d4272dc6219)) +* don't save big objects to the cache, see [#1919](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1919) ([3cc7d05](https://source.mapcomplete.org/MapComplete/MapComplete/commit/3cc7d05e03809616823cdf4f0143ae230e195638)) +* fix crash in movewizard ([a66c9f7](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a66c9f7cbe83bd80dfa41910eb8372eb0613bd25)) +* fix typo in campsite.json, translation sync ([a552606](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a552606c5204c57d3e222cb17b3cf6a246bd9400)) +* fix wikimedia attribution, fix [#2332](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2332) ([6c0d54d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6c0d54d7694292f3c7038ba336489d6de5231060)) +* GroupedView.svelte now shows the questions directly, so that non-answered questions show up ([3ca0d42](https://source.mapcomplete.org/MapComplete/MapComplete/commit/3ca0d42eb6f35e66554f379db7820fb135d8c1d4)) +* whitelist data.Mapcomplete.org ([6444452](https://source.mapcomplete.org/MapComplete/MapComplete/commit/644445248c19ecd051589b1e46feda65b3749e69)) ### Theme improvements -* **address:** add simple address feature (useable as 'address.address') ([b6a5b96](https://github.com/pietervdvn/mapcomplete/commits/b6a5b963501ce636255bbecf41d020cc6394eaf3)) -* **education:** add minzoom ([57a7d36](https://github.com/pietervdvn/mapcomplete/commits/57a7d36617cdb67fae319ac70386248d440f279b)) -* **education:** move 'kindergarten' into 'school', add 'school:orientation' (only in Belgium), add more differentiated icons ([6d68ca7](https://github.com/pietervdvn/mapcomplete/commits/6d68ca7988bc6db0982ebae35efd90b5c829f435)) -* fix generation of automatic filters with multiAnswer, add test ([2ec369f](https://github.com/pietervdvn/mapcomplete/commits/2ec369f259db20ba8441748d21c17ea575a0c584)) -* **healthcare:** add address info to all layers, fix [#1202](https://github.com/pietervdvn/MapComplete/issues/1202) ([123c50a](https://github.com/pietervdvn/mapcomplete/commits/123c50a5c0f144f4622937be87ba427c87870bbb)) -* **school:** remove `school:for`, replace with school:special_needs ([f26f22a](https://github.com/pietervdvn/mapcomplete/commits/f26f22a95c3fbd6fbe89829c9c448d241dd55225)) -* **school:** small fixes to special need school tagging ([f3aa8e0](https://github.com/pietervdvn/mapcomplete/commits/f3aa8e015b07a6cf7cbc269aa9c07df205dd6ab4)) -* **shops:** fix stupid typos and bugs in healthcare service tagging ([541b8f8](https://github.com/pietervdvn/mapcomplete/commits/541b8f8960fa258223b9ea059301fd02aabb47be)) +* **address:** add simple address feature (useable as 'address.address') ([b6a5b96](https://source.mapcomplete.org/MapComplete/MapComplete/commit/b6a5b963501ce636255bbecf41d020cc6394eaf3)) +* **education:** add minzoom ([57a7d36](https://source.mapcomplete.org/MapComplete/MapComplete/commit/57a7d36617cdb67fae319ac70386248d440f279b)) +* **education:** move 'kindergarten' into 'school', add 'school:orientation' (only in Belgium), add more differentiated icons ([6d68ca7](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6d68ca7988bc6db0982ebae35efd90b5c829f435)) +* fix generation of automatic filters with multiAnswer, add test ([2ec369f](https://source.mapcomplete.org/MapComplete/MapComplete/commit/2ec369f259db20ba8441748d21c17ea575a0c584)) +* **healthcare:** add address info to all layers, fix [#1202](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1202) ([123c50a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/123c50a5c0f144f4622937be87ba427c87870bbb)) +* **school:** remove `school:for`, replace with school:special_needs ([f26f22a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/f26f22a95c3fbd6fbe89829c9c448d241dd55225)) +* **school:** small fixes to special need school tagging ([f3aa8e0](https://source.mapcomplete.org/MapComplete/MapComplete/commit/f3aa8e015b07a6cf7cbc269aa9c07df205dd6ab4)) +* **shops:** fix stupid typos and bugs in healthcare service tagging ([541b8f8](https://source.mapcomplete.org/MapComplete/MapComplete/commit/541b8f8960fa258223b9ea059301fd02aabb47be)) -### [0.48.5](https://github.com/pietervdvn/mapcomplete/compare/v0.48.4...v0.48.5) (2025-01-28) +### [0.48.5](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.48.4...v0.48.5) (2025-01-28) ### Bug Fixes -* remove NSI-renderings which actually don't have a logo, fix https://source.mapcomplete.org/MapComplete/MapComplete/issues/2300 ([3e3b4b9](https://github.com/pietervdvn/mapcomplete/commits/3e3b4b9420d91ee2ab44c45ef2106bd7bd256891)) +* remove NSI-renderings which actually don't have a logo, fix https://source.mapcomplete.org/MapComplete/MapComplete/issues/2300 ([3e3b4b9](https://source.mapcomplete.org/MapComplete/MapComplete/commit/3e3b4b9420d91ee2ab44c45ef2106bd7bd256891)) -### [0.48.4](https://github.com/pietervdvn/mapcomplete/compare/v0.48.3...v0.48.4) (2025-01-26) +### [0.48.4](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.48.3...v0.48.4) (2025-01-26) -### [0.48.3](https://github.com/pietervdvn/mapcomplete/compare/v0.48.0...v0.48.3) (2025-01-24) +### [0.48.3](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.48.0...v0.48.3) (2025-01-24) ### Bug Fixes -* actually parse theme file ([3f80930](https://github.com/pietervdvn/mapcomplete/commits/3f80930d48df10b403a5f59ce9159d0a7f97d922)) -* also show default layers when loading an official theme via theme.html ([b844a07](https://github.com/pietervdvn/mapcomplete/commits/b844a0700e32d52660bef09bc15d2439cf54e9c2)) -* correct usage of userdetails ([436b99a](https://github.com/pietervdvn/mapcomplete/commits/436b99a53a003f3bc700fdd50be3608146581eb1)) -* don't open login page upon first visit of MapComplete ([0910992](https://github.com/pietervdvn/mapcomplete/commits/09109925bc295130e669ccaec6768957220bd656)) -* fix crash ([a451fac](https://github.com/pietervdvn/mapcomplete/commits/a451fac8f2d6c5dabffccc2bc8411846e02876f6)) -* NSI now explicitly has extensions ([96c3944](https://github.com/pietervdvn/mapcomplete/commits/96c39447163617766e14c5517ff124194ad79a88)) -* restore "_loggedIn" metatag ([18c19e5](https://github.com/pietervdvn/mapcomplete/commits/18c19e55f3ed800110f4c45ee97a53d510bdeb9d)) -* **studio:** add check for incorrect suggestions, fix incorrect suggestion which breaks setting a 'marker' ([143dd70](https://github.com/pietervdvn/mapcomplete/commits/143dd70973d49882ee314d3b09505c1c18c96aa7)) -* tests ([392e96e](https://github.com/pietervdvn/mapcomplete/commits/392e96e4f5d184d8af64beae2f115a7a15c9f25d)) +* actually parse theme file ([3f80930](https://source.mapcomplete.org/MapComplete/MapComplete/commit/3f80930d48df10b403a5f59ce9159d0a7f97d922)) +* also show default layers when loading an official theme via theme.html ([b844a07](https://source.mapcomplete.org/MapComplete/MapComplete/commit/b844a0700e32d52660bef09bc15d2439cf54e9c2)) +* correct usage of userdetails ([436b99a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/436b99a53a003f3bc700fdd50be3608146581eb1)) +* don't open login page upon first visit of MapComplete ([0910992](https://source.mapcomplete.org/MapComplete/MapComplete/commit/09109925bc295130e669ccaec6768957220bd656)) +* fix crash ([a451fac](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a451fac8f2d6c5dabffccc2bc8411846e02876f6)) +* NSI now explicitly has extensions ([96c3944](https://source.mapcomplete.org/MapComplete/MapComplete/commit/96c39447163617766e14c5517ff124194ad79a88)) +* restore "_loggedIn" metatag ([18c19e5](https://source.mapcomplete.org/MapComplete/MapComplete/commit/18c19e55f3ed800110f4c45ee97a53d510bdeb9d)) +* **studio:** add check for incorrect suggestions, fix incorrect suggestion which breaks setting a 'marker' ([143dd70](https://source.mapcomplete.org/MapComplete/MapComplete/commit/143dd70973d49882ee314d3b09505c1c18c96aa7)) +* tests ([392e96e](https://source.mapcomplete.org/MapComplete/MapComplete/commit/392e96e4f5d184d8af64beae2f115a7a15c9f25d)) ### Theme improvements -* automatically remove filters that are useless because they would filter everything or nothing; fix some logic bugs and add tests ([50ef2ba](https://github.com/pietervdvn/mapcomplete/commits/50ef2ba63674d8e543649b85b0098658ac3f52ed)) -* **pets:** add dog toilets ([860fc99](https://github.com/pietervdvn/mapcomplete/commits/860fc9994bd529ceb1917757b8ac4fea6af5efaa)) -* **pets:** add waste baskets with doggy bag dispensers as layer ([1b3066c](https://github.com/pietervdvn/mapcomplete/commits/1b3066cc28a999b2fd74cc8d7acb0397d6415156)) -* **pets:** bring pets theme more in line (visually and logically) with the other themes ([cdc170b](https://github.com/pietervdvn/mapcomplete/commits/cdc170b128ae293d66f779192b6fda7867689a4e)) -* **shops:** add dog-access question ([244c976](https://github.com/pietervdvn/mapcomplete/commits/244c976af628e4c9fe2c3d98d09e4c40911284d1)) +* automatically remove filters that are useless because they would filter everything or nothing; fix some logic bugs and add tests ([50ef2ba](https://source.mapcomplete.org/MapComplete/MapComplete/commit/50ef2ba63674d8e543649b85b0098658ac3f52ed)) +* **pets:** add dog toilets ([860fc99](https://source.mapcomplete.org/MapComplete/MapComplete/commit/860fc9994bd529ceb1917757b8ac4fea6af5efaa)) +* **pets:** add waste baskets with doggy bag dispensers as layer ([1b3066c](https://source.mapcomplete.org/MapComplete/MapComplete/commit/1b3066cc28a999b2fd74cc8d7acb0397d6415156)) +* **pets:** bring pets theme more in line (visually and logically) with the other themes ([cdc170b](https://source.mapcomplete.org/MapComplete/MapComplete/commit/cdc170b128ae293d66f779192b6fda7867689a4e)) +* **shops:** add dog-access question ([244c976](https://source.mapcomplete.org/MapComplete/MapComplete/commit/244c976af628e4c9fe2c3d98d09e4c40911284d1)) -### [0.48.2](https://github.com/pietervdvn/mapcomplete/compare/v0.48.0...v0.48.2) (2025-01-19) +### [0.48.2](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.48.0...v0.48.2) (2025-01-19) ### Bug Fixes -* **studio:** add check for incorrect suggestions, fix incorrect suggestion which breaks setting a 'marker' ([89b4f02](https://github.com/pietervdvn/mapcomplete/commits/89b4f02aa630c378f752f4a1c35866c915481e7d)) +* **studio:** add check for incorrect suggestions, fix incorrect suggestion which breaks setting a 'marker' ([89b4f02](https://source.mapcomplete.org/MapComplete/MapComplete/commit/89b4f02aa630c378f752f4a1c35866c915481e7d)) ### Theme improvements -* **pets:** bring pets theme more in line (visually and logically) with the other themes ([cdc170b](https://github.com/pietervdvn/mapcomplete/commits/cdc170b128ae293d66f779192b6fda7867689a4e)) -* **shops:** add dog-access question ([244c976](https://github.com/pietervdvn/mapcomplete/commits/244c976af628e4c9fe2c3d98d09e4c40911284d1)) +* **pets:** bring pets theme more in line (visually and logically) with the other themes ([cdc170b](https://source.mapcomplete.org/MapComplete/MapComplete/commit/cdc170b128ae293d66f779192b6fda7867689a4e)) +* **shops:** add dog-access question ([244c976](https://source.mapcomplete.org/MapComplete/MapComplete/commit/244c976af628e4c9fe2c3d98d09e4c40911284d1)) -### [0.48.1](https://github.com/pietervdvn/mapcomplete/compare/v0.48.0...v0.48.1) (2025-01-18) +### [0.48.1](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.48.0...v0.48.1) (2025-01-18) ### Theme improvements -* **pets:** bring pets theme more in line (visually and logically) with the other themes ([9dd252d](https://github.com/pietervdvn/mapcomplete/commits/9dd252dc862b1f6fd7638076fb238f4849d93b5c)) -* **shops:** add dog-access question ([da25464](https://github.com/pietervdvn/mapcomplete/commits/da2546465f939f28db3b602fc3f88e05041176e2)) +* **pets:** bring pets theme more in line (visually and logically) with the other themes ([9dd252d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/9dd252dc862b1f6fd7638076fb238f4849d93b5c)) +* **shops:** add dog-access question ([da25464](https://source.mapcomplete.org/MapComplete/MapComplete/commit/da2546465f939f28db3b602fc3f88e05041176e2)) -## [0.48.0](https://github.com/pietervdvn/mapcomplete/compare/v0.47.14...v0.48.0) (2025-01-17) +## [0.48.0](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.47.14...v0.48.0) (2025-01-17) ### Bug Fixes -* add missing data ([bd228a6](https://github.com/pietervdvn/mapcomplete/commits/bd228a6129e5e95feaf58cfbd438ca8011a69a3f)) -* Add question block ([0c5ab25](https://github.com/pietervdvn/mapcomplete/commits/0c5ab259e845f852e30202a196aacd225a70b928)) -* attempt to fix build ([6bc786d](https://github.com/pietervdvn/mapcomplete/commits/6bc786dc783d2b06af94ca1a034c18d3bf1e41f3)) -* build ([a278234](https://github.com/pietervdvn/mapcomplete/commits/a2782348a7a5a65a62056b566cb8ce5e83cf48c7)) -* don't crash if an initial hash is given from a non-matching layer ([551235a](https://github.com/pietervdvn/mapcomplete/commits/551235a185c2f54f561c82b79c34aaf1f171e217)) -* fix https://source.mapcomplete.org/MapComplete/MapComplete/issues/2293 ([b22015e](https://github.com/pietervdvn/mapcomplete/commits/b22015e2c829187b710f0ceddf3ff3754bb7f3c1)) +* add missing data ([bd228a6](https://source.mapcomplete.org/MapComplete/MapComplete/commit/bd228a6129e5e95feaf58cfbd438ca8011a69a3f)) +* Add question block ([0c5ab25](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0c5ab259e845f852e30202a196aacd225a70b928)) +* attempt to fix build ([6bc786d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6bc786dc783d2b06af94ca1a034c18d3bf1e41f3)) +* build ([a278234](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a2782348a7a5a65a62056b566cb8ce5e83cf48c7)) +* don't crash if an initial hash is given from a non-matching layer ([551235a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/551235a185c2f54f561c82b79c34aaf1f171e217)) +* fix https://source.mapcomplete.org/MapComplete/MapComplete/issues/2293 ([b22015e](https://source.mapcomplete.org/MapComplete/MapComplete/commit/b22015e2c829187b710f0ceddf3ff3754bb7f3c1)) ### Theme improvements -* **charging_station:** add charge_point layer ([67b3fb3](https://github.com/pietervdvn/mapcomplete/commits/67b3fb3740af55172dba647a5a198902ebd27328)) -* **charging_station:** Remove units for V and A (gh[#2320](https://github.com/pietervdvn/MapComplete/issues/2320)), fix stray A ([5a9c53e](https://github.com/pietervdvn/mapcomplete/commits/5a9c53e4d632dcae58c49c34cd9a5a8e0c0ca293)) -* **drinking_water:** add temperature question ([5617630](https://github.com/pietervdvn/mapcomplete/commits/5617630d690d3a229be13be0104a24316950c0e3)) -* move generated themes into assets, remove known_themes, support pruning of borrowed icons ([ee64d84](https://github.com/pietervdvn/mapcomplete/commits/ee64d84d270f141b0dafb2ac2726899afce5297e)) -* **scouting:** cleanup, use NSI ([1f384e7](https://github.com/pietervdvn/mapcomplete/commits/1f384e754b92bbc3c45b1251222145004b3614b7)) -* **shops:** revert to ID-presets for icons, add "vacant" as shop option ([622049f](https://github.com/pietervdvn/mapcomplete/commits/622049f21f2a43812ff31709dd91cfbe71e9197d)) -* **toilets:** add ratings ([5276442](https://github.com/pietervdvn/mapcomplete/commits/527644220984593b0379b1a17fa8c2a39936bef4)) -* **waste:** Fix broken translations (fj[#2297](https://github.com/pietervdvn/MapComplete/issues/2297)) ([8c6619a](https://github.com/pietervdvn/mapcomplete/commits/8c6619a1722430ce3e4a93770c1af44cffc34a8e)) +* **charging_station:** add charge_point layer ([67b3fb3](https://source.mapcomplete.org/MapComplete/MapComplete/commit/67b3fb3740af55172dba647a5a198902ebd27328)) +* **charging_station:** Remove units for V and A (gh[#2320](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2320)), fix stray A ([5a9c53e](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5a9c53e4d632dcae58c49c34cd9a5a8e0c0ca293)) +* **drinking_water:** add temperature question ([5617630](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5617630d690d3a229be13be0104a24316950c0e3)) +* move generated themes into assets, remove known_themes, support pruning of borrowed icons ([ee64d84](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ee64d84d270f141b0dafb2ac2726899afce5297e)) +* **scouting:** cleanup, use NSI ([1f384e7](https://source.mapcomplete.org/MapComplete/MapComplete/commit/1f384e754b92bbc3c45b1251222145004b3614b7)) +* **shops:** revert to ID-presets for icons, add "vacant" as shop option ([622049f](https://source.mapcomplete.org/MapComplete/MapComplete/commit/622049f21f2a43812ff31709dd91cfbe71e9197d)) +* **toilets:** add ratings ([5276442](https://source.mapcomplete.org/MapComplete/MapComplete/commit/527644220984593b0379b1a17fa8c2a39936bef4)) +* **waste:** Fix broken translations (fj[#2297](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2297)) ([8c6619a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/8c6619a1722430ce3e4a93770c1af44cffc34a8e)) -### [0.47.14](https://github.com/pietervdvn/mapcomplete/compare/v0.47.13...v0.47.14) (2025-01-02) +### [0.47.14](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.47.13...v0.47.14) (2025-01-02) ### Bug Fixes -* Add velopark link ([23ac962](https://github.com/pietervdvn/mapcomplete/commits/23ac96251cbd67372b9ad8d2cbf75773b8e2bb65)) -* clean up minzoomVisible in some themes (gh[#2279](https://github.com/pietervdvn/MapComplete/issues/2279)) ([2a6e118](https://github.com/pietervdvn/mapcomplete/commits/2a6e118b5ba91ed4e3dfd9737cbf3ab96f937cff)) -* deduplicate .gitignore and reorder ([9d6036b](https://github.com/pietervdvn/mapcomplete/commits/9d6036be8797df4c92b2f0a02fcb349e1877f819)) -* deduplicate .gitignore and reorder ([8c1a73c](https://github.com/pietervdvn/mapcomplete/commits/8c1a73c9d50824b668dd0a31b435bbed2b15ffc1)) -* fix classes argument ([46ac716](https://github.com/pietervdvn/mapcomplete/commits/46ac71639596831926224c05d3f507d99321a5e9)) -* fix inspector ([e0931dc](https://github.com/pietervdvn/mapcomplete/commits/e0931dcebadb1d42b282131c78c9a87cbc486af1)) -* fix inspector ([4830527](https://github.com/pietervdvn/mapcomplete/commits/48305273e52ac85667b85b69ac2f6d13b0de8d19)) -* fix special visualisations ([9c686fe](https://github.com/pietervdvn/mapcomplete/commits/9c686fed89fb3ee8a3de21706aee37fa17ac3205)) -* imagepreview: improve typing; fix comparison tool ([2de8b54](https://github.com/pietervdvn/mapcomplete/commits/2de8b544570f7c983d67d51684ab9b31ddabe44d)) -* imagepreview: improve typing; fix comparison tool ([6cb1687](https://github.com/pietervdvn/mapcomplete/commits/6cb16877e8e27a70c1e1c327d965be1e0ab45788)) -* order of commands in npm run init ([33efe4f](https://github.com/pietervdvn/mapcomplete/commits/33efe4f2c25eda7dc179e572313e02b72de0e96a)) -* order of commands in npm run init ([3759134](https://github.com/pietervdvn/mapcomplete/commits/375913492cf6da22389d27a2458e817fa5c19d37)) -* remove checked-in file that is covered by .gitignore ([bccd744](https://github.com/pietervdvn/mapcomplete/commits/bccd74408659cf2377bbfa98e1d02b8e2b186937)) -* remove checked-in file that is covered by .gitignore ([c88ffda](https://github.com/pietervdvn/mapcomplete/commits/c88ffdae5513e57cdbaf702116714496d6fb3380)) -* remove obsolete "SetClass"-calls which don't work anyway ([4fcdd8b](https://github.com/pietervdvn/mapcomplete/commits/4fcdd8ba5a9cbfb06e160a77f51b59f5ee302914)) -* tests ([5b43316](https://github.com/pietervdvn/mapcomplete/commits/5b43316f10f07383c4bd2f1c5b12373bfd4e52dc)) -* various small fixes ([5284d94](https://github.com/pietervdvn/mapcomplete/commits/5284d94427df74bd8fed85f9d506d147d068cdb3)) +* Add velopark link ([23ac962](https://source.mapcomplete.org/MapComplete/MapComplete/commit/23ac96251cbd67372b9ad8d2cbf75773b8e2bb65)) +* clean up minzoomVisible in some themes (gh[#2279](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2279)) ([2a6e118](https://source.mapcomplete.org/MapComplete/MapComplete/commit/2a6e118b5ba91ed4e3dfd9737cbf3ab96f937cff)) +* deduplicate .gitignore and reorder ([9d6036b](https://source.mapcomplete.org/MapComplete/MapComplete/commit/9d6036be8797df4c92b2f0a02fcb349e1877f819)) +* deduplicate .gitignore and reorder ([8c1a73c](https://source.mapcomplete.org/MapComplete/MapComplete/commit/8c1a73c9d50824b668dd0a31b435bbed2b15ffc1)) +* fix classes argument ([46ac716](https://source.mapcomplete.org/MapComplete/MapComplete/commit/46ac71639596831926224c05d3f507d99321a5e9)) +* fix inspector ([e0931dc](https://source.mapcomplete.org/MapComplete/MapComplete/commit/e0931dcebadb1d42b282131c78c9a87cbc486af1)) +* fix inspector ([4830527](https://source.mapcomplete.org/MapComplete/MapComplete/commit/48305273e52ac85667b85b69ac2f6d13b0de8d19)) +* fix special visualisations ([9c686fe](https://source.mapcomplete.org/MapComplete/MapComplete/commit/9c686fed89fb3ee8a3de21706aee37fa17ac3205)) +* imagepreview: improve typing; fix comparison tool ([2de8b54](https://source.mapcomplete.org/MapComplete/MapComplete/commit/2de8b544570f7c983d67d51684ab9b31ddabe44d)) +* imagepreview: improve typing; fix comparison tool ([6cb1687](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6cb16877e8e27a70c1e1c327d965be1e0ab45788)) +* order of commands in npm run init ([33efe4f](https://source.mapcomplete.org/MapComplete/MapComplete/commit/33efe4f2c25eda7dc179e572313e02b72de0e96a)) +* order of commands in npm run init ([3759134](https://source.mapcomplete.org/MapComplete/MapComplete/commit/375913492cf6da22389d27a2458e817fa5c19d37)) +* remove checked-in file that is covered by .gitignore ([bccd744](https://source.mapcomplete.org/MapComplete/MapComplete/commit/bccd74408659cf2377bbfa98e1d02b8e2b186937)) +* remove checked-in file that is covered by .gitignore ([c88ffda](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c88ffdae5513e57cdbaf702116714496d6fb3380)) +* remove obsolete "SetClass"-calls which don't work anyway ([4fcdd8b](https://source.mapcomplete.org/MapComplete/MapComplete/commit/4fcdd8ba5a9cbfb06e160a77f51b59f5ee302914)) +* tests ([5b43316](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5b43316f10f07383c4bd2f1c5b12373bfd4e52dc)) +* various small fixes ([5284d94](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5284d94427df74bd8fed85f9d506d147d068cdb3)) ### Theme improvements -* **bicycle_parking:** add more nuance to ([87cb88d](https://github.com/pietervdvn/mapcomplete/commits/87cb88d7f35558283d8d27eb5fe5e7942b901d6b)) -* **cycleways_and_roads:** use 'width' instead of 'width:carriageway', fix [#2318](https://github.com/pietervdvn/MapComplete/issues/2318) ([90626c6](https://github.com/pietervdvn/mapcomplete/commits/90626c632aee2be3b6d0a5e31d514b92ceccc4ab)) -* **shops:** add optometrist service ([76831c4](https://github.com/pietervdvn/mapcomplete/commits/76831c4e855b98f233ca85320c069226eb107e4a)) -* **shops:** change 'optomotetrist'-service into multiple other services ([4925e21](https://github.com/pietervdvn/mapcomplete/commits/4925e216b8d273868787c7b057391c10ab474267)) -* **shops:** change 'optomotetrist'-service into multiple other services ([80776f5](https://github.com/pietervdvn/mapcomplete/commits/80776f5943704b36dfc7d5047e4b0aa8be6f552d)) +* **bicycle_parking:** add more nuance to ([87cb88d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/87cb88d7f35558283d8d27eb5fe5e7942b901d6b)) +* **cycleways_and_roads:** use 'width' instead of 'width:carriageway', fix [#2318](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2318) ([90626c6](https://source.mapcomplete.org/MapComplete/MapComplete/commit/90626c632aee2be3b6d0a5e31d514b92ceccc4ab)) +* **shops:** add optometrist service ([76831c4](https://source.mapcomplete.org/MapComplete/MapComplete/commit/76831c4e855b98f233ca85320c069226eb107e4a)) +* **shops:** change 'optomotetrist'-service into multiple other services ([4925e21](https://source.mapcomplete.org/MapComplete/MapComplete/commit/4925e216b8d273868787c7b057391c10ab474267)) +* **shops:** change 'optomotetrist'-service into multiple other services ([80776f5](https://source.mapcomplete.org/MapComplete/MapComplete/commit/80776f5943704b36dfc7d5047e4b0aa8be6f552d)) -### [0.47.13](https://github.com/pietervdvn/mapcomplete/compare/v0.47.12...v0.47.13) (2024-12-17) +### [0.47.13](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.47.12...v0.47.13) (2024-12-17) ### Bug Fixes -* attributed image doesn't open fullscreen if no ID given ([b272c1c](https://github.com/pietervdvn/mapcomplete/commits/b272c1cda7352a4a78e4f61dbd39fe2f80ae204d)) -* don't report an unneeded error ([79314e1](https://github.com/pietervdvn/mapcomplete/commits/79314e1747ee74544975948ba35fb499c203a061)) -* fix [#2309](https://github.com/pietervdvn/MapComplete/issues/2309) ([83a9184](https://github.com/pietervdvn/mapcomplete/commits/83a918477f24fd86bc2783e266ac59a4c687020f)) -* fix [#2309](https://github.com/pietervdvn/MapComplete/issues/2309) ([fe2a6ca](https://github.com/pietervdvn/mapcomplete/commits/fe2a6ca065b8ace2f466a6cac549f6d84ee35044)) -* fix changelog links ([0471fd7](https://github.com/pietervdvn/mapcomplete/commits/0471fd7779329da051400a62d16162bd21dc0324)) -* fix possible failing upload (error report postmortem) ([22c348a](https://github.com/pietervdvn/mapcomplete/commits/22c348af27677cd97f124dc45f63276d91b40152)) -* linked data vis for velopark does no longer rely on country codes ([c26b9ae](https://github.com/pietervdvn/mapcomplete/commits/c26b9ae7f7fa3de69d499451db14be61e4698721)) -* **linkeddata:** velopark deals with sections, fix image loading ([ef1d2c9](https://github.com/pietervdvn/mapcomplete/commits/ef1d2c9f56fc07f87255c557b05daf5e0451fdc5)) -* remove 'id' attribute ([926ea0b](https://github.com/pietervdvn/mapcomplete/commits/926ea0b6e46f9966d1b1b9a4157c6ca6708b82fa)) -* server config (CORS) ([2c877dd](https://github.com/pietervdvn/mapcomplete/commits/2c877dd52532b24066907a5ae9676e26371e48f0)) -* typing ([565e92a](https://github.com/pietervdvn/mapcomplete/commits/565e92a37dde751e21d7f3e2abc69fa57b27d30f)) +* attributed image doesn't open fullscreen if no ID given ([b272c1c](https://source.mapcomplete.org/MapComplete/MapComplete/commit/b272c1cda7352a4a78e4f61dbd39fe2f80ae204d)) +* don't report an unneeded error ([79314e1](https://source.mapcomplete.org/MapComplete/MapComplete/commit/79314e1747ee74544975948ba35fb499c203a061)) +* fix [#2309](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2309) ([83a9184](https://source.mapcomplete.org/MapComplete/MapComplete/commit/83a918477f24fd86bc2783e266ac59a4c687020f)) +* fix [#2309](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2309) ([fe2a6ca](https://source.mapcomplete.org/MapComplete/MapComplete/commit/fe2a6ca065b8ace2f466a6cac549f6d84ee35044)) +* fix changelog links ([0471fd7](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0471fd7779329da051400a62d16162bd21dc0324)) +* fix possible failing upload (error report postmortem) ([22c348a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/22c348af27677cd97f124dc45f63276d91b40152)) +* linked data vis for velopark does no longer rely on country codes ([c26b9ae](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c26b9ae7f7fa3de69d499451db14be61e4698721)) +* **linkeddata:** velopark deals with sections, fix image loading ([ef1d2c9](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ef1d2c9f56fc07f87255c557b05daf5e0451fdc5)) +* remove 'id' attribute ([926ea0b](https://source.mapcomplete.org/MapComplete/MapComplete/commit/926ea0b6e46f9966d1b1b9a4157c6ca6708b82fa)) +* server config (CORS) ([2c877dd](https://source.mapcomplete.org/MapComplete/MapComplete/commit/2c877dd52532b24066907a5ae9676e26371e48f0)) +* typing ([565e92a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/565e92a37dde751e21d7f3e2abc69fa57b27d30f)) -### [0.47.12](https://github.com/pietervdvn/mapcomplete/compare/v0.47.11...v0.47.12) (2024-12-11) +### [0.47.12](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.47.11...v0.47.12) (2024-12-11) ### Bug Fixes -* add ignored file ([a6d07c5](https://github.com/pietervdvn/mapcomplete/commits/a6d07c50a1d11bbe8a2d78201ad85bb5f2e606e5)) -* attempt to add more EXIF-fields, see [#2296](https://github.com/pietervdvn/MapComplete/issues/2296) ([a87e9e2](https://github.com/pietervdvn/mapcomplete/commits/a87e9e2e98f0a703e3b50570183edfa5ad858719)) -* attempt to get runners working ([a7e729a](https://github.com/pietervdvn/mapcomplete/commits/a7e729a2dee0dd4e961067f62e52662b085ad161)) -* attempt to get runners working ([4a6efe8](https://github.com/pietervdvn/mapcomplete/commits/4a6efe8bfb35215aa7d2763bd8b906052a0341a3)) -* attempt to get runners working ([221c136](https://github.com/pietervdvn/mapcomplete/commits/221c13679a90b688867be4a83f43614cff3a8b93)) -* attempt to get runners working ([142cf9a](https://github.com/pietervdvn/mapcomplete/commits/142cf9a1174fd7006ccfdd141d2b051de0b28348)) -* don't show tags in filter view if not logged in ([a07c792](https://github.com/pietervdvn/mapcomplete/commits/a07c79289b7f6c5d3f14101d15b985c931a42b44)) -* don't show walls-and-buildings if the layer is disabled ([130ede8](https://github.com/pietervdvn/mapcomplete/commits/130ede896cdeea39bf9ca17d4a451d3d861905af)) -* Enable recycling:waste option [#2280](https://github.com/pietervdvn/MapComplete/issues/2280) ([673322d](https://github.com/pietervdvn/mapcomplete/commits/673322d15bab4789b6d62facbc9d96dce7997480)) -* fix [#2304](https://github.com/pietervdvn/MapComplete/issues/2304) ([0a001d3](https://github.com/pietervdvn/mapcomplete/commits/0a001d3c7d337a2838c3f2b7493d4a3b218fe9a5)) -* fix [#2306](https://github.com/pietervdvn/MapComplete/issues/2306) by using a cutoff of 150m ([9ab8d99](https://github.com/pietervdvn/mapcomplete/commits/9ab8d99e56d8ae9653921c21e2f3559d69cc675f)) -* fix [#2306](https://github.com/pietervdvn/MapComplete/issues/2306) by using a cutoff of 150m ([73f0fff](https://github.com/pietervdvn/mapcomplete/commits/73f0ffff5d21703bb1e24ba920d65994e3993100)) -* image upload will now fail less for newly created points ([b91bd78](https://github.com/pietervdvn/mapcomplete/commits/b91bd78762f6eb3bd6555cc0fb3bfb244fe3340b)) -* improve typing and probably fix broken settings (https://source.mapcomplete.org/MapComplete/MapComplete/issues/2281) ([4b121e4](https://github.com/pietervdvn/mapcomplete/commits/4b121e474ce6998f03e9743e4b52e2de1288b71a)) -* linking images is not possible for notes or non-openstreetmap elements ([7f9f7e7](https://github.com/pietervdvn/mapcomplete/commits/7f9f7e753443e779b16a544bc6312214ae26dab4)) -* Missing import ([c4c93bc](https://github.com/pietervdvn/mapcomplete/commits/c4c93bc49bd10b7043e81227ea5d1113e7c75ede)) +* add ignored file ([a6d07c5](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a6d07c50a1d11bbe8a2d78201ad85bb5f2e606e5)) +* attempt to add more EXIF-fields, see [#2296](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2296) ([a87e9e2](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a87e9e2e98f0a703e3b50570183edfa5ad858719)) +* attempt to get runners working ([a7e729a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a7e729a2dee0dd4e961067f62e52662b085ad161)) +* attempt to get runners working ([4a6efe8](https://source.mapcomplete.org/MapComplete/MapComplete/commit/4a6efe8bfb35215aa7d2763bd8b906052a0341a3)) +* attempt to get runners working ([221c136](https://source.mapcomplete.org/MapComplete/MapComplete/commit/221c13679a90b688867be4a83f43614cff3a8b93)) +* attempt to get runners working ([142cf9a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/142cf9a1174fd7006ccfdd141d2b051de0b28348)) +* don't show tags in filter view if not logged in ([a07c792](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a07c79289b7f6c5d3f14101d15b985c931a42b44)) +* don't show walls-and-buildings if the layer is disabled ([130ede8](https://source.mapcomplete.org/MapComplete/MapComplete/commit/130ede896cdeea39bf9ca17d4a451d3d861905af)) +* Enable recycling:waste option [#2280](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2280) ([673322d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/673322d15bab4789b6d62facbc9d96dce7997480)) +* fix [#2304](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2304) ([0a001d3](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0a001d3c7d337a2838c3f2b7493d4a3b218fe9a5)) +* fix [#2306](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2306) by using a cutoff of 150m ([9ab8d99](https://source.mapcomplete.org/MapComplete/MapComplete/commit/9ab8d99e56d8ae9653921c21e2f3559d69cc675f)) +* fix [#2306](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2306) by using a cutoff of 150m ([73f0fff](https://source.mapcomplete.org/MapComplete/MapComplete/commit/73f0ffff5d21703bb1e24ba920d65994e3993100)) +* image upload will now fail less for newly created points ([b91bd78](https://source.mapcomplete.org/MapComplete/MapComplete/commit/b91bd78762f6eb3bd6555cc0fb3bfb244fe3340b)) +* improve typing and probably fix broken settings (https://source.mapcomplete.org/MapComplete/MapComplete/issues/2281) ([4b121e4](https://source.mapcomplete.org/MapComplete/MapComplete/commit/4b121e474ce6998f03e9743e4b52e2de1288b71a)) +* linking images is not possible for notes or non-openstreetmap elements ([7f9f7e7](https://source.mapcomplete.org/MapComplete/MapComplete/commit/7f9f7e753443e779b16a544bc6312214ae26dab4)) +* Missing import ([c4c93bc](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c4c93bc49bd10b7043e81227ea5d1113e7c75ede)) ### Theme improvements -* new [insect hotels theme](https://mapcomplete.org/insects.html) ([07a53e9](https://github.com/pietervdvn/mapcomplete/commits/07a53e9373f7341fc03f32c2815538f72afa6fdb)) -* **blind_osm:** Differentiate escalators more ([#2247](https://github.com/pietervdvn/MapComplete/issues/2247)) ([d19b2de](https://github.com/pietervdvn/mapcomplete/commits/d19b2de1cdb32388229d6ae2eb432cd59b58abad)) -* **climbing:** Add auto belay tags ([9b8235e](https://github.com/pietervdvn/mapcomplete/commits/9b8235e51f3b115bdd3788dc9dfe3e3e99a4a1e4)) -* **climbing:** Add auto belay tags ([026825a](https://github.com/pietervdvn/mapcomplete/commits/026825aa3d37650b8b0121e2a5d39c6d55d42d63)) -* **climbing:** Change conditions for gear rental questions ([a424398](https://github.com/pietervdvn/mapcomplete/commits/a4243986eab087128ab09032319b3f8f699a1f0a)) -* **climbing:** Clarify questions about gear rental ([12f0ec9](https://github.com/pietervdvn/mapcomplete/commits/12f0ec98fbcf540626328e97b5c2cf4e87cbd4be)) -* **climbing:** Recognize leisure=sports_hall ([2a135f9](https://github.com/pietervdvn/mapcomplete/commits/2a135f9eef5164c2b2af9ae46bb9608b764d1654)) -* **cyclofix:** don't count shops in overview ([b615c34](https://github.com/pietervdvn/mapcomplete/commits/b615c3487947eafe2a0ce555fe380101323f66ab)) -* **cyclofix:** show shops which sell second-hand bicycles in bicycle layer, see https://source.mapcomplete.org/MapComplete/MapComplete/issues/2279 ([67aba6d](https://github.com/pietervdvn/mapcomplete/commits/67aba6d034a6673d8c7efedef0d26d88c723d12b)) -* **etymology:** add parks, fix [#2292](https://github.com/pietervdvn/MapComplete/issues/2292) ([ceadd9f](https://github.com/pietervdvn/mapcomplete/commits/ceadd9fdefa9843cf766935368aa01b3c96dbe76)) -* **food:** Add question about drive-through ([9e5ace0](https://github.com/pietervdvn/mapcomplete/commits/9e5ace07d46959dbc3972a5f0948dc989c2b73f6)) -* **food:** Add question about seating ([#1976](https://github.com/pietervdvn/MapComplete/issues/1976)) ([a50d1eb](https://github.com/pietervdvn/mapcomplete/commits/a50d1ebe7de1fcbdf6d90136adf4b66f109f824d)) -* **note:** don't show notes which have _no_ comments; these are probably redacted. Fix [#2299](https://github.com/pietervdvn/MapComplete/issues/2299) ([ec7b166](https://github.com/pietervdvn/mapcomplete/commits/ec7b16638da2475e4cbca097ce08f566e46ba054)) +* new [insect hotels theme](https://mapcomplete.org/insects.html) ([07a53e9](https://source.mapcomplete.org/MapComplete/MapComplete/commit/07a53e9373f7341fc03f32c2815538f72afa6fdb)) +* **blind_osm:** Differentiate escalators more ([#2247](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2247)) ([d19b2de](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d19b2de1cdb32388229d6ae2eb432cd59b58abad)) +* **climbing:** Add auto belay tags ([9b8235e](https://source.mapcomplete.org/MapComplete/MapComplete/commit/9b8235e51f3b115bdd3788dc9dfe3e3e99a4a1e4)) +* **climbing:** Add auto belay tags ([026825a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/026825aa3d37650b8b0121e2a5d39c6d55d42d63)) +* **climbing:** Change conditions for gear rental questions ([a424398](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a4243986eab087128ab09032319b3f8f699a1f0a)) +* **climbing:** Clarify questions about gear rental ([12f0ec9](https://source.mapcomplete.org/MapComplete/MapComplete/commit/12f0ec98fbcf540626328e97b5c2cf4e87cbd4be)) +* **climbing:** Recognize leisure=sports_hall ([2a135f9](https://source.mapcomplete.org/MapComplete/MapComplete/commit/2a135f9eef5164c2b2af9ae46bb9608b764d1654)) +* **cyclofix:** don't count shops in overview ([b615c34](https://source.mapcomplete.org/MapComplete/MapComplete/commit/b615c3487947eafe2a0ce555fe380101323f66ab)) +* **cyclofix:** show shops which sell second-hand bicycles in bicycle layer, see https://source.mapcomplete.org/MapComplete/MapComplete/issues/2279 ([67aba6d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/67aba6d034a6673d8c7efedef0d26d88c723d12b)) +* **etymology:** add parks, fix [#2292](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2292) ([ceadd9f](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ceadd9fdefa9843cf766935368aa01b3c96dbe76)) +* **food:** Add question about drive-through ([9e5ace0](https://source.mapcomplete.org/MapComplete/MapComplete/commit/9e5ace07d46959dbc3972a5f0948dc989c2b73f6)) +* **food:** Add question about seating ([#1976](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1976)) ([a50d1eb](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a50d1ebe7de1fcbdf6d90136adf4b66f109f824d)) +* **note:** don't show notes which have _no_ comments; these are probably redacted. Fix [#2299](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2299) ([ec7b166](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ec7b16638da2475e4cbca097ce08f566e46ba054)) -### [0.47.11](https://github.com/pietervdvn/mapcomplete/compare/v0.47.10...v0.47.11) (2024-11-28) +### [0.47.11](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.47.10...v0.47.11) (2024-11-28) ### Features -* allow to disable questions (and to enable them again), fix [#256](https://github.com/pietervdvn/MapComplete/issues/256) ([93ebdd8](https://github.com/pietervdvn/mapcomplete/commits/93ebdd8e1688d2424f0e67d03271d46b4c6640b9)) +* allow to disable questions (and to enable them again), fix [#256](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/256) ([93ebdd8](https://source.mapcomplete.org/MapComplete/MapComplete/commit/93ebdd8e1688d2424f0e67d03271d46b4c6640b9)) ### Bug Fixes -* add prevent-defaults ([afce4cb](https://github.com/pietervdvn/mapcomplete/commits/afce4cb5ba6c77c3e076b5390640eb5ed505cf64)) -* allow to move items more then 50 meter if relocated ([f63f886](https://github.com/pietervdvn/mapcomplete/commits/f63f886ea57d5ca2fca352b455a4d833537422a5)) -* apply refactoring ([140e966](https://github.com/pietervdvn/mapcomplete/commits/140e966de12689b374acc1ec7feaf69065bb1250)) -* attempt to fix image upload on stripped coordinates, see [#2202](https://github.com/pietervdvn/MapComplete/issues/2202) ([a94a7ec](https://github.com/pietervdvn/mapcomplete/commits/a94a7ecd7162b5f49f689d77c5e40219ae7fda05)) -* don't show all items if favourites is shown ([3292307](https://github.com/pietervdvn/mapcomplete/commits/32923072081961b5ef9b899267be99b354265d59)) -* fix [#2254](https://github.com/pietervdvn/MapComplete/issues/2254); an image carousel with a different key would not show up due to caching ([c0b11a8](https://github.com/pietervdvn/mapcomplete/commits/c0b11a81e91db1c4eb130db1a722e20211f4ba5e)) -* fix [#2272](https://github.com/pietervdvn/MapComplete/issues/2272) : correct link ([44355f5](https://github.com/pietervdvn/mapcomplete/commits/44355f566762a234942b678a21b8686341b2087b)) -* fix [#2278](https://github.com/pietervdvn/MapComplete/issues/2278) ([540e2c2](https://github.com/pietervdvn/mapcomplete/commits/540e2c227e5327a501c8ab46fc8c56d0d4bc27bc)) -* fix [#2281](https://github.com/pietervdvn/MapComplete/issues/2281) ([8ef7af6](https://github.com/pietervdvn/mapcomplete/commits/8ef7af613f20f265386ccb3d301c43ff49108cb1)) +* add prevent-defaults ([afce4cb](https://source.mapcomplete.org/MapComplete/MapComplete/commit/afce4cb5ba6c77c3e076b5390640eb5ed505cf64)) +* allow to move items more then 50 meter if relocated ([f63f886](https://source.mapcomplete.org/MapComplete/MapComplete/commit/f63f886ea57d5ca2fca352b455a4d833537422a5)) +* apply refactoring ([140e966](https://source.mapcomplete.org/MapComplete/MapComplete/commit/140e966de12689b374acc1ec7feaf69065bb1250)) +* attempt to fix image upload on stripped coordinates, see [#2202](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2202) ([a94a7ec](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a94a7ecd7162b5f49f689d77c5e40219ae7fda05)) +* don't show all items if favourites is shown ([3292307](https://source.mapcomplete.org/MapComplete/MapComplete/commit/32923072081961b5ef9b899267be99b354265d59)) +* fix [#2254](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2254); an image carousel with a different key would not show up due to caching ([c0b11a8](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c0b11a81e91db1c4eb130db1a722e20211f4ba5e)) +* fix [#2272](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2272) : correct link ([44355f5](https://source.mapcomplete.org/MapComplete/MapComplete/commit/44355f566762a234942b678a21b8686341b2087b)) +* fix [#2278](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2278) ([540e2c2](https://source.mapcomplete.org/MapComplete/MapComplete/commit/540e2c227e5327a501c8ab46fc8c56d0d4bc27bc)) +* fix [#2281](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2281) ([8ef7af6](https://source.mapcomplete.org/MapComplete/MapComplete/commit/8ef7af613f20f265386ccb3d301c43ff49108cb1)) ### Theme improvements -* **maps:** add tactile maps and tactile models to map theme, fix [#2277](https://github.com/pietervdvn/MapComplete/issues/2277) ([12926e1](https://github.com/pietervdvn/mapcomplete/commits/12926e1e9cc3fef81811b6df011f83e2013d3ad5)) -* **stairs:** fix [#2248](https://github.com/pietervdvn/MapComplete/issues/2248) ([a0c63b2](https://github.com/pietervdvn/mapcomplete/commits/a0c63b273423bef6a3aba1106880015b135e4542)) -* **surveillance:** fix tagging ([208d7ec](https://github.com/pietervdvn/mapcomplete/commits/208d7ecf4e4386ddbd9d58a71a0b6e4fcb26beaa)) +* **maps:** add tactile maps and tactile models to map theme, fix [#2277](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2277) ([12926e1](https://source.mapcomplete.org/MapComplete/MapComplete/commit/12926e1e9cc3fef81811b6df011f83e2013d3ad5)) +* **stairs:** fix [#2248](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2248) ([a0c63b2](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a0c63b273423bef6a3aba1106880015b135e4542)) +* **surveillance:** fix tagging ([208d7ec](https://source.mapcomplete.org/MapComplete/MapComplete/commit/208d7ecf4e4386ddbd9d58a71a0b6e4fcb26beaa)) -### [0.47.10](https://github.com/pietervdvn/mapcomplete/compare/v0.47.9...v0.47.10) (2024-11-14) +### [0.47.10](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.47.9...v0.47.10) (2024-11-14) ### Bug Fixes -* actually download all OSM-data when downloading as geojson or CSV ([05298c2](https://github.com/pietervdvn/mapcomplete/commits/05298c2498bb908860f49f057b7466f4a8feb5ba)) -* don't show `maxstay=30 days` in velopark, this is actually 'unknown' ([d2237cf](https://github.com/pietervdvn/mapcomplete/commits/d2237cf26c1e3af034f0c3b72bd5ffa878ef1c64)) -* fix image upload ([f1106ad](https://github.com/pietervdvn/mapcomplete/commits/f1106ad4a816c9fb84a92974cb7d88e9aae7633b)) +* actually download all OSM-data when downloading as geojson or CSV ([05298c2](https://source.mapcomplete.org/MapComplete/MapComplete/commit/05298c2498bb908860f49f057b7466f4a8feb5ba)) +* don't show `maxstay=30 days` in velopark, this is actually 'unknown' ([d2237cf](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d2237cf26c1e3af034f0c3b72bd5ffa878ef1c64)) +* fix image upload ([f1106ad](https://source.mapcomplete.org/MapComplete/MapComplete/commit/f1106ad4a816c9fb84a92974cb7d88e9aae7633b)) ### Theme improvements -* **surveillance:** add doorbell as option ([88a4bd5](https://github.com/pietervdvn/mapcomplete/commits/88a4bd561952b3d9d0cd8e4ebaab123b739909e8)) +* **surveillance:** add doorbell as option ([88a4bd5](https://source.mapcomplete.org/MapComplete/MapComplete/commit/88a4bd561952b3d9d0cd8e4ebaab123b739909e8)) -### [0.47.9](https://github.com/pietervdvn/mapcomplete/compare/v0.47.8...v0.47.9) (2024-11-07) +### [0.47.9](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.47.8...v0.47.9) (2024-11-07) ### Features -* **filters:** show tags that are filtered on, deal with multi-answer tags to allow having this option with auto-filters ([69a6ec6](https://github.com/pietervdvn/mapcomplete/commits/69a6ec6b0291bf1a5ec0bdcece605c7cf9f6ea0a)) +* **filters:** show tags that are filtered on, deal with multi-answer tags to allow having this option with auto-filters ([69a6ec6](https://source.mapcomplete.org/MapComplete/MapComplete/commit/69a6ec6b0291bf1a5ec0bdcece605c7cf9f6ea0a)) ### Bug Fixes -* better support for complicated regex tags ([b4817f7](https://github.com/pietervdvn/mapcomplete/commits/b4817f7a7faafffe716619a4d6908c013d58efd6)) -* build ([70612f1](https://github.com/pietervdvn/mapcomplete/commits/70612f1c12ef69209205a29828694c16a9bbc177)) -* build by fixing licenses ([62936b9](https://github.com/pietervdvn/mapcomplete/commits/62936b916b238f7ddf4edb841383d4e2cb1bf3da)) -* deal with dashes in the path ([5127609](https://github.com/pietervdvn/mapcomplete/commits/51276091203d48cecb154271e69be0ce784ed01d)) -* fix build by having correct regextag.asJson() ([0dd96f4](https://github.com/pietervdvn/mapcomplete/commits/0dd96f469b8ed7fd83da4543998b0b473bcc2206)) -* fix fediverse link ([3683780](https://github.com/pietervdvn/mapcomplete/commits/3683780f9d19016ee0972cffb6ee55997a0b60c5)) -* hide items if the layer is disabled and favourites is enabled ([7bdd308](https://github.com/pietervdvn/mapcomplete/commits/7bdd30879b870406cf5ebf3a23edfc3fbeb52a47)) -* increase timeout when opening a new POI ([e8e4ae1](https://github.com/pietervdvn/mapcomplete/commits/e8e4ae1f47514b1b7769e701bdf5a7581c231aa8)) -* show favourites in loaded layers if favourites are enabled ([e65f61d](https://github.com/pietervdvn/mapcomplete/commits/e65f61d2962eba8301afa51e27f0e085e8db2ff7)) -* when using Chronic, check the `aslong` condition before actually running instead of using it to reset the clock. ([10e9416](https://github.com/pietervdvn/mapcomplete/commits/10e9416f8f1abe4cda334242821157bd7c486986)) +* better support for complicated regex tags ([b4817f7](https://source.mapcomplete.org/MapComplete/MapComplete/commit/b4817f7a7faafffe716619a4d6908c013d58efd6)) +* build ([70612f1](https://source.mapcomplete.org/MapComplete/MapComplete/commit/70612f1c12ef69209205a29828694c16a9bbc177)) +* build by fixing licenses ([62936b9](https://source.mapcomplete.org/MapComplete/MapComplete/commit/62936b916b238f7ddf4edb841383d4e2cb1bf3da)) +* deal with dashes in the path ([5127609](https://source.mapcomplete.org/MapComplete/MapComplete/commit/51276091203d48cecb154271e69be0ce784ed01d)) +* fix build by having correct regextag.asJson() ([0dd96f4](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0dd96f469b8ed7fd83da4543998b0b473bcc2206)) +* fix fediverse link ([3683780](https://source.mapcomplete.org/MapComplete/MapComplete/commit/3683780f9d19016ee0972cffb6ee55997a0b60c5)) +* hide items if the layer is disabled and favourites is enabled ([7bdd308](https://source.mapcomplete.org/MapComplete/MapComplete/commit/7bdd30879b870406cf5ebf3a23edfc3fbeb52a47)) +* increase timeout when opening a new POI ([e8e4ae1](https://source.mapcomplete.org/MapComplete/MapComplete/commit/e8e4ae1f47514b1b7769e701bdf5a7581c231aa8)) +* show favourites in loaded layers if favourites are enabled ([e65f61d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/e65f61d2962eba8301afa51e27f0e085e8db2ff7)) +* when using Chronic, check the `aslong` condition before actually running instead of using it to reset the clock. ([10e9416](https://source.mapcomplete.org/MapComplete/MapComplete/commit/10e9416f8f1abe4cda334242821157bd7c486986)) ### Theme improvements -* **education:** add images, move contact information up ([d77bb7e](https://github.com/pietervdvn/mapcomplete/commits/d77bb7e22525aef3b64ce3a9aa57a39351ebb441)) -* **memorial:** add filter on type of memorial, remove obsolete 'memorial:type=stolperstein' ([1415fcd](https://github.com/pietervdvn/mapcomplete/commits/1415fcdfecb4be757ea9611b08a1b473e5d50be7)) -* **playgrounds:** don't show counts for small POI, only for playgrounds; make icons smaller ([f3335c9](https://github.com/pietervdvn/mapcomplete/commits/f3335c93711bd224ad3dfa611b95a40039596746)) -* **postboxes:** add contact info, add condition for post partner ([8fcc747](https://github.com/pietervdvn/mapcomplete/commits/8fcc747370fab69e93fac2e00c1886261cb6e08f)) -* **postboxes:** add option to snap to wall and rendering, add "operator" to post boxes ([f7b5db9](https://github.com/pietervdvn/mapcomplete/commits/f7b5db9ec34676f834a3b2d8966649f09b34c1b1)) +* **education:** add images, move contact information up ([d77bb7e](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d77bb7e22525aef3b64ce3a9aa57a39351ebb441)) +* **memorial:** add filter on type of memorial, remove obsolete 'memorial:type=stolperstein' ([1415fcd](https://source.mapcomplete.org/MapComplete/MapComplete/commit/1415fcdfecb4be757ea9611b08a1b473e5d50be7)) +* **playgrounds:** don't show counts for small POI, only for playgrounds; make icons smaller ([f3335c9](https://source.mapcomplete.org/MapComplete/MapComplete/commit/f3335c93711bd224ad3dfa611b95a40039596746)) +* **postboxes:** add contact info, add condition for post partner ([8fcc747](https://source.mapcomplete.org/MapComplete/MapComplete/commit/8fcc747370fab69e93fac2e00c1886261cb6e08f)) +* **postboxes:** add option to snap to wall and rendering, add "operator" to post boxes ([f7b5db9](https://source.mapcomplete.org/MapComplete/MapComplete/commit/f7b5db9ec34676f834a3b2d8966649f09b34c1b1)) -### [0.47.8](https://github.com/pietervdvn/mapcomplete/compare/v0.47.7...v0.47.8) (2024-11-01) +### [0.47.8](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.47.7...v0.47.8) (2024-11-01) ### Bug Fixes -* fix uploading images in the 'notes' theme ([5fd0314](https://github.com/pietervdvn/mapcomplete/commits/5fd03144080aa32fe500333b64575069e93e8b79)) +* fix uploading images in the 'notes' theme ([5fd0314](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5fd03144080aa32fe500333b64575069e93e8b79)) -### [0.47.7](https://github.com/pietervdvn/mapcomplete/compare/v0.47.6...v0.47.7) (2024-10-28) +### [0.47.7](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.47.6...v0.47.7) (2024-10-28) ### Features -* add script to upload images to panoramax and remove 'imgur'-links ([4233bd7](https://github.com/pietervdvn/mapcomplete/commits/4233bd7618e69e71c00ef027bbb4afc199c29fa9)) -* panoramax uploads in testmode are sent to a different sequence ([834b6b1](https://github.com/pietervdvn/mapcomplete/commits/834b6b18ff985cd1a79e725af915e307525d221e)) -* remove possibility to load a custom theme via the hash, no longer necessary with a theme server ([a016a8f](https://github.com/pietervdvn/mapcomplete/commits/a016a8f771ca3cfb210b5f5f92b136a011d08543)) -* update update script ([d27c38d](https://github.com/pietervdvn/mapcomplete/commits/d27c38d0e48d653675ffa44bc3812e6f8e05f5f8)) -* upload to specified panoramax instance ([3df0f9c](https://github.com/pietervdvn/mapcomplete/commits/3df0f9ca94f8df6314322359edbfb4276c971419)) +* add script to upload images to panoramax and remove 'imgur'-links ([4233bd7](https://source.mapcomplete.org/MapComplete/MapComplete/commit/4233bd7618e69e71c00ef027bbb4afc199c29fa9)) +* panoramax uploads in testmode are sent to a different sequence ([834b6b1](https://source.mapcomplete.org/MapComplete/MapComplete/commit/834b6b18ff985cd1a79e725af915e307525d221e)) +* remove possibility to load a custom theme via the hash, no longer necessary with a theme server ([a016a8f](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a016a8f771ca3cfb210b5f5f92b136a011d08543)) +* update update script ([d27c38d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d27c38d0e48d653675ffa44bc3812e6f8e05f5f8)) +* upload to specified panoramax instance ([3df0f9c](https://source.mapcomplete.org/MapComplete/MapComplete/commit/3df0f9ca94f8df6314322359edbfb4276c971419)) ### Bug Fixes -* add missing import ([9bf013c](https://github.com/pietervdvn/mapcomplete/commits/9bf013cd47468c88bbc9ad90376f9240d0e921c0)) -* attempt to fix build ([571791d](https://github.com/pietervdvn/mapcomplete/commits/571791d06349cc9a409ddede0737f04824186210)) -* attempt to fix panoramax upload, see [#2202](https://github.com/pietervdvn/MapComplete/issues/2202) ([07c1cc0](https://github.com/pietervdvn/mapcomplete/commits/07c1cc0beea816d4f328adaa9ac15d32676380c4)) -* bing layer, see [#2222](https://github.com/pietervdvn/MapComplete/issues/2222) ([51608fb](https://github.com/pietervdvn/mapcomplete/commits/51608fb22348a79b7459a7d3558202edb68ec773)) -* build ([01c8d63](https://github.com/pietervdvn/mapcomplete/commits/01c8d63943c0df74892e2ae02720a469bf3bdb89)) -* don't index 'all_streets' ([c1c2390](https://github.com/pietervdvn/mapcomplete/commits/c1c2390694ab145524dae96cd7dff5a866e4b865)) -* fix [#2212](https://github.com/pietervdvn/MapComplete/issues/2212). ([91f5c8f](https://github.com/pietervdvn/mapcomplete/commits/91f5c8f1669a448c36876e0fda374165f5b60886)) -* fix [#2213](https://github.com/pietervdvn/MapComplete/issues/2213), remove image-license from usersettings.json ([90a34ab](https://github.com/pietervdvn/mapcomplete/commits/90a34ab31f23be942e27ba4cbcd60528c591f7df)) -* fix [#2222](https://github.com/pietervdvn/MapComplete/issues/2222), restore global background layers which were not included in the connect-src ([905f176](https://github.com/pietervdvn/mapcomplete/commits/905f1768f2b994fa83af31224447c96003ab70ce)) -* **panoramax:** stabilize loading images ([8480f94](https://github.com/pietervdvn/mapcomplete/commits/8480f9417c6fa11ab21bc06d15e4a5a5baeaa1f4)) -* see [#2212](https://github.com/pietervdvn/MapComplete/issues/2212): actually save custom themes as visited ([9427083](https://github.com/pietervdvn/mapcomplete/commits/9427083939bb6958b07e6fd48f5356101f06e681)) -* special quicksearch for osmcha ([01cfc5f](https://github.com/pietervdvn/mapcomplete/commits/01cfc5fe4db17362b3e3317f0eba7e0bf954a689)) -* translations ([d10f894](https://github.com/pietervdvn/mapcomplete/commits/d10f89469a7de5e91bc613ae4527054c502b966a)) -* translations ([ab8835b](https://github.com/pietervdvn/mapcomplete/commits/ab8835b279a9c3aecf04a367464cc1bde25ac1d8)) -* Use alternative way to read coordinates from exif data ([6257c24](https://github.com/pietervdvn/mapcomplete/commits/6257c2415a6fff2859168bb671f54e700f0b3152)) -* use popup when in an iframe ([63162c5](https://github.com/pietervdvn/mapcomplete/commits/63162c58e147aaf9c1c4c77d5187b13aaa8cf13a)) +* add missing import ([9bf013c](https://source.mapcomplete.org/MapComplete/MapComplete/commit/9bf013cd47468c88bbc9ad90376f9240d0e921c0)) +* attempt to fix build ([571791d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/571791d06349cc9a409ddede0737f04824186210)) +* attempt to fix panoramax upload, see [#2202](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2202) ([07c1cc0](https://source.mapcomplete.org/MapComplete/MapComplete/commit/07c1cc0beea816d4f328adaa9ac15d32676380c4)) +* bing layer, see [#2222](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2222) ([51608fb](https://source.mapcomplete.org/MapComplete/MapComplete/commit/51608fb22348a79b7459a7d3558202edb68ec773)) +* build ([01c8d63](https://source.mapcomplete.org/MapComplete/MapComplete/commit/01c8d63943c0df74892e2ae02720a469bf3bdb89)) +* don't index 'all_streets' ([c1c2390](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c1c2390694ab145524dae96cd7dff5a866e4b865)) +* fix [#2212](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2212). ([91f5c8f](https://source.mapcomplete.org/MapComplete/MapComplete/commit/91f5c8f1669a448c36876e0fda374165f5b60886)) +* fix [#2213](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2213), remove image-license from usersettings.json ([90a34ab](https://source.mapcomplete.org/MapComplete/MapComplete/commit/90a34ab31f23be942e27ba4cbcd60528c591f7df)) +* fix [#2222](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2222), restore global background layers which were not included in the connect-src ([905f176](https://source.mapcomplete.org/MapComplete/MapComplete/commit/905f1768f2b994fa83af31224447c96003ab70ce)) +* **panoramax:** stabilize loading images ([8480f94](https://source.mapcomplete.org/MapComplete/MapComplete/commit/8480f9417c6fa11ab21bc06d15e4a5a5baeaa1f4)) +* see [#2212](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2212): actually save custom themes as visited ([9427083](https://source.mapcomplete.org/MapComplete/MapComplete/commit/9427083939bb6958b07e6fd48f5356101f06e681)) +* special quicksearch for osmcha ([01cfc5f](https://source.mapcomplete.org/MapComplete/MapComplete/commit/01cfc5fe4db17362b3e3317f0eba7e0bf954a689)) +* translations ([d10f894](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d10f89469a7de5e91bc613ae4527054c502b966a)) +* translations ([ab8835b](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ab8835b279a9c3aecf04a367464cc1bde25ac1d8)) +* Use alternative way to read coordinates from exif data ([6257c24](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6257c2415a6fff2859168bb671f54e700f0b3152)) +* use popup when in an iframe ([63162c5](https://source.mapcomplete.org/MapComplete/MapComplete/commit/63162c58e147aaf9c1c4c77d5187b13aaa8cf13a)) ### Theme improvements -* **bike_parking:** add lean_and_stick type ([9e1bd7f](https://github.com/pietervdvn/mapcomplete/commits/9e1bd7fa9d9e3b2d5242fbe7b073234b7fa04cbd)) -* **bikeparking:** update text of access=private, sync translation ([4ce5a40](https://github.com/pietervdvn/mapcomplete/commits/4ce5a40eb4b3b3d350873ff2bf9a2a7d9b3a5d15)) -* **cycle_infra:** add minzoom for all layers ([94bc478](https://github.com/pietervdvn/mapcomplete/commits/94bc478b9e5cfdbbb9e062b3950433984bfd752b)) -* **items_with_image:** include 'panoramax' and 'mapillary' as tags for items with image, fix [#2225](https://github.com/pietervdvn/MapComplete/issues/2225) ([899312b](https://github.com/pietervdvn/mapcomplete/commits/899312ba7cb2b9b00fc8c4483ffe57955f08cdf2)) -* **shops:** support `shop=sports` together with 'shop=sport' ([98470ef](https://github.com/pietervdvn/mapcomplete/commits/98470ef8ac1c38cb54cdbae1bd07cbab825be795)) -* **velopark:** hide NMBS-maproulette items ([0a0d0a1](https://github.com/pietervdvn/mapcomplete/commits/0a0d0a15cb546dd390bd2c388fafb43d13bda327)) -* **velopark:** properly hide NMBS-maproulette items with a filter ([4840816](https://github.com/pietervdvn/mapcomplete/commits/4840816b1768cd3c4d43ef01d07c852cd32f1d3e)) +* **bike_parking:** add lean_and_stick type ([9e1bd7f](https://source.mapcomplete.org/MapComplete/MapComplete/commit/9e1bd7fa9d9e3b2d5242fbe7b073234b7fa04cbd)) +* **bikeparking:** update text of access=private, sync translation ([4ce5a40](https://source.mapcomplete.org/MapComplete/MapComplete/commit/4ce5a40eb4b3b3d350873ff2bf9a2a7d9b3a5d15)) +* **cycle_infra:** add minzoom for all layers ([94bc478](https://source.mapcomplete.org/MapComplete/MapComplete/commit/94bc478b9e5cfdbbb9e062b3950433984bfd752b)) +* **items_with_image:** include 'panoramax' and 'mapillary' as tags for items with image, fix [#2225](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2225) ([899312b](https://source.mapcomplete.org/MapComplete/MapComplete/commit/899312ba7cb2b9b00fc8c4483ffe57955f08cdf2)) +* **shops:** support `shop=sports` together with 'shop=sport' ([98470ef](https://source.mapcomplete.org/MapComplete/MapComplete/commit/98470ef8ac1c38cb54cdbae1bd07cbab825be795)) +* **velopark:** hide NMBS-maproulette items ([0a0d0a1](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0a0d0a15cb546dd390bd2c388fafb43d13bda327)) +* **velopark:** properly hide NMBS-maproulette items with a filter ([4840816](https://source.mapcomplete.org/MapComplete/MapComplete/commit/4840816b1768cd3c4d43ef01d07c852cd32f1d3e)) -### [0.47.6](https://github.com/pietervdvn/mapcomplete/compare/v0.47.5...v0.47.6) (2024-10-15) +### [0.47.6](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.47.5...v0.47.6) (2024-10-15) ### Features -* remove 'noteImportLayer', they are not used enough for the big performance and maintenance impact they have ([e35df65](https://github.com/pietervdvn/mapcomplete/commits/e35df654d7f2a0ef7c12c0ceef27cb3a1a7a1027)) +* remove 'noteImportLayer', they are not used enough for the big performance and maintenance impact they have ([e35df65](https://source.mapcomplete.org/MapComplete/MapComplete/commit/e35df654d7f2a0ef7c12c0ceef27cb3a1a7a1027)) ### Bug Fixes -* add error reporting when image upload fails, see [#2202](https://github.com/pietervdvn/MapComplete/issues/2202) ([368d785](https://github.com/pietervdvn/mapcomplete/commits/368d7857a055c92109ec6d5155078aabaef230ac)) -* add nvm path ([7d83cb1](https://github.com/pietervdvn/mapcomplete/commits/7d83cb1a7fdaad23d4a1343edb75145f60bf771f)) -* add spaces to opening hours picker for PH ([8a8b2e2](https://github.com/pietervdvn/mapcomplete/commits/8a8b2e20aebe8019af86aca02e6bcc4d90896b4f)) -* attempt to workaround for [#2202](https://github.com/pietervdvn/MapComplete/issues/2202) ([66465fd](https://github.com/pietervdvn/mapcomplete/commits/66465fdc9893fa4c3f0c1f5b8279a51c33a1e407)) -* bug in error reporting ([4794032](https://github.com/pietervdvn/mapcomplete/commits/4794032e49a4b5b2d3fdceac8a2b8a75994e94ea)) -* build: add generated file which is needed for some steps ([016908f](https://github.com/pietervdvn/mapcomplete/commits/016908fb940a65dc863cddca5be8d681b9370c49)) -* explicitly use version number in update script ([977c6ff](https://github.com/pietervdvn/mapcomplete/commits/977c6ff9fb30267f47c39aa55fb0a0f2e6028564)) -* fix [#2207](https://github.com/pietervdvn/MapComplete/issues/2207) ([ca17d3d](https://github.com/pietervdvn/mapcomplete/commits/ca17d3da1b772e4976414b54406816a68ef0e175)) -* fix [#2209](https://github.com/pietervdvn/MapComplete/issues/2209), remove lingering incorrect translations ([fbcbdc5](https://github.com/pietervdvn/mapcomplete/commits/fbcbdc571edd848106885f9148e473c816990a67)) -* fix loading of preferences ([7060f7c](https://github.com/pietervdvn/mapcomplete/commits/7060f7cf6cac807877efb8babc8586eabfc79351)) -* remove truly unrecoverable changes from report logging ([f2b681c](https://github.com/pietervdvn/mapcomplete/commits/f2b681caa59a419c4c217e705ad6d1a7ac271128)) -* reset translations ([6a4166f](https://github.com/pietervdvn/mapcomplete/commits/6a4166febb5ce386beac8bbb06cd7527b90c6a12)) -* set max image size (100 MB) ([cc6ce3c](https://github.com/pietervdvn/mapcomplete/commits/cc6ce3c271475759a7a2062b1ca7e4668ca4a230)) -* some fixes to studio ([c795e74](https://github.com/pietervdvn/mapcomplete/commits/c795e74037ca1aa222fdba6eb2cc4a32a78a8eb7)) -* tests ([c95999b](https://github.com/pietervdvn/mapcomplete/commits/c95999b50b84d294476783573baf21d46318cb16)) +* add error reporting when image upload fails, see [#2202](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2202) ([368d785](https://source.mapcomplete.org/MapComplete/MapComplete/commit/368d7857a055c92109ec6d5155078aabaef230ac)) +* add nvm path ([7d83cb1](https://source.mapcomplete.org/MapComplete/MapComplete/commit/7d83cb1a7fdaad23d4a1343edb75145f60bf771f)) +* add spaces to opening hours picker for PH ([8a8b2e2](https://source.mapcomplete.org/MapComplete/MapComplete/commit/8a8b2e20aebe8019af86aca02e6bcc4d90896b4f)) +* attempt to workaround for [#2202](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2202) ([66465fd](https://source.mapcomplete.org/MapComplete/MapComplete/commit/66465fdc9893fa4c3f0c1f5b8279a51c33a1e407)) +* bug in error reporting ([4794032](https://source.mapcomplete.org/MapComplete/MapComplete/commit/4794032e49a4b5b2d3fdceac8a2b8a75994e94ea)) +* build: add generated file which is needed for some steps ([016908f](https://source.mapcomplete.org/MapComplete/MapComplete/commit/016908fb940a65dc863cddca5be8d681b9370c49)) +* explicitly use version number in update script ([977c6ff](https://source.mapcomplete.org/MapComplete/MapComplete/commit/977c6ff9fb30267f47c39aa55fb0a0f2e6028564)) +* fix [#2207](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2207) ([ca17d3d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ca17d3da1b772e4976414b54406816a68ef0e175)) +* fix [#2209](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2209), remove lingering incorrect translations ([fbcbdc5](https://source.mapcomplete.org/MapComplete/MapComplete/commit/fbcbdc571edd848106885f9148e473c816990a67)) +* fix loading of preferences ([7060f7c](https://source.mapcomplete.org/MapComplete/MapComplete/commit/7060f7cf6cac807877efb8babc8586eabfc79351)) +* remove truly unrecoverable changes from report logging ([f2b681c](https://source.mapcomplete.org/MapComplete/MapComplete/commit/f2b681caa59a419c4c217e705ad6d1a7ac271128)) +* reset translations ([6a4166f](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6a4166febb5ce386beac8bbb06cd7527b90c6a12)) +* set max image size (100 MB) ([cc6ce3c](https://source.mapcomplete.org/MapComplete/MapComplete/commit/cc6ce3c271475759a7a2062b1ca7e4668ca4a230)) +* some fixes to studio ([c795e74](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c795e74037ca1aa222fdba6eb2cc4a32a78a8eb7)) +* tests ([c95999b](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c95999b50b84d294476783573baf21d46318cb16)) ### Theme improvements -* don't do face blurring for some layers (artwork, memorials, ghost_bikes) ([15176a1](https://github.com/pietervdvn/mapcomplete/commits/15176a16825d52e26a52f92567cf3977382ce213)) -* **food:** fix vegan questions, show vegan/vegetarian badge if `=only`, fix shops layer ([f8ef32f](https://github.com/pietervdvn/mapcomplete/commits/f8ef32f123340cb9db0060cdca7f4622cd55c228)) +* don't do face blurring for some layers (artwork, memorials, ghost_bikes) ([15176a1](https://source.mapcomplete.org/MapComplete/MapComplete/commit/15176a16825d52e26a52f92567cf3977382ce213)) +* **food:** fix vegan questions, show vegan/vegetarian badge if `=only`, fix shops layer ([f8ef32f](https://source.mapcomplete.org/MapComplete/MapComplete/commit/f8ef32f123340cb9db0060cdca7f4622cd55c228)) -### [0.47.5](https://github.com/pietervdvn/mapcomplete/compare/v0.47.4...v0.47.5) (2024-10-08) +### [0.47.5](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.47.4...v0.47.5) (2024-10-08) ### Features -* add DWG-block support ([c28baaa](https://github.com/pietervdvn/mapcomplete/commits/c28baaab62585838a4f6a652b922d170b4cfff02)) -* add panoramax link to 'browse nearby images' ([06363e8](https://github.com/pietervdvn/mapcomplete/commits/06363e808ff16fae528d620e16a0972f9f8b5053)) -* add panoramax to status page ([9e9d5e8](https://github.com/pietervdvn/mapcomplete/commits/9e9d5e80d891e41c77ded60c59e122ef734ed31d)) +* add DWG-block support ([c28baaa](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c28baaab62585838a4f6a652b922d170b4cfff02)) +* add panoramax link to 'browse nearby images' ([06363e8](https://source.mapcomplete.org/MapComplete/MapComplete/commit/06363e808ff16fae528d620e16a0972f9f8b5053)) +* add panoramax to status page ([9e9d5e8](https://source.mapcomplete.org/MapComplete/MapComplete/commit/9e9d5e80d891e41c77ded60c59e122ef734ed31d)) ### Bug Fixes -* actually use prefix and postfix ([0461ca1](https://github.com/pietervdvn/mapcomplete/commits/0461ca176de3f1aad222105a1393882264bb8f80)) -* fix [#2197](https://github.com/pietervdvn/MapComplete/issues/2197) ([c2f7b1e](https://github.com/pietervdvn/mapcomplete/commits/c2f7b1e8c11dcc844131da4d368cc114c99e7601)) -* fix download panel ([fb3bf98](https://github.com/pietervdvn/mapcomplete/commits/fb3bf98f1923db4bbba02728d23360a12319a08c)) -* fix filters in statistics.html ([5048da5](https://github.com/pietervdvn/mapcomplete/commits/5048da58e7cb6446716ca143b93e98e946f940b8)) -* mention license of panoramax ([86af270](https://github.com/pietervdvn/mapcomplete/commits/86af270aa0a0bcb49843eb009fccee47a54012cd)) -* should improve 2193 ([15856d7](https://github.com/pietervdvn/mapcomplete/commits/15856d7047e05f29f3e37dc8f9c9eb47ae81d9f7)) -* tests ([ba46736](https://github.com/pietervdvn/mapcomplete/commits/ba46736ed9cf51161c8da99cb85f5d307e90e084)) -* use textContent instead of inntertext, fixes tests ([591e992](https://github.com/pietervdvn/mapcomplete/commits/591e992839592d3037f31e6e0d33f7f7f19d0aa4)) +* actually use prefix and postfix ([0461ca1](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0461ca176de3f1aad222105a1393882264bb8f80)) +* fix [#2197](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2197) ([c2f7b1e](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c2f7b1e8c11dcc844131da4d368cc114c99e7601)) +* fix download panel ([fb3bf98](https://source.mapcomplete.org/MapComplete/MapComplete/commit/fb3bf98f1923db4bbba02728d23360a12319a08c)) +* fix filters in statistics.html ([5048da5](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5048da58e7cb6446716ca143b93e98e946f940b8)) +* mention license of panoramax ([86af270](https://source.mapcomplete.org/MapComplete/MapComplete/commit/86af270aa0a0bcb49843eb009fccee47a54012cd)) +* should improve 2193 ([15856d7](https://source.mapcomplete.org/MapComplete/MapComplete/commit/15856d7047e05f29f3e37dc8f9c9eb47ae81d9f7)) +* tests ([ba46736](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ba46736ed9cf51161c8da99cb85f5d307e90e084)) +* use textContent instead of inntertext, fixes tests ([591e992](https://source.mapcomplete.org/MapComplete/MapComplete/commit/591e992839592d3037f31e6e0d33f7f7f19d0aa4)) ### Theme improvements -* **charging stations:** add keywords in search ([e502c15](https://github.com/pietervdvn/mapcomplete/commits/e502c1519d2f9a021c01ebd7fcfa7ad289a30d01)) -* **fritures:** Add 'diet:vegan=only' and 'diet:vegetarian=only' options to fritures, fix [#2191](https://github.com/pietervdvn/MapComplete/issues/2191) ([17e95ca](https://github.com/pietervdvn/mapcomplete/commits/17e95ca5946782894304cf4d9d811bb4c9dd3bec)) -* **shops:** add labels to icecream, refactor label for shps ([1ade2ed](https://github.com/pietervdvn/mapcomplete/commits/1ade2ed45b1fdd2e4fa6acccc889f939f68c4fa2)) +* **charging stations:** add keywords in search ([e502c15](https://source.mapcomplete.org/MapComplete/MapComplete/commit/e502c1519d2f9a021c01ebd7fcfa7ad289a30d01)) +* **fritures:** Add 'diet:vegan=only' and 'diet:vegetarian=only' options to fritures, fix [#2191](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2191) ([17e95ca](https://source.mapcomplete.org/MapComplete/MapComplete/commit/17e95ca5946782894304cf4d9d811bb4c9dd3bec)) +* **shops:** add labels to icecream, refactor label for shps ([1ade2ed](https://source.mapcomplete.org/MapComplete/MapComplete/commit/1ade2ed45b1fdd2e4fa6acccc889f939f68c4fa2)) -### [0.47.4](https://github.com/pietervdvn/mapcomplete/compare/v0.46.12...v0.47.4) (2024-09-30) +### [0.47.4](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.46.12...v0.47.4) (2024-09-30) ### Features -* **studio:** add possibility to directly write into the theme files ([0be7c64](https://github.com/pietervdvn/mapcomplete/commits/0be7c64ea1dae928ef658b0ef91ad6ad662f0f36)) +* **studio:** add possibility to directly write into the theme files ([0be7c64](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0be7c64ea1dae928ef658b0ef91ad6ad662f0f36)) ### Bug Fixes -* enable summary server again ([d6eca37](https://github.com/pietervdvn/mapcomplete/commits/d6eca3717a7fb3ac8d17d20861870d17a0da44bb)) -* fix [#2183](https://github.com/pietervdvn/MapComplete/issues/2183) by updating wikidata-sdk to latest wikibase-sdk ([021e5f2](https://github.com/pietervdvn/mapcomplete/commits/021e5f2734c46de3d51860f6c717b667dd8d1427)) +* enable summary server again ([d6eca37](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d6eca3717a7fb3ac8d17d20861870d17a0da44bb)) +* fix [#2183](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2183) by updating wikidata-sdk to latest wikibase-sdk ([021e5f2](https://source.mapcomplete.org/MapComplete/MapComplete/commit/021e5f2734c46de3d51860f6c717b667dd8d1427)) ### Theme improvements -* **bicycle_counter:** add images, fix center location ([ea133c5](https://github.com/pietervdvn/mapcomplete/commits/ea133c5effeaad3f5e09e6e2991f0f1f6a12bbc4)) -* **police:** add jail and checkpoint icons ([169ee29](https://github.com/pietervdvn/mapcomplete/commits/169ee2941498e9968dfbf42f65c8504b6bcb7f37)) -* **shops:** make 'shops' only appear on zoomlevel 15 ([c4ae41e](https://github.com/pietervdvn/mapcomplete/commits/c4ae41e0e1fffa925f293f2a65c277979308a694)) -* tighten minzooms ([1aef862](https://github.com/pietervdvn/mapcomplete/commits/1aef862b11dfcb1a359144c70cd7d26db51dd6f2)) +* **bicycle_counter:** add images, fix center location ([ea133c5](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ea133c5effeaad3f5e09e6e2991f0f1f6a12bbc4)) +* **police:** add jail and checkpoint icons ([169ee29](https://source.mapcomplete.org/MapComplete/MapComplete/commit/169ee2941498e9968dfbf42f65c8504b6bcb7f37)) +* **shops:** make 'shops' only appear on zoomlevel 15 ([c4ae41e](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c4ae41e0e1fffa925f293f2a65c277979308a694)) +* tighten minzooms ([1aef862](https://source.mapcomplete.org/MapComplete/MapComplete/commit/1aef862b11dfcb1a359144c70cd7d26db51dd6f2)) -### [0.47.2](https://github.com/pietervdvn/mapcomplete/compare/v0.47.1...v0.47.2) (2024-09-24) +### [0.47.2](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.47.1...v0.47.2) (2024-09-24) ### Bug Fixes -* correctly apply previous refactoring ([2a53f99](https://github.com/pietervdvn/mapcomplete/commits/2a53f99dd50695768ff9b625665ca69bf0bec4c1)) -* delete entry from 'localStorage' ([22c8a45](https://github.com/pietervdvn/mapcomplete/commits/22c8a45012be60dad215f8b0d72501133665454e)) -* don't add buildings to database, reevaluate builddb script ([ce87edf](https://github.com/pietervdvn/mapcomplete/commits/ce87edf80009bd65c9f185d9ff68b023c5486adc)) -* fix wrong location in theme ([8b0b24b](https://github.com/pietervdvn/mapcomplete/commits/8b0b24b01eefa5dbe86d97ac9c3baf38fd2fad0d)) -* remove stray word ([a6598fd](https://github.com/pietervdvn/mapcomplete/commits/a6598fd52d588ba7a5a6b05e2df8ff8ae460a37b)) -* use 'isCounted' instead of 'doCount', add check for this ([3a8fc42](https://github.com/pietervdvn/mapcomplete/commits/3a8fc4248b7aa6a9cea8c2529a02a7cc11325cc8)) +* correctly apply previous refactoring ([2a53f99](https://source.mapcomplete.org/MapComplete/MapComplete/commit/2a53f99dd50695768ff9b625665ca69bf0bec4c1)) +* delete entry from 'localStorage' ([22c8a45](https://source.mapcomplete.org/MapComplete/MapComplete/commit/22c8a45012be60dad215f8b0d72501133665454e)) +* don't add buildings to database, reevaluate builddb script ([ce87edf](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ce87edf80009bd65c9f185d9ff68b023c5486adc)) +* fix wrong location in theme ([8b0b24b](https://source.mapcomplete.org/MapComplete/MapComplete/commit/8b0b24b01eefa5dbe86d97ac9c3baf38fd2fad0d)) +* remove stray word ([a6598fd](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a6598fd52d588ba7a5a6b05e2df8ff8ae460a37b)) +* use 'isCounted' instead of 'doCount', add check for this ([3a8fc42](https://source.mapcomplete.org/MapComplete/MapComplete/commit/3a8fc4248b7aa6a9cea8c2529a02a7cc11325cc8)) -### [0.47.1](https://github.com/pietervdvn/mapcomplete/compare/v0.47.0...v0.47.1) (2024-09-19) +### [0.47.1](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.47.0...v0.47.1) (2024-09-19) ### Bug Fixes -* actually read preferences ([a5b3342](https://github.com/pietervdvn/mapcomplete/commits/a5b3342415e843d5a33b1d3eb2dce4a95b14932a)) -* use correct overflow ([c668698](https://github.com/pietervdvn/mapcomplete/commits/c668698b1eb16f0d96c5ae0e4e7e79209b6abd95)) +* actually read preferences ([a5b3342](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a5b3342415e843d5a33b1d3eb2dce4a95b14932a)) +* use correct overflow ([c668698](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c668698b1eb16f0d96c5ae0e4e7e79209b6abd95)) ### Theme improvements -* **food:** add search keywords ([53b7597](https://github.com/pietervdvn/mapcomplete/commits/53b75973f6734bcad6d1081299e826d2e00e0551)) -* **sport:** add sport pitches filter on sports, fix [#2159](https://github.com/pietervdvn/MapComplete/issues/2159) ([58cec96](https://github.com/pietervdvn/mapcomplete/commits/58cec96fb50284dca79716ffe43d0a75b4cb6597)) +* **food:** add search keywords ([53b7597](https://source.mapcomplete.org/MapComplete/MapComplete/commit/53b75973f6734bcad6d1081299e826d2e00e0551)) +* **sport:** add sport pitches filter on sports, fix [#2159](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2159) ([58cec96](https://source.mapcomplete.org/MapComplete/MapComplete/commit/58cec96fb50284dca79716ffe43d0a75b4cb6597)) -## [0.47.0](https://github.com/pietervdvn/mapcomplete/compare/v0.46.9...v0.47.0) (2024-09-17) +## [0.47.0](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.46.9...v0.47.0) (2024-09-17) ### Features -* add download as json to 'allTags'-panel (for debugging) ([af2905d](https://github.com/pietervdvn/mapcomplete/commits/af2905dc6d1cbbcfb2d9cd2583369eebd90ced70)) +* add download as json to 'allTags'-panel (for debugging) ([af2905d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/af2905dc6d1cbbcfb2d9cd2583369eebd90ced70)) ### Bug Fixes -* actually search for keywords in theme view ([cdc1e05](https://github.com/pietervdvn/mapcomplete/commits/cdc1e05499ffc41d093503ccd24defa347eea50e)) +* actually search for keywords in theme view ([cdc1e05](https://source.mapcomplete.org/MapComplete/MapComplete/commit/cdc1e05499ffc41d093503ccd24defa347eea50e)) ### Theme improvements -* allow to disable auto filters ([b349293](https://github.com/pietervdvn/mapcomplete/commits/b3492930b8e5090e9a9d3449d6e9abc365fc1780)) -* **healthcare:** add payment options to pharmacy layer ([6c5b619](https://github.com/pietervdvn/mapcomplete/commits/6c5b61924a63e8bb82afd2dc963cc4fe38caa9ad)) -* **shop:** 'open_now' filter is introduced automatically ([ed2bec1](https://github.com/pietervdvn/mapcomplete/commits/ed2bec139cf4e4094973aba2f4734522802898f3)) -* **shop:** don't show trolley bay on low zoom levels ([cdb62df](https://github.com/pietervdvn/mapcomplete/commits/cdb62dfe58f5a6264c17e9d88bb590ea3f984b09)) -* some tweaks for the search feature ([bc52c05](https://github.com/pietervdvn/mapcomplete/commits/bc52c05a9b47ba6dbf8c3f79a131f8281b8c5197)) -* **waste:** add filter for 'recycling centre' ([5da63bf](https://github.com/pietervdvn/mapcomplete/commits/5da63bf83aa7d8b230c8dbc082be3fba33344289)) +* allow to disable auto filters ([b349293](https://source.mapcomplete.org/MapComplete/MapComplete/commit/b3492930b8e5090e9a9d3449d6e9abc365fc1780)) +* **healthcare:** add payment options to pharmacy layer ([6c5b619](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6c5b61924a63e8bb82afd2dc963cc4fe38caa9ad)) +* **shop:** 'open_now' filter is introduced automatically ([ed2bec1](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ed2bec139cf4e4094973aba2f4734522802898f3)) +* **shop:** don't show trolley bay on low zoom levels ([cdb62df](https://source.mapcomplete.org/MapComplete/MapComplete/commit/cdb62dfe58f5a6264c17e9d88bb590ea3f984b09)) +* some tweaks for the search feature ([bc52c05](https://source.mapcomplete.org/MapComplete/MapComplete/commit/bc52c05a9b47ba6dbf8c3f79a131f8281b8c5197)) +* **waste:** add filter for 'recycling centre' ([5da63bf](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5da63bf83aa7d8b230c8dbc082be3fba33344289)) -### [0.47.2](https://github.com/pietervdvn/mapcomplete/compare/v0.47.1...v0.47.2) (2024-09-24) +### [0.47.2](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.47.1...v0.47.2) (2024-09-24) ### Bug Fixes -* correctly apply previous refactoring ([2a53f99](https://github.com/pietervdvn/mapcomplete/commits/2a53f99dd50695768ff9b625665ca69bf0bec4c1)) -* delete entry from 'localStorage' ([22c8a45](https://github.com/pietervdvn/mapcomplete/commits/22c8a45012be60dad215f8b0d72501133665454e)) -* don't add buildings to database, reevaluate builddb script ([ce87edf](https://github.com/pietervdvn/mapcomplete/commits/ce87edf80009bd65c9f185d9ff68b023c5486adc)) -* filtering for dates now works again ([bea9f66](https://github.com/pietervdvn/mapcomplete/commits/bea9f66b9aac9d2f13bca74b7a35cde7dd217e12)) -* fix wrong location in theme ([8b0b24b](https://github.com/pietervdvn/mapcomplete/commits/8b0b24b01eefa5dbe86d97ac9c3baf38fd2fad0d)) -* remove stray word ([a6598fd](https://github.com/pietervdvn/mapcomplete/commits/a6598fd52d588ba7a5a6b05e2df8ff8ae460a37b)) -* studio now handles arrays better (might fix [#2102](https://github.com/pietervdvn/MapComplete/issues/2102)) ([0c9e41a](https://github.com/pietervdvn/mapcomplete/commits/0c9e41a6ce4508ba3bc767f5eb5bd3cdb88201b2)) -* use 'isCounted' instead of 'doCount', add check for this ([3a8fc42](https://github.com/pietervdvn/mapcomplete/commits/3a8fc4248b7aa6a9cea8c2529a02a7cc11325cc8)) +* correctly apply previous refactoring ([2a53f99](https://source.mapcomplete.org/MapComplete/MapComplete/commit/2a53f99dd50695768ff9b625665ca69bf0bec4c1)) +* delete entry from 'localStorage' ([22c8a45](https://source.mapcomplete.org/MapComplete/MapComplete/commit/22c8a45012be60dad215f8b0d72501133665454e)) +* don't add buildings to database, reevaluate builddb script ([ce87edf](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ce87edf80009bd65c9f185d9ff68b023c5486adc)) +* filtering for dates now works again ([bea9f66](https://source.mapcomplete.org/MapComplete/MapComplete/commit/bea9f66b9aac9d2f13bca74b7a35cde7dd217e12)) +* fix wrong location in theme ([8b0b24b](https://source.mapcomplete.org/MapComplete/MapComplete/commit/8b0b24b01eefa5dbe86d97ac9c3baf38fd2fad0d)) +* remove stray word ([a6598fd](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a6598fd52d588ba7a5a6b05e2df8ff8ae460a37b)) +* studio now handles arrays better (might fix [#2102](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2102)) ([0c9e41a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0c9e41a6ce4508ba3bc767f5eb5bd3cdb88201b2)) +* use 'isCounted' instead of 'doCount', add check for this ([3a8fc42](https://source.mapcomplete.org/MapComplete/MapComplete/commit/3a8fc4248b7aa6a9cea8c2529a02a7cc11325cc8)) ### Theme improvements -* **ghostsigns:** streamline ghostsigns theme, fix [#2168](https://github.com/pietervdvn/MapComplete/issues/2168), fix [#2167](https://github.com/pietervdvn/MapComplete/issues/2167) ([392fe3b](https://github.com/pietervdvn/mapcomplete/commits/392fe3b190975b9e3c5cb4aadb4d1543aa686d9e)) -* **vending_machine:** add better 'fixme' if freeform for 'vending' is used ([dfce217](https://github.com/pietervdvn/mapcomplete/commits/dfce217288957be2b27c198d640fd2dd5d53c9fb)) +* **ghostsigns:** streamline ghostsigns theme, fix [#2168](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2168), fix [#2167](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2167) ([392fe3b](https://source.mapcomplete.org/MapComplete/MapComplete/commit/392fe3b190975b9e3c5cb4aadb4d1543aa686d9e)) +* **vending_machine:** add better 'fixme' if freeform for 'vending' is used ([dfce217](https://source.mapcomplete.org/MapComplete/MapComplete/commit/dfce217288957be2b27c198d640fd2dd5d53c9fb)) -### [0.47.1](https://github.com/pietervdvn/mapcomplete/compare/v0.47.0...v0.47.1) (2024-09-19) +### [0.47.1](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.47.0...v0.47.1) (2024-09-19) ### Bug Fixes -* actually read preferences ([a5b3342](https://github.com/pietervdvn/mapcomplete/commits/a5b3342415e843d5a33b1d3eb2dce4a95b14932a)) -* fix loading images for CSP, fix [#2161](https://github.com/pietervdvn/MapComplete/issues/2161) ([2569d0c](https://github.com/pietervdvn/mapcomplete/commits/2569d0cb66e411228d9d25cf50dc3278a83d0de5)) -* use correct overflow ([c668698](https://github.com/pietervdvn/mapcomplete/commits/c668698b1eb16f0d96c5ae0e4e7e79209b6abd95)) +* actually read preferences ([a5b3342](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a5b3342415e843d5a33b1d3eb2dce4a95b14932a)) +* fix loading images for CSP, fix [#2161](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2161) ([2569d0c](https://source.mapcomplete.org/MapComplete/MapComplete/commit/2569d0cb66e411228d9d25cf50dc3278a83d0de5)) +* use correct overflow ([c668698](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c668698b1eb16f0d96c5ae0e4e7e79209b6abd95)) ### Theme improvements -* **food:** add search keywords ([53b7597](https://github.com/pietervdvn/mapcomplete/commits/53b75973f6734bcad6d1081299e826d2e00e0551)) -* **sport:** add sport pitches filter on sports, fix [#2159](https://github.com/pietervdvn/MapComplete/issues/2159) ([58cec96](https://github.com/pietervdvn/mapcomplete/commits/58cec96fb50284dca79716ffe43d0a75b4cb6597)) +* **food:** add search keywords ([53b7597](https://source.mapcomplete.org/MapComplete/MapComplete/commit/53b75973f6734bcad6d1081299e826d2e00e0551)) +* **sport:** add sport pitches filter on sports, fix [#2159](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2159) ([58cec96](https://source.mapcomplete.org/MapComplete/MapComplete/commit/58cec96fb50284dca79716ffe43d0a75b4cb6597)) -## [0.47.0](https://github.com/pietervdvn/MapComplete/compare/v0.46.9...v0.47.0) (2024-09-17) +## [0.47.0](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.46.9...v0.47.0) (2024-09-17) ### Features -* add a search menu with many improvements ([#2156](https://github.com/pietervdvn/MapComplete/pull/2156)) -* add download as json to 'allTags'-panel (for debugging) ([af2905d](https://github.com/pietervdvn/MapComplete/commit/af2905dc6d1cbbcfb2d9cd2583369eebd90ced70)) +* add a search menu with many improvements ([#2156](https://source.mapcomplete.org/MapComplete/MapComplete/pulls/2156)) +* add download as json to 'allTags'-panel (for debugging) ([af2905d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/af2905dc6d1cbbcfb2d9cd2583369eebd90ced70)) ### Bug Fixes -* actually search for keywords in theme view ([cdc1e05](https://github.com/pietervdvn/MapComplete/commit/cdc1e05499ffc41d093503ccd24defa347eea50e)) -* search fields in a filter are now wrapped into parentheses, allowing for OR as regex ([fb250fb](https://github.com/pietervdvn/MapComplete/commit/fb250fb928da576b5649d398272387da72e89e5c)) +* actually search for keywords in theme view ([cdc1e05](https://source.mapcomplete.org/MapComplete/MapComplete/commit/cdc1e05499ffc41d093503ccd24defa347eea50e)) +* search fields in a filter are now wrapped into parentheses, allowing for OR as regex ([fb250fb](https://source.mapcomplete.org/MapComplete/MapComplete/commit/fb250fb928da576b5649d398272387da72e89e5c)) ### Theme improvements -* allow to disable auto filters ([b349293](https://github.com/pietervdvn/MapComplete/commit/b3492930b8e5090e9a9d3449d6e9abc365fc1780)) -* **healthcare:** add payment options to pharmacy layer ([6c5b619](https://github.com/pietervdvn/MapComplete/commit/6c5b61924a63e8bb82afd2dc963cc4fe38caa9ad)) -* **note:** add filter removing anything matching one or more keywords ([9c09da3](https://github.com/pietervdvn/MapComplete/commit/9c09da3c137a6af88b935108fe55aa8e1163ed2c)) -* **shop:** 'open_now' filter is introduced automatically ([ed2bec1](https://github.com/pietervdvn/MapComplete/commit/ed2bec139cf4e4094973aba2f4734522802898f3)) -* **shop:** don't show trolley bay on low zoom levels ([cdb62df](https://github.com/pietervdvn/MapComplete/commit/cdb62dfe58f5a6264c17e9d88bb590ea3f984b09)) -* some tweaks for the search feature ([bc52c05](https://github.com/pietervdvn/MapComplete/commit/bc52c05a9b47ba6dbf8c3f79a131f8281b8c5197)) -* **waste:** add filter for 'recycling centre' ([5da63bf](https://github.com/pietervdvn/MapComplete/commit/5da63bf83aa7d8b230c8dbc082be3fba33344289)) +* allow to disable auto filters ([b349293](https://source.mapcomplete.org/MapComplete/MapComplete/commit/b3492930b8e5090e9a9d3449d6e9abc365fc1780)) +* **healthcare:** add payment options to pharmacy layer ([6c5b619](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6c5b61924a63e8bb82afd2dc963cc4fe38caa9ad)) +* **note:** add filter removing anything matching one or more keywords ([9c09da3](https://source.mapcomplete.org/MapComplete/MapComplete/commit/9c09da3c137a6af88b935108fe55aa8e1163ed2c)) +* **shop:** 'open_now' filter is introduced automatically ([ed2bec1](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ed2bec139cf4e4094973aba2f4734522802898f3)) +* **shop:** don't show trolley bay on low zoom levels ([cdb62df](https://source.mapcomplete.org/MapComplete/MapComplete/commit/cdb62dfe58f5a6264c17e9d88bb590ea3f984b09)) +* some tweaks for the search feature ([bc52c05](https://source.mapcomplete.org/MapComplete/MapComplete/commit/bc52c05a9b47ba6dbf8c3f79a131f8281b8c5197)) +* **waste:** add filter for 'recycling centre' ([5da63bf](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5da63bf83aa7d8b230c8dbc082be3fba33344289)) -### [0.46.12](https://github.com/USERNAME/REPOSITORY_NAME/compare/v0.46.11...v0.46.12) (2024-09-29) +### [0.46.12](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.46.11...v0.46.12) (2024-09-29) ### Features -* more integrations of panoramax: add panoramax to nearby images view, add to drawer, add icon, see [#1451](https://github.com/pietervdvn/MapComplete/issues/1451) ([5fd1d75](https://github.com/USERNAME/REPOSITORY_NAME/commits5fd1d75efb0fbd49cac3eb5f7a37104887f92f10)) +* more integrations of panoramax: add panoramax to nearby images view, add to drawer, add icon, see [#1451](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1451) ([5fd1d75](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5fd1d75efb0fbd49cac3eb5f7a37104887f92f10)) ### Bug Fixes -* add panoramax.xyz to CSP list ([89d31f5](https://github.com/USERNAME/REPOSITORY_NAME/commits89d31f54bcd9f7f2bf62a663d67aa5bf1308307a)) -* load external panoramax images ([df9c44a](https://github.com/USERNAME/REPOSITORY_NAME/commitsdf9c44aaed7b2670134e8f9128343022e92c6e8d)) +* add panoramax.xyz to CSP list ([89d31f5](https://source.mapcomplete.org/MapComplete/MapComplete/commit/89d31f54bcd9f7f2bf62a663d67aa5bf1308307a)) +* load external panoramax images ([df9c44a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/df9c44aaed7b2670134e8f9128343022e92c6e8d)) ### Theme improvements -* **drinking water:** fix [#2184](https://github.com/pietervdvn/MapComplete/issues/2184) ([308d2ba](https://github.com/USERNAME/REPOSITORY_NAME/commits308d2ba4c62cc66d9c30cd1536549411c0abcb88)) +* **drinking water:** fix [#2184](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2184) ([308d2ba](https://source.mapcomplete.org/MapComplete/MapComplete/commit/308d2ba4c62cc66d9c30cd1536549411c0abcb88)) -### [0.46.11](https://github.com/USERNAME/REPOSITORY_NAME/compare/v0.46.10...v0.46.11) (2024-09-28) +### [0.46.11](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.46.10...v0.46.11) (2024-09-28) ### Features -* check if the image was blurred, attempt to reload if it is done; refactoring of ImageProvider code ([4650170](https://github.com/USERNAME/REPOSITORY_NAME/commits4650170db4bdd3b9e4fbd1900147a7433652dd6f)) +* check if the image was blurred, attempt to reload if it is done; refactoring of ImageProvider code ([4650170](https://source.mapcomplete.org/MapComplete/MapComplete/commit/4650170db4bdd3b9e4fbd1900147a7433652dd6f)) ### Bug Fixes -* fix tests with some refactoring ([0b992e7](https://github.com/USERNAME/REPOSITORY_NAME/commits0b992e75a481ffa5156f68d9a9fa3495a1fec4c9)) -* note themes uses full URL now instead of Panoramax-id ([ce363df](https://github.com/USERNAME/REPOSITORY_NAME/commitsce363dfb59c3237e20aed87ab51da42b9652cb01)) -* quickfixes to image upload flow ([ba1eb28](https://github.com/USERNAME/REPOSITORY_NAME/commitsba1eb28f274ac6cc6be4614456ca3d2137d9ba64)) +* fix tests with some refactoring ([0b992e7](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0b992e75a481ffa5156f68d9a9fa3495a1fec4c9)) +* note themes uses full URL now instead of Panoramax-id ([ce363df](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ce363dfb59c3237e20aed87ab51da42b9652cb01)) +* quickfixes to image upload flow ([ba1eb28](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ba1eb28f274ac6cc6be4614456ca3d2137d9ba64)) -### [0.46.10](https://github.com/USERNAME/REPOSITORY_NAME/compare/v0.46.9...v0.46.10) (2024-09-26) +### [0.46.10](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.46.9...v0.46.10) (2024-09-26) ### Features -* Use panoramax to upload to. Will contain bugs ([0bdc1ae](https://github.com/USERNAME/REPOSITORY_NAME/commits0bdc1aec61ec742d141bb3882be07b6d99df654e)) +* Use panoramax to upload to. Will contain bugs ([0bdc1ae](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0bdc1aec61ec742d141bb3882be07b6d99df654e)) ### Bug Fixes -* disable image upload button (see [#2178](https://github.com/pietervdvn/MapComplete/issues/2178)) ([cf74296](https://github.com/USERNAME/REPOSITORY_NAME/commitscf74296d23de9ae6dab902205ebe860490627c00)) -* filtering for dates now works again ([bea9f66](https://github.com/USERNAME/REPOSITORY_NAME/commitsbea9f66b9aac9d2f13bca74b7a35cde7dd217e12)) -* fix loading images for CSP, fix [#2161](https://github.com/pietervdvn/MapComplete/issues/2161) ([2569d0c](https://github.com/USERNAME/REPOSITORY_NAME/commits2569d0cb66e411228d9d25cf50dc3278a83d0de5)) -* search fields in a filter are now wrapped into parentheses, allowing for OR as regex ([fb250fb](https://github.com/USERNAME/REPOSITORY_NAME/commitsfb250fb928da576b5649d398272387da72e89e5c)) -* studio now handles arrays better (might fix [#2102](https://github.com/pietervdvn/MapComplete/issues/2102)) ([0c9e41a](https://github.com/USERNAME/REPOSITORY_NAME/commits0c9e41a6ce4508ba3bc767f5eb5bd3cdb88201b2)) +* disable image upload button (see [#2178](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2178)) ([cf74296](https://source.mapcomplete.org/MapComplete/MapComplete/commit/cf74296d23de9ae6dab902205ebe860490627c00)) +* filtering for dates now works again ([bea9f66](https://source.mapcomplete.org/MapComplete/MapComplete/commit/bea9f66b9aac9d2f13bca74b7a35cde7dd217e12)) +* fix loading images for CSP, fix [#2161](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2161) ([2569d0c](https://source.mapcomplete.org/MapComplete/MapComplete/commit/2569d0cb66e411228d9d25cf50dc3278a83d0de5)) +* search fields in a filter are now wrapped into parentheses, allowing for OR as regex ([fb250fb](https://source.mapcomplete.org/MapComplete/MapComplete/commit/fb250fb928da576b5649d398272387da72e89e5c)) +* studio now handles arrays better (might fix [#2102](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2102)) ([0c9e41a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0c9e41a6ce4508ba3bc767f5eb5bd3cdb88201b2)) ### Theme improvements -* **ghostsigns:** streamline ghostsigns theme, fix [#2168](https://github.com/pietervdvn/MapComplete/issues/2168), fix [#2167](https://github.com/pietervdvn/MapComplete/issues/2167) ([392fe3b](https://github.com/USERNAME/REPOSITORY_NAME/commits392fe3b190975b9e3c5cb4aadb4d1543aa686d9e)) -* **note:** add filter removing anything matching one or more keywords ([9c09da3](https://github.com/USERNAME/REPOSITORY_NAME/commits9c09da3c137a6af88b935108fe55aa8e1163ed2c)) -* **vending_machine:** add better 'fixme' if freeform for 'vending' is used ([dfce217](https://github.com/USERNAME/REPOSITORY_NAME/commitsdfce217288957be2b27c198d640fd2dd5d53c9fb)) +* **ghostsigns:** streamline ghostsigns theme, fix [#2168](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2168), fix [#2167](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2167) ([392fe3b](https://source.mapcomplete.org/MapComplete/MapComplete/commit/392fe3b190975b9e3c5cb4aadb4d1543aa686d9e)) +* **note:** add filter removing anything matching one or more keywords ([9c09da3](https://source.mapcomplete.org/MapComplete/MapComplete/commit/9c09da3c137a6af88b935108fe55aa8e1163ed2c)) +* **vending_machine:** add better 'fixme' if freeform for 'vending' is used ([dfce217](https://source.mapcomplete.org/MapComplete/MapComplete/commit/dfce217288957be2b27c198d640fd2dd5d53c9fb)) -### [0.46.9](https://github.com/USERNAME/REPOSITORY_NAME/compare/v0.46.8...v0.46.9) (2024-09-14) +### [0.46.9](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.46.8...v0.46.9) (2024-09-14) -### [0.46.9](https://github.com/pietervdvn/MapComplete/compare/v0.46.8...v0.46.9) (2024-09-14) +### [0.46.9](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.46.8...v0.46.9) (2024-09-14) ### Bug Fixes -* fix [#2142](https://github.com/pietervdvn/MapComplete/issues/2142) ([f2fca2d](https://github.com/pietervdvn/MapComplete/commit/f2fca2dad8576a18629591e886e511912c1d99e9)) -* nobrand= is actually applied when using the Name suggestion index ([c3bb0cb](https://github.com/pietervdvn/MapComplete/commit/c3bb0cb83787c299ee4a92e8df6046aa448d77c8)) -* scroll horizontal images into view ([0397863](https://github.com/pietervdvn/MapComplete/commit/03978631ebd1e61abd13dd7a53bdb400c3d0f059)) -* some fixes to make studio useable again, probably fixes [#2139](https://github.com/pietervdvn/MapComplete/issues/2139) ([6672fc8](https://github.com/pietervdvn/MapComplete/commit/6672fc87b4326db65289dfa31599ec0583d6c0f4)) +* fix [#2142](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2142) ([f2fca2d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/f2fca2dad8576a18629591e886e511912c1d99e9)) +* nobrand= is actually applied when using the Name suggestion index ([c3bb0cb](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c3bb0cb83787c299ee4a92e8df6046aa448d77c8)) +* scroll horizontal images into view ([0397863](https://source.mapcomplete.org/MapComplete/MapComplete/commit/03978631ebd1e61abd13dd7a53bdb400c3d0f059)) +* some fixes to make studio useable again, probably fixes [#2139](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2139) ([6672fc8](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6672fc87b4326db65289dfa31599ec0583d6c0f4)) ### Theme improvements -* **disaster_respone:** add a police station layer, add this and more layers to disaster_response theme ([418a4a7](https://github.com/pietervdvn/MapComplete/commit/418a4a71af5824487e4aa6754701e5d14371beae)) -* **disaster_response:** add defibrillators and logical zoom levels ([65fceb9](https://github.com/pietervdvn/MapComplete/commit/65fceb9434294051c8f565d89f42443c6afe3fb8)) +* **disaster_respone:** add a police station layer, add this and more layers to disaster_response theme ([418a4a7](https://source.mapcomplete.org/MapComplete/MapComplete/commit/418a4a71af5824487e4aa6754701e5d14371beae)) +* **disaster_response:** add defibrillators and logical zoom levels ([65fceb9](https://source.mapcomplete.org/MapComplete/MapComplete/commit/65fceb9434294051c8f565d89f42443c6afe3fb8)) -### [0.46.8](https://github.com/pietervdvn/MapComplete/compare/v0.46.7...v0.46.8) (2024-09-13) +### [0.46.8](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.46.7...v0.46.8) (2024-09-13) ### Theme improvements -* improve note theme, fix [#2088](https://github.com/pietervdvn/MapComplete/issues/2088) ([e8099b9](https://github.com/pietervdvn/MapComplete/commit/e8099b9081ae25ff37f2b7a491f9301a29772080)) -* update safe_loops svg ([70117ac](https://github.com/pietervdvn/MapComplete/commit/70117ac6874ec860a6f2497c2230d29248de71a7)) +* improve note theme, fix [#2088](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2088) ([e8099b9](https://source.mapcomplete.org/MapComplete/MapComplete/commit/e8099b9081ae25ff37f2b7a491f9301a29772080)) +* update safe_loops svg ([70117ac](https://source.mapcomplete.org/MapComplete/MapComplete/commit/70117ac6874ec860a6f2497c2230d29248de71a7)) ### 0.46.7 (2024-09-13) ### Features -* add bike_parking=safe_loops ([e4de3d8](https://github.com/pietervdvn/MapComplete/commit/e4de3d8e5f2b8e6002e68dba20ac659f57a3c8cc)) -* add color for streets with no cycleways ([5d52462](https://github.com/pietervdvn/MapComplete/commit/5d524629b46d3e2e1d059f9db3010609e05ffb61)) -* add prettier config ([d3f453a](https://github.com/pietervdvn/MapComplete/commit/d3f453a4fb3f7eaac9031026dc95bff0a076dec3)) -* Add printer cartridges to recycling ([28d6637](https://github.com/pietervdvn/MapComplete/commit/28d66373680dda160b4b899621c5c89aa1c52143)) -* **themes:** add osm community index as a layer ([e85cf43](https://github.com/pietervdvn/MapComplete/commit/e85cf43ffbf9de86491a2d3aaa4b7f0a52082843)) -* **themes:** add questionHint to give extra information about a question ([d7fe3a0](https://github.com/pietervdvn/MapComplete/commit/d7fe3a056ef74d85f3d4e310a6e053b244b659f8)) +* add bike_parking=safe_loops ([e4de3d8](https://source.mapcomplete.org/MapComplete/MapComplete/commit/e4de3d8e5f2b8e6002e68dba20ac659f57a3c8cc)) +* add color for streets with no cycleways ([5d52462](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5d524629b46d3e2e1d059f9db3010609e05ffb61)) +* add prettier config ([d3f453a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d3f453a4fb3f7eaac9031026dc95bff0a076dec3)) +* Add printer cartridges to recycling ([28d6637](https://source.mapcomplete.org/MapComplete/MapComplete/commit/28d66373680dda160b4b899621c5c89aa1c52143)) +* **themes:** add osm community index as a layer ([e85cf43](https://source.mapcomplete.org/MapComplete/MapComplete/commit/e85cf43ffbf9de86491a2d3aaa4b7f0a52082843)) +* **themes:** add questionHint to give extra information about a question ([d7fe3a0](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d7fe3a056ef74d85f3d4e310a6e053b244b659f8)) ### Bug Fixes -* _actually_ fix [#1706](https://github.com/pietervdvn/MapComplete/issues/1706) ([6577007](https://github.com/pietervdvn/MapComplete/commit/6577007717910bf46086490da8e9d549b63f1891)) -* _actually_ run the *.spec.ts-tests... ([82a860c](https://github.com/pietervdvn/MapComplete/commit/82a860cbf5bad2ab1b4d9b806e9f18e4d5cbc054)) -* [#1093](https://github.com/pietervdvn/MapComplete/issues/1093) ([5a6ed7b](https://github.com/pietervdvn/MapComplete/commit/5a6ed7bf21aaaf677c05e572afacd53443eb2d59)) -* [#1685](https://github.com/pietervdvn/MapComplete/issues/1685), fix oopsie ([d96fe61](https://github.com/pietervdvn/MapComplete/commit/d96fe614624771bed99c418bbc9bb4f09ce7bd3a)) -* a freeform key will mimick a mapping if appropriate (and avoid the 'addExtraTags') ([68ea4e3](https://github.com/pietervdvn/MapComplete/commit/68ea4e3d9f255e989cf158159b434ed6bfc6f55a)) -* actually allow to login via prominent login button ([4be49a0](https://github.com/pietervdvn/MapComplete/commit/4be49a0561531c729d9d46d5e99571056d2492df)) -* actually apply preferred background layer ([b69c2de](https://github.com/pietervdvn/MapComplete/commit/b69c2de3f41e7737ceec919214f0748634d9dfd3)) -* actually attempt to login when login button is pressed ([f1de8a3](https://github.com/pietervdvn/MapComplete/commit/f1de8a3d9dafad4860ebb380c113ff2f253d13db)) -* actually deploy on the production repo ([ca89956](https://github.com/pietervdvn/MapComplete/commit/ca899561d55626b9c2c14f90d60d01c8c1276823)) -* actually include _all_ features ([8f7b731](https://github.com/pietervdvn/MapComplete/commit/8f7b731d29ca7daec1063a6833716e86333b0ffd)) -* actually load geojson layers; formatting ([cbc4e6e](https://github.com/pietervdvn/MapComplete/commit/cbc4e6eb15a2a6d7f9693a24f35839886b4f3544)) -* actually open usersettings when license is clicked ([c10fecb](https://github.com/pietervdvn/MapComplete/commit/c10fecb7e8293190b07a2fc3ff90b6f830a75103)) -* actually pass the initial coordinate in the locationInput element, fix [#1486](https://github.com/pietervdvn/MapComplete/issues/1486) ([68e07d7](https://github.com/pietervdvn/MapComplete/commit/68e07d7d7beca5b4ea26b9fc6ff964014d28af4b)) -* Actually show errors in custom themes now ([6a79dde](https://github.com/pietervdvn/MapComplete/commit/6a79dde743264c272e461614ae718044d90a7080)) -* actually show HD image for nearby streetview imager, add loading indicator ([8b6ee87](https://github.com/pietervdvn/MapComplete/commit/8b6ee877f08a584df7d3bc8706292b6eeb11f030)) -* actually show polygon_centroid ([5a957d5](https://github.com/pietervdvn/MapComplete/commit/5a957d56c73771a1fa2560dbd8755a7eebe36285)) -* actually show tags on changes when the user has enough changesets ([d702134](https://github.com/pietervdvn/MapComplete/commit/d7021344e890bede888ea3412270420e033207f7)) -* actually upload new themes ([6446586](https://github.com/pietervdvn/MapComplete/commit/6446586ac581fa3994e58dba62a365afde7d5937)) -* add 'maxspeed=20' to living street ([fd9c48b](https://github.com/pietervdvn/MapComplete/commit/fd9c48b5b56fe7a08e3532cad777246b82b3a073)) -* add 'onbeforeunload' if images are uploading, see [#1841](https://github.com/pietervdvn/MapComplete/issues/1841) ([ce7bc8f](https://github.com/pietervdvn/MapComplete/commit/ce7bc8fb6cc373e96179e57395818d6e6befd942)) -* add 'self' to connect-src ([3bca130](https://github.com/pietervdvn/MapComplete/commit/3bca1305b504ba08203a09916fe849365eca0458)) -* add all global layers to CSP ([93630bd](https://github.com/pietervdvn/MapComplete/commit/93630bd1db9e71f5e62619b2d02aaf18b42222f6)) -* add all needed urls again ([ce1855b](https://github.com/pietervdvn/MapComplete/commit/ce1855b2bd322044f9710a4dab38287298ad5fc6)) -* add all vector layers to CSP ([2736740](https://github.com/pietervdvn/MapComplete/commit/2736740cd0d777450f8da7eea76f1defa7993944)) -* add awaitAnimationFrame to fix non-working questions ([d744fd3](https://github.com/pietervdvn/MapComplete/commit/d744fd3a42bedb64de7de1562b6f4ee31ba9d254)) -* Add button to go back to the map when showing that a point is deleted, fix [#1417](https://github.com/pietervdvn/MapComplete/issues/1417) ([55903d4](https://github.com/pietervdvn/MapComplete/commit/55903d45f933ebbfd7971a14296fe2dac1b6fa96)) -* add carto vector layers again ([5e2a989](https://github.com/pietervdvn/MapComplete/commit/5e2a98924c2a0efdb1f75a213efe7114df5e0cae)) -* add check for missing 'noopener' attributes; add missing noopener attributes ([6e8617c](https://github.com/pietervdvn/MapComplete/commit/6e8617c93fd0fde8f0b27c035625e68d143f9b58)) -* add check that no changeset is opened without actually having changes ([2843b01](https://github.com/pietervdvn/MapComplete/commit/2843b01586fd40a2e0d4dc92861b9d001d1684d3)) -* add correct attribution for maptiler bg layer ([c90b334](https://github.com/pietervdvn/MapComplete/commit/c90b334678ac44346d82302599647236b3c0df09)) -* add default value for setStatus ([eede2d1](https://github.com/pietervdvn/MapComplete/commit/eede2d17dd411a3b27295a9efab8cb69df3b57c2)) -* add dutch translation ([a55b84d](https://github.com/pietervdvn/MapComplete/commit/a55b84dba18564e0959bd709b0da0e5b228d3ca0)) -* add execute permissions to build script ([5567869](https://github.com/pietervdvn/MapComplete/commit/5567869bb4ede7a56c174b960aff734de06ea67f)) -* add extra refresh:layeroverview in order to fix the favourites theme icons ([c65ccdb](https://github.com/pietervdvn/MapComplete/commit/c65ccdbc240ad5406189e48bd92c40569d19bc3c)) -* add glow effect to bench theme for selected object ([75b1a46](https://github.com/pietervdvn/MapComplete/commit/75b1a467e0307cee94a0af9e482a3ab5e8ac4ccd)) -* add glow effect when dropping an image in the file selector; fix [#1496](https://github.com/pietervdvn/MapComplete/issues/1496) ([426620a](https://github.com/pietervdvn/MapComplete/commit/426620a76c4a6ca86181dec73da90d076f73c9aa)) -* add language picker in settings page if logged out, fix [#1505](https://github.com/pietervdvn/MapComplete/issues/1505) ([a7ff3b8](https://github.com/pietervdvn/MapComplete/commit/a7ff3b86faa90e70d3496f973c72b0265f993708)) -* add links and overpass link to cafe_pub ([41b6eea](https://github.com/pietervdvn/MapComplete/commit/41b6eea430cbb6f504deb7a3e4fb5cf493004d6f)) -* add maxzoom to osm.carto-layer, see [#1664](https://github.com/pietervdvn/MapComplete/issues/1664)$ ([5f918b6](https://github.com/pietervdvn/MapComplete/commit/5f918b607b9034c5a8ce6bcdd003caf8efe1466b)) -* add missing assets ([f2b8c0d](https://github.com/pietervdvn/MapComplete/commit/f2b8c0db0f80bf503f2b4332d66cbede0736f82a)) -* add missing tag ([c5300a3](https://github.com/pietervdvn/MapComplete/commit/c5300a3fd5b46e611a4604ad9c0483f823396dda)) -* add new items works again, fix [#1593](https://github.com/pietervdvn/MapComplete/issues/1593) ([c527427](https://github.com/pietervdvn/MapComplete/commit/c527427f70990006b9c71ef472bbe45d2c9bff70)) -* add safety check to not overuse the OSM-api ([4602df3](https://github.com/pietervdvn/MapComplete/commit/4602df30469b57a57b9b8e1b8c6cc5c70ff901d7)) -* add script integrity, add check to validate that script integrity is always in place ([08bbbca](https://github.com/pietervdvn/MapComplete/commit/08bbbcabc402abcf328274bb2990d59b47580376)) -* add selection indicator to artwork ([ec99ab2](https://github.com/pietervdvn/MapComplete/commit/ec99ab24f806e8d43ae89ab8f33f570f43ce59fb)) -* add support for legacy iconSize to fix some custom themes, see [#1494](https://github.com/pietervdvn/MapComplete/issues/1494) ([200361b](https://github.com/pietervdvn/MapComplete/commit/200361bf8dcd17f47574539137b2c42cb745143a)) -* add text on cancel button ([1208e09](https://github.com/pietervdvn/MapComplete/commit/1208e095cf3fe87a2c9948a0c6666705c14c5e52)) -* add the minimap again ([e83b8cb](https://github.com/pietervdvn/MapComplete/commit/e83b8cb19183b53c4d6b24b4f621900fd14280fa)) -* addnewpoint-dialog works again ([8ed0a32](https://github.com/pietervdvn/MapComplete/commit/8ed0a32d153d4a434602c86a85eaf02881f6d480)) -* alias 'urls' as 'website', fix [#246](https://github.com/pietervdvn/MapComplete/issues/246) ([87e79b8](https://github.com/pietervdvn/MapComplete/commit/87e79b8e8c981f5b0daa105097c514273ce6be3e)) -* allow selection of the first radiobutton ([8fafd0a](https://github.com/pietervdvn/MapComplete/commit/8fafd0a8a5701323c6e25210ac6310dc418e31eb)) -* allow to delete freeform values in more cases ([9b78838](https://github.com/pietervdvn/MapComplete/commit/9b78838745f41f3e42f158c9959c695e4160e7e8)) -* allow to link multiple mapillary-images ([286fe72](https://github.com/pietervdvn/MapComplete/commit/286fe729359db1ec36328768a6a7662a9e951ce8)) -* allow to move (non-snapped) points again after fixing [#1809](https://github.com/pietervdvn/MapComplete/issues/1809) ([77f07f5](https://github.com/pietervdvn/MapComplete/commit/77f07f55ecf9140c1c556fb4147c7d5cb74b0645)) -* alltags shows objects as JSON instead as [object Object] ([1df28ab](https://github.com/pietervdvn/MapComplete/commit/1df28ab50199310928974a07809b65e854df1525)) -* also copy png assets ([8f32916](https://github.com/pietervdvn/MapComplete/commit/8f32916454b63939d63c7496f7ba7b30f6f038cc)) -* also show location info on shake if GPS is disabled ([4c5d24a](https://github.com/pietervdvn/MapComplete/commit/4c5d24a0a7dacc393c0a4328c99b5e5e08058b0b)) -* always allow www.openstreetmap.org ([6b4be12](https://github.com/pietervdvn/MapComplete/commit/6b4be1200c60664bbbee87f9f8f8e3d821a277c3)) -* always link to the wiki when tags are shown ([8dfef62](https://github.com/pietervdvn/MapComplete/commit/8dfef624323b8b93098150115d93f4089b846fb2)) -* attempt to fix build ([0e8c3b1](https://github.com/pietervdvn/MapComplete/commit/0e8c3b10626f6f37e54b8ef96c11fb5dc113fe7a)) -* attempt to fix build ([0e760b9](https://github.com/pietervdvn/MapComplete/commit/0e760b908c4955300b9d329f6d7eb9fb475713d3)) -* attributes to answered questions didn't automatically show, questions which became available are now shown if they become avaible because of a tag change. Fix [#1587](https://github.com/pietervdvn/MapComplete/issues/1587) ([7de0af1](https://github.com/pietervdvn/MapComplete/commit/7de0af15f100815288fea4fdb13f3e845bc79088)) -* await 'country' to be loaded ([3c5bde1](https://github.com/pietervdvn/MapComplete/commit/3c5bde1ae3ff3ed1aa72bb1463a4690e16f941e6)) -* background layer csp fixe ([713e53c](https://github.com/pietervdvn/MapComplete/commit/713e53c41a840ae1e66cb9a36e06e0e9361285bd)) -* better error handling and handling of changes ([7813653](https://github.com/pietervdvn/MapComplete/commit/78136532651ebcea6a2d2d94e42b2775bb9e92e3)) -* better select available levels ([7b73578](https://github.com/pietervdvn/MapComplete/commit/7b73578f88b09ee65f923c363a884d91f20d2fae)) -* broken titleIcons (fix [#1344](https://github.com/pietervdvn/MapComplete/issues/1344)) ([bdcf8a2](https://github.com/pietervdvn/MapComplete/commit/bdcf8a26014b01e8128ece897e4b98286722d0e4)) -* browser specific bug which caused the file selector to open twice on chromium; fix [#1771](https://github.com/pietervdvn/MapComplete/issues/1771) ([9893e43](https://github.com/pietervdvn/MapComplete/commit/9893e433f3bb43fbea80beb2a73ea4e271a01491)) -* bug submitted comments on notes twice ([5be4b9d](https://github.com/pietervdvn/MapComplete/commit/5be4b9d1fb1e5a5e2cb03e314d4d65370aa44957)) -* build ([cef7e01](https://github.com/pietervdvn/MapComplete/commit/cef7e01a2e7855d214d4a5ca75fc032a2b1d123a)) -* build ([8556196](https://github.com/pietervdvn/MapComplete/commit/8556196acec5652ab39baaaa14ac911cb6dc5a15)) -* build ([dbca260](https://github.com/pietervdvn/MapComplete/commit/dbca2601324cd79d5d2d7d0398d002565d8825de)) -* build ([2a21040](https://github.com/pietervdvn/MapComplete/commit/2a2104055185e1f9fa8f1cad620606b690527a0c)) -* build ([29ee113](https://github.com/pietervdvn/MapComplete/commit/29ee113e30c11edc670331f1fb67f41e08f9ab50)) -* build, some metatagging errors ([0d529e7](https://github.com/pietervdvn/MapComplete/commit/0d529e7cca4f044ab4c5fd4491e3704678598862)) -* build; subtle bug ([5644c7a](https://github.com/pietervdvn/MapComplete/commit/5644c7a8b87a0fb17e846a4c370ac432cc03ca15)) -* bypass missing favourites in custom theme loader ([6f59e46](https://github.com/pietervdvn/MapComplete/commit/6f59e46befd0ba1df57066400f3d2bbf00166f5b)) -* charging station theme uses anchor too ([39024eb](https://github.com/pietervdvn/MapComplete/commit/39024eb5f3f68b5dba6b10d8dcf07fe2c5c67fbc)) -* charging_station.protojson ([f042ca4](https://github.com/pietervdvn/MapComplete/commit/f042ca40701e269a02254289a35acd43aaed05b0)) -* chromium browsers don't handle spaces in `tel:`-links well ([4168ef0](https://github.com/pietervdvn/MapComplete/commit/4168ef01e333784f738fafa15d1eb7d7c4c527c7)) -* cleanup merge ([e160510](https://github.com/pietervdvn/MapComplete/commit/e16051025a0f7c827c90db7251596be0c5e902c9)) -* cleanup of wikipedia panel, fix [#1570](https://github.com/pietervdvn/MapComplete/issues/1570) ([203f24f](https://github.com/pietervdvn/MapComplete/commit/203f24fca01047edd2f01ed541fc93841ac1f17d)) -* clicking the magnifying icon actually works now ([5478711](https://github.com/pietervdvn/MapComplete/commit/5478711bed8806d4cd5ae0ffe69ab64f3293fa69)) -* compilation warning ([5851531](https://github.com/pietervdvn/MapComplete/commit/5851531306b2cb2cebfb459e5c5bef284b8c3e94)) -* correct 'sync repo' step ([ecd84c2](https://github.com/pietervdvn/MapComplete/commit/ecd84c2cf6174bddad5d1759caeeeea761e1b9f1)) -* correct CSP header for iOs/safari ([54868de](https://github.com/pietervdvn/MapComplete/commit/54868debec137c57b8dd45024332854150cc8f0f)) -* correct default access assumption ([ea06152](https://github.com/pietervdvn/MapComplete/commit/ea061524737b343bec120356b8822d185cdefd85)) -* correct default sed param for BSD sed flavor ([46fe1c5](https://github.com/pietervdvn/MapComplete/commit/46fe1c5795a110c541ed97548c426b205705ff2d)) -* correct faulty name ([0952200](https://github.com/pietervdvn/MapComplete/commit/09522004db01453dcdb9a26670c3d7ef6f4e1eee)) -* correct filters ([4d2d541](https://github.com/pietervdvn/MapComplete/commit/4d2d54175ca5b4af5a258bf7d1b89debab9f8f8e)) -* correct maybe missing option in etymology layer ([a8ecab4](https://github.com/pietervdvn/MapComplete/commit/a8ecab4d794c219301d636594933520c87fd8d75)) -* correct merge conflict ([e6d8401](https://github.com/pietervdvn/MapComplete/commit/e6d84019a579daed01a34cf67825689511fd9c0a)) -* correct minzoom on all themes ([bde5878](https://github.com/pietervdvn/MapComplete/commit/bde5878fedae0eac20db8bb4c6eca81f904e20fd)) -* correct sed command to be OSX compatible ([e21eb65](https://github.com/pietervdvn/MapComplete/commit/e21eb6596ee85471b8cbbd6776fa65647786bfda)) -* correct typings ([2f17e6e](https://github.com/pietervdvn/MapComplete/commit/2f17e6e53259193c06d1764188a1a9602fbd97bb)) -* Correctly calculate available levels, reselect last_click automatically ([4c962ea](https://github.com/pietervdvn/MapComplete/commit/4c962eab21af8146d9d57f7d12cd08cdd4a642d6)) -* correctly escape markdown ([4d01d81](https://github.com/pietervdvn/MapComplete/commit/4d01d81e1e87ca5a18b6d0fd7b9f232c77cda936)) -* correctly flatten special cases ([7ba0e73](https://github.com/pietervdvn/MapComplete/commit/7ba0e736a87492bc64e5f73811a6c790851c59d9)) -* correctly flatten special cases ([593d7bd](https://github.com/pietervdvn/MapComplete/commit/593d7bd07ac520875c5acfcab5df364fb04dd77c)) -* correctly interpret 'hideInAnswer'-conditions, recalculate them dynamically ([37dc6a7](https://github.com/pietervdvn/MapComplete/commit/37dc6a71616fc9510d1bf6e814060390dd329629)) -* correctly optimize 'key=A&key!=B' into 'key=A' ([d8a5f3c](https://github.com/pietervdvn/MapComplete/commit/d8a5f3c2be985c4fcbedfda09564ae5d02e6e5b4)) -* correctly replace fields in filterview ([ae491f4](https://github.com/pietervdvn/MapComplete/commit/ae491f491652798344273d18fb42f1d27108ba4b)) -* crash in new note flow, spotted by [@thibaultmolleman](https://github.com/thibaultmolleman) ([3e49929](https://github.com/pietervdvn/MapComplete/commit/3e49929f253f8ae1f945d9df4eb3398b39030a43)) -* css-generate script; loading of stylesheet in style_test, add small buttons to style_test ([6bed170](https://github.com/pietervdvn/MapComplete/commit/6bed170910cdf6fd2ca68eb9d1b65779287afa5d)) -* CSV download ([c1bce7a](https://github.com/pietervdvn/MapComplete/commit/c1bce7abc76984ddb84f112d1b7367e5822d5763)) -* decent PDF-export ([de20b00](https://github.com/pietervdvn/MapComplete/commit/de20b00b8f8af6796cbab060262d85a5ab171c5d)) -* direction input does not scroll anymore when dragged, fix [#1468](https://github.com/pietervdvn/MapComplete/issues/1468) ([102892e](https://github.com/pietervdvn/MapComplete/commit/102892ec774501b2811179b333217fb81efe33bb)) -* disable 'delete'-button if no reason is selected, fix [#1631](https://github.com/pietervdvn/MapComplete/issues/1631) ([6b6b1e3](https://github.com/pietervdvn/MapComplete/commit/6b6b1e32862c7021cff99c2b340a50ae5822cf60)) -* disable check ([b2e7b7d](https://github.com/pietervdvn/MapComplete/commit/b2e7b7d221a6dbc12f73505522a5d29bd6d36244)) -* disable rotation on mobile if the user enabled this ([93a30fd](https://github.com/pietervdvn/MapComplete/commit/93a30fdba5edfd91c19050013aa4f58123ce127c)) -* don't attempt to show an osm wiki page as image, fix [#1776](https://github.com/pietervdvn/MapComplete/issues/1776) ([7dc43f9](https://github.com/pietervdvn/MapComplete/commit/7dc43f933e84b73f99935ceba4638fe85e376c94)) -* don't count layers if they are not shown by default, fix [#1840](https://github.com/pietervdvn/MapComplete/issues/1840) ([d848171](https://github.com/pietervdvn/MapComplete/commit/d848171c3d795e31a73b10d687b475de30e8f39c)) -* don't crash if 't' is undefined ([b1c4097](https://github.com/pietervdvn/MapComplete/commit/b1c4097cb480785d2e644a3da072055d1778a17c)) -* don't crash if no features nearby ([b6a4cc1](https://github.com/pietervdvn/MapComplete/commit/b6a4cc11bdf25c4cf09e55ad802eb0d460311c9d)) -* don't crash if no features nearby ([c2001f1](https://github.com/pietervdvn/MapComplete/commit/c2001f17a55937bbc09e52d730828c9234bf30ef)) -* don't measure compass if alpha is null, fix [#1787](https://github.com/pietervdvn/MapComplete/issues/1787) ([3461ed6](https://github.com/pietervdvn/MapComplete/commit/3461ed60990fc91e399ef3c4cd082029db2059dd)) -* don't move the map after we jumped to the current GPS location ([f31b025](https://github.com/pietervdvn/MapComplete/commit/f31b025b8dba7218576c58ef6bc2b3101052beb7)) -* don't set invalid coordinates ([fbc3bce](https://github.com/pietervdvn/MapComplete/commit/fbc3bce5109ffa95491b792d4c7870167f9915ba)) -* don't show both counts and summary at the same time ([d6dbeca](https://github.com/pietervdvn/MapComplete/commit/d6dbecace26b9dc52da61d19b767469190a0e8be)) -* don't show duplicate entry of default baselayer if already added ([7ef1628](https://github.com/pietervdvn/MapComplete/commit/7ef1628d87f32240746251b3e7b4bfdfdbebf6cb)) -* Don't show item if there is no label ([7edc730](https://github.com/pietervdvn/MapComplete/commit/7edc7302bbb6f0884e6652a429e00705f64413bb)) -* don't show preset_type special vis if no presets are given ([cf3b414](https://github.com/pietervdvn/MapComplete/commit/cf3b4145ff68871a2040b15ccb6d030b59c448ad)) -* don't show radiobuttons if only one option is available ([8e68ca0](https://github.com/pietervdvn/MapComplete/commit/8e68ca03ab33cf91df83f1e1d2750723cfb0370b)) -* don't store location 0,0 to prevent movement or cursor in addNew-dialog ([c19317b](https://github.com/pietervdvn/MapComplete/commit/c19317bd04a10db89ecbb95eda9b3156f50c395b)) -* don't throw an error if there is no parent element which can be scrolled ([3166918](https://github.com/pietervdvn/MapComplete/commit/3166918551aab57bdf0777e7bd378003779f8c10)) -* drag & drop for file selector ([5be24db](https://github.com/pietervdvn/MapComplete/commit/5be24dbef1647cd2c6c869d86ea5b37f0e072106)) -* dynamic filtering with non-string values ([58b94c3](https://github.com/pietervdvn/MapComplete/commit/58b94c38e50c5a9c66ac248fe8117b19bac7d05a)) -* effectively show `contact:website` in title icons ([0027299](https://github.com/pietervdvn/MapComplete/commit/0027299a3e373e9cd19deec0b93dd7a7599ff78a)) -* emit warning for invalid suggestions ([56ba426](https://github.com/pietervdvn/MapComplete/commit/56ba426ab5bb2f10ac38776728a67ff4558e0cfa)) -* enable editing questions (and settings) again (oopsie) ([d079ba9](https://github.com/pietervdvn/MapComplete/commit/d079ba91aa29395262b8084f811eec26e51750b9)) -* enable external data sources from the ELI ([5ea0804](https://github.com/pietervdvn/MapComplete/commit/5ea08040d7ec40abaabf849ef20771c1a5112637)) -* enable login on index screen ([aface6a](https://github.com/pietervdvn/MapComplete/commit/aface6aea7f1774b62c9218e64cd65bf77b97c0b)) -* enable rainbow question again, fix [#1453](https://github.com/pietervdvn/MapComplete/issues/1453) ([af447a9](https://github.com/pietervdvn/MapComplete/commit/af447a948f3d425565afe5620a97123111d6bf91)) -* enable settings again, fix [#1815](https://github.com/pietervdvn/MapComplete/issues/1815) ([a118c29](https://github.com/pietervdvn/MapComplete/commit/a118c295d641852584bbd16f07c419a3fa896591)) -* error server properly names files, add status endpoint ([37c1d46](https://github.com/pietervdvn/MapComplete/commit/37c1d46dd43a9d75326a4f9187d4bb3846b4a211)) -* escape special characters for wikipedia search, might improve [#1500](https://github.com/pietervdvn/MapComplete/issues/1500) ([ec94253](https://github.com/pietervdvn/MapComplete/commit/ec94253d6c5ef38ee5d5d1c7bc25fff53cd6be82)) -* etymology theme now supports multi-apply again, uses lower zoom level for multiselect ([90869a1](https://github.com/pietervdvn/MapComplete/commit/90869a1c985d992063656d89fe0d95b73184304a)) -* Expose all templates ([09a3e7f](https://github.com/pietervdvn/MapComplete/commit/09a3e7fba1464835bfad061110f4352d9a47e173)) -* facade gardens: restore forgottne rendering ([f8fa184](https://github.com/pietervdvn/MapComplete/commit/f8fa1841e4df8627a18ee57c7c2cb943176557be)) -* fill in freeform value if already set ([e0527e9](https://github.com/pietervdvn/MapComplete/commit/e0527e964702427014220e2978680e3e6a7cc774)) -* fix [#1471](https://github.com/pietervdvn/MapComplete/issues/1471): add option to bench for 'does probably not have an artwork' ([91892d5](https://github.com/pietervdvn/MapComplete/commit/91892d50c5a5c5071838c8a38a24c60f1f7ed717)) -* fix [#1477](https://github.com/pietervdvn/MapComplete/issues/1477). Setting the background caused a map.resize(), which in turn caused the coordinates to be set to 0,0, which caused the location-correction to kick in, moving the location input towards null island ([d95d96f](https://github.com/pietervdvn/MapComplete/commit/d95d96fb1ba1a8886f05b118c0650a4af1ae5dd7)) -* fix [#1503](https://github.com/pietervdvn/MapComplete/issues/1503), fix [#1571](https://github.com/pietervdvn/MapComplete/issues/1571) ([382f965](https://github.com/pietervdvn/MapComplete/commit/382f96596ed474bef086d64cabb748257416f2de)) -* fix [#1506](https://github.com/pietervdvn/MapComplete/issues/1506), language-URL-parameter works again and is properly documented ([2942a2d](https://github.com/pietervdvn/MapComplete/commit/2942a2dae77d7c79b3af47b0c518342fa6c87454)) -* fix [#1528](https://github.com/pietervdvn/MapComplete/issues/1528): from weblate to theme files did not properly sync ([3c08c12](https://github.com/pietervdvn/MapComplete/commit/3c08c1297423d74348aa83e5932a7fbd94c260e5)) -* fix [#1529](https://github.com/pietervdvn/MapComplete/issues/1529) ([05bf79f](https://github.com/pietervdvn/MapComplete/commit/05bf79f7616af06aefea8e9f095e2b467d84a5d7)) -* fix [#1532](https://github.com/pietervdvn/MapComplete/issues/1532) ([5d00f3c](https://github.com/pietervdvn/MapComplete/commit/5d00f3cc6a75a22732ec7ffa63d9335d9d75853c)) -* fix [#1580](https://github.com/pietervdvn/MapComplete/issues/1580) ([56934b7](https://github.com/pietervdvn/MapComplete/commit/56934b79f6911da6d182c4e3f28bbd6749932c3e)) -* fix [#1596](https://github.com/pietervdvn/MapComplete/issues/1596) ([0727a22](https://github.com/pietervdvn/MapComplete/commit/0727a228fd8bf9b7dd7ecc5b42d9225eab00bae7)) -* fix [#1627](https://github.com/pietervdvn/MapComplete/issues/1627) ([e37f908](https://github.com/pietervdvn/MapComplete/commit/e37f90855fb3b1fd59d19506aca0e2ccc6a12fb2)) -* fix [#1675](https://github.com/pietervdvn/MapComplete/issues/1675) ([65250d7](https://github.com/pietervdvn/MapComplete/commit/65250d77beec81f9d336302c4b185dcd14518917)) -* fix [#1684](https://github.com/pietervdvn/MapComplete/issues/1684); add 'openid' to auth-tokens (will be needed in the future for geovisio integration) ([0a82dd0](https://github.com/pietervdvn/MapComplete/commit/0a82dd0edfd67c18b2c59c903d506cbb0d46ffc1)) -* fix [#1713](https://github.com/pietervdvn/MapComplete/issues/1713) ([2720f5d](https://github.com/pietervdvn/MapComplete/commit/2720f5dd19deb2ebdcf1eae2229e2fbdd0adc4dd)) -* fix [#1779](https://github.com/pietervdvn/MapComplete/issues/1779), add check to prevent similar errors ([417dc16](https://github.com/pietervdvn/MapComplete/commit/417dc1633e05b1b4776449eb245739232dea975e)) -* fix [#1813](https://github.com/pietervdvn/MapComplete/issues/1813). For some reason, importing a .js-file suddenly fails, so ported it to typescript ([cab414e](https://github.com/pietervdvn/MapComplete/commit/cab414e80895933b4ae874be5fd77b90b8c13f3f)) -* fix [#1817](https://github.com/pietervdvn/MapComplete/issues/1817), some more improvements to the loading screen ([6394ee8](https://github.com/pietervdvn/MapComplete/commit/6394ee8e6800d2cd23d30383ffea9629964c4dc9)) -* fix [#1844](https://github.com/pietervdvn/MapComplete/issues/1844) ([e11442e](https://github.com/pietervdvn/MapComplete/commit/e11442e1009465e8bc3e8823e8d66fe44fb5f9c2)) -* fix [#1883](https://github.com/pietervdvn/MapComplete/issues/1883); display underground railway lines in a subtler rendering ([b3299cd](https://github.com/pietervdvn/MapComplete/commit/b3299cdd733152820e30c18463e551059654d3fb)) -* fix [#1906](https://github.com/pietervdvn/MapComplete/issues/1906) ([3ab1d15](https://github.com/pietervdvn/MapComplete/commit/3ab1d1591fde7e31efe4e6186af78b71987c1498)) -* fix [#1917](https://github.com/pietervdvn/MapComplete/issues/1917) ([8c65448](https://github.com/pietervdvn/MapComplete/commit/8c6544883469d9634fca285b600fa05706dcdbfa)) -* fix [#1917](https://github.com/pietervdvn/MapComplete/issues/1917) ([903a11d](https://github.com/pietervdvn/MapComplete/commit/903a11d4e7c832ad46d3afd4ed9786df6e6d1331)) -* fix anonymous reviews; fix [#1868](https://github.com/pietervdvn/MapComplete/issues/1868) ([073cd69](https://github.com/pietervdvn/MapComplete/commit/073cd692e456ae63999bfc2770d0c204dc8a1793)) -* fix back-button on the 404-page, remove some obsolete classes ([006f695](https://github.com/pietervdvn/MapComplete/commit/006f69561a08a1c3a3577ada83e9b3954d8332f2)) -* fix bug icon ([1fea2b5](https://github.com/pietervdvn/MapComplete/commit/1fea2b56be82e8a9a5db2683ee55a5a81ec7e7f2)) -* fix bug with incorrect translation context for themes ([368f9ad](https://github.com/pietervdvn/MapComplete/commit/368f9ad0c83eaeb40d4f7ae293d73d11714271e0)) -* fix build ([0d705b9](https://github.com/pietervdvn/MapComplete/commit/0d705b97277a7c6cba5a57d071aeaace1a24fc5a)) -* fix crash in studio ([b18d575](https://github.com/pietervdvn/MapComplete/commit/b18d575ade434ec51a33684ff365ede7b93cfa79)) -* fix dissappearing items to apply ([a935c03](https://github.com/pietervdvn/MapComplete/commit/a935c03631614390a1ab43248f51e6ba0eb26956)) -* fix domain name ([301f00f](https://github.com/pietervdvn/MapComplete/commit/301f00f6aef727981e2faa73e2093710ac25c337)) -* fix file drag and drop, allow entire featurePopup for file drop ([859faea](https://github.com/pietervdvn/MapComplete/commit/859faead7fd8c6fa5ae73b70e41a753f34dfd5ff)) -* fix icons in mappings which use a builtin svg ([ab28fbe](https://github.com/pietervdvn/MapComplete/commit/ab28fbe35c97de56e765bc3b35277489aebb1872)) -* fix incorrectly linked translation in privacy policy ([e2aaa7d](https://github.com/pietervdvn/MapComplete/commit/e2aaa7d435ee91d20a62e8380300ec27418e93c1)) -* fix link image action ([ce55b4c](https://github.com/pietervdvn/MapComplete/commit/ce55b4c7d8659044b93a03afaaa37d272a6b48ab)) -* fix maps ([e48571a](https://github.com/pietervdvn/MapComplete/commit/e48571a80a03418d5c0c61304dbb166a67740ddc)) -* fix move dialog ([084cd86](https://github.com/pietervdvn/MapComplete/commit/084cd86b71bbc26e3b7542a5f16ecc1715275a50)) -* fix multi-visualisation ([872e36d](https://github.com/pietervdvn/MapComplete/commit/872e36dffa6810f599e06778010f8b00056b976c)) -* fix nearby drinking water fountain detection ([13ebcff](https://github.com/pietervdvn/MapComplete/commit/13ebcffab102fdcda6263c22cdd12bc22a6f86f7)) -* fix nearby drinking water fountain detection ([a5276eb](https://github.com/pietervdvn/MapComplete/commit/a5276eb4e67ed939e5b34ad7ffca61d6e41d679d)) -* fix query:licenses ([e0ee3ed](https://github.com/pietervdvn/MapComplete/commit/e0ee3edf71388614a1bc07dc43aaf18def1a630e)) -* fix rainbow crossings theme ([5b29177](https://github.com/pietervdvn/MapComplete/commit/5b291777be5a1aa4826ba894af76dbf4c09b9a7c)) -* fix reverse tabnabbing in most cases, add rel=noopener to most links to untrusted content ([d9b8257](https://github.com/pietervdvn/MapComplete/commit/d9b8257e47f7c2e2ce06e4a0fcad8830764dae8e)) -* fix scrolling for 'addNewPoint' ([637cebe](https://github.com/pietervdvn/MapComplete/commit/637cebefc7685d64ae5286c2a5f63afb3193a2db)) -* fix scrolling for 'addNewPoint' ([f697d29](https://github.com/pietervdvn/MapComplete/commit/f697d292a3ab6bf3114d5f7055c908203efbc8e0)) -* fix settings menu ([2b728fd](https://github.com/pietervdvn/MapComplete/commit/2b728fdf8bd6effce1682119f7f0d67a13d1c97d)) -* fix styling of translate button in titles ([0a8164c](https://github.com/pietervdvn/MapComplete/commit/0a8164c378ca4aaa1e34dc3bbd4e2741e5bc6318)) -* fix tests; use OAuth client id from dedicated MapComplete account ([fc9dd46](https://github.com/pietervdvn/MapComplete/commit/fc9dd462399a3b7ed8959c38c4a97f24895f9ca8)) -* fix translate icon, fix [#1832](https://github.com/pietervdvn/MapComplete/issues/1832) ([064c601](https://github.com/pietervdvn/MapComplete/commit/064c60163c19e55d098e1b1061cf3b8df3dcf782)) -* fix UK-Addresses themes again ([370b200](https://github.com/pietervdvn/MapComplete/commit/370b200bb33f26db448e5d3feda2107f2224d232)) -* fix updating of styles ([650c1a6](https://github.com/pietervdvn/MapComplete/commit/650c1a675c783179482338f449ca1202246916a0)) -* fix validation of question input; remove some obsolete logging; stabilize output of generate:translations wrt newlines ([1f39ba9](https://github.com/pietervdvn/MapComplete/commit/1f39ba9ab50f63e04be89f676aa82c04d5bb2f94)) -* fixes to etymology: load wikidata on mobile (which uses m.wikidata.org, tripping the CSP); fix 'upload image of the streetsign' parameters ([480956d](https://github.com/pietervdvn/MapComplete/commit/480956d45dc767c77848ba32b176af373e73060a)) -* force downloading (without cache) before uploading ([b85b2ac](https://github.com/pietervdvn/MapComplete/commit/b85b2ace0b373aeae1b9cef8e748ddea7cd3ca5c)) -* force redrawing the questions in a questionbox to avoid rendering artefacts and unselectable items ([f7e2dc7](https://github.com/pietervdvn/MapComplete/commit/f7e2dc7457f366d9cf4722beccfe6b16467ab435)) -* generate layeroverview ([ce654cb](https://github.com/pietervdvn/MapComplete/commit/ce654cbcf9d7164121ee539836c3f7775d93365d)) -* generate layeroverview ([e71a1c7](https://github.com/pietervdvn/MapComplete/commit/e71a1c7a3d011b921c6ff08dcc54f93dd84971dc)) -* generateCSP ([a612d4e](https://github.com/pietervdvn/MapComplete/commit/a612d4e1c2f6469c7b2d1fc66c8fc416ccdcac1a)) -* generating layeroverview; performance: do not try to download ratings if no ratings element is present ([fc62d41](https://github.com/pietervdvn/MapComplete/commit/fc62d41e1b832278bb0c846ffcaa971273419730)) -* giving a review is possible again ([0879ff9](https://github.com/pietervdvn/MapComplete/commit/0879ff97ed4b0b5de572dbf50cc45433b60423f2)) -* giving a review is possible again ([a75fc0d](https://github.com/pietervdvn/MapComplete/commit/a75fc0d21550495ea2e579922af9b27b2b2a6e22)) -* gps-icon should turn into an arrow again ([ef93ad1](https://github.com/pietervdvn/MapComplete/commit/ef93ad126f5c6b973fb2f66c368522ebdee07543)) -* handle NBSP in svg ([4190bf7](https://github.com/pietervdvn/MapComplete/commit/4190bf79339330601b4d6d426c45cfc6e431ef61)) -* hash would not clear because the update method unregistered itself ([8dd7f34](https://github.com/pietervdvn/MapComplete/commit/8dd7f34ad733080e9e5e648a91942528d96857ed)) -* hidden theme link not working ([d5e128b](https://github.com/pietervdvn/MapComplete/commit/d5e128b1ed71fb7be7402bbe4ed86edcd6e5a6b0)) -* hide 'addnewpoint'-icon when closing the dialog ([499ad85](https://github.com/pietervdvn/MapComplete/commit/499ad85f1efd0aefd2cf757198eaef5af037c7ee)) -* hide some elements of the UI if they are disabled by a featureSwitch ([17503d5](https://github.com/pietervdvn/MapComplete/commit/17503d5bfb63c5c03968c96f15c2c5a674a3ede3)) -* hide tag_apply_button when applied ([622df2d](https://github.com/pietervdvn/MapComplete/commit/622df2df19ce4fa7049447995194d0f28b91d59f)) -* icons for rental in cyclofix theme ([02064a2](https://github.com/pietervdvn/MapComplete/commit/02064a2d8078b07aeb9e282700018c86638c4683)) -* ifnot-value would show up together with the 'if'-value ([15f1a93](https://github.com/pietervdvn/MapComplete/commit/15f1a9362c624d3fec9680efa3e38edf912cbaf1)) -* import ([98ca6aa](https://github.com/pietervdvn/MapComplete/commit/98ca6aa8aaac923b57d12f52b41f5ee13412b0a2)) -* improve background layer switching code, might improve [#1481](https://github.com/pietervdvn/MapComplete/issues/1481) ([33fa11f](https://github.com/pietervdvn/MapComplete/commit/33fa11fc1728f017644977be2181c25441a76e18)) -* improve deployscript for hetzner ([dcd02e9](https://github.com/pietervdvn/MapComplete/commit/dcd02e9ad772346bc3f69ebd9563af80ea30810e)) -* improve error message ([7f6c1f0](https://github.com/pietervdvn/MapComplete/commit/7f6c1f06e23cb249d2eadda9be08b1cafc680d30)) -* improve first-sentence ([7aee442](https://github.com/pietervdvn/MapComplete/commit/7aee442ae49a7a68821917de9580ce9e62105edf)) -* improve functionality of GRB-theme (WIP) ([b86e291](https://github.com/pietervdvn/MapComplete/commit/b86e2910baba5fe37cf5c0f53a64966c85d159ce)) -* improve optimization; add tests ([595503c](https://github.com/pietervdvn/MapComplete/commit/595503cfc35c8db3cb4ee4b28f82b7c91ee75dff)) -* improve parsing of possible mapillary values ([3d54a83](https://github.com/pietervdvn/MapComplete/commit/3d54a8392be94a369bf388dad0f83f60fb5a5474)) -* improve PDF-output functionality ([215286a](https://github.com/pietervdvn/MapComplete/commit/215286a5af46c58a197bf85b9561c26eff5bd8fe)) -* include 'source' and tile URLs from vector tile sources into CSP, see [#1652](https://github.com/pietervdvn/MapComplete/issues/1652) ([09504e1](https://github.com/pietervdvn/MapComplete/commit/09504e18ecb4b85ceb6562fcdb0e21034e496ad8)) -* include japanese dot as sentence separator ([d2c6689](https://github.com/pietervdvn/MapComplete/commit/d2c668922b7ac5dc682461c6789fbbdb37fad8c3)) -* include lod-proxy in CSp ([087c099](https://github.com/pietervdvn/MapComplete/commit/087c099e2e633237b00748ee5d3dbba454999881)) -* incorrect path in error message ([5da8952](https://github.com/pietervdvn/MapComplete/commit/5da895276c5d5447bea7094d81d371e99458ff7e)) -* **index:** search got confused as it didn't have an id for the list items ([6f42884](https://github.com/pietervdvn/MapComplete/commit/6f4288476eebf7b0e8af6177bff066d06f3823dc)) -* init indexedFeatureStore with a default map as to fix crash upon loading if a pending change is present ([377c411](https://github.com/pietervdvn/MapComplete/commit/377c411143c577752014842bbc205093c9ebfdc4)) -* initialize user settings with a strict value to be able to override it ([57e0093](https://github.com/pietervdvn/MapComplete/commit/57e0093e478f541c46145a72dbfb9fc70d467633)) -* interpret missing level tag as 'level=0' ([5d8b422](https://github.com/pietervdvn/MapComplete/commit/5d8b42216236d49b6bcf328e8a009884f697e312)) -* keep map mouse-interactive when panning with arrow keys, some CSS-tweaks ([512bb4c](https://github.com/pietervdvn/MapComplete/commit/512bb4c00e1fed39927c8bd40aaef378db64d648)) -* layers now compile again ([1c99173](https://github.com/pietervdvn/MapComplete/commit/1c99173f32112b332ce38f926623fa2c27f89ab8)) -* lines with opacity have colour again ([f0d9365](https://github.com/pietervdvn/MapComplete/commit/f0d9365e06eb533f0bf0a47c21ce58834fc5cabd)) -* load element if set in the hash ([9090dda](https://github.com/pietervdvn/MapComplete/commit/9090dda6889a4e4eda33b9d634fb22da3aedadd8)) -* load translations for PDF-export internally ([d103911](https://github.com/pietervdvn/MapComplete/commit/d103911d143803c9e0373a673110009a785f94da)) -* loading oneway arrows on multiple layers; fix nullpointer ([1678427](https://github.com/pietervdvn/MapComplete/commit/16784270ce45560520d4e9b19d81bd04da7033ee)) -* long domain names cause horizontal scroll with taghints ([eb47c4d](https://github.com/pietervdvn/MapComplete/commit/eb47c4d5b9a0379cc87b773c73638965fb247ee8)) -* make levelselector clickable again, fix [#1416](https://github.com/pietervdvn/MapComplete/issues/1416) ([8b5daef](https://github.com/pietervdvn/MapComplete/commit/8b5daefc9063c818eeea6e044167787feb31d4b5)) -* make sure that a 'hidden' tagRendering cannot be accidentally selected ([5585f02](https://github.com/pietervdvn/MapComplete/commit/5585f02cad0c737f99c16433d7a61f3a5f3743d3)) -* make sure that the passed-in-location of the map is respected, prevents random jumps in the location input ([5c01f6a](https://github.com/pietervdvn/MapComplete/commit/5c01f6ada95ab1410310d4f084f593b6f561cc53)) -* make sure the background is always below the rendered layers ([2769747](https://github.com/pietervdvn/MapComplete/commit/2769747737964a509897ccce4702a9ea9ebefcd8)) -* make text a translation ([418e0cd](https://github.com/pietervdvn/MapComplete/commit/418e0cd149f1af50527e1f1f2c6fbec254779681)) -* make top and bottom panels click-through ([0db6a89](https://github.com/pietervdvn/MapComplete/commit/0db6a8977716e33bfa775bd731e994bf9facf0c9)) -* maproulette endpoints ([bbf6d62](https://github.com/pietervdvn/MapComplete/commit/bbf6d62c866950476ee34ff735352d8cc38daa7a)) -* maproulette import flow ([5f7cc35](https://github.com/pietervdvn/MapComplete/commit/5f7cc351c9fb3743ab1cba65327611f730440ec5)) -* maproulette item ([b6b77da](https://github.com/pietervdvn/MapComplete/commit/b6b77daef78bdc111530ec1fb17820c4fb042e57)) -* markers can rotate again ([5e453d5](https://github.com/pietervdvn/MapComplete/commit/5e453d5cf19fb63ef7516ad11e53aad4e0006bdc)) -* markers now appear correctly on PNG exports ([e5b3e15](https://github.com/pietervdvn/MapComplete/commit/e5b3e15c43672933fc3f1f6a59960514961ce377)) -* MC would crash if a pending change was present; remember preferences in order to reuse the changeset ([f2375f4](https://github.com/pietervdvn/MapComplete/commit/f2375f4877316193132f4ae4189ef5b65e7ef710)) -* metatagging of width theme ([c4ff70c](https://github.com/pietervdvn/MapComplete/commit/c4ff70ce656e941574a31120f3971375ecc7ba4c)) -* minimap takes to much space ([037c593](https://github.com/pietervdvn/MapComplete/commit/037c593f61b3adfd4ac314aef063e20049ce3cb7)) -* missing commas in elevator.json ([229e605](https://github.com/pietervdvn/MapComplete/commit/229e60538b4d9002875a63ad877324941dd4647d)) -* Move image preview below FloatOver, the popup otherwise hides the image preview ([df1fef2](https://github.com/pietervdvn/MapComplete/commit/df1fef28c02b08a1ba13e4fbd8bc6f15d6c7913c)) -* move lastClick to bottom anchor ([beea00c](https://github.com/pietervdvn/MapComplete/commit/beea00cbf079ad0c109c78d2828b7359479f0717)) -* multianswer with a free textfield did not activate ([649ed1f](https://github.com/pietervdvn/MapComplete/commit/649ed1f53a7948bafda45aab36ed214d1808b51e)) -* multianswer would not accept last option ([6f5c71e](https://github.com/pietervdvn/MapComplete/commit/6f5c71ed5a17147d5fc8c9da9f194a61f18fbb30)) -* no more duplicate link showing up, avoid crash ([7be01d5](https://github.com/pietervdvn/MapComplete/commit/7be01d5b8f789576b8b74bf07824ed660d9339a1)) -* normalization of URLs, formatting, stabilize inputHelper ([441c4df](https://github.com/pietervdvn/MapComplete/commit/441c4df4f6d3e26cf866418e5ddaea90bedd2c6a)) -* only check browserLanguage if navigator is defined; fixes tests ([a1fa3b4](https://github.com/pietervdvn/MapComplete/commit/a1fa3b494259d7cc8f4873af31d5c9a987cef972)) -* only show 'newly created' if version number is 1 or unset ([1a78ecb](https://github.com/pietervdvn/MapComplete/commit/1a78ecb85806db67f6e51e39a0882c038589a058)) -* only show fixmes on high zoom level (performance), add the option to remove a fixme ([2f5091a](https://github.com/pietervdvn/MapComplete/commit/2f5091a8cb484681d69db0ea6578dd7d26eacef7)) -* only show website icon if a website is known ([46244b8](https://github.com/pietervdvn/MapComplete/commit/46244b8345c0005f3b3648a3379149d243cfe897)) -* open correct menu if set in hash ([7a95334](https://github.com/pietervdvn/MapComplete/commit/7a953348824f6d601c16a0e632aac8353e0283fb)) -* open settings again ([894d857](https://github.com/pietervdvn/MapComplete/commit/894d857cdc35864bbd778925ef84a042d6e04aaa)) -* opening the popup if defined in the hash ([196d76d](https://github.com/pietervdvn/MapComplete/commit/196d76d9dc8736667956ad803cf5aed15f3b682e)) -* ordering of baselayers ([8379a89](https://github.com/pietervdvn/MapComplete/commit/8379a894d0fc826e33d24d05b3e44852556a60b1)) -* output tailwind into 'public/css/' instead of 'css/' ([a1f5032](https://github.com/pietervdvn/MapComplete/commit/a1f50322321d878d823ac3fc70021683dbb6ab69)) -* overpass feature source will redownload if the layers to download have changed ([bae4974](https://github.com/pietervdvn/MapComplete/commit/bae49744d95e350f7b4c1b031b8e4a178879deea)) -* overpass feature source will redownload if the layers to download have changed ([7ed5307](https://github.com/pietervdvn/MapComplete/commit/7ed53076fe206f0e260d329844eb1d8898206b01)) -* pass along initial coordinates with the location input, prevents flashing of the ocean; fix [#1469](https://github.com/pietervdvn/MapComplete/issues/1469) ([790c276](https://github.com/pietervdvn/MapComplete/commit/790c2767e2dfbdca65f56ec95bf3cd69a98e4301)) -* pass properties of snapping feature in newPointInput to render correctly ([c80085d](https://github.com/pietervdvn/MapComplete/commit/c80085dfda58c9eb73fda466d8d81731095f1672)) -* personal theme crashed due to unset defaultIcon ([6075b01](https://github.com/pietervdvn/MapComplete/commit/6075b016485808352ae84a12d5b872482693411a)) -* png correctly outputs all markers now ([905f796](https://github.com/pietervdvn/MapComplete/commit/905f796baa26b8eedc177ce7f58353331e432535)) -* precise location input picks correct location (and not the previous click) ([6d337e8](https://github.com/pietervdvn/MapComplete/commit/6d337e877589f49ed1b4b1dc60ae232dd6634342)) -* preciseInputPicker will show correct icon if snapped or not snapped to a wall ([9870391](https://github.com/pietervdvn/MapComplete/commit/98703914ca48afefb614e1f19eb15663ab3280b7)) -* presets will now also show if the layer doesn't have a name and is shown ([3f18ce7](https://github.com/pietervdvn/MapComplete/commit/3f18ce7fd387a4f60db5863cfa4f759eaf34edff)) -* pressing enter would ignore input ([95c41d6](https://github.com/pietervdvn/MapComplete/commit/95c41d672ee7f5556645925d09610f0bf36ee1c0)) -* probably fix black area outlines ([0bd9e1e](https://github.com/pietervdvn/MapComplete/commit/0bd9e1e667e659cf1b856e2aece94696089b9a20)) -* properly add 'self' to connect-src ([441a9a5](https://github.com/pietervdvn/MapComplete/commit/441a9a5ed9e5b6a37356e0f15967f66799419572)) -* properly add 'self' to connect-src (take 2) ([c823e74](https://github.com/pietervdvn/MapComplete/commit/c823e745a3e0b562ddfdb489541182ed17449336)) -* properly show hidden themes, drop 'custom theme generator'-button, drop 'professional services' button ([93adfd3](https://github.com/pietervdvn/MapComplete/commit/93adfd3da592cbf2f177123802f69a7c4fc72637)) -* questions are shown if the condition is met, fix [#1630](https://github.com/pietervdvn/MapComplete/issues/1630) ([8500276](https://github.com/pietervdvn/MapComplete/commit/85002766a8d3b8d0d4ad31410437bad72ae7ca03)) -* questions now appear when reselecting an item ([0c5e88d](https://github.com/pietervdvn/MapComplete/commit/0c5e88df7b5bdad82bf2e67b45aa817e29ca4fde)) -* questions of charging stations are now shown separately again ([fe9afb4](https://github.com/pietervdvn/MapComplete/commit/fe9afb415ff68c0b8e35fcb41fc68330a41a2b08)) -* questions of charging stations are now shown separately again ([30af019](https://github.com/pietervdvn/MapComplete/commit/30af019cdfe8dea845e92645d0ec859e439a2b90)) -* re-enable generate command ([13a35b9](https://github.com/pietervdvn/MapComplete/commit/13a35b94202ef775598fc7130b60b8839cef514a)) -* re-enable reservation question ([cebd428](https://github.com/pietervdvn/MapComplete/commit/cebd428e9ec58b708637ae34055a5c689e3004cd)) -* re-enable speed and heading in GPS-cursor ([ff47d75](https://github.com/pietervdvn/MapComplete/commit/ff47d75d41fc1fd4f576cd483150fe27cb3942d3)) -* readd missing files ([7d802d4](https://github.com/pietervdvn/MapComplete/commit/7d802d418bd52bf29b147c245e548a7704e2d45f)) -* redraw line layers on background change ([6e5fcde](https://github.com/pietervdvn/MapComplete/commit/6e5fcdef205d4616305d2bca39a1904d60954003)) -* reinstantiate uploads ([871d511](https://github.com/pietervdvn/MapComplete/commit/871d511616ae48055095e8c3485db762adc6b140)) -* remember map rotation setting ([c764839](https://github.com/pietervdvn/MapComplete/commit/c764839fdcefff316b9458067e462f282a2fe7d5)) -* remember previous, externally loaded themes ([b61c0a1](https://github.com/pietervdvn/MapComplete/commit/b61c0a11807585a1832ff410be362e74ae2a810b)) -* remove 'icons.defaults' from favourite layers, cleanup of various small typing errors ([e8569ec](https://github.com/pietervdvn/MapComplete/commit/e8569ec5404e632ebae0c71b040c1d9a9b891583)) -* remove all html-attributes from shortDescriptions in the theme overview ([39572f4](https://github.com/pietervdvn/MapComplete/commit/39572f4767f270a4a5a40d8973ae9824ac3a43d1)) -* remove empty license files, fix [#1135](https://github.com/pietervdvn/MapComplete/issues/1135) ([2eabfea](https://github.com/pietervdvn/MapComplete/commit/2eabfea8af22a3810487cdacd68d850f4432e624)) -* remove ghost bike translations from translation files and resync them, should fix the build ([0487497](https://github.com/pietervdvn/MapComplete/commit/0487497e17ace04d381d2c9d43b02f8032874e2f)) -* Remove isOpen from defaults ([11b8c61](https://github.com/pietervdvn/MapComplete/commit/11b8c619c165f6d66fed03061ad9afa052a7a096)) -* remove no longer needed translation ([0e893f7](https://github.com/pietervdvn/MapComplete/commit/0e893f7903d68f37936c9b87883ffdc31b9ff088)) -* remove no longer needed translations ([3c74a94](https://github.com/pietervdvn/MapComplete/commit/3c74a94eee676a8ff0fc2b0b85f1bf8d7487d216)) -* remove trailing ';' for opening hours, as spotted by Midgard ([36b086e](https://github.com/pietervdvn/MapComplete/commit/36b086e4141e70253e68aec59d099638d46d14af)) -* remove unneeded translation download, fix PDF-export ([1930f7b](https://github.com/pietervdvn/MapComplete/commit/1930f7bb53f4d477c2529471b478db77ddcc012b)) -* remove unneeded URL parameter ([365d573](https://github.com/pietervdvn/MapComplete/commit/365d573b7c0d36bfa675cc637e6223abe770f3a0)) -* remove unused property ([99b0135](https://github.com/pietervdvn/MapComplete/commit/99b0135fa9b44639189a1c9e690cf5829010c6e7)) -* rendering of 'inline' was not dynamic ([60d825d](https://github.com/pietervdvn/MapComplete/commit/60d825de3c94afad79351f492c691af3d2109f60)) -* rendering of indoor room icons ([6235e23](https://github.com/pietervdvn/MapComplete/commit/6235e231922b64adba86b012422175347a9887c1)) -* replace all mentions of 'mapcomplete.osm.be' with 'mapcomplete.org' ([7321004](https://github.com/pietervdvn/MapComplete/commit/7321004c19212b0849394b9d541583e52e4ec5e6)) -* reset translations ([ad952fc](https://github.com/pietervdvn/MapComplete/commit/ad952fcaf284b1669cee4657389cf36a52ee334c)) -* resize svgs ([89186c8](https://github.com/pietervdvn/MapComplete/commit/89186c8610185e56bf9afa78b2765c45b2a939bd)) -* restore loading of custom themes ([bcb2ecf](https://github.com/pietervdvn/MapComplete/commit/bcb2ecf6ab6c372cd41dd79780b027c79cb4a49e)) -* reviews need an uncertainty ([bc96288](https://github.com/pietervdvn/MapComplete/commit/bc96288d3d75f24fb12620d050f472029c5df135)) -* rotation of the GPS-marker ([bbc7698](https://github.com/pietervdvn/MapComplete/commit/bbc7698b1281ad654c00c54bf58b9de7ba1e71e6)) -* safari-specific fixes ([059ef2c](https://github.com/pietervdvn/MapComplete/commit/059ef2c1bc2ea5fb377a0f1e253652c0c243e250)) -* schemaBasedArray ([a7599f6](https://github.com/pietervdvn/MapComplete/commit/a7599f6d7f5a061cb1971ee8170f9f039ea2e2de)) -* set share capability to 'no' if running from console, fixes tests ([af7bc0f](https://github.com/pietervdvn/MapComplete/commit/af7bc0f7ce686147608256e1c5dd0a9d24388945)) -* setting the language does not overwrite the user setting anymore ([c6283ac](https://github.com/pietervdvn/MapComplete/commit/c6283ac7205f69c1a42e8cf16e5f4f1ab2c239f8)) -* share button ([84cbd2f](https://github.com/pietervdvn/MapComplete/commit/84cbd2fbc00d3d9e386a3b485dd4fa61c8000722)) -* show add new point fullscreen again ([aad31f6](https://github.com/pietervdvn/MapComplete/commit/aad31f649e733d108c63297aa6d25bf87ac73c34)) -* show preferred languages (according to OSM) in usersettings ([0ea103f](https://github.com/pietervdvn/MapComplete/commit/0ea103f24780ef2c6ba191cbd4891716bb2d86f6)) -* show tags that will be applied if setting is 'full' ([0b82661](https://github.com/pietervdvn/MapComplete/commit/0b826612e93c0b120f99b6927c57c13b60c2835f)) -* show tags that will be deleted with strikethrough in TagHint ([15a481f](https://github.com/pietervdvn/MapComplete/commit/15a481f864b4afb7b650fd150f0ce7d46c9d1e78)) -* size of new element picker map ([#1701](https://github.com/pietervdvn/MapComplete/issues/1701)), add debug info about GPS ([9407ed3](https://github.com/pietervdvn/MapComplete/commit/9407ed35b109660a9b23c2b71fd15f3ecf1dc0d0)) -* small bug in script ([795d6d2](https://github.com/pietervdvn/MapComplete/commit/795d6d2e072d13c1d64259ac8ff960d618c2deba)) -* small CSS fix ([1b8970b](https://github.com/pietervdvn/MapComplete/commit/1b8970b34aae337edfe5567315cc36319add1ff7)) -* SPDX-compliance ([6c4b464](https://github.com/pietervdvn/MapComplete/commit/6c4b464f14ed2851980da34e12df355cb8137ba7)) -* special loginbutton now actually works ([6a4def6](https://github.com/pietervdvn/MapComplete/commit/6a4def67ca97b55beb26445a0ddb713149527cc5)) -* stabilize change injector ([efdff63](https://github.com/pietervdvn/MapComplete/commit/efdff6335f5075f74156b5b1258ae69ab058705b)) -* stabilize opening hours, make delete clickable again ([cc60d2a](https://github.com/pietervdvn/MapComplete/commit/cc60d2a5fbae3a14d63aa859fa02e2b09e1e48f9)) -* stabilize rendering of linelayers ([055e5a8](https://github.com/pietervdvn/MapComplete/commit/055e5a801b60276cdfcf31870fae29e6af30521b)) -* style issue, types ([5932dc7](https://github.com/pietervdvn/MapComplete/commit/5932dc7ad4b532c45d6e6bff95f46f6cb26645b2)) -* style of tabbedGroup-elements needed an 'important' to work in production ([5a2e54b](https://github.com/pietervdvn/MapComplete/commit/5a2e54b00a86b4ac0f91b69aa55ff3c36939e8ab)) -* style tweaks to link feature ([bd71645](https://github.com/pietervdvn/MapComplete/commit/bd71645c04e819a28c355da5c898293092b51068)) -* styling issues; refactoring: remove 'SearchAndGo' ([0e81b65](https://github.com/pietervdvn/MapComplete/commit/0e81b653631a97699ba07ce5d34b61bc4422a5d1)) -* styling of OH input, fix [#1489](https://github.com/pietervdvn/MapComplete/issues/1489) ([064f875](https://github.com/pietervdvn/MapComplete/commit/064f87537f450e40b76d936d7793ea9036b2b181)) -* styling of PH-input in OpeningHoursInput, fix [#1422](https://github.com/pietervdvn/MapComplete/issues/1422) ([a9c25d3](https://github.com/pietervdvn/MapComplete/commit/a9c25d378a709e3ac7b4a76919ae10cf405dacec)) -* substitute name ([408e782](https://github.com/pietervdvn/MapComplete/commit/408e7826269dc30d97f89e6e1fd097dae69b7923)) -* substituteKeys works correctly if newline is in the text, fix 'send email to report broken'-button by porting it to svelte ([b4f65bf](https://github.com/pietervdvn/MapComplete/commit/b4f65bf2f7ce2a6993906076353acc11a1d64d94)) -* subtleLink should not open in a new tab ([61c417c](https://github.com/pietervdvn/MapComplete/commit/61c417c546e828dbed2356c35eebfe4cf2ef403d)) -* Support contact:email and contact:phone in icons ([7bcefe5](https://github.com/pietervdvn/MapComplete/commit/7bcefe527ce080b3f7b7c48fdd1a828289b126c3)) -* svg image generation script ([f9b1e9b](https://github.com/pietervdvn/MapComplete/commit/f9b1e9b2de8f4aa657272d714385c1c7fbfdb3b3)) -* temporarily only warn for incomplete translations ([adb5d89](https://github.com/pietervdvn/MapComplete/commit/adb5d892fb39cdf63ea65d95ef5079f0efed6324)) -* tests ([238de89](https://github.com/pietervdvn/MapComplete/commit/238de89ad54fd0c8c0d4bf75f49282d7921f21a2)) -* tests ([841be16](https://github.com/pietervdvn/MapComplete/commit/841be16dffd8219713a1bc00b9a8409195a8f82d)) -* tests ([1d54356](https://github.com/pietervdvn/MapComplete/commit/1d543563d702f6af424e1df041191632126ed805)) -* tests ([2a73c43](https://github.com/pietervdvn/MapComplete/commit/2a73c43a5fc652f7d91c8d89cf47d0ce8853ee62)) -* the search bar on the theme index was not clickable on wide screens as the 'centermessage' hovered over it invisibly ([af7672a](https://github.com/pietervdvn/MapComplete/commit/af7672a0e00de4e3d75a85678b4528093515fb7e)) -* theme compilation ([86d0de3](https://github.com/pietervdvn/MapComplete/commit/86d0de380644c92fe90f4dd87aa4399074fdc42e)) -* **themes:** remove 'unkown' mapping from hydrants, the unkown case is handled by MapComplete ([4850e50](https://github.com/pietervdvn/MapComplete/commit/4850e5094a49a16d3975795fd1f25a81f2e13a5a)) -* turn favourites black again, sync them globally ([14594b2](https://github.com/pietervdvn/MapComplete/commit/14594b286dd2278bc64ed27f0305b76596d7e190)) -* tweaking addNewPoint-flow ([d0e0abd](https://github.com/pietervdvn/MapComplete/commit/d0e0abdece560799a9770b74d0992c42ebe89ed6)) -* typo ([929093d](https://github.com/pietervdvn/MapComplete/commit/929093d36f13ab1861d533f4d93152a7ddd1e6dc)) -* typo ([2671d01](https://github.com/pietervdvn/MapComplete/commit/2671d0158983c7befb9f5c8d3e91544a50408c6b)) -* typo ([752de10](https://github.com/pietervdvn/MapComplete/commit/752de107ab6a50f8e513b0c7307b44dc6094d974)) -* typo ([8531571](https://github.com/pietervdvn/MapComplete/commit/8531571c7be653339d752f953a8725d94eec692c)) -* typo ([de99f56](https://github.com/pietervdvn/MapComplete/commit/de99f56ca8fe34e361a7c6345d147f8295293f57)) -* typo ([3a25106](https://github.com/pietervdvn/MapComplete/commit/3a25106a5ab7bd958cfe731d8e1e959b5b07b23e)) -* typo in charging_station.protojson ([21d01a4](https://github.com/pietervdvn/MapComplete/commit/21d01a46f9164a872145c03fe845233c6cd47f8b)) -* typo in elevator.json ([374a4eb](https://github.com/pietervdvn/MapComplete/commit/374a4eb22211ecfbe8a04569d89b8236f109b8ed)) -* typo in filter ([366577f](https://github.com/pietervdvn/MapComplete/commit/366577f70b40765b3e10ccae222193ca07cae4bb)) -* typo in tag ([a903112](https://github.com/pietervdvn/MapComplete/commit/a9031129d3dddfdd0ab1d2d83d371b872a0d5180)) -* **typo:** s/bick_wal/brick_wall/ ([753efef](https://github.com/pietervdvn/MapComplete/commit/753efef38f1f1a4f731c0c66408c7adddb26a967)) -* undo accidental changes, fix saving preferences ([ff3a7f8](https://github.com/pietervdvn/MapComplete/commit/ff3a7f8f4372d46b0aba61aa12115da4207f2331)) -* units which used a 'string'-validator might not detect the actual denomination. They have now been forbidden and fixed ([7b497f9](https://github.com/pietervdvn/MapComplete/commit/7b497f991d788c991457f1167d472a77f2789cdc)) -* unselect layer, prevents that 'lastClick'-popup opens on map click ([63ffa11](https://github.com/pietervdvn/MapComplete/commit/63ffa11238766962cab6b1c8cedcd0153504d45e)) -* update and simplification of sharescreen, rename some feature switches, remove some no longer relevant feature switches ([96d0367](https://github.com/pietervdvn/MapComplete/commit/96d036781f55987732629355be118373c363830d)) -* upload flow deals better with point reuse: it actually opens the feature now ([c14cbc9](https://github.com/pietervdvn/MapComplete/commit/c14cbc9fe95bf1d2432ea7290cae0d0f7a9b6ada)) -* uploads were broken ([efd6b30](https://github.com/pietervdvn/MapComplete/commit/efd6b30e1b41024ee4b7c0f6cf69a49f87f5da69)) -* URL-parameter language disables the language picker, fix [#1506](https://github.com/pietervdvn/MapComplete/issues/1506) ([3ca8ba1](https://github.com/pietervdvn/MapComplete/commit/3ca8ba18fd6a1569214f5d6298eca291cb8ceefc)) -* URL-parameter language disables the language picker, fix [#1506](https://github.com/pietervdvn/MapComplete/issues/1506) ([2f5c89f](https://github.com/pietervdvn/MapComplete/commit/2f5c89f8c5a7aa7adbe83d1b9cf98e198f9f1aab)) -* use api.openstreetmap.org on many places, fix [#1573](https://github.com/pietervdvn/MapComplete/issues/1573) ([8fccf78](https://github.com/pietervdvn/MapComplete/commit/8fccf784786074e22a4d437dc8a38c58bf54c375)) -* use correct backend address (including www.) ([c320239](https://github.com/pietervdvn/MapComplete/commit/c320239610f15083d1d050f17e337780621f7dc3)) -* use correct branch to deploy ([9c0dac2](https://github.com/pietervdvn/MapComplete/commit/9c0dac28ad0604026936cc68c5238927978b250a)) -* use correct relocation icon again ([cdb1bb2](https://github.com/pietervdvn/MapComplete/commit/cdb1bb23b8e5df8bd1f2e0732ff14f3bd55935f5)) -* use correct snapping ([ec2e0e1](https://github.com/pietervdvn/MapComplete/commit/ec2e0e1de168f9f4551f86ff73b070a6e4ccdd77)) -* use https for extractGraph endpoint ([f89123d](https://github.com/pietervdvn/MapComplete/commit/f89123d318ebb24553b842884e0aad3b9adf6570)) -* use proper circle for bench and artwork ([e2a56f5](https://github.com/pietervdvn/MapComplete/commit/e2a56f5e5cc469c95974625f561a4a5229b5cb9a)) -* use proper selected element ([dbff953](https://github.com/pietervdvn/MapComplete/commit/dbff95309642178dcccb4a0a365a263c722c5a96)) -* use theme.html?layout= instead of layout.html if a local deploy is detected ([db67600](https://github.com/pietervdvn/MapComplete/commit/db6760015f69239dc51cc47c866635927cd9dadf)) -* use translated value for community index tab ([a3a7c53](https://github.com/pietervdvn/MapComplete/commit/a3a7c536fbce04698a05847da429d1bacc851aad)) -* use translated value for community index tab ([22ee806](https://github.com/pietervdvn/MapComplete/commit/22ee806090a8679ea2951d84af47e4de8314925c)) -* use www.openstreetmap.org again, it doesnt work ([580b58e](https://github.com/pietervdvn/MapComplete/commit/580b58e86a974432b068b073a047c22864621126)) +* _actually_ fix [#1706](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1706) ([6577007](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6577007717910bf46086490da8e9d549b63f1891)) +* _actually_ run the *.spec.ts-tests... ([82a860c](https://source.mapcomplete.org/MapComplete/MapComplete/commit/82a860cbf5bad2ab1b4d9b806e9f18e4d5cbc054)) +* [#1093](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1093) ([5a6ed7b](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5a6ed7bf21aaaf677c05e572afacd53443eb2d59)) +* [#1685](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1685), fix oopsie ([d96fe61](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d96fe614624771bed99c418bbc9bb4f09ce7bd3a)) +* a freeform key will mimick a mapping if appropriate (and avoid the 'addExtraTags') ([68ea4e3](https://source.mapcomplete.org/MapComplete/MapComplete/commit/68ea4e3d9f255e989cf158159b434ed6bfc6f55a)) +* actually allow to login via prominent login button ([4be49a0](https://source.mapcomplete.org/MapComplete/MapComplete/commit/4be49a0561531c729d9d46d5e99571056d2492df)) +* actually apply preferred background layer ([b69c2de](https://source.mapcomplete.org/MapComplete/MapComplete/commit/b69c2de3f41e7737ceec919214f0748634d9dfd3)) +* actually attempt to login when login button is pressed ([f1de8a3](https://source.mapcomplete.org/MapComplete/MapComplete/commit/f1de8a3d9dafad4860ebb380c113ff2f253d13db)) +* actually deploy on the production repo ([ca89956](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ca899561d55626b9c2c14f90d60d01c8c1276823)) +* actually include _all_ features ([8f7b731](https://source.mapcomplete.org/MapComplete/MapComplete/commit/8f7b731d29ca7daec1063a6833716e86333b0ffd)) +* actually load geojson layers; formatting ([cbc4e6e](https://source.mapcomplete.org/MapComplete/MapComplete/commit/cbc4e6eb15a2a6d7f9693a24f35839886b4f3544)) +* actually open usersettings when license is clicked ([c10fecb](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c10fecb7e8293190b07a2fc3ff90b6f830a75103)) +* actually pass the initial coordinate in the locationInput element, fix [#1486](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1486) ([68e07d7](https://source.mapcomplete.org/MapComplete/MapComplete/commit/68e07d7d7beca5b4ea26b9fc6ff964014d28af4b)) +* Actually show errors in custom themes now ([6a79dde](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6a79dde743264c272e461614ae718044d90a7080)) +* actually show HD image for nearby streetview imager, add loading indicator ([8b6ee87](https://source.mapcomplete.org/MapComplete/MapComplete/commit/8b6ee877f08a584df7d3bc8706292b6eeb11f030)) +* actually show polygon_centroid ([5a957d5](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5a957d56c73771a1fa2560dbd8755a7eebe36285)) +* actually show tags on changes when the user has enough changesets ([d702134](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d7021344e890bede888ea3412270420e033207f7)) +* actually upload new themes ([6446586](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6446586ac581fa3994e58dba62a365afde7d5937)) +* add 'maxspeed=20' to living street ([fd9c48b](https://source.mapcomplete.org/MapComplete/MapComplete/commit/fd9c48b5b56fe7a08e3532cad777246b82b3a073)) +* add 'onbeforeunload' if images are uploading, see [#1841](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1841) ([ce7bc8f](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ce7bc8fb6cc373e96179e57395818d6e6befd942)) +* add 'self' to connect-src ([3bca130](https://source.mapcomplete.org/MapComplete/MapComplete/commit/3bca1305b504ba08203a09916fe849365eca0458)) +* add all global layers to CSP ([93630bd](https://source.mapcomplete.org/MapComplete/MapComplete/commit/93630bd1db9e71f5e62619b2d02aaf18b42222f6)) +* add all needed urls again ([ce1855b](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ce1855b2bd322044f9710a4dab38287298ad5fc6)) +* add all vector layers to CSP ([2736740](https://source.mapcomplete.org/MapComplete/MapComplete/commit/2736740cd0d777450f8da7eea76f1defa7993944)) +* add awaitAnimationFrame to fix non-working questions ([d744fd3](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d744fd3a42bedb64de7de1562b6f4ee31ba9d254)) +* Add button to go back to the map when showing that a point is deleted, fix [#1417](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1417) ([55903d4](https://source.mapcomplete.org/MapComplete/MapComplete/commit/55903d45f933ebbfd7971a14296fe2dac1b6fa96)) +* add carto vector layers again ([5e2a989](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5e2a98924c2a0efdb1f75a213efe7114df5e0cae)) +* add check for missing 'noopener' attributes; add missing noopener attributes ([6e8617c](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6e8617c93fd0fde8f0b27c035625e68d143f9b58)) +* add check that no changeset is opened without actually having changes ([2843b01](https://source.mapcomplete.org/MapComplete/MapComplete/commit/2843b01586fd40a2e0d4dc92861b9d001d1684d3)) +* add correct attribution for maptiler bg layer ([c90b334](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c90b334678ac44346d82302599647236b3c0df09)) +* add default value for setStatus ([eede2d1](https://source.mapcomplete.org/MapComplete/MapComplete/commit/eede2d17dd411a3b27295a9efab8cb69df3b57c2)) +* add dutch translation ([a55b84d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a55b84dba18564e0959bd709b0da0e5b228d3ca0)) +* add execute permissions to build script ([5567869](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5567869bb4ede7a56c174b960aff734de06ea67f)) +* add extra refresh:layeroverview in order to fix the favourites theme icons ([c65ccdb](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c65ccdbc240ad5406189e48bd92c40569d19bc3c)) +* add glow effect to bench theme for selected object ([75b1a46](https://source.mapcomplete.org/MapComplete/MapComplete/commit/75b1a467e0307cee94a0af9e482a3ab5e8ac4ccd)) +* add glow effect when dropping an image in the file selector; fix [#1496](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1496) ([426620a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/426620a76c4a6ca86181dec73da90d076f73c9aa)) +* add language picker in settings page if logged out, fix [#1505](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1505) ([a7ff3b8](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a7ff3b86faa90e70d3496f973c72b0265f993708)) +* add links and overpass link to cafe_pub ([41b6eea](https://source.mapcomplete.org/MapComplete/MapComplete/commit/41b6eea430cbb6f504deb7a3e4fb5cf493004d6f)) +* add maxzoom to osm.carto-layer, see [#1664](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1664)$ ([5f918b6](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5f918b607b9034c5a8ce6bcdd003caf8efe1466b)) +* add missing assets ([f2b8c0d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/f2b8c0db0f80bf503f2b4332d66cbede0736f82a)) +* add missing tag ([c5300a3](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c5300a3fd5b46e611a4604ad9c0483f823396dda)) +* add new items works again, fix [#1593](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1593) ([c527427](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c527427f70990006b9c71ef472bbe45d2c9bff70)) +* add safety check to not overuse the OSM-api ([4602df3](https://source.mapcomplete.org/MapComplete/MapComplete/commit/4602df30469b57a57b9b8e1b8c6cc5c70ff901d7)) +* add script integrity, add check to validate that script integrity is always in place ([08bbbca](https://source.mapcomplete.org/MapComplete/MapComplete/commit/08bbbcabc402abcf328274bb2990d59b47580376)) +* add selection indicator to artwork ([ec99ab2](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ec99ab24f806e8d43ae89ab8f33f570f43ce59fb)) +* add support for legacy iconSize to fix some custom themes, see [#1494](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1494) ([200361b](https://source.mapcomplete.org/MapComplete/MapComplete/commit/200361bf8dcd17f47574539137b2c42cb745143a)) +* add text on cancel button ([1208e09](https://source.mapcomplete.org/MapComplete/MapComplete/commit/1208e095cf3fe87a2c9948a0c6666705c14c5e52)) +* add the minimap again ([e83b8cb](https://source.mapcomplete.org/MapComplete/MapComplete/commit/e83b8cb19183b53c4d6b24b4f621900fd14280fa)) +* addnewpoint-dialog works again ([8ed0a32](https://source.mapcomplete.org/MapComplete/MapComplete/commit/8ed0a32d153d4a434602c86a85eaf02881f6d480)) +* alias 'urls' as 'website', fix [#246](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/246) ([87e79b8](https://source.mapcomplete.org/MapComplete/MapComplete/commit/87e79b8e8c981f5b0daa105097c514273ce6be3e)) +* allow selection of the first radiobutton ([8fafd0a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/8fafd0a8a5701323c6e25210ac6310dc418e31eb)) +* allow to delete freeform values in more cases ([9b78838](https://source.mapcomplete.org/MapComplete/MapComplete/commit/9b78838745f41f3e42f158c9959c695e4160e7e8)) +* allow to link multiple mapillary-images ([286fe72](https://source.mapcomplete.org/MapComplete/MapComplete/commit/286fe729359db1ec36328768a6a7662a9e951ce8)) +* allow to move (non-snapped) points again after fixing [#1809](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1809) ([77f07f5](https://source.mapcomplete.org/MapComplete/MapComplete/commit/77f07f55ecf9140c1c556fb4147c7d5cb74b0645)) +* alltags shows objects as JSON instead as [object Object] ([1df28ab](https://source.mapcomplete.org/MapComplete/MapComplete/commit/1df28ab50199310928974a07809b65e854df1525)) +* also copy png assets ([8f32916](https://source.mapcomplete.org/MapComplete/MapComplete/commit/8f32916454b63939d63c7496f7ba7b30f6f038cc)) +* also show location info on shake if GPS is disabled ([4c5d24a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/4c5d24a0a7dacc393c0a4328c99b5e5e08058b0b)) +* always allow www.openstreetmap.org ([6b4be12](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6b4be1200c60664bbbee87f9f8f8e3d821a277c3)) +* always link to the wiki when tags are shown ([8dfef62](https://source.mapcomplete.org/MapComplete/MapComplete/commit/8dfef624323b8b93098150115d93f4089b846fb2)) +* attempt to fix build ([0e8c3b1](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0e8c3b10626f6f37e54b8ef96c11fb5dc113fe7a)) +* attempt to fix build ([0e760b9](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0e760b908c4955300b9d329f6d7eb9fb475713d3)) +* attributes to answered questions didn't automatically show, questions which became available are now shown if they become avaible because of a tag change. Fix [#1587](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1587) ([7de0af1](https://source.mapcomplete.org/MapComplete/MapComplete/commit/7de0af15f100815288fea4fdb13f3e845bc79088)) +* await 'country' to be loaded ([3c5bde1](https://source.mapcomplete.org/MapComplete/MapComplete/commit/3c5bde1ae3ff3ed1aa72bb1463a4690e16f941e6)) +* background layer csp fixe ([713e53c](https://source.mapcomplete.org/MapComplete/MapComplete/commit/713e53c41a840ae1e66cb9a36e06e0e9361285bd)) +* better error handling and handling of changes ([7813653](https://source.mapcomplete.org/MapComplete/MapComplete/commit/78136532651ebcea6a2d2d94e42b2775bb9e92e3)) +* better select available levels ([7b73578](https://source.mapcomplete.org/MapComplete/MapComplete/commit/7b73578f88b09ee65f923c363a884d91f20d2fae)) +* broken titleIcons (fix [#1344](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1344)) ([bdcf8a2](https://source.mapcomplete.org/MapComplete/MapComplete/commit/bdcf8a26014b01e8128ece897e4b98286722d0e4)) +* browser specific bug which caused the file selector to open twice on chromium; fix [#1771](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1771) ([9893e43](https://source.mapcomplete.org/MapComplete/MapComplete/commit/9893e433f3bb43fbea80beb2a73ea4e271a01491)) +* bug submitted comments on notes twice ([5be4b9d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5be4b9d1fb1e5a5e2cb03e314d4d65370aa44957)) +* build ([cef7e01](https://source.mapcomplete.org/MapComplete/MapComplete/commit/cef7e01a2e7855d214d4a5ca75fc032a2b1d123a)) +* build ([8556196](https://source.mapcomplete.org/MapComplete/MapComplete/commit/8556196acec5652ab39baaaa14ac911cb6dc5a15)) +* build ([dbca260](https://source.mapcomplete.org/MapComplete/MapComplete/commit/dbca2601324cd79d5d2d7d0398d002565d8825de)) +* build ([2a21040](https://source.mapcomplete.org/MapComplete/MapComplete/commit/2a2104055185e1f9fa8f1cad620606b690527a0c)) +* build ([29ee113](https://source.mapcomplete.org/MapComplete/MapComplete/commit/29ee113e30c11edc670331f1fb67f41e08f9ab50)) +* build, some metatagging errors ([0d529e7](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0d529e7cca4f044ab4c5fd4491e3704678598862)) +* build; subtle bug ([5644c7a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5644c7a8b87a0fb17e846a4c370ac432cc03ca15)) +* bypass missing favourites in custom theme loader ([6f59e46](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6f59e46befd0ba1df57066400f3d2bbf00166f5b)) +* charging station theme uses anchor too ([39024eb](https://source.mapcomplete.org/MapComplete/MapComplete/commit/39024eb5f3f68b5dba6b10d8dcf07fe2c5c67fbc)) +* charging_station.protojson ([f042ca4](https://source.mapcomplete.org/MapComplete/MapComplete/commit/f042ca40701e269a02254289a35acd43aaed05b0)) +* chromium browsers don't handle spaces in `tel:`-links well ([4168ef0](https://source.mapcomplete.org/MapComplete/MapComplete/commit/4168ef01e333784f738fafa15d1eb7d7c4c527c7)) +* cleanup merge ([e160510](https://source.mapcomplete.org/MapComplete/MapComplete/commit/e16051025a0f7c827c90db7251596be0c5e902c9)) +* cleanup of wikipedia panel, fix [#1570](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1570) ([203f24f](https://source.mapcomplete.org/MapComplete/MapComplete/commit/203f24fca01047edd2f01ed541fc93841ac1f17d)) +* clicking the magnifying icon actually works now ([5478711](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5478711bed8806d4cd5ae0ffe69ab64f3293fa69)) +* compilation warning ([5851531](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5851531306b2cb2cebfb459e5c5bef284b8c3e94)) +* correct 'sync repo' step ([ecd84c2](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ecd84c2cf6174bddad5d1759caeeeea761e1b9f1)) +* correct CSP header for iOs/safari ([54868de](https://source.mapcomplete.org/MapComplete/MapComplete/commit/54868debec137c57b8dd45024332854150cc8f0f)) +* correct default access assumption ([ea06152](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ea061524737b343bec120356b8822d185cdefd85)) +* correct default sed param for BSD sed flavor ([46fe1c5](https://source.mapcomplete.org/MapComplete/MapComplete/commit/46fe1c5795a110c541ed97548c426b205705ff2d)) +* correct faulty name ([0952200](https://source.mapcomplete.org/MapComplete/MapComplete/commit/09522004db01453dcdb9a26670c3d7ef6f4e1eee)) +* correct filters ([4d2d541](https://source.mapcomplete.org/MapComplete/MapComplete/commit/4d2d54175ca5b4af5a258bf7d1b89debab9f8f8e)) +* correct maybe missing option in etymology layer ([a8ecab4](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a8ecab4d794c219301d636594933520c87fd8d75)) +* correct merge conflict ([e6d8401](https://source.mapcomplete.org/MapComplete/MapComplete/commit/e6d84019a579daed01a34cf67825689511fd9c0a)) +* correct minzoom on all themes ([bde5878](https://source.mapcomplete.org/MapComplete/MapComplete/commit/bde5878fedae0eac20db8bb4c6eca81f904e20fd)) +* correct sed command to be OSX compatible ([e21eb65](https://source.mapcomplete.org/MapComplete/MapComplete/commit/e21eb6596ee85471b8cbbd6776fa65647786bfda)) +* correct typings ([2f17e6e](https://source.mapcomplete.org/MapComplete/MapComplete/commit/2f17e6e53259193c06d1764188a1a9602fbd97bb)) +* Correctly calculate available levels, reselect last_click automatically ([4c962ea](https://source.mapcomplete.org/MapComplete/MapComplete/commit/4c962eab21af8146d9d57f7d12cd08cdd4a642d6)) +* correctly escape markdown ([4d01d81](https://source.mapcomplete.org/MapComplete/MapComplete/commit/4d01d81e1e87ca5a18b6d0fd7b9f232c77cda936)) +* correctly flatten special cases ([7ba0e73](https://source.mapcomplete.org/MapComplete/MapComplete/commit/7ba0e736a87492bc64e5f73811a6c790851c59d9)) +* correctly flatten special cases ([593d7bd](https://source.mapcomplete.org/MapComplete/MapComplete/commit/593d7bd07ac520875c5acfcab5df364fb04dd77c)) +* correctly interpret 'hideInAnswer'-conditions, recalculate them dynamically ([37dc6a7](https://source.mapcomplete.org/MapComplete/MapComplete/commit/37dc6a71616fc9510d1bf6e814060390dd329629)) +* correctly optimize 'key=A&key!=B' into 'key=A' ([d8a5f3c](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d8a5f3c2be985c4fcbedfda09564ae5d02e6e5b4)) +* correctly replace fields in filterview ([ae491f4](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ae491f491652798344273d18fb42f1d27108ba4b)) +* crash in new note flow, spotted by [@Thibaultmol](https://source.mapcomplete.org/Thibaultmol) ([3e49929](https://source.mapcomplete.org/MapComplete/MapComplete/commit/3e49929f253f8ae1f945d9df4eb3398b39030a43)) +* css-generate script; loading of stylesheet in style_test, add small buttons to style_test ([6bed170](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6bed170910cdf6fd2ca68eb9d1b65779287afa5d)) +* CSV download ([c1bce7a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c1bce7abc76984ddb84f112d1b7367e5822d5763)) +* decent PDF-export ([de20b00](https://source.mapcomplete.org/MapComplete/MapComplete/commit/de20b00b8f8af6796cbab060262d85a5ab171c5d)) +* direction input does not scroll anymore when dragged, fix [#1468](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1468) ([102892e](https://source.mapcomplete.org/MapComplete/MapComplete/commit/102892ec774501b2811179b333217fb81efe33bb)) +* disable 'delete'-button if no reason is selected, fix [#1631](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1631) ([6b6b1e3](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6b6b1e32862c7021cff99c2b340a50ae5822cf60)) +* disable check ([b2e7b7d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/b2e7b7d221a6dbc12f73505522a5d29bd6d36244)) +* disable rotation on mobile if the user enabled this ([93a30fd](https://source.mapcomplete.org/MapComplete/MapComplete/commit/93a30fdba5edfd91c19050013aa4f58123ce127c)) +* don't attempt to show an osm wiki page as image, fix [#1776](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1776) ([7dc43f9](https://source.mapcomplete.org/MapComplete/MapComplete/commit/7dc43f933e84b73f99935ceba4638fe85e376c94)) +* don't count layers if they are not shown by default, fix [#1840](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1840) ([d848171](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d848171c3d795e31a73b10d687b475de30e8f39c)) +* don't crash if 't' is undefined ([b1c4097](https://source.mapcomplete.org/MapComplete/MapComplete/commit/b1c4097cb480785d2e644a3da072055d1778a17c)) +* don't crash if no features nearby ([b6a4cc1](https://source.mapcomplete.org/MapComplete/MapComplete/commit/b6a4cc11bdf25c4cf09e55ad802eb0d460311c9d)) +* don't crash if no features nearby ([c2001f1](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c2001f17a55937bbc09e52d730828c9234bf30ef)) +* don't measure compass if alpha is null, fix [#1787](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1787) ([3461ed6](https://source.mapcomplete.org/MapComplete/MapComplete/commit/3461ed60990fc91e399ef3c4cd082029db2059dd)) +* don't move the map after we jumped to the current GPS location ([f31b025](https://source.mapcomplete.org/MapComplete/MapComplete/commit/f31b025b8dba7218576c58ef6bc2b3101052beb7)) +* don't set invalid coordinates ([fbc3bce](https://source.mapcomplete.org/MapComplete/MapComplete/commit/fbc3bce5109ffa95491b792d4c7870167f9915ba)) +* don't show both counts and summary at the same time ([d6dbeca](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d6dbecace26b9dc52da61d19b767469190a0e8be)) +* don't show duplicate entry of default baselayer if already added ([7ef1628](https://source.mapcomplete.org/MapComplete/MapComplete/commit/7ef1628d87f32240746251b3e7b4bfdfdbebf6cb)) +* Don't show item if there is no label ([7edc730](https://source.mapcomplete.org/MapComplete/MapComplete/commit/7edc7302bbb6f0884e6652a429e00705f64413bb)) +* don't show preset_type special vis if no presets are given ([cf3b414](https://source.mapcomplete.org/MapComplete/MapComplete/commit/cf3b4145ff68871a2040b15ccb6d030b59c448ad)) +* don't show radiobuttons if only one option is available ([8e68ca0](https://source.mapcomplete.org/MapComplete/MapComplete/commit/8e68ca03ab33cf91df83f1e1d2750723cfb0370b)) +* don't store location 0,0 to prevent movement or cursor in addNew-dialog ([c19317b](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c19317bd04a10db89ecbb95eda9b3156f50c395b)) +* don't throw an error if there is no parent element which can be scrolled ([3166918](https://source.mapcomplete.org/MapComplete/MapComplete/commit/3166918551aab57bdf0777e7bd378003779f8c10)) +* drag & drop for file selector ([5be24db](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5be24dbef1647cd2c6c869d86ea5b37f0e072106)) +* dynamic filtering with non-string values ([58b94c3](https://source.mapcomplete.org/MapComplete/MapComplete/commit/58b94c38e50c5a9c66ac248fe8117b19bac7d05a)) +* effectively show `contact:website` in title icons ([0027299](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0027299a3e373e9cd19deec0b93dd7a7599ff78a)) +* emit warning for invalid suggestions ([56ba426](https://source.mapcomplete.org/MapComplete/MapComplete/commit/56ba426ab5bb2f10ac38776728a67ff4558e0cfa)) +* enable editing questions (and settings) again (oopsie) ([d079ba9](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d079ba91aa29395262b8084f811eec26e51750b9)) +* enable external data sources from the ELI ([5ea0804](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5ea08040d7ec40abaabf849ef20771c1a5112637)) +* enable login on index screen ([aface6a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/aface6aea7f1774b62c9218e64cd65bf77b97c0b)) +* enable rainbow question again, fix [#1453](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1453) ([af447a9](https://source.mapcomplete.org/MapComplete/MapComplete/commit/af447a948f3d425565afe5620a97123111d6bf91)) +* enable settings again, fix [#1815](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1815) ([a118c29](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a118c295d641852584bbd16f07c419a3fa896591)) +* error server properly names files, add status endpoint ([37c1d46](https://source.mapcomplete.org/MapComplete/MapComplete/commit/37c1d46dd43a9d75326a4f9187d4bb3846b4a211)) +* escape special characters for wikipedia search, might improve [#1500](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1500) ([ec94253](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ec94253d6c5ef38ee5d5d1c7bc25fff53cd6be82)) +* etymology theme now supports multi-apply again, uses lower zoom level for multiselect ([90869a1](https://source.mapcomplete.org/MapComplete/MapComplete/commit/90869a1c985d992063656d89fe0d95b73184304a)) +* Expose all templates ([09a3e7f](https://source.mapcomplete.org/MapComplete/MapComplete/commit/09a3e7fba1464835bfad061110f4352d9a47e173)) +* facade gardens: restore forgottne rendering ([f8fa184](https://source.mapcomplete.org/MapComplete/MapComplete/commit/f8fa1841e4df8627a18ee57c7c2cb943176557be)) +* fill in freeform value if already set ([e0527e9](https://source.mapcomplete.org/MapComplete/MapComplete/commit/e0527e964702427014220e2978680e3e6a7cc774)) +* fix [#1471](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1471): add option to bench for 'does probably not have an artwork' ([91892d5](https://source.mapcomplete.org/MapComplete/MapComplete/commit/91892d50c5a5c5071838c8a38a24c60f1f7ed717)) +* fix [#1477](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1477). Setting the background caused a map.resize(), which in turn caused the coordinates to be set to 0,0, which caused the location-correction to kick in, moving the location input towards null island ([d95d96f](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d95d96fb1ba1a8886f05b118c0650a4af1ae5dd7)) +* fix [#1503](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1503), fix [#1571](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1571) ([382f965](https://source.mapcomplete.org/MapComplete/MapComplete/commit/382f96596ed474bef086d64cabb748257416f2de)) +* fix [#1506](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1506), language-URL-parameter works again and is properly documented ([2942a2d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/2942a2dae77d7c79b3af47b0c518342fa6c87454)) +* fix [#1528](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1528): from weblate to theme files did not properly sync ([3c08c12](https://source.mapcomplete.org/MapComplete/MapComplete/commit/3c08c1297423d74348aa83e5932a7fbd94c260e5)) +* fix [#1529](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1529) ([05bf79f](https://source.mapcomplete.org/MapComplete/MapComplete/commit/05bf79f7616af06aefea8e9f095e2b467d84a5d7)) +* fix [#1532](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1532) ([5d00f3c](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5d00f3cc6a75a22732ec7ffa63d9335d9d75853c)) +* fix [#1580](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1580) ([56934b7](https://source.mapcomplete.org/MapComplete/MapComplete/commit/56934b79f6911da6d182c4e3f28bbd6749932c3e)) +* fix [#1596](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1596) ([0727a22](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0727a228fd8bf9b7dd7ecc5b42d9225eab00bae7)) +* fix [#1627](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1627) ([e37f908](https://source.mapcomplete.org/MapComplete/MapComplete/commit/e37f90855fb3b1fd59d19506aca0e2ccc6a12fb2)) +* fix [#1675](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1675) ([65250d7](https://source.mapcomplete.org/MapComplete/MapComplete/commit/65250d77beec81f9d336302c4b185dcd14518917)) +* fix [#1684](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1684); add 'openid' to auth-tokens (will be needed in the future for geovisio integration) ([0a82dd0](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0a82dd0edfd67c18b2c59c903d506cbb0d46ffc1)) +* fix [#1713](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1713) ([2720f5d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/2720f5dd19deb2ebdcf1eae2229e2fbdd0adc4dd)) +* fix [#1779](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1779), add check to prevent similar errors ([417dc16](https://source.mapcomplete.org/MapComplete/MapComplete/commit/417dc1633e05b1b4776449eb245739232dea975e)) +* fix [#1813](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1813). For some reason, importing a .js-file suddenly fails, so ported it to typescript ([cab414e](https://source.mapcomplete.org/MapComplete/MapComplete/commit/cab414e80895933b4ae874be5fd77b90b8c13f3f)) +* fix [#1817](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1817), some more improvements to the loading screen ([6394ee8](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6394ee8e6800d2cd23d30383ffea9629964c4dc9)) +* fix [#1844](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1844) ([e11442e](https://source.mapcomplete.org/MapComplete/MapComplete/commit/e11442e1009465e8bc3e8823e8d66fe44fb5f9c2)) +* fix [#1883](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1883); display underground railway lines in a subtler rendering ([b3299cd](https://source.mapcomplete.org/MapComplete/MapComplete/commit/b3299cdd733152820e30c18463e551059654d3fb)) +* fix [#1906](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1906) ([3ab1d15](https://source.mapcomplete.org/MapComplete/MapComplete/commit/3ab1d1591fde7e31efe4e6186af78b71987c1498)) +* fix [#1917](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1917) ([8c65448](https://source.mapcomplete.org/MapComplete/MapComplete/commit/8c6544883469d9634fca285b600fa05706dcdbfa)) +* fix [#1917](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1917) ([903a11d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/903a11d4e7c832ad46d3afd4ed9786df6e6d1331)) +* fix anonymous reviews; fix [#1868](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1868) ([073cd69](https://source.mapcomplete.org/MapComplete/MapComplete/commit/073cd692e456ae63999bfc2770d0c204dc8a1793)) +* fix back-button on the 404-page, remove some obsolete classes ([006f695](https://source.mapcomplete.org/MapComplete/MapComplete/commit/006f69561a08a1c3a3577ada83e9b3954d8332f2)) +* fix bug icon ([1fea2b5](https://source.mapcomplete.org/MapComplete/MapComplete/commit/1fea2b56be82e8a9a5db2683ee55a5a81ec7e7f2)) +* fix bug with incorrect translation context for themes ([368f9ad](https://source.mapcomplete.org/MapComplete/MapComplete/commit/368f9ad0c83eaeb40d4f7ae293d73d11714271e0)) +* fix build ([0d705b9](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0d705b97277a7c6cba5a57d071aeaace1a24fc5a)) +* fix crash in studio ([b18d575](https://source.mapcomplete.org/MapComplete/MapComplete/commit/b18d575ade434ec51a33684ff365ede7b93cfa79)) +* fix dissappearing items to apply ([a935c03](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a935c03631614390a1ab43248f51e6ba0eb26956)) +* fix domain name ([301f00f](https://source.mapcomplete.org/MapComplete/MapComplete/commit/301f00f6aef727981e2faa73e2093710ac25c337)) +* fix file drag and drop, allow entire featurePopup for file drop ([859faea](https://source.mapcomplete.org/MapComplete/MapComplete/commit/859faead7fd8c6fa5ae73b70e41a753f34dfd5ff)) +* fix icons in mappings which use a builtin svg ([ab28fbe](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ab28fbe35c97de56e765bc3b35277489aebb1872)) +* fix incorrectly linked translation in privacy policy ([e2aaa7d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/e2aaa7d435ee91d20a62e8380300ec27418e93c1)) +* fix link image action ([ce55b4c](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ce55b4c7d8659044b93a03afaaa37d272a6b48ab)) +* fix maps ([e48571a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/e48571a80a03418d5c0c61304dbb166a67740ddc)) +* fix move dialog ([084cd86](https://source.mapcomplete.org/MapComplete/MapComplete/commit/084cd86b71bbc26e3b7542a5f16ecc1715275a50)) +* fix multi-visualisation ([872e36d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/872e36dffa6810f599e06778010f8b00056b976c)) +* fix nearby drinking water fountain detection ([13ebcff](https://source.mapcomplete.org/MapComplete/MapComplete/commit/13ebcffab102fdcda6263c22cdd12bc22a6f86f7)) +* fix nearby drinking water fountain detection ([a5276eb](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a5276eb4e67ed939e5b34ad7ffca61d6e41d679d)) +* fix query:licenses ([e0ee3ed](https://source.mapcomplete.org/MapComplete/MapComplete/commit/e0ee3edf71388614a1bc07dc43aaf18def1a630e)) +* fix rainbow crossings theme ([5b29177](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5b291777be5a1aa4826ba894af76dbf4c09b9a7c)) +* fix reverse tabnabbing in most cases, add rel=noopener to most links to untrusted content ([d9b8257](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d9b8257e47f7c2e2ce06e4a0fcad8830764dae8e)) +* fix scrolling for 'addNewPoint' ([637cebe](https://source.mapcomplete.org/MapComplete/MapComplete/commit/637cebefc7685d64ae5286c2a5f63afb3193a2db)) +* fix scrolling for 'addNewPoint' ([f697d29](https://source.mapcomplete.org/MapComplete/MapComplete/commit/f697d292a3ab6bf3114d5f7055c908203efbc8e0)) +* fix settings menu ([2b728fd](https://source.mapcomplete.org/MapComplete/MapComplete/commit/2b728fdf8bd6effce1682119f7f0d67a13d1c97d)) +* fix styling of translate button in titles ([0a8164c](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0a8164c378ca4aaa1e34dc3bbd4e2741e5bc6318)) +* fix tests; use OAuth client id from dedicated MapComplete account ([fc9dd46](https://source.mapcomplete.org/MapComplete/MapComplete/commit/fc9dd462399a3b7ed8959c38c4a97f24895f9ca8)) +* fix translate icon, fix [#1832](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1832) ([064c601](https://source.mapcomplete.org/MapComplete/MapComplete/commit/064c60163c19e55d098e1b1061cf3b8df3dcf782)) +* fix UK-Addresses themes again ([370b200](https://source.mapcomplete.org/MapComplete/MapComplete/commit/370b200bb33f26db448e5d3feda2107f2224d232)) +* fix updating of styles ([650c1a6](https://source.mapcomplete.org/MapComplete/MapComplete/commit/650c1a675c783179482338f449ca1202246916a0)) +* fix validation of question input; remove some obsolete logging; stabilize output of generate:translations wrt newlines ([1f39ba9](https://source.mapcomplete.org/MapComplete/MapComplete/commit/1f39ba9ab50f63e04be89f676aa82c04d5bb2f94)) +* fixes to etymology: load wikidata on mobile (which uses m.wikidata.org, tripping the CSP); fix 'upload image of the streetsign' parameters ([480956d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/480956d45dc767c77848ba32b176af373e73060a)) +* force downloading (without cache) before uploading ([b85b2ac](https://source.mapcomplete.org/MapComplete/MapComplete/commit/b85b2ace0b373aeae1b9cef8e748ddea7cd3ca5c)) +* force redrawing the questions in a questionbox to avoid rendering artefacts and unselectable items ([f7e2dc7](https://source.mapcomplete.org/MapComplete/MapComplete/commit/f7e2dc7457f366d9cf4722beccfe6b16467ab435)) +* generate layeroverview ([ce654cb](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ce654cbcf9d7164121ee539836c3f7775d93365d)) +* generate layeroverview ([e71a1c7](https://source.mapcomplete.org/MapComplete/MapComplete/commit/e71a1c7a3d011b921c6ff08dcc54f93dd84971dc)) +* generateCSP ([a612d4e](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a612d4e1c2f6469c7b2d1fc66c8fc416ccdcac1a)) +* generating layeroverview; performance: do not try to download ratings if no ratings element is present ([fc62d41](https://source.mapcomplete.org/MapComplete/MapComplete/commit/fc62d41e1b832278bb0c846ffcaa971273419730)) +* giving a review is possible again ([0879ff9](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0879ff97ed4b0b5de572dbf50cc45433b60423f2)) +* giving a review is possible again ([a75fc0d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a75fc0d21550495ea2e579922af9b27b2b2a6e22)) +* gps-icon should turn into an arrow again ([ef93ad1](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ef93ad126f5c6b973fb2f66c368522ebdee07543)) +* handle NBSP in svg ([4190bf7](https://source.mapcomplete.org/MapComplete/MapComplete/commit/4190bf79339330601b4d6d426c45cfc6e431ef61)) +* hash would not clear because the update method unregistered itself ([8dd7f34](https://source.mapcomplete.org/MapComplete/MapComplete/commit/8dd7f34ad733080e9e5e648a91942528d96857ed)) +* hidden theme link not working ([d5e128b](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d5e128b1ed71fb7be7402bbe4ed86edcd6e5a6b0)) +* hide 'addnewpoint'-icon when closing the dialog ([499ad85](https://source.mapcomplete.org/MapComplete/MapComplete/commit/499ad85f1efd0aefd2cf757198eaef5af037c7ee)) +* hide some elements of the UI if they are disabled by a featureSwitch ([17503d5](https://source.mapcomplete.org/MapComplete/MapComplete/commit/17503d5bfb63c5c03968c96f15c2c5a674a3ede3)) +* hide tag_apply_button when applied ([622df2d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/622df2df19ce4fa7049447995194d0f28b91d59f)) +* icons for rental in cyclofix theme ([02064a2](https://source.mapcomplete.org/MapComplete/MapComplete/commit/02064a2d8078b07aeb9e282700018c86638c4683)) +* ifnot-value would show up together with the 'if'-value ([15f1a93](https://source.mapcomplete.org/MapComplete/MapComplete/commit/15f1a9362c624d3fec9680efa3e38edf912cbaf1)) +* import ([98ca6aa](https://source.mapcomplete.org/MapComplete/MapComplete/commit/98ca6aa8aaac923b57d12f52b41f5ee13412b0a2)) +* improve background layer switching code, might improve [#1481](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1481) ([33fa11f](https://source.mapcomplete.org/MapComplete/MapComplete/commit/33fa11fc1728f017644977be2181c25441a76e18)) +* improve deployscript for hetzner ([dcd02e9](https://source.mapcomplete.org/MapComplete/MapComplete/commit/dcd02e9ad772346bc3f69ebd9563af80ea30810e)) +* improve error message ([7f6c1f0](https://source.mapcomplete.org/MapComplete/MapComplete/commit/7f6c1f06e23cb249d2eadda9be08b1cafc680d30)) +* improve first-sentence ([7aee442](https://source.mapcomplete.org/MapComplete/MapComplete/commit/7aee442ae49a7a68821917de9580ce9e62105edf)) +* improve functionality of GRB-theme (WIP) ([b86e291](https://source.mapcomplete.org/MapComplete/MapComplete/commit/b86e2910baba5fe37cf5c0f53a64966c85d159ce)) +* improve optimization; add tests ([595503c](https://source.mapcomplete.org/MapComplete/MapComplete/commit/595503cfc35c8db3cb4ee4b28f82b7c91ee75dff)) +* improve parsing of possible mapillary values ([3d54a83](https://source.mapcomplete.org/MapComplete/MapComplete/commit/3d54a8392be94a369bf388dad0f83f60fb5a5474)) +* improve PDF-output functionality ([215286a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/215286a5af46c58a197bf85b9561c26eff5bd8fe)) +* include 'source' and tile URLs from vector tile sources into CSP, see [#1652](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1652) ([09504e1](https://source.mapcomplete.org/MapComplete/MapComplete/commit/09504e18ecb4b85ceb6562fcdb0e21034e496ad8)) +* include japanese dot as sentence separator ([d2c6689](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d2c668922b7ac5dc682461c6789fbbdb37fad8c3)) +* include lod-proxy in CSp ([087c099](https://source.mapcomplete.org/MapComplete/MapComplete/commit/087c099e2e633237b00748ee5d3dbba454999881)) +* incorrect path in error message ([5da8952](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5da895276c5d5447bea7094d81d371e99458ff7e)) +* **index:** search got confused as it didn't have an id for the list items ([6f42884](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6f4288476eebf7b0e8af6177bff066d06f3823dc)) +* init indexedFeatureStore with a default map as to fix crash upon loading if a pending change is present ([377c411](https://source.mapcomplete.org/MapComplete/MapComplete/commit/377c411143c577752014842bbc205093c9ebfdc4)) +* initialize user settings with a strict value to be able to override it ([57e0093](https://source.mapcomplete.org/MapComplete/MapComplete/commit/57e0093e478f541c46145a72dbfb9fc70d467633)) +* interpret missing level tag as 'level=0' ([5d8b422](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5d8b42216236d49b6bcf328e8a009884f697e312)) +* keep map mouse-interactive when panning with arrow keys, some CSS-tweaks ([512bb4c](https://source.mapcomplete.org/MapComplete/MapComplete/commit/512bb4c00e1fed39927c8bd40aaef378db64d648)) +* layers now compile again ([1c99173](https://source.mapcomplete.org/MapComplete/MapComplete/commit/1c99173f32112b332ce38f926623fa2c27f89ab8)) +* lines with opacity have colour again ([f0d9365](https://source.mapcomplete.org/MapComplete/MapComplete/commit/f0d9365e06eb533f0bf0a47c21ce58834fc5cabd)) +* load element if set in the hash ([9090dda](https://source.mapcomplete.org/MapComplete/MapComplete/commit/9090dda6889a4e4eda33b9d634fb22da3aedadd8)) +* load translations for PDF-export internally ([d103911](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d103911d143803c9e0373a673110009a785f94da)) +* loading oneway arrows on multiple layers; fix nullpointer ([1678427](https://source.mapcomplete.org/MapComplete/MapComplete/commit/16784270ce45560520d4e9b19d81bd04da7033ee)) +* long domain names cause horizontal scroll with taghints ([eb47c4d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/eb47c4d5b9a0379cc87b773c73638965fb247ee8)) +* make levelselector clickable again, fix [#1416](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1416) ([8b5daef](https://source.mapcomplete.org/MapComplete/MapComplete/commit/8b5daefc9063c818eeea6e044167787feb31d4b5)) +* make sure that a 'hidden' tagRendering cannot be accidentally selected ([5585f02](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5585f02cad0c737f99c16433d7a61f3a5f3743d3)) +* make sure that the passed-in-location of the map is respected, prevents random jumps in the location input ([5c01f6a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5c01f6ada95ab1410310d4f084f593b6f561cc53)) +* make sure the background is always below the rendered layers ([2769747](https://source.mapcomplete.org/MapComplete/MapComplete/commit/2769747737964a509897ccce4702a9ea9ebefcd8)) +* make text a translation ([418e0cd](https://source.mapcomplete.org/MapComplete/MapComplete/commit/418e0cd149f1af50527e1f1f2c6fbec254779681)) +* make top and bottom panels click-through ([0db6a89](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0db6a8977716e33bfa775bd731e994bf9facf0c9)) +* maproulette endpoints ([bbf6d62](https://source.mapcomplete.org/MapComplete/MapComplete/commit/bbf6d62c866950476ee34ff735352d8cc38daa7a)) +* maproulette import flow ([5f7cc35](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5f7cc351c9fb3743ab1cba65327611f730440ec5)) +* maproulette item ([b6b77da](https://source.mapcomplete.org/MapComplete/MapComplete/commit/b6b77daef78bdc111530ec1fb17820c4fb042e57)) +* markers can rotate again ([5e453d5](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5e453d5cf19fb63ef7516ad11e53aad4e0006bdc)) +* markers now appear correctly on PNG exports ([e5b3e15](https://source.mapcomplete.org/MapComplete/MapComplete/commit/e5b3e15c43672933fc3f1f6a59960514961ce377)) +* MC would crash if a pending change was present; remember preferences in order to reuse the changeset ([f2375f4](https://source.mapcomplete.org/MapComplete/MapComplete/commit/f2375f4877316193132f4ae4189ef5b65e7ef710)) +* metatagging of width theme ([c4ff70c](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c4ff70ce656e941574a31120f3971375ecc7ba4c)) +* minimap takes to much space ([037c593](https://source.mapcomplete.org/MapComplete/MapComplete/commit/037c593f61b3adfd4ac314aef063e20049ce3cb7)) +* missing commas in elevator.json ([229e605](https://source.mapcomplete.org/MapComplete/MapComplete/commit/229e60538b4d9002875a63ad877324941dd4647d)) +* Move image preview below FloatOver, the popup otherwise hides the image preview ([df1fef2](https://source.mapcomplete.org/MapComplete/MapComplete/commit/df1fef28c02b08a1ba13e4fbd8bc6f15d6c7913c)) +* move lastClick to bottom anchor ([beea00c](https://source.mapcomplete.org/MapComplete/MapComplete/commit/beea00cbf079ad0c109c78d2828b7359479f0717)) +* multianswer with a free textfield did not activate ([649ed1f](https://source.mapcomplete.org/MapComplete/MapComplete/commit/649ed1f53a7948bafda45aab36ed214d1808b51e)) +* multianswer would not accept last option ([6f5c71e](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6f5c71ed5a17147d5fc8c9da9f194a61f18fbb30)) +* no more duplicate link showing up, avoid crash ([7be01d5](https://source.mapcomplete.org/MapComplete/MapComplete/commit/7be01d5b8f789576b8b74bf07824ed660d9339a1)) +* normalization of URLs, formatting, stabilize inputHelper ([441c4df](https://source.mapcomplete.org/MapComplete/MapComplete/commit/441c4df4f6d3e26cf866418e5ddaea90bedd2c6a)) +* only check browserLanguage if navigator is defined; fixes tests ([a1fa3b4](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a1fa3b494259d7cc8f4873af31d5c9a987cef972)) +* only show 'newly created' if version number is 1 or unset ([1a78ecb](https://source.mapcomplete.org/MapComplete/MapComplete/commit/1a78ecb85806db67f6e51e39a0882c038589a058)) +* only show fixmes on high zoom level (performance), add the option to remove a fixme ([2f5091a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/2f5091a8cb484681d69db0ea6578dd7d26eacef7)) +* only show website icon if a website is known ([46244b8](https://source.mapcomplete.org/MapComplete/MapComplete/commit/46244b8345c0005f3b3648a3379149d243cfe897)) +* open correct menu if set in hash ([7a95334](https://source.mapcomplete.org/MapComplete/MapComplete/commit/7a953348824f6d601c16a0e632aac8353e0283fb)) +* open settings again ([894d857](https://source.mapcomplete.org/MapComplete/MapComplete/commit/894d857cdc35864bbd778925ef84a042d6e04aaa)) +* opening the popup if defined in the hash ([196d76d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/196d76d9dc8736667956ad803cf5aed15f3b682e)) +* ordering of baselayers ([8379a89](https://source.mapcomplete.org/MapComplete/MapComplete/commit/8379a894d0fc826e33d24d05b3e44852556a60b1)) +* output tailwind into 'public/css/' instead of 'css/' ([a1f5032](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a1f50322321d878d823ac3fc70021683dbb6ab69)) +* overpass feature source will redownload if the layers to download have changed ([bae4974](https://source.mapcomplete.org/MapComplete/MapComplete/commit/bae49744d95e350f7b4c1b031b8e4a178879deea)) +* overpass feature source will redownload if the layers to download have changed ([7ed5307](https://source.mapcomplete.org/MapComplete/MapComplete/commit/7ed53076fe206f0e260d329844eb1d8898206b01)) +* pass along initial coordinates with the location input, prevents flashing of the ocean; fix [#1469](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1469) ([790c276](https://source.mapcomplete.org/MapComplete/MapComplete/commit/790c2767e2dfbdca65f56ec95bf3cd69a98e4301)) +* pass properties of snapping feature in newPointInput to render correctly ([c80085d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c80085dfda58c9eb73fda466d8d81731095f1672)) +* personal theme crashed due to unset defaultIcon ([6075b01](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6075b016485808352ae84a12d5b872482693411a)) +* png correctly outputs all markers now ([905f796](https://source.mapcomplete.org/MapComplete/MapComplete/commit/905f796baa26b8eedc177ce7f58353331e432535)) +* precise location input picks correct location (and not the previous click) ([6d337e8](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6d337e877589f49ed1b4b1dc60ae232dd6634342)) +* preciseInputPicker will show correct icon if snapped or not snapped to a wall ([9870391](https://source.mapcomplete.org/MapComplete/MapComplete/commit/98703914ca48afefb614e1f19eb15663ab3280b7)) +* presets will now also show if the layer doesn't have a name and is shown ([3f18ce7](https://source.mapcomplete.org/MapComplete/MapComplete/commit/3f18ce7fd387a4f60db5863cfa4f759eaf34edff)) +* pressing enter would ignore input ([95c41d6](https://source.mapcomplete.org/MapComplete/MapComplete/commit/95c41d672ee7f5556645925d09610f0bf36ee1c0)) +* probably fix black area outlines ([0bd9e1e](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0bd9e1e667e659cf1b856e2aece94696089b9a20)) +* properly add 'self' to connect-src ([441a9a5](https://source.mapcomplete.org/MapComplete/MapComplete/commit/441a9a5ed9e5b6a37356e0f15967f66799419572)) +* properly add 'self' to connect-src (take 2) ([c823e74](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c823e745a3e0b562ddfdb489541182ed17449336)) +* properly show hidden themes, drop 'custom theme generator'-button, drop 'professional services' button ([93adfd3](https://source.mapcomplete.org/MapComplete/MapComplete/commit/93adfd3da592cbf2f177123802f69a7c4fc72637)) +* questions are shown if the condition is met, fix [#1630](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1630) ([8500276](https://source.mapcomplete.org/MapComplete/MapComplete/commit/85002766a8d3b8d0d4ad31410437bad72ae7ca03)) +* questions now appear when reselecting an item ([0c5e88d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0c5e88df7b5bdad82bf2e67b45aa817e29ca4fde)) +* questions of charging stations are now shown separately again ([fe9afb4](https://source.mapcomplete.org/MapComplete/MapComplete/commit/fe9afb415ff68c0b8e35fcb41fc68330a41a2b08)) +* questions of charging stations are now shown separately again ([30af019](https://source.mapcomplete.org/MapComplete/MapComplete/commit/30af019cdfe8dea845e92645d0ec859e439a2b90)) +* re-enable generate command ([13a35b9](https://source.mapcomplete.org/MapComplete/MapComplete/commit/13a35b94202ef775598fc7130b60b8839cef514a)) +* re-enable reservation question ([cebd428](https://source.mapcomplete.org/MapComplete/MapComplete/commit/cebd428e9ec58b708637ae34055a5c689e3004cd)) +* re-enable speed and heading in GPS-cursor ([ff47d75](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ff47d75d41fc1fd4f576cd483150fe27cb3942d3)) +* readd missing files ([7d802d4](https://source.mapcomplete.org/MapComplete/MapComplete/commit/7d802d418bd52bf29b147c245e548a7704e2d45f)) +* redraw line layers on background change ([6e5fcde](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6e5fcdef205d4616305d2bca39a1904d60954003)) +* reinstantiate uploads ([871d511](https://source.mapcomplete.org/MapComplete/MapComplete/commit/871d511616ae48055095e8c3485db762adc6b140)) +* remember map rotation setting ([c764839](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c764839fdcefff316b9458067e462f282a2fe7d5)) +* remember previous, externally loaded themes ([b61c0a1](https://source.mapcomplete.org/MapComplete/MapComplete/commit/b61c0a11807585a1832ff410be362e74ae2a810b)) +* remove 'icons.defaults' from favourite layers, cleanup of various small typing errors ([e8569ec](https://source.mapcomplete.org/MapComplete/MapComplete/commit/e8569ec5404e632ebae0c71b040c1d9a9b891583)) +* remove all html-attributes from shortDescriptions in the theme overview ([39572f4](https://source.mapcomplete.org/MapComplete/MapComplete/commit/39572f4767f270a4a5a40d8973ae9824ac3a43d1)) +* remove empty license files, fix [#1135](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1135) ([2eabfea](https://source.mapcomplete.org/MapComplete/MapComplete/commit/2eabfea8af22a3810487cdacd68d850f4432e624)) +* remove ghost bike translations from translation files and resync them, should fix the build ([0487497](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0487497e17ace04d381d2c9d43b02f8032874e2f)) +* Remove isOpen from defaults ([11b8c61](https://source.mapcomplete.org/MapComplete/MapComplete/commit/11b8c619c165f6d66fed03061ad9afa052a7a096)) +* remove no longer needed translation ([0e893f7](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0e893f7903d68f37936c9b87883ffdc31b9ff088)) +* remove no longer needed translations ([3c74a94](https://source.mapcomplete.org/MapComplete/MapComplete/commit/3c74a94eee676a8ff0fc2b0b85f1bf8d7487d216)) +* remove trailing ';' for opening hours, as spotted by Midgard ([36b086e](https://source.mapcomplete.org/MapComplete/MapComplete/commit/36b086e4141e70253e68aec59d099638d46d14af)) +* remove unneeded translation download, fix PDF-export ([1930f7b](https://source.mapcomplete.org/MapComplete/MapComplete/commit/1930f7bb53f4d477c2529471b478db77ddcc012b)) +* remove unneeded URL parameter ([365d573](https://source.mapcomplete.org/MapComplete/MapComplete/commit/365d573b7c0d36bfa675cc637e6223abe770f3a0)) +* remove unused property ([99b0135](https://source.mapcomplete.org/MapComplete/MapComplete/commit/99b0135fa9b44639189a1c9e690cf5829010c6e7)) +* rendering of 'inline' was not dynamic ([60d825d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/60d825de3c94afad79351f492c691af3d2109f60)) +* rendering of indoor room icons ([6235e23](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6235e231922b64adba86b012422175347a9887c1)) +* replace all mentions of 'mapcomplete.osm.be' with 'mapcomplete.org' ([7321004](https://source.mapcomplete.org/MapComplete/MapComplete/commit/7321004c19212b0849394b9d541583e52e4ec5e6)) +* reset translations ([ad952fc](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ad952fcaf284b1669cee4657389cf36a52ee334c)) +* resize svgs ([89186c8](https://source.mapcomplete.org/MapComplete/MapComplete/commit/89186c8610185e56bf9afa78b2765c45b2a939bd)) +* restore loading of custom themes ([bcb2ecf](https://source.mapcomplete.org/MapComplete/MapComplete/commit/bcb2ecf6ab6c372cd41dd79780b027c79cb4a49e)) +* reviews need an uncertainty ([bc96288](https://source.mapcomplete.org/MapComplete/MapComplete/commit/bc96288d3d75f24fb12620d050f472029c5df135)) +* rotation of the GPS-marker ([bbc7698](https://source.mapcomplete.org/MapComplete/MapComplete/commit/bbc7698b1281ad654c00c54bf58b9de7ba1e71e6)) +* safari-specific fixes ([059ef2c](https://source.mapcomplete.org/MapComplete/MapComplete/commit/059ef2c1bc2ea5fb377a0f1e253652c0c243e250)) +* schemaBasedArray ([a7599f6](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a7599f6d7f5a061cb1971ee8170f9f039ea2e2de)) +* set share capability to 'no' if running from console, fixes tests ([af7bc0f](https://source.mapcomplete.org/MapComplete/MapComplete/commit/af7bc0f7ce686147608256e1c5dd0a9d24388945)) +* setting the language does not overwrite the user setting anymore ([c6283ac](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c6283ac7205f69c1a42e8cf16e5f4f1ab2c239f8)) +* share button ([84cbd2f](https://source.mapcomplete.org/MapComplete/MapComplete/commit/84cbd2fbc00d3d9e386a3b485dd4fa61c8000722)) +* show add new point fullscreen again ([aad31f6](https://source.mapcomplete.org/MapComplete/MapComplete/commit/aad31f649e733d108c63297aa6d25bf87ac73c34)) +* show preferred languages (according to OSM) in usersettings ([0ea103f](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0ea103f24780ef2c6ba191cbd4891716bb2d86f6)) +* show tags that will be applied if setting is 'full' ([0b82661](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0b826612e93c0b120f99b6927c57c13b60c2835f)) +* show tags that will be deleted with strikethrough in TagHint ([15a481f](https://source.mapcomplete.org/MapComplete/MapComplete/commit/15a481f864b4afb7b650fd150f0ce7d46c9d1e78)) +* size of new element picker map ([#1701](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1701)), add debug info about GPS ([9407ed3](https://source.mapcomplete.org/MapComplete/MapComplete/commit/9407ed35b109660a9b23c2b71fd15f3ecf1dc0d0)) +* small bug in script ([795d6d2](https://source.mapcomplete.org/MapComplete/MapComplete/commit/795d6d2e072d13c1d64259ac8ff960d618c2deba)) +* small CSS fix ([1b8970b](https://source.mapcomplete.org/MapComplete/MapComplete/commit/1b8970b34aae337edfe5567315cc36319add1ff7)) +* SPDX-compliance ([6c4b464](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6c4b464f14ed2851980da34e12df355cb8137ba7)) +* special loginbutton now actually works ([6a4def6](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6a4def67ca97b55beb26445a0ddb713149527cc5)) +* stabilize change injector ([efdff63](https://source.mapcomplete.org/MapComplete/MapComplete/commit/efdff6335f5075f74156b5b1258ae69ab058705b)) +* stabilize opening hours, make delete clickable again ([cc60d2a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/cc60d2a5fbae3a14d63aa859fa02e2b09e1e48f9)) +* stabilize rendering of linelayers ([055e5a8](https://source.mapcomplete.org/MapComplete/MapComplete/commit/055e5a801b60276cdfcf31870fae29e6af30521b)) +* style issue, types ([5932dc7](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5932dc7ad4b532c45d6e6bff95f46f6cb26645b2)) +* style of tabbedGroup-elements needed an 'important' to work in production ([5a2e54b](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5a2e54b00a86b4ac0f91b69aa55ff3c36939e8ab)) +* style tweaks to link feature ([bd71645](https://source.mapcomplete.org/MapComplete/MapComplete/commit/bd71645c04e819a28c355da5c898293092b51068)) +* styling issues; refactoring: remove 'SearchAndGo' ([0e81b65](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0e81b653631a97699ba07ce5d34b61bc4422a5d1)) +* styling of OH input, fix [#1489](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1489) ([064f875](https://source.mapcomplete.org/MapComplete/MapComplete/commit/064f87537f450e40b76d936d7793ea9036b2b181)) +* styling of PH-input in OpeningHoursInput, fix [#1422](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1422) ([a9c25d3](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a9c25d378a709e3ac7b4a76919ae10cf405dacec)) +* substitute name ([408e782](https://source.mapcomplete.org/MapComplete/MapComplete/commit/408e7826269dc30d97f89e6e1fd097dae69b7923)) +* substituteKeys works correctly if newline is in the text, fix 'send email to report broken'-button by porting it to svelte ([b4f65bf](https://source.mapcomplete.org/MapComplete/MapComplete/commit/b4f65bf2f7ce2a6993906076353acc11a1d64d94)) +* subtleLink should not open in a new tab ([61c417c](https://source.mapcomplete.org/MapComplete/MapComplete/commit/61c417c546e828dbed2356c35eebfe4cf2ef403d)) +* Support contact:email and contact:phone in icons ([7bcefe5](https://source.mapcomplete.org/MapComplete/MapComplete/commit/7bcefe527ce080b3f7b7c48fdd1a828289b126c3)) +* svg image generation script ([f9b1e9b](https://source.mapcomplete.org/MapComplete/MapComplete/commit/f9b1e9b2de8f4aa657272d714385c1c7fbfdb3b3)) +* temporarily only warn for incomplete translations ([adb5d89](https://source.mapcomplete.org/MapComplete/MapComplete/commit/adb5d892fb39cdf63ea65d95ef5079f0efed6324)) +* tests ([238de89](https://source.mapcomplete.org/MapComplete/MapComplete/commit/238de89ad54fd0c8c0d4bf75f49282d7921f21a2)) +* tests ([841be16](https://source.mapcomplete.org/MapComplete/MapComplete/commit/841be16dffd8219713a1bc00b9a8409195a8f82d)) +* tests ([1d54356](https://source.mapcomplete.org/MapComplete/MapComplete/commit/1d543563d702f6af424e1df041191632126ed805)) +* tests ([2a73c43](https://source.mapcomplete.org/MapComplete/MapComplete/commit/2a73c43a5fc652f7d91c8d89cf47d0ce8853ee62)) +* the search bar on the theme index was not clickable on wide screens as the 'centermessage' hovered over it invisibly ([af7672a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/af7672a0e00de4e3d75a85678b4528093515fb7e)) +* theme compilation ([86d0de3](https://source.mapcomplete.org/MapComplete/MapComplete/commit/86d0de380644c92fe90f4dd87aa4399074fdc42e)) +* **themes:** remove 'unkown' mapping from hydrants, the unkown case is handled by MapComplete ([4850e50](https://source.mapcomplete.org/MapComplete/MapComplete/commit/4850e5094a49a16d3975795fd1f25a81f2e13a5a)) +* turn favourites black again, sync them globally ([14594b2](https://source.mapcomplete.org/MapComplete/MapComplete/commit/14594b286dd2278bc64ed27f0305b76596d7e190)) +* tweaking addNewPoint-flow ([d0e0abd](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d0e0abdece560799a9770b74d0992c42ebe89ed6)) +* typo ([929093d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/929093d36f13ab1861d533f4d93152a7ddd1e6dc)) +* typo ([2671d01](https://source.mapcomplete.org/MapComplete/MapComplete/commit/2671d0158983c7befb9f5c8d3e91544a50408c6b)) +* typo ([752de10](https://source.mapcomplete.org/MapComplete/MapComplete/commit/752de107ab6a50f8e513b0c7307b44dc6094d974)) +* typo ([8531571](https://source.mapcomplete.org/MapComplete/MapComplete/commit/8531571c7be653339d752f953a8725d94eec692c)) +* typo ([de99f56](https://source.mapcomplete.org/MapComplete/MapComplete/commit/de99f56ca8fe34e361a7c6345d147f8295293f57)) +* typo ([3a25106](https://source.mapcomplete.org/MapComplete/MapComplete/commit/3a25106a5ab7bd958cfe731d8e1e959b5b07b23e)) +* typo in charging_station.protojson ([21d01a4](https://source.mapcomplete.org/MapComplete/MapComplete/commit/21d01a46f9164a872145c03fe845233c6cd47f8b)) +* typo in elevator.json ([374a4eb](https://source.mapcomplete.org/MapComplete/MapComplete/commit/374a4eb22211ecfbe8a04569d89b8236f109b8ed)) +* typo in filter ([366577f](https://source.mapcomplete.org/MapComplete/MapComplete/commit/366577f70b40765b3e10ccae222193ca07cae4bb)) +* typo in tag ([a903112](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a9031129d3dddfdd0ab1d2d83d371b872a0d5180)) +* **typo:** s/bick_wal/brick_wall/ ([753efef](https://source.mapcomplete.org/MapComplete/MapComplete/commit/753efef38f1f1a4f731c0c66408c7adddb26a967)) +* undo accidental changes, fix saving preferences ([ff3a7f8](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ff3a7f8f4372d46b0aba61aa12115da4207f2331)) +* units which used a 'string'-validator might not detect the actual denomination. They have now been forbidden and fixed ([7b497f9](https://source.mapcomplete.org/MapComplete/MapComplete/commit/7b497f991d788c991457f1167d472a77f2789cdc)) +* unselect layer, prevents that 'lastClick'-popup opens on map click ([63ffa11](https://source.mapcomplete.org/MapComplete/MapComplete/commit/63ffa11238766962cab6b1c8cedcd0153504d45e)) +* update and simplification of sharescreen, rename some feature switches, remove some no longer relevant feature switches ([96d0367](https://source.mapcomplete.org/MapComplete/MapComplete/commit/96d036781f55987732629355be118373c363830d)) +* upload flow deals better with point reuse: it actually opens the feature now ([c14cbc9](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c14cbc9fe95bf1d2432ea7290cae0d0f7a9b6ada)) +* uploads were broken ([efd6b30](https://source.mapcomplete.org/MapComplete/MapComplete/commit/efd6b30e1b41024ee4b7c0f6cf69a49f87f5da69)) +* URL-parameter language disables the language picker, fix [#1506](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1506) ([3ca8ba1](https://source.mapcomplete.org/MapComplete/MapComplete/commit/3ca8ba18fd6a1569214f5d6298eca291cb8ceefc)) +* URL-parameter language disables the language picker, fix [#1506](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1506) ([2f5c89f](https://source.mapcomplete.org/MapComplete/MapComplete/commit/2f5c89f8c5a7aa7adbe83d1b9cf98e198f9f1aab)) +* use api.openstreetmap.org on many places, fix [#1573](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1573) ([8fccf78](https://source.mapcomplete.org/MapComplete/MapComplete/commit/8fccf784786074e22a4d437dc8a38c58bf54c375)) +* use correct backend address (including www.) ([c320239](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c320239610f15083d1d050f17e337780621f7dc3)) +* use correct branch to deploy ([9c0dac2](https://source.mapcomplete.org/MapComplete/MapComplete/commit/9c0dac28ad0604026936cc68c5238927978b250a)) +* use correct relocation icon again ([cdb1bb2](https://source.mapcomplete.org/MapComplete/MapComplete/commit/cdb1bb23b8e5df8bd1f2e0732ff14f3bd55935f5)) +* use correct snapping ([ec2e0e1](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ec2e0e1de168f9f4551f86ff73b070a6e4ccdd77)) +* use https for extractGraph endpoint ([f89123d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/f89123d318ebb24553b842884e0aad3b9adf6570)) +* use proper circle for bench and artwork ([e2a56f5](https://source.mapcomplete.org/MapComplete/MapComplete/commit/e2a56f5e5cc469c95974625f561a4a5229b5cb9a)) +* use proper selected element ([dbff953](https://source.mapcomplete.org/MapComplete/MapComplete/commit/dbff95309642178dcccb4a0a365a263c722c5a96)) +* use theme.html?layout= instead of layout.html if a local deploy is detected ([db67600](https://source.mapcomplete.org/MapComplete/MapComplete/commit/db6760015f69239dc51cc47c866635927cd9dadf)) +* use translated value for community index tab ([a3a7c53](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a3a7c536fbce04698a05847da429d1bacc851aad)) +* use translated value for community index tab ([22ee806](https://source.mapcomplete.org/MapComplete/MapComplete/commit/22ee806090a8679ea2951d84af47e4de8314925c)) +* use www.openstreetmap.org again, it doesnt work ([580b58e](https://source.mapcomplete.org/MapComplete/MapComplete/commit/580b58e86a974432b068b073a047c22864621126)) ### Theme improvements -* a few improvements to velopark ([e7a5712](https://github.com/pietervdvn/MapComplete/commit/e7a57125d797fdf3c31c66c1e0c54dfc5dc5a304)) -* active 'browse and link streetview' on all themes ([eb2a582](https://github.com/pietervdvn/MapComplete/commit/eb2a582d4910edda5e8dd76d229c0637bc5ac4a5)) -* Add 'access=permissive' to charging stations, fixes [#1255](https://github.com/pietervdvn/MapComplete/issues/1255) ([cc70e09](https://github.com/pietervdvn/MapComplete/commit/cc70e09e11f55c62276fe9fcc5cf4e9033ccc6f5)) -* add 'allowMove' everywhere, make 'allowMove' obligated, see [#2121](https://github.com/pietervdvn/MapComplete/issues/2121) ([29d52e0](https://github.com/pietervdvn/MapComplete/commit/29d52e0fc69f16477fbfd6f5c08900890626f0be)) -* add 'artwork' questions to drinking water fountains ([def640f](https://github.com/pietervdvn/MapComplete/commit/def640fb1c97c581e4688c8c0a50f4e295d9458b)) -* add 'binding'-service question to copyshops ([7b1ca43](https://github.com/pietervdvn/MapComplete/commit/7b1ca43266f596c9b9b40a3a86c0f5cf6d213a3e)) -* add 'fine-gravel' as option to sport-pitches ([679e371](https://github.com/pietervdvn/MapComplete/commit/679e371bd470976a41327494004054548e120401)) -* add 'hacklab' as option to hackerspaces ([665cd3b](https://github.com/pietervdvn/MapComplete/commit/665cd3b0dd3bd2ad91c601554417cfec0eec54a2)) -* add 'hoops' question to basketball pitches ([4df9632](https://github.com/pietervdvn/MapComplete/commit/4df9632d7c7093511b6e3b2349ee5d2fd99cb681)) -* add 'link' as builtin, available Icon ([7872f22](https://github.com/pietervdvn/MapComplete/commit/7872f221512797ee82ea1e92455326baaa9874ab)) -* add 'lock' and 'key' icon to toilets, fix [#2094](https://github.com/pietervdvn/MapComplete/issues/2094) ([577b596](https://github.com/pietervdvn/MapComplete/commit/577b596e7a8cdc2ea4cbd97c401422ee0ad06652)) -* Add 'open_now' filter to bike-shop ([aa6902a](https://github.com/pietervdvn/MapComplete/commit/aa6902a25c4b27ef9424d0cdfb68a83f44ec7405)) -* add 'pedagogy', fix [#1839](https://github.com/pietervdvn/MapComplete/issues/1839) ([4644b6a](https://github.com/pietervdvn/MapComplete/commit/4644b6ae550fa53c042978317484f9a99eafe8c7)) -* add 'skateboard' as sport pitch option ([f20219c](https://github.com/pietervdvn/MapComplete/commit/f20219cf37711b42e8bf1d4a4a1c0379d7d8df0e)) -* add 'website'-button which shows up by default if a website is known ([7c0d339](https://github.com/pietervdvn/MapComplete/commit/7c0d339976fb26a9fc9ab74a540c7d5b7d640f80)) -* add ALPR-cameras to surveillance theme ([d1e91ee](https://github.com/pietervdvn/MapComplete/commit/d1e91ee2f98936871941e4b7cd035ee4f1e35bbd)) -* add ALPR-cameras to surveillance theme ([97236c8](https://github.com/pietervdvn/MapComplete/commit/97236c80a99686a1dc0c296bb4a730bc595884a5)) -* add animal types to animal_shelter, include animal_shelter in pets, generate licenses, fix cycle_highways.json ([3968a1e](https://github.com/pietervdvn/MapComplete/commit/3968a1e841cef10e5fac08b7a2c8e6b685a4f07c)) -* add animal_shelter, created by the studio ([c4d4a57](https://github.com/pietervdvn/MapComplete/commit/c4d4a57a0804776c2eabb7cd7c11e269bac101d8)) -* add atm-option to postoffice, add postoffices to ATM theme, fix [#1551](https://github.com/pietervdvn/MapComplete/issues/1551) ([c4a9fa8](https://github.com/pietervdvn/MapComplete/commit/c4a9fa81f23ec8a5dcc685b6c42b9e1208337818)) -* add baby icon to changing table question ([1b5a0a2](https://github.com/pietervdvn/MapComplete/commit/1b5a0a2a853237e9d51298f5e1b17c69afaafa71)) -* Add badminton fields to filters ([b60a3aa](https://github.com/pietervdvn/MapComplete/commit/b60a3aa5684d58e9fec146b06fe2d2993eafd72e)) -* add before text on correct location ([6a2e372](https://github.com/pietervdvn/MapComplete/commit/6a2e3720622e404089c243dc1aa7e7ab282ba2f2)) -* add benches on playground theme ([54a9edc](https://github.com/pietervdvn/MapComplete/commit/54a9edc687667372d0097fb51efb7b904005c9de)) -* add bicycle self-repair workshops to the map (WIP) ([c11d7af](https://github.com/pietervdvn/MapComplete/commit/c11d7af17531cf381ce03e37765c2e0f7efd1745)) -* add camp site ([cfa1c28](https://github.com/pietervdvn/MapComplete/commit/cfa1c28789d2056e6b8ad7483360a007c639d73c)) -* add cargo bike option to bicycle rental, fix [#2016](https://github.com/pietervdvn/MapComplete/issues/2016) ([b98aaff](https://github.com/pietervdvn/MapComplete/commit/b98aaff8101255138c10704d2a02f9226b0fa7ec)) -* add charge to bike_parking ([ed96859](https://github.com/pietervdvn/MapComplete/commit/ed96859233a921cbfc61046106b9202d40bbde6c)) -* add compile time check for 'sameAs'-filters that the referenced layer actually exists ([e188b96](https://github.com/pietervdvn/MapComplete/commit/e188b9656122dd3f0a4cda55352bf81dad6dbc65)) -* add condition that hoops are only asked on basketball courts, fix [#1577](https://github.com/pietervdvn/MapComplete/issues/1577) ([fb6f7ee](https://github.com/pietervdvn/MapComplete/commit/fb6f7ee191554816581c955cfdfbb1a932981c77)) -* add conveying as condition for stairs ([f95f631](https://github.com/pietervdvn/MapComplete/commit/f95f631045e2a83424a6ac7ef3d607fcba18cc6f)) -* add correct title for cafe, nightclub and bar if no name is present, fix [#1704](https://github.com/pietervdvn/MapComplete/issues/1704) ([0129845](https://github.com/pietervdvn/MapComplete/commit/0129845d22f028b213af59e57014ce8962b76327)) -* add currency type which does some reformatting ([d40474d](https://github.com/pietervdvn/MapComplete/commit/d40474d47e0b5ded963df2c4e76c6911de63dbca)) -* add currently open badge ([d9d330e](https://github.com/pietervdvn/MapComplete/commit/d9d330e91221fac741120c7e2cb0b394d0871406)) -* add delete to banks ([68cada0](https://github.com/pietervdvn/MapComplete/commit/68cada0a0d8f7f57b2ed43eb459680764b2b3070)) -* add dog icon into title-icons, add dog filter, see [#212](https://github.com/pietervdvn/MapComplete/issues/212) ([7e0120d](https://github.com/pietervdvn/MapComplete/commit/7e0120d0e8948510db1eb0c17090900127dc8ed8)) -* add extra check so that in a mapping cannot override the , fix two such instances ([56ea116](https://github.com/pietervdvn/MapComplete/commit/56ea1163bb7c272cec717076da452ba069e82b3c)) -* add extra questions to 'map' layer based on custom theme ([10e0e27](https://github.com/pietervdvn/MapComplete/commit/10e0e277787f95e4da8b075edd308300dd6b0256)) -* add filter for vegetable oil to fritures theme ([721a930](https://github.com/pietervdvn/MapComplete/commit/721a930d76fcd4fedada4044f1c6b2c6802cd022)) -* add filters for 'wifi' and 'electricity' ([af2c6f4](https://github.com/pietervdvn/MapComplete/commit/af2c6f47829dd91e5fa0ac4dad2f23e18ebf1d3f)) -* add fine_gravel as option for playground surface ([d8be0ac](https://github.com/pietervdvn/MapComplete/commit/d8be0acdfef8a0a7f349d152abadf3e394c0145f)) -* add first version of ski theme ([8f25006](https://github.com/pietervdvn/MapComplete/commit/8f250069988ea8e1b7f25e29db4e287200d354b8)) -* add guidepost layer ([da39dde](https://github.com/pietervdvn/MapComplete/commit/da39dde7b699e576e79eb5781933146fa9747ace)) -* add guidepost layer ([a06e513](https://github.com/pietervdvn/MapComplete/commit/a06e513c4f5a662e6d09908440f6b3394addf483)) -* add guidepost theme ([ad239b2](https://github.com/pietervdvn/MapComplete/commit/ad239b230fd57233f377266dd68b15011136bbaa)) -* add guideposts to climbing theme ([a96a214](https://github.com/pietervdvn/MapComplete/commit/a96a214c03b3438f9ccf96f7c37a2e842ec224e1)) -* add hostel, cleanup of hotel ([d167fe7](https://github.com/pietervdvn/MapComplete/commit/d167fe77232b502ccef4ee051c8d73f948100dd0)) -* add hostel, cleanup of hotel ([8e9ae05](https://github.com/pietervdvn/MapComplete/commit/8e9ae0529b95b8736ad6a2cabf9927a3a27e4c0c)) -* add ice cream parlors ([69a7c9e](https://github.com/pietervdvn/MapComplete/commit/69a7c9efa3eb29c32f0256b1a956e9846cdf5260)) -* add icons to access question in toilets ([2ba461d](https://github.com/pietervdvn/MapComplete/commit/2ba461d9578b515b23ff25a8a99d9a2b03779653)) -* add icons to question ([246b163](https://github.com/pietervdvn/MapComplete/commit/246b16317d93b8e2effe9b41f7ed8c362a61cff6)) -* add icons, add 'auto'-title-icons ([2c662c9](https://github.com/pietervdvn/MapComplete/commit/2c662c957860144a927260504ca30795f9249238)) -* Add internet questions to hackerspace, fix [#1856](https://github.com/pietervdvn/MapComplete/issues/1856) ([c870544](https://github.com/pietervdvn/MapComplete/commit/c870544d857a1c0f3f13e04da78db1a00f5e5342)) -* add keycutting service tags ([d8ce6f0](https://github.com/pietervdvn/MapComplete/commit/d8ce6f0da5887724778c03ea554add5fd5be16cd)) -* add label support to questions.json; add opening hours for hospitals ([41fdeb9](https://github.com/pietervdvn/MapComplete/commit/41fdeb9cb5c664ca604da1f89f2724c0de3b1304)) -* add maxstay for bicycle parkings ([a71ed5d](https://github.com/pietervdvn/MapComplete/commit/a71ed5d53e0b238713cdd8741c7b05e9a9568c55)) -* add memorial layer, use 'subject' instead of 'name' for ghost bikes ([a57dbe0](https://github.com/pietervdvn/MapComplete/commit/a57dbe09d60734785420c4502699fcb6d89c6033)) -* add memorials to artwork on high zoom ([29c5b88](https://github.com/pietervdvn/MapComplete/commit/29c5b884c404c14258dd116921990923c9a89181)) -* add metal as material option ([6420b90](https://github.com/pietervdvn/MapComplete/commit/6420b906e055f5572d093e18febdbe5dba325bce)) -* add minzoom to cafe_pub ([e2d3a71](https://github.com/pietervdvn/MapComplete/commit/e2d3a71c5b3a15b5a21db112baaf5a13dec55a3c)) -* add minzoom to ski_piste and aerialway, fix [#1876](https://github.com/pietervdvn/MapComplete/issues/1876) ([d7982bf](https://github.com/pietervdvn/MapComplete/commit/d7982bfd3e92a863e33e9154b2c9c4044cdb4951)) -* add missing assets ([bc826be](https://github.com/pietervdvn/MapComplete/commit/bc826bebed2c0f073da3163994be818d1c41c6f5)) -* Add more memorial types, add freeform option, fix [#1824](https://github.com/pietervdvn/MapComplete/issues/1824) ([b0d0436](https://github.com/pietervdvn/MapComplete/commit/b0d0436ebe79a44c1bfc6880ecbef66f85e159be)) -* add more options for support in advertisement, add presets ([c26225c](https://github.com/pietervdvn/MapComplete/commit/c26225ccf11987f8a2cbdf45820a2310428cf1c0)) -* add more questions about drinking water ([9fabab3](https://github.com/pietervdvn/MapComplete/commit/9fabab3588a7cdc3d04bcbae19b6868694bbc95f)) -* add mountain rescue stations to the ski map ([04509bc](https://github.com/pietervdvn/MapComplete/commit/04509bc3e7783f55e593679ddfba2263ecf7f3de)) -* add name and title to assembly_point and disaster_response layers ([f087012](https://github.com/pietervdvn/MapComplete/commit/f08701211632b8f8f35597d908160f8460934e04)) -* add open love map, see https://github.com/thomersch/OpenLoveMap/issues/21 ([d6a55a5](https://github.com/pietervdvn/MapComplete/commit/d6a55a5ee9ef03c0a813b0d95dffa42cb0b4955d)) -* add operator question to bicycle parking ([ea00c71](https://github.com/pietervdvn/MapComplete/commit/ea00c717de78c06ded81fae56be1a05b8e50ae37)) -* add OSM-carto again, fix [#1664](https://github.com/pietervdvn/MapComplete/issues/1664) ([376a683](https://github.com/pietervdvn/MapComplete/commit/376a683cce13921e644364c8342362f3a21b3ab3)) -* add paid as option, fix [#2119](https://github.com/pietervdvn/MapComplete/issues/2119) ([a4018d8](https://github.com/pietervdvn/MapComplete/commit/a4018d88b0f187b907c68a49dcfb496c0259bb91)) -* add payment options and internet to climbing theme ([2337033](https://github.com/pietervdvn/MapComplete/commit/23370336e81fa865a62507bb6f4de5030ad48bb5)) -* add payment options and internet to climbing theme ([1abcc76](https://github.com/pietervdvn/MapComplete/commit/1abcc766f98f27298eb82e70ad7c09520adb8377)) -* add possibility to add an icon to 'render' (just like with mappings), add contact:mastodon support as general question, add mastodon question to hackerspaces ([03aafbe](https://github.com/pietervdvn/MapComplete/commit/03aafbe99c0d9f4fa5768d18e7bde093529ce93f)) -* add possibility to enable terrain, some fixes to overlaymap and pitch control ([e3dec8a](https://github.com/pietervdvn/MapComplete/commit/e3dec8aafada699be3cddfc86aeb63938036e5c5)) -* add proper 'image along way' possibility ([584fb3c](https://github.com/pietervdvn/MapComplete/commit/584fb3cb57e77ea4382fda152d8604ef8293f9b1)) -* add question wether climbing ropes can be hired ([6425ad6](https://github.com/pietervdvn/MapComplete/commit/6425ad67e6a053e1b6cbbb038e0c544c0f07f10b)) -* Add rubber;tartan surface to playgrounds, add checkdate to playgrounds, add tartan to sport pitches ([7859e7d](https://github.com/pietervdvn/MapComplete/commit/7859e7d06990666c1c40756795f993949abef434)) -* add shoe repair services to the climbing map, add question if a shoemaker also repairs climbing shoes, add craft=shoemaker to shops theme ([3df5727](https://github.com/pietervdvn/MapComplete/commit/3df5727f40a29d190394c71cf99896261f78474d)) -* add short description to velopark ([50e3c54](https://github.com/pietervdvn/MapComplete/commit/50e3c5483461cd085d3207fbd96f5b7fdfaebe57)) -* add smoking to food-layer, fix [#1874](https://github.com/pietervdvn/MapComplete/issues/1874) ([f5a94c7](https://github.com/pietervdvn/MapComplete/commit/f5a94c7b5f24c1846681f75f8f79bc1d870574c0)) -* add some icons ([48df237](https://github.com/pietervdvn/MapComplete/commit/48df2379bf013006aad7e7bd68977e7a55a670d3)) -* add speed_camera to surveillance theme, see [#1913](https://github.com/pietervdvn/MapComplete/issues/1913) ([9716bc5](https://github.com/pietervdvn/MapComplete/commit/9716bc5425967aa81b4885bff4063d8c0eebfd18)) -* add Stamen Watercolor again, see [#1652](https://github.com/pietervdvn/MapComplete/issues/1652) ([d997c90](https://github.com/pietervdvn/MapComplete/commit/d997c90352a0d70f2cd33108af4de16f58444868)) -* add statistics on used version ([1a7acc8](https://github.com/pietervdvn/MapComplete/commit/1a7acc80c1933894aa71bdd9cdfc6bd6985f5a40)) -* add sugar_free, gluten_free and lactose-free to shops- and food-layers ([b06784e](https://github.com/pietervdvn/MapComplete/commit/b06784e7a06aaeb40a375210bc95538a73db9aed)) -* add support for operator:email, mostly for velopark ([1c45f09](https://github.com/pietervdvn/MapComplete/commit/1c45f0963219f3aa743b2ddf9840e2d152b0fae5)) -* add toilet questions into indoor theme ([8f93b0d](https://github.com/pietervdvn/MapComplete/commit/8f93b0d398aa16caa6e9167d96b02c7fc45182a4)) -* add validation check if a mapping does not erase another mapping completely ([556f6d0](https://github.com/pietervdvn/MapComplete/commit/556f6d0b93aa7774b703e80590d2df1601d293c4)) -* add validation for duplicate presets, fix [#1582](https://github.com/pietervdvn/MapComplete/issues/1582) ([2e8a331](https://github.com/pietervdvn/MapComplete/commit/2e8a3311e76c9065338ffce1388658269a05e261)) -* add various services to hackerspaces and makerspaces, add icons, some fixes to make this work with expandRewrite ([8ceda1c](https://github.com/pietervdvn/MapComplete/commit/8ceda1cc5f7e549ccecc65b6469a7195de1022cc)) -* add velopark import functionality ([4c5ebf0](https://github.com/pietervdvn/MapComplete/commit/4c5ebf05f5d818abd622bf9d8c8a96926e36ddd6)) -* add velopark theme ([1c1cea7](https://github.com/pietervdvn/MapComplete/commit/1c1cea7f033ea19c74a6efb958a69a3a729bad3c)) -* add warning if a tagRendering can be replaced by a direct value ([79e40d0](https://github.com/pietervdvn/MapComplete/commit/79e40d0fee2e40b32babc218a374095f6ca520a5)) -* add wikipedia page for "subject:wikidata" on ghost bikes, specifically for the ghost bike of #Natenom ([d74cb00](https://github.com/pietervdvn/MapComplete/commit/d74cb00df4fc55ca00082326da138b580fa39cc7)) -* add year to units ([c8eef2c](https://github.com/pietervdvn/MapComplete/commit/c8eef2c8f6866ded26276250d422bd4a97e5b08c)) -* **advertising:** add (animated!) flag and screen icons ([090130d](https://github.com/pietervdvn/MapComplete/commit/090130d596bb5ab7d337c7c96a55b38ef6181231)) -* **advertising:** boards are never animated ([b92e9b8](https://github.com/pietervdvn/MapComplete/commit/b92e9b815da3e1b15c9859f6d4726bac09307b7b)) -* **advertising:** Fix typos ([9e02c89](https://github.com/pietervdvn/MapComplete/commit/9e02c89fd5da5c7ad4623ed205ef610e4462b2a7)) -* **advertising:** further refinements ([8127027](https://github.com/pietervdvn/MapComplete/commit/81270272518012cf2023be2888d2faa444ee012f)) -* **advertising:** further refinements ([59eabc5](https://github.com/pietervdvn/MapComplete/commit/59eabc5daaa675880e1b684c3d8b4d3f0c1139ac)) -* **advertising:** last icon ([3e72ba2](https://github.com/pietervdvn/MapComplete/commit/3e72ba2b464c819a09956fa22bb321ed68fe34a3)) -* **advertising:** more icons, reordering of the questions ([7fc0770](https://github.com/pietervdvn/MapComplete/commit/7fc0770488ba99ea2d7aab658933d6e22c62cb3e)) -* align iconbadge, fix [#1893](https://github.com/pietervdvn/MapComplete/issues/1893) ([ba098fc](https://github.com/pietervdvn/MapComplete/commit/ba098fc29ac4ea46b0ff19a918282b4f81fe8f10)) -* allow multiple internet access types ([786b850](https://github.com/pietervdvn/MapComplete/commit/786b850dbeff9a92f761e65cd01a0e948140f37d)) -* allow to add multiple changing table locations, see [#1756](https://github.com/pietervdvn/MapComplete/issues/1756) ([c62f7cc](https://github.com/pietervdvn/MapComplete/commit/c62f7cce01da15ef3f123b95e08056ca5019b7c9)) -* allow to add pictures to a 'shelter' ([39c079d](https://github.com/pietervdvn/MapComplete/commit/39c079db45aaadf98bf651d66d6bd88dbbe04bb2)) -* Allow to delete tourism accomodation ([60eeab9](https://github.com/pietervdvn/MapComplete/commit/60eeab9aa79ab1a5fc65b7f5e6efb2ebb0b6e55e)) -* allow to have a non-number type together with a unit ([4ccfe3e](https://github.com/pietervdvn/MapComplete/commit/4ccfe3efe446b407be1ca53d4ad2c3ee6fdde0b4)) -* allow to move a shelter ([565dee8](https://github.com/pietervdvn/MapComplete/commit/565dee8854f605ea40570c0c82d225935e11dba0)) -* allow to move and delete pharmacies ([5e95bd9](https://github.com/pietervdvn/MapComplete/commit/5e95bd99a2dcf424acbcad85aa96a3a36bd612a8)) -* allow to move hydrants ([432f244](https://github.com/pietervdvn/MapComplete/commit/432f24456d75e131425f0f1fe0df15c448f593ef)) -* also ask about menstrual products for toilet_at_amenity ([ae7cc95](https://github.com/pietervdvn/MapComplete/commit/ae7cc95727bc33c6d67a2ef24d2a2e0c2e3c3214)) -* also show 'operator:website' and 'contact:website' as title icon if they are available ([8526f4e](https://github.com/pietervdvn/MapComplete/commit/8526f4e94140132c8abe880b93cbc45780f9686b)) -* automatically derive source from presets if no source is given ([0689758](https://github.com/pietervdvn/MapComplete/commit/06897588be3e56570b973c8db08fce1e13b29c7b)) -* automatically derive source from presets if no source is given ([8e18864](https://github.com/pietervdvn/MapComplete/commit/8e18864daa9d19c2d9ccc2eb6a8ee408e7038d5e)) -* bench.json: decrease minzoom ([5b33d88](https://github.com/pietervdvn/MapComplete/commit/5b33d88ffbff285849d7bf5896df8e8e2e547cef)) -* better support billboard on walls ([8816ad0](https://github.com/pietervdvn/MapComplete/commit/8816ad03ecaedfe248fff1b7b101a266a9a6f444)) -* better support billboard on walls ([0a1c90b](https://github.com/pietervdvn/MapComplete/commit/0a1c90be9e1515b2f708e0f672b0732c7356101b)) -* bicycle library: allow move, fix [#1768](https://github.com/pietervdvn/MapComplete/issues/1768) ([7ac84dd](https://github.com/pietervdvn/MapComplete/commit/7ac84dd675a68f47b6af0465e337561aa0dc9586)) -* bicycle parking: add lockers as options, add operator:website (velopark features) ([22721cd](https://github.com/pietervdvn/MapComplete/commit/22721cd3ef604255bc88d5be995d0f2d65e68a83)) -* change minzoom of second hand shops in circular economy ([0b2e878](https://github.com/pietervdvn/MapComplete/commit/0b2e878481e3cc32b7b37c8cdb28251daa1b02d7)) -* Change text type ([c9751a3](https://github.com/pietervdvn/MapComplete/commit/c9751a3eb570f1865966fa3861fac5ff5c761f1a)) -* description is now a textarea ([0c1b5d1](https://github.com/pietervdvn/MapComplete/commit/0c1b5d1b6c0d12914845a19692670bd1931f532c)) -* disable 'direction'-indicator for surveillance theme as it breaks selection, fix [#1458](https://github.com/pietervdvn/MapComplete/issues/1458) ([9e15353](https://github.com/pietervdvn/MapComplete/commit/9e15353588009e39cf4a8bc2569748f40759609a)) -* disable 'disused' from delete config, delete less fast for shops but use softdeletion instead ([28e737e](https://github.com/pietervdvn/MapComplete/commit/28e737ed2eb6a3934fb650df9b1939a25f954d8c)) -* disable maxspeed and cycleway question for pedestrian roads ([e580f55](https://github.com/pietervdvn/MapComplete/commit/e580f553197165d611258b8c68ed9f9a66ca42c4)) -* don't count food for fritures ([98d441a](https://github.com/pietervdvn/MapComplete/commit/98d441a2602c360136db9f9cc883d2ef734137e5)) -* don't enforce 'allowMove' on unofficial themes ([5b45e42](https://github.com/pietervdvn/MapComplete/commit/5b45e427a0185e224446aeecfe99e87d6077379a)) -* don't inline text fields if they don't have text around them ([821ddcf](https://github.com/pietervdvn/MapComplete/commit/821ddcfaca11ca194b319bfa09f8b0a9fea01a41)) -* don't show 'mark as unknown' if this would break the source-filter ([76a9a2e](https://github.com/pietervdvn/MapComplete/commit/76a9a2ee23dcf61097d33fcbe556df7a46d9a395)) -* don't show favourite icon if not logged in ([b1d94b2](https://github.com/pietervdvn/MapComplete/commit/b1d94b2121195a52ced59454b51844412b9018f3)) -* don't show opening_hours_state title icon if seasonal is set and the item is closed due to seasonal restrictions ([1748e98](https://github.com/pietervdvn/MapComplete/commit/1748e98bfc714e147c12b8fc233432412ed186c2)) -* don't use 'Yes' or 'No' as start ([f87e735](https://github.com/pietervdvn/MapComplete/commit/f87e73596e65a12b7fb88456dfb21dcc1eb8a850)) -* elevators: first ask if there is speech output/tactile writing before asking the relative languages ([8acaafe](https://github.com/pietervdvn/MapComplete/commit/8acaafe307826ac682f25eaa0b188278ca4056fe)) -* enable 'guideposts' in nature theme ([94291de](https://github.com/pietervdvn/MapComplete/commit/94291de5a3451120b6abdb153ba57675949d3d5b)) -* enable 'speciality'-filter in doctors, decrease minzoom ([4090a74](https://github.com/pietervdvn/MapComplete/commit/4090a7493253e2b5513307d013d0a0061394aed6)) -* enable deletion of bike_cafes ([90c44cc](https://github.com/pietervdvn/MapComplete/commit/90c44cc8bdfb7b2447f1974ed94430e5b2fa3c6f)) -* enable download functionality by default ([5504d49](https://github.com/pietervdvn/MapComplete/commit/5504d49d595fee66f0c43f3efbf6f130634497be)) -* enable move on schools, tweak GRB for performance ([db98288](https://github.com/pietervdvn/MapComplete/commit/db982884a1eea2a6e37d67129256f9c6b192a841)) -* enable reviews for climbing areas and gyms ([2a3a78b](https://github.com/pietervdvn/MapComplete/commit/2a3a78bc69eea38a83378f02717bc9fdc1cd5414)) -* enable reviews on pharmacies-theme ([701f033](https://github.com/pietervdvn/MapComplete/commit/701f03397e0339cba98fc776f06b38ccb13511b2)) -* enable snapping for facade gardens ([da68d36](https://github.com/pietervdvn/MapComplete/commit/da68d365feab19a94ea85b2a756e3336bfb8b127)) -* exclude 'advertising=no' from loading, fix [#1865](https://github.com/pietervdvn/MapComplete/issues/1865) ([eef9918](https://github.com/pietervdvn/MapComplete/commit/eef99186cfbc46b57a97d2df78c8ef9c69a4609b)) -* exclude route relations from "toilets=yes". There are a few route relations with 'toilets' and those choke up MapComplete ([139b014](https://github.com/pietervdvn/MapComplete/commit/139b014c6c1f34fff08210c1c4915ea79534086c)) -* explicitly set 'allowMove' for all layers, fix [#2121](https://github.com/pietervdvn/MapComplete/issues/2121) ([468b895](https://github.com/pietervdvn/MapComplete/commit/468b895302fff50bc68cbdf72998bc08590307d0)) -* extract layers from camperssite ([82e6b2a](https://github.com/pietervdvn/MapComplete/commit/82e6b2af9b564117ebb5714b8a795b759ebf528d)) -* extract layers from camperssite ([44f42ee](https://github.com/pietervdvn/MapComplete/commit/44f42ee2c946d3f37224ca41f603e9c907ed5214)) -* first version of circular economy theme ([592be68](https://github.com/pietervdvn/MapComplete/commit/592be68f09b06f22d45d5d5c274c91315d1613f7)) -* fix [#1362](https://github.com/pietervdvn/MapComplete/issues/1362) ([ff9ca5e](https://github.com/pietervdvn/MapComplete/commit/ff9ca5e5cd6abde6c578ae442fe0d06217015288)) -* fix [#1866](https://github.com/pietervdvn/MapComplete/issues/1866) ([1cf7119](https://github.com/pietervdvn/MapComplete/commit/1cf71197f51646cfceb4b58267cf1bdd2223e12f)) -* fix [#1910](https://github.com/pietervdvn/MapComplete/issues/1910) ([b484ea0](https://github.com/pietervdvn/MapComplete/commit/b484ea005b6b91bad729b7b1923f71b8fc893870)) -* fix badge, fix [#1894](https://github.com/pietervdvn/MapComplete/issues/1894) ([a2279ac](https://github.com/pietervdvn/MapComplete/commit/a2279ac28bfb1d5dbc0ac47c2762a9104e4e54c5)) -* fix calculated tags of climbing theme ([f800545](https://github.com/pietervdvn/MapComplete/commit/f80054558fe8422c7c1dfa9e277bd772f157f436)) -* fix compilation ([c300d90](https://github.com/pietervdvn/MapComplete/commit/c300d901284dfbf05c5044da46e12ec8ca4469d1)) -* fix conversion for legacy themes ([21c35fc](https://github.com/pietervdvn/MapComplete/commit/21c35fc2c56eea64d18ee0fc18d65b2cdb913c82)) -* fix cycle rental which dissappears ([efce134](https://github.com/pietervdvn/MapComplete/commit/efce134a6cc90d4c3794cac91fc0a9da10fdd3b1)) -* fix cycle_highways ([61575a9](https://github.com/pietervdvn/MapComplete/commit/61575a9909d8c0206e45a8106ef369ef616f45d7)) -* fix icon for shops layer ([d9d8c0a](https://github.com/pietervdvn/MapComplete/commit/d9d8c0ad1f0af64f6d08364a6c64f59b748f001a)) -* fix incorrect argument, might fix [#1881](https://github.com/pietervdvn/MapComplete/issues/1881) ([209cfe6](https://github.com/pietervdvn/MapComplete/commit/209cfe6b733b849e85854d7ab3eaf4987116226f)) -* fix internet question ([b132590](https://github.com/pietervdvn/MapComplete/commit/b13259083a8d7c3b42e4df618b88de06b00f1041)) -* fix overrides, fix [#1705](https://github.com/pietervdvn/MapComplete/issues/1705) ([3334bfb](https://github.com/pietervdvn/MapComplete/commit/3334bfb8cae9a2c326764e7375829769ac96c400)) -* fix rendering of charging station ([0c52051](https://github.com/pietervdvn/MapComplete/commit/0c5205136b1a18ee91df65de52e9e60f2036d3b7)) -* fix some isCounted-typos ([20a462f](https://github.com/pietervdvn/MapComplete/commit/20a462fdf5683587e50b42171c109e87eb193422)) -* fix titles and names for assembly points and disaster_response ([170c459](https://github.com/pietervdvn/MapComplete/commit/170c4592d13929810f6e822592cd1e2d1e83a1ac)) -* fix typo in soft-deletion tag ([5f62712](https://github.com/pietervdvn/MapComplete/commit/5f627124e98e98f25e9e5a834f56e906237e0241)) -* fix validation errors due to [#1779](https://github.com/pietervdvn/MapComplete/issues/1779) ([707d996](https://github.com/pietervdvn/MapComplete/commit/707d99619d7b5fa90891e93d5641f52715f04beb)) -* fix: don't show irrelevant 'multilevel'-question anymore ([b5fca68](https://github.com/pietervdvn/MapComplete/commit/b5fca68a82d529bd10f56ba0dd63d27ae11ea2a5)) -* ghost signs: add wall-based artworks to be able to mark them as ghost sign and to avoid duplicates ([e68edeb](https://github.com/pietervdvn/MapComplete/commit/e68edeb29fa604daee0c7638999bcebab2fd7b11)) -* ghost signs: add wall-based artworks to be able to mark them as ghost sign and to avoid duplicates ([8f95e85](https://github.com/pietervdvn/MapComplete/commit/8f95e8520a751ef9fef8cc7a8810322117c7b6c1)) -* hackerspaces: more workshop types ([70fa180](https://github.com/pietervdvn/MapComplete/commit/70fa180b6a1e1a0db4e54f623797c05847b7face)) -* Hide bike cleaning cost if we don't know if there is a bike cleaning service ([87aee9e](https://github.com/pietervdvn/MapComplete/commit/87aee9e2b72013e387fd3c196a9940bf477743c8)) -* improve 'auto-type' special visualisation ([658db35](https://github.com/pietervdvn/MapComplete/commit/658db3561722ec5d220043969ed1154c9e7411af)) -* improve 'tourism-accomodation', add many more categories as some people are using 'hotels' to also add other categories (see https://wiki.openstreetmap.org/wiki/Organised_Editing/Activities/Trziste_prace) ([53ffa06](https://github.com/pietervdvn/MapComplete/commit/53ffa06a49a670ff23e605595aea7919c84f20b5)) -* improve 'tourism-accomodation', add many more categories as some people are using 'hotels' to also add other categories (see https://wiki.openstreetmap.org/wiki/Organised_Editing/Activities/Trziste_prace) ([bc54f79](https://github.com/pietervdvn/MapComplete/commit/bc54f797d792ebeac4b043612df9682a1a4c79c6)) -* improve ability of 'rewrite' config ([f015604](https://github.com/pietervdvn/MapComplete/commit/f015604000e09b81625d8dc5617e7c999b27fc74)) -* improve advertising theme, see [#1866](https://github.com/pietervdvn/MapComplete/issues/1866), translation reset for new presets ([05bba07](https://github.com/pietervdvn/MapComplete/commit/05bba071dc44897fe795974a39d472159cbaadd4)) -* improve atm opening hours, add reviews to playgrounds ([9ce60b6](https://github.com/pietervdvn/MapComplete/commit/9ce60b6ffb175803fde11b9116a0e1390ade766c)) -* improve benches ([9e10bf4](https://github.com/pietervdvn/MapComplete/commit/9e10bf421f9bcd1cadec10638eb520132c647c64)) -* improve error messages ([6897b88](https://github.com/pietervdvn/MapComplete/commit/6897b888170399db9a5d4e649d89dee2f9d0b30f)) -* improve favourite panel ([59090fd](https://github.com/pietervdvn/MapComplete/commit/59090fdb39a864b7d8b64a26fe35e98eacfa2121)) -* improve information about indoor rooms ([47bf119](https://github.com/pietervdvn/MapComplete/commit/47bf1195bcc198446c35b31ebd7d446efde7dd9d)) -* improve velopark usability ([c1003f8](https://github.com/pietervdvn/MapComplete/commit/c1003f8fe79c4a2ce820d9764b51a4a25b6e7bbd)) -* improvements to BBQ, different icons, add some questions, remove 'unknown'-options ([2db0b1a](https://github.com/pietervdvn/MapComplete/commit/2db0b1afcbbf7c8d8e6174080a1e62295c223e87)) -* improvements to memorial theme ([59f56bd](https://github.com/pietervdvn/MapComplete/commit/59f56bd251c2523cb81ca07c74f9107c70560869)) -* include love hotels in regular hotels theme (with a high minzoom) ([d48b8af](https://github.com/pietervdvn/MapComplete/commit/d48b8aff922e3478a62ecc3e92f92b750e8eef8f)) -* lint layers to use an array instead of a string for 'snapToLayers' ([d534842](https://github.com/pietervdvn/MapComplete/commit/d534842d050f046ac5187ff8386c9edf052cdd23)) -* make filters of public bookcase translatable ([7b3d07e](https://github.com/pietervdvn/MapComplete/commit/7b3d07e5c489c0d139543cb7e5481e522b435b12)) -* make the selected note pulsate and have a different border when selected ([83fc189](https://github.com/pietervdvn/MapComplete/commit/83fc189fd332c0df2dc719a7ba676f3fad7cca32)) -* more questions about climbing services ([3769bd1](https://github.com/pietervdvn/MapComplete/commit/3769bd1c4fc7976d8d980f049ca6a3ecbc8710f1)) -* move all bike_shop questions into shops, reuse shops layer instead ([3c16e3d](https://github.com/pietervdvn/MapComplete/commit/3c16e3de686a903c1807d7a3a1397c6f350c8476)) -* move some bicycle shop questions into the shops-layer so that those questions are asked there as well (and that both layers can be unified) ([6cd7828](https://github.com/pietervdvn/MapComplete/commit/6cd7828ed3576dd8abf36c24032f9ec1d4966684)) -* move tagRenderings+ above leftover-questions ([f2f041f](https://github.com/pietervdvn/MapComplete/commit/f2f041f9d0bfb557588ccd90b1d710498aa8edc0)) -* only add rating-title-icon if 'review_list()' is used in the layer ([6c75553](https://github.com/pietervdvn/MapComplete/commit/6c75553f3fec7642c7bbb75d999781126a344065)) -* phone validation now knows about some short-codes ([38b9523](https://github.com/pietervdvn/MapComplete/commit/38b9523b835b72bfe9f068b55015d8f7868951c9)) -* pin more markers to new icon ([04ee3dc](https://github.com/pietervdvn/MapComplete/commit/04ee3dc32c7b1e8c6690a91624530309df65e813)) -* properly show the name of the hospital ([9739973](https://github.com/pietervdvn/MapComplete/commit/9739973f2e9e1c98e0ae6ea58f55bf8588a9de14)) -* re-enable terrain ([94bc6ee](https://github.com/pietervdvn/MapComplete/commit/94bc6ee31d36c56c31090ea07c7f2baecff99eb1)) -* remove obsolete fields from drinking water theme ([66cc615](https://github.com/pietervdvn/MapComplete/commit/66cc615805246100634aaccd8426c59eec5c03ce)) -* remove obsolete SOTM-events, fix [#1909](https://github.com/pietervdvn/MapComplete/issues/1909) ([5659dd8](https://github.com/pietervdvn/MapComplete/commit/5659dd8e8c2a1fbf596cf9fa2e3cb56ed2d95349)) -* remove unneeded invalidValues ([4fe0c41](https://github.com/pietervdvn/MapComplete/commit/4fe0c41628ae0a9dc6985a10bb396ea96534dde9)) -* show capacity:cargo_bike, allow to erase it ([58dfb93](https://github.com/pietervdvn/MapComplete/commit/58dfb93818e6f737b93c406b25bf4eb3c0572d7c)) -* show keycutting service question ([5bcc617](https://github.com/pietervdvn/MapComplete/commit/5bcc617d22ce6596f48f8e68a21910cd744c4682)) -* show maproulette marker in linking menu ([e327d38](https://github.com/pietervdvn/MapComplete/commit/e327d385d126864bb5e3ba17e3f3b2ff2fd7b5ae)) -* show maproulette marker in linking menu ([ac6fdde](https://github.com/pietervdvn/MapComplete/commit/ac6fdde785ddf11b833501ac3de6c4a9bf84201d)) -* show maproulette marker in linking menu ([8a4e2d8](https://github.com/pietervdvn/MapComplete/commit/8a4e2d8cb56c28b38ac03262dbfd76f874d3f2ef)) -* show toilets only from zoomlevel >= 15 ([6760897](https://github.com/pietervdvn/MapComplete/commit/6760897a6f6427755b63c8cc7da37b9d39279083)) -* small tweaks to fitness stations ([3f4410f](https://github.com/pietervdvn/MapComplete/commit/3f4410ff19e71c02e59df5fbe1ef77bcb2a53224)) -* tweak zoomlevels ([303d3a0](https://github.com/pietervdvn/MapComplete/commit/303d3a0337afc388ed2158ab008a8a17684c6530)) -* Update climbing_route.json: add snap to layer ([193b8b4](https://github.com/pietervdvn/MapComplete/commit/193b8b4672405abe0e54d3143c9faec88733e450)) -* Update climbing.json: add layers ([bb9b1df](https://github.com/pietervdvn/MapComplete/commit/bb9b1df4e0b26fff0a0e2e513b544c910f046f86)) -* update some default background layers ([a855840](https://github.com/pietervdvn/MapComplete/commit/a85584040d436012e3c68fe85e54e490529388db)) -* update tagging of climbing shoe repair ([d1aa751](https://github.com/pietervdvn/MapComplete/commit/d1aa751e1831cd1090ea5a738462b052fad2a4d9)) -* Update velopark description ([9083e89](https://github.com/pietervdvn/MapComplete/commit/9083e8954971ad4bed1914bc7cd5c30397b23895)) -* validate that a background layer actually exists, fix current-view button (GRB) ([fc483ed](https://github.com/pietervdvn/MapComplete/commit/fc483ed54776ed78efb9d9f4b2b868ac85a0e6b3)) -* validate that a background layer actually exists, fix current-view button (GRB) ([eb6194b](https://github.com/pietervdvn/MapComplete/commit/eb6194bf8f1752a7ef80583d8b878f75c146c7f8)) -* various fixes to velopark, see [#1783](https://github.com/pietervdvn/MapComplete/issues/1783) ([2583fee](https://github.com/pietervdvn/MapComplete/commit/2583feef65e18f786253c93123e22d111e992ccf)) -* various improvements ([d4895a0](https://github.com/pietervdvn/MapComplete/commit/d4895a098916183cef47f5dc79d1870b99472be3)) -* velopark: reorder attributes for a clearer view ([0929b55](https://github.com/pietervdvn/MapComplete/commit/0929b55b0807eb8cd9dea188d03339facf1113ce)) -* vending machines: add meat as option, add operator phone number, add 'condom' icon, fix [#1584](https://github.com/pietervdvn/MapComplete/issues/1584) ([86d0e5d](https://github.com/pietervdvn/MapComplete/commit/86d0e5dc745805772f248d67eddfec88095657a6)) +* a few improvements to velopark ([e7a5712](https://source.mapcomplete.org/MapComplete/MapComplete/commit/e7a57125d797fdf3c31c66c1e0c54dfc5dc5a304)) +* active 'browse and link streetview' on all themes ([eb2a582](https://source.mapcomplete.org/MapComplete/MapComplete/commit/eb2a582d4910edda5e8dd76d229c0637bc5ac4a5)) +* Add 'access=permissive' to charging stations, fixes [#1255](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1255) ([cc70e09](https://source.mapcomplete.org/MapComplete/MapComplete/commit/cc70e09e11f55c62276fe9fcc5cf4e9033ccc6f5)) +* add 'allowMove' everywhere, make 'allowMove' obligated, see [#2121](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2121) ([29d52e0](https://source.mapcomplete.org/MapComplete/MapComplete/commit/29d52e0fc69f16477fbfd6f5c08900890626f0be)) +* add 'artwork' questions to drinking water fountains ([def640f](https://source.mapcomplete.org/MapComplete/MapComplete/commit/def640fb1c97c581e4688c8c0a50f4e295d9458b)) +* add 'binding'-service question to copyshops ([7b1ca43](https://source.mapcomplete.org/MapComplete/MapComplete/commit/7b1ca43266f596c9b9b40a3a86c0f5cf6d213a3e)) +* add 'fine-gravel' as option to sport-pitches ([679e371](https://source.mapcomplete.org/MapComplete/MapComplete/commit/679e371bd470976a41327494004054548e120401)) +* add 'hacklab' as option to hackerspaces ([665cd3b](https://source.mapcomplete.org/MapComplete/MapComplete/commit/665cd3b0dd3bd2ad91c601554417cfec0eec54a2)) +* add 'hoops' question to basketball pitches ([4df9632](https://source.mapcomplete.org/MapComplete/MapComplete/commit/4df9632d7c7093511b6e3b2349ee5d2fd99cb681)) +* add 'link' as builtin, available Icon ([7872f22](https://source.mapcomplete.org/MapComplete/MapComplete/commit/7872f221512797ee82ea1e92455326baaa9874ab)) +* add 'lock' and 'key' icon to toilets, fix [#2094](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2094) ([577b596](https://source.mapcomplete.org/MapComplete/MapComplete/commit/577b596e7a8cdc2ea4cbd97c401422ee0ad06652)) +* Add 'open_now' filter to bike-shop ([aa6902a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/aa6902a25c4b27ef9424d0cdfb68a83f44ec7405)) +* add 'pedagogy', fix [#1839](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1839) ([4644b6a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/4644b6ae550fa53c042978317484f9a99eafe8c7)) +* add 'skateboard' as sport pitch option ([f20219c](https://source.mapcomplete.org/MapComplete/MapComplete/commit/f20219cf37711b42e8bf1d4a4a1c0379d7d8df0e)) +* add 'website'-button which shows up by default if a website is known ([7c0d339](https://source.mapcomplete.org/MapComplete/MapComplete/commit/7c0d339976fb26a9fc9ab74a540c7d5b7d640f80)) +* add ALPR-cameras to surveillance theme ([d1e91ee](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d1e91ee2f98936871941e4b7cd035ee4f1e35bbd)) +* add ALPR-cameras to surveillance theme ([97236c8](https://source.mapcomplete.org/MapComplete/MapComplete/commit/97236c80a99686a1dc0c296bb4a730bc595884a5)) +* add animal types to animal_shelter, include animal_shelter in pets, generate licenses, fix cycle_highways.json ([3968a1e](https://source.mapcomplete.org/MapComplete/MapComplete/commit/3968a1e841cef10e5fac08b7a2c8e6b685a4f07c)) +* add animal_shelter, created by the studio ([c4d4a57](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c4d4a57a0804776c2eabb7cd7c11e269bac101d8)) +* add atm-option to postoffice, add postoffices to ATM theme, fix [#1551](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1551) ([c4a9fa8](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c4a9fa81f23ec8a5dcc685b6c42b9e1208337818)) +* add baby icon to changing table question ([1b5a0a2](https://source.mapcomplete.org/MapComplete/MapComplete/commit/1b5a0a2a853237e9d51298f5e1b17c69afaafa71)) +* Add badminton fields to filters ([b60a3aa](https://source.mapcomplete.org/MapComplete/MapComplete/commit/b60a3aa5684d58e9fec146b06fe2d2993eafd72e)) +* add before text on correct location ([6a2e372](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6a2e3720622e404089c243dc1aa7e7ab282ba2f2)) +* add benches on playground theme ([54a9edc](https://source.mapcomplete.org/MapComplete/MapComplete/commit/54a9edc687667372d0097fb51efb7b904005c9de)) +* add bicycle self-repair workshops to the map (WIP) ([c11d7af](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c11d7af17531cf381ce03e37765c2e0f7efd1745)) +* add camp site ([cfa1c28](https://source.mapcomplete.org/MapComplete/MapComplete/commit/cfa1c28789d2056e6b8ad7483360a007c639d73c)) +* add cargo bike option to bicycle rental, fix [#2016](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2016) ([b98aaff](https://source.mapcomplete.org/MapComplete/MapComplete/commit/b98aaff8101255138c10704d2a02f9226b0fa7ec)) +* add charge to bike_parking ([ed96859](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ed96859233a921cbfc61046106b9202d40bbde6c)) +* add compile time check for 'sameAs'-filters that the referenced layer actually exists ([e188b96](https://source.mapcomplete.org/MapComplete/MapComplete/commit/e188b9656122dd3f0a4cda55352bf81dad6dbc65)) +* add condition that hoops are only asked on basketball courts, fix [#1577](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1577) ([fb6f7ee](https://source.mapcomplete.org/MapComplete/MapComplete/commit/fb6f7ee191554816581c955cfdfbb1a932981c77)) +* add conveying as condition for stairs ([f95f631](https://source.mapcomplete.org/MapComplete/MapComplete/commit/f95f631045e2a83424a6ac7ef3d607fcba18cc6f)) +* add correct title for cafe, nightclub and bar if no name is present, fix [#1704](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1704) ([0129845](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0129845d22f028b213af59e57014ce8962b76327)) +* add currency type which does some reformatting ([d40474d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d40474d47e0b5ded963df2c4e76c6911de63dbca)) +* add currently open badge ([d9d330e](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d9d330e91221fac741120c7e2cb0b394d0871406)) +* add delete to banks ([68cada0](https://source.mapcomplete.org/MapComplete/MapComplete/commit/68cada0a0d8f7f57b2ed43eb459680764b2b3070)) +* add dog icon into title-icons, add dog filter, see [#212](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/212) ([7e0120d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/7e0120d0e8948510db1eb0c17090900127dc8ed8)) +* add extra check so that in a mapping cannot override the , fix two such instances ([56ea116](https://source.mapcomplete.org/MapComplete/MapComplete/commit/56ea1163bb7c272cec717076da452ba069e82b3c)) +* add extra questions to 'map' layer based on custom theme ([10e0e27](https://source.mapcomplete.org/MapComplete/MapComplete/commit/10e0e277787f95e4da8b075edd308300dd6b0256)) +* add filter for vegetable oil to fritures theme ([721a930](https://source.mapcomplete.org/MapComplete/MapComplete/commit/721a930d76fcd4fedada4044f1c6b2c6802cd022)) +* add filters for 'wifi' and 'electricity' ([af2c6f4](https://source.mapcomplete.org/MapComplete/MapComplete/commit/af2c6f47829dd91e5fa0ac4dad2f23e18ebf1d3f)) +* add fine_gravel as option for playground surface ([d8be0ac](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d8be0acdfef8a0a7f349d152abadf3e394c0145f)) +* add first version of ski theme ([8f25006](https://source.mapcomplete.org/MapComplete/MapComplete/commit/8f250069988ea8e1b7f25e29db4e287200d354b8)) +* add guidepost layer ([da39dde](https://source.mapcomplete.org/MapComplete/MapComplete/commit/da39dde7b699e576e79eb5781933146fa9747ace)) +* add guidepost layer ([a06e513](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a06e513c4f5a662e6d09908440f6b3394addf483)) +* add guidepost theme ([ad239b2](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ad239b230fd57233f377266dd68b15011136bbaa)) +* add guideposts to climbing theme ([a96a214](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a96a214c03b3438f9ccf96f7c37a2e842ec224e1)) +* add hostel, cleanup of hotel ([d167fe7](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d167fe77232b502ccef4ee051c8d73f948100dd0)) +* add hostel, cleanup of hotel ([8e9ae05](https://source.mapcomplete.org/MapComplete/MapComplete/commit/8e9ae0529b95b8736ad6a2cabf9927a3a27e4c0c)) +* add ice cream parlors ([69a7c9e](https://source.mapcomplete.org/MapComplete/MapComplete/commit/69a7c9efa3eb29c32f0256b1a956e9846cdf5260)) +* add icons to access question in toilets ([2ba461d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/2ba461d9578b515b23ff25a8a99d9a2b03779653)) +* add icons to question ([246b163](https://source.mapcomplete.org/MapComplete/MapComplete/commit/246b16317d93b8e2effe9b41f7ed8c362a61cff6)) +* add icons, add 'auto'-title-icons ([2c662c9](https://source.mapcomplete.org/MapComplete/MapComplete/commit/2c662c957860144a927260504ca30795f9249238)) +* Add internet questions to hackerspace, fix [#1856](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1856) ([c870544](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c870544d857a1c0f3f13e04da78db1a00f5e5342)) +* add keycutting service tags ([d8ce6f0](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d8ce6f0da5887724778c03ea554add5fd5be16cd)) +* add label support to questions.json; add opening hours for hospitals ([41fdeb9](https://source.mapcomplete.org/MapComplete/MapComplete/commit/41fdeb9cb5c664ca604da1f89f2724c0de3b1304)) +* add maxstay for bicycle parkings ([a71ed5d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a71ed5d53e0b238713cdd8741c7b05e9a9568c55)) +* add memorial layer, use 'subject' instead of 'name' for ghost bikes ([a57dbe0](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a57dbe09d60734785420c4502699fcb6d89c6033)) +* add memorials to artwork on high zoom ([29c5b88](https://source.mapcomplete.org/MapComplete/MapComplete/commit/29c5b884c404c14258dd116921990923c9a89181)) +* add metal as material option ([6420b90](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6420b906e055f5572d093e18febdbe5dba325bce)) +* add minzoom to cafe_pub ([e2d3a71](https://source.mapcomplete.org/MapComplete/MapComplete/commit/e2d3a71c5b3a15b5a21db112baaf5a13dec55a3c)) +* add minzoom to ski_piste and aerialway, fix [#1876](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1876) ([d7982bf](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d7982bfd3e92a863e33e9154b2c9c4044cdb4951)) +* add missing assets ([bc826be](https://source.mapcomplete.org/MapComplete/MapComplete/commit/bc826bebed2c0f073da3163994be818d1c41c6f5)) +* Add more memorial types, add freeform option, fix [#1824](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1824) ([b0d0436](https://source.mapcomplete.org/MapComplete/MapComplete/commit/b0d0436ebe79a44c1bfc6880ecbef66f85e159be)) +* add more options for support in advertisement, add presets ([c26225c](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c26225ccf11987f8a2cbdf45820a2310428cf1c0)) +* add more questions about drinking water ([9fabab3](https://source.mapcomplete.org/MapComplete/MapComplete/commit/9fabab3588a7cdc3d04bcbae19b6868694bbc95f)) +* add mountain rescue stations to the ski map ([04509bc](https://source.mapcomplete.org/MapComplete/MapComplete/commit/04509bc3e7783f55e593679ddfba2263ecf7f3de)) +* add name and title to assembly_point and disaster_response layers ([f087012](https://source.mapcomplete.org/MapComplete/MapComplete/commit/f08701211632b8f8f35597d908160f8460934e04)) +* add open love map, see https://github.com/thomersch/OpenLoveMap/issues/21 ([d6a55a5](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d6a55a5ee9ef03c0a813b0d95dffa42cb0b4955d)) +* add operator question to bicycle parking ([ea00c71](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ea00c717de78c06ded81fae56be1a05b8e50ae37)) +* add OSM-carto again, fix [#1664](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1664) ([376a683](https://source.mapcomplete.org/MapComplete/MapComplete/commit/376a683cce13921e644364c8342362f3a21b3ab3)) +* add paid as option, fix [#2119](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2119) ([a4018d8](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a4018d88b0f187b907c68a49dcfb496c0259bb91)) +* add payment options and internet to climbing theme ([2337033](https://source.mapcomplete.org/MapComplete/MapComplete/commit/23370336e81fa865a62507bb6f4de5030ad48bb5)) +* add payment options and internet to climbing theme ([1abcc76](https://source.mapcomplete.org/MapComplete/MapComplete/commit/1abcc766f98f27298eb82e70ad7c09520adb8377)) +* add possibility to add an icon to 'render' (just like with mappings), add contact:mastodon support as general question, add mastodon question to hackerspaces ([03aafbe](https://source.mapcomplete.org/MapComplete/MapComplete/commit/03aafbe99c0d9f4fa5768d18e7bde093529ce93f)) +* add possibility to enable terrain, some fixes to overlaymap and pitch control ([e3dec8a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/e3dec8aafada699be3cddfc86aeb63938036e5c5)) +* add proper 'image along way' possibility ([584fb3c](https://source.mapcomplete.org/MapComplete/MapComplete/commit/584fb3cb57e77ea4382fda152d8604ef8293f9b1)) +* add question wether climbing ropes can be hired ([6425ad6](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6425ad67e6a053e1b6cbbb038e0c544c0f07f10b)) +* Add rubber;tartan surface to playgrounds, add checkdate to playgrounds, add tartan to sport pitches ([7859e7d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/7859e7d06990666c1c40756795f993949abef434)) +* add shoe repair services to the climbing map, add question if a shoemaker also repairs climbing shoes, add craft=shoemaker to shops theme ([3df5727](https://source.mapcomplete.org/MapComplete/MapComplete/commit/3df5727f40a29d190394c71cf99896261f78474d)) +* add short description to velopark ([50e3c54](https://source.mapcomplete.org/MapComplete/MapComplete/commit/50e3c5483461cd085d3207fbd96f5b7fdfaebe57)) +* add smoking to food-layer, fix [#1874](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1874) ([f5a94c7](https://source.mapcomplete.org/MapComplete/MapComplete/commit/f5a94c7b5f24c1846681f75f8f79bc1d870574c0)) +* add some icons ([48df237](https://source.mapcomplete.org/MapComplete/MapComplete/commit/48df2379bf013006aad7e7bd68977e7a55a670d3)) +* add speed_camera to surveillance theme, see [#1913](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1913) ([9716bc5](https://source.mapcomplete.org/MapComplete/MapComplete/commit/9716bc5425967aa81b4885bff4063d8c0eebfd18)) +* add Stamen Watercolor again, see [#1652](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1652) ([d997c90](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d997c90352a0d70f2cd33108af4de16f58444868)) +* add statistics on used version ([1a7acc8](https://source.mapcomplete.org/MapComplete/MapComplete/commit/1a7acc80c1933894aa71bdd9cdfc6bd6985f5a40)) +* add sugar_free, gluten_free and lactose-free to shops- and food-layers ([b06784e](https://source.mapcomplete.org/MapComplete/MapComplete/commit/b06784e7a06aaeb40a375210bc95538a73db9aed)) +* add support for operator:email, mostly for velopark ([1c45f09](https://source.mapcomplete.org/MapComplete/MapComplete/commit/1c45f0963219f3aa743b2ddf9840e2d152b0fae5)) +* add toilet questions into indoor theme ([8f93b0d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/8f93b0d398aa16caa6e9167d96b02c7fc45182a4)) +* add validation check if a mapping does not erase another mapping completely ([556f6d0](https://source.mapcomplete.org/MapComplete/MapComplete/commit/556f6d0b93aa7774b703e80590d2df1601d293c4)) +* add validation for duplicate presets, fix [#1582](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1582) ([2e8a331](https://source.mapcomplete.org/MapComplete/MapComplete/commit/2e8a3311e76c9065338ffce1388658269a05e261)) +* add various services to hackerspaces and makerspaces, add icons, some fixes to make this work with expandRewrite ([8ceda1c](https://source.mapcomplete.org/MapComplete/MapComplete/commit/8ceda1cc5f7e549ccecc65b6469a7195de1022cc)) +* add velopark import functionality ([4c5ebf0](https://source.mapcomplete.org/MapComplete/MapComplete/commit/4c5ebf05f5d818abd622bf9d8c8a96926e36ddd6)) +* add velopark theme ([1c1cea7](https://source.mapcomplete.org/MapComplete/MapComplete/commit/1c1cea7f033ea19c74a6efb958a69a3a729bad3c)) +* add warning if a tagRendering can be replaced by a direct value ([79e40d0](https://source.mapcomplete.org/MapComplete/MapComplete/commit/79e40d0fee2e40b32babc218a374095f6ca520a5)) +* add wikipedia page for "subject:wikidata" on ghost bikes, specifically for the ghost bike of #Natenom ([d74cb00](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d74cb00df4fc55ca00082326da138b580fa39cc7)) +* add year to units ([c8eef2c](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c8eef2c8f6866ded26276250d422bd4a97e5b08c)) +* **advertising:** add (animated!) flag and screen icons ([090130d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/090130d596bb5ab7d337c7c96a55b38ef6181231)) +* **advertising:** boards are never animated ([b92e9b8](https://source.mapcomplete.org/MapComplete/MapComplete/commit/b92e9b815da3e1b15c9859f6d4726bac09307b7b)) +* **advertising:** Fix typos ([9e02c89](https://source.mapcomplete.org/MapComplete/MapComplete/commit/9e02c89fd5da5c7ad4623ed205ef610e4462b2a7)) +* **advertising:** further refinements ([8127027](https://source.mapcomplete.org/MapComplete/MapComplete/commit/81270272518012cf2023be2888d2faa444ee012f)) +* **advertising:** further refinements ([59eabc5](https://source.mapcomplete.org/MapComplete/MapComplete/commit/59eabc5daaa675880e1b684c3d8b4d3f0c1139ac)) +* **advertising:** last icon ([3e72ba2](https://source.mapcomplete.org/MapComplete/MapComplete/commit/3e72ba2b464c819a09956fa22bb321ed68fe34a3)) +* **advertising:** more icons, reordering of the questions ([7fc0770](https://source.mapcomplete.org/MapComplete/MapComplete/commit/7fc0770488ba99ea2d7aab658933d6e22c62cb3e)) +* align iconbadge, fix [#1893](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1893) ([ba098fc](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ba098fc29ac4ea46b0ff19a918282b4f81fe8f10)) +* allow multiple internet access types ([786b850](https://source.mapcomplete.org/MapComplete/MapComplete/commit/786b850dbeff9a92f761e65cd01a0e948140f37d)) +* allow to add multiple changing table locations, see [#1756](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1756) ([c62f7cc](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c62f7cce01da15ef3f123b95e08056ca5019b7c9)) +* allow to add pictures to a 'shelter' ([39c079d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/39c079db45aaadf98bf651d66d6bd88dbbe04bb2)) +* Allow to delete tourism accomodation ([60eeab9](https://source.mapcomplete.org/MapComplete/MapComplete/commit/60eeab9aa79ab1a5fc65b7f5e6efb2ebb0b6e55e)) +* allow to have a non-number type together with a unit ([4ccfe3e](https://source.mapcomplete.org/MapComplete/MapComplete/commit/4ccfe3efe446b407be1ca53d4ad2c3ee6fdde0b4)) +* allow to move a shelter ([565dee8](https://source.mapcomplete.org/MapComplete/MapComplete/commit/565dee8854f605ea40570c0c82d225935e11dba0)) +* allow to move and delete pharmacies ([5e95bd9](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5e95bd99a2dcf424acbcad85aa96a3a36bd612a8)) +* allow to move hydrants ([432f244](https://source.mapcomplete.org/MapComplete/MapComplete/commit/432f24456d75e131425f0f1fe0df15c448f593ef)) +* also ask about menstrual products for toilet_at_amenity ([ae7cc95](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ae7cc95727bc33c6d67a2ef24d2a2e0c2e3c3214)) +* also show 'operator:website' and 'contact:website' as title icon if they are available ([8526f4e](https://source.mapcomplete.org/MapComplete/MapComplete/commit/8526f4e94140132c8abe880b93cbc45780f9686b)) +* automatically derive source from presets if no source is given ([0689758](https://source.mapcomplete.org/MapComplete/MapComplete/commit/06897588be3e56570b973c8db08fce1e13b29c7b)) +* automatically derive source from presets if no source is given ([8e18864](https://source.mapcomplete.org/MapComplete/MapComplete/commit/8e18864daa9d19c2d9ccc2eb6a8ee408e7038d5e)) +* bench.json: decrease minzoom ([5b33d88](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5b33d88ffbff285849d7bf5896df8e8e2e547cef)) +* better support billboard on walls ([8816ad0](https://source.mapcomplete.org/MapComplete/MapComplete/commit/8816ad03ecaedfe248fff1b7b101a266a9a6f444)) +* better support billboard on walls ([0a1c90b](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0a1c90be9e1515b2f708e0f672b0732c7356101b)) +* bicycle library: allow move, fix [#1768](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1768) ([7ac84dd](https://source.mapcomplete.org/MapComplete/MapComplete/commit/7ac84dd675a68f47b6af0465e337561aa0dc9586)) +* bicycle parking: add lockers as options, add operator:website (velopark features) ([22721cd](https://source.mapcomplete.org/MapComplete/MapComplete/commit/22721cd3ef604255bc88d5be995d0f2d65e68a83)) +* change minzoom of second hand shops in circular economy ([0b2e878](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0b2e878481e3cc32b7b37c8cdb28251daa1b02d7)) +* Change text type ([c9751a3](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c9751a3eb570f1865966fa3861fac5ff5c761f1a)) +* description is now a textarea ([0c1b5d1](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0c1b5d1b6c0d12914845a19692670bd1931f532c)) +* disable 'direction'-indicator for surveillance theme as it breaks selection, fix [#1458](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1458) ([9e15353](https://source.mapcomplete.org/MapComplete/MapComplete/commit/9e15353588009e39cf4a8bc2569748f40759609a)) +* disable 'disused' from delete config, delete less fast for shops but use softdeletion instead ([28e737e](https://source.mapcomplete.org/MapComplete/MapComplete/commit/28e737ed2eb6a3934fb650df9b1939a25f954d8c)) +* disable maxspeed and cycleway question for pedestrian roads ([e580f55](https://source.mapcomplete.org/MapComplete/MapComplete/commit/e580f553197165d611258b8c68ed9f9a66ca42c4)) +* don't count food for fritures ([98d441a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/98d441a2602c360136db9f9cc883d2ef734137e5)) +* don't enforce 'allowMove' on unofficial themes ([5b45e42](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5b45e427a0185e224446aeecfe99e87d6077379a)) +* don't inline text fields if they don't have text around them ([821ddcf](https://source.mapcomplete.org/MapComplete/MapComplete/commit/821ddcfaca11ca194b319bfa09f8b0a9fea01a41)) +* don't show 'mark as unknown' if this would break the source-filter ([76a9a2e](https://source.mapcomplete.org/MapComplete/MapComplete/commit/76a9a2ee23dcf61097d33fcbe556df7a46d9a395)) +* don't show favourite icon if not logged in ([b1d94b2](https://source.mapcomplete.org/MapComplete/MapComplete/commit/b1d94b2121195a52ced59454b51844412b9018f3)) +* don't show opening_hours_state title icon if seasonal is set and the item is closed due to seasonal restrictions ([1748e98](https://source.mapcomplete.org/MapComplete/MapComplete/commit/1748e98bfc714e147c12b8fc233432412ed186c2)) +* don't use 'Yes' or 'No' as start ([f87e735](https://source.mapcomplete.org/MapComplete/MapComplete/commit/f87e73596e65a12b7fb88456dfb21dcc1eb8a850)) +* elevators: first ask if there is speech output/tactile writing before asking the relative languages ([8acaafe](https://source.mapcomplete.org/MapComplete/MapComplete/commit/8acaafe307826ac682f25eaa0b188278ca4056fe)) +* enable 'guideposts' in nature theme ([94291de](https://source.mapcomplete.org/MapComplete/MapComplete/commit/94291de5a3451120b6abdb153ba57675949d3d5b)) +* enable 'speciality'-filter in doctors, decrease minzoom ([4090a74](https://source.mapcomplete.org/MapComplete/MapComplete/commit/4090a7493253e2b5513307d013d0a0061394aed6)) +* enable deletion of bike_cafes ([90c44cc](https://source.mapcomplete.org/MapComplete/MapComplete/commit/90c44cc8bdfb7b2447f1974ed94430e5b2fa3c6f)) +* enable download functionality by default ([5504d49](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5504d49d595fee66f0c43f3efbf6f130634497be)) +* enable move on schools, tweak GRB for performance ([db98288](https://source.mapcomplete.org/MapComplete/MapComplete/commit/db982884a1eea2a6e37d67129256f9c6b192a841)) +* enable reviews for climbing areas and gyms ([2a3a78b](https://source.mapcomplete.org/MapComplete/MapComplete/commit/2a3a78bc69eea38a83378f02717bc9fdc1cd5414)) +* enable reviews on pharmacies-theme ([701f033](https://source.mapcomplete.org/MapComplete/MapComplete/commit/701f03397e0339cba98fc776f06b38ccb13511b2)) +* enable snapping for facade gardens ([da68d36](https://source.mapcomplete.org/MapComplete/MapComplete/commit/da68d365feab19a94ea85b2a756e3336bfb8b127)) +* exclude 'advertising=no' from loading, fix [#1865](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1865) ([eef9918](https://source.mapcomplete.org/MapComplete/MapComplete/commit/eef99186cfbc46b57a97d2df78c8ef9c69a4609b)) +* exclude route relations from "toilets=yes". There are a few route relations with 'toilets' and those choke up MapComplete ([139b014](https://source.mapcomplete.org/MapComplete/MapComplete/commit/139b014c6c1f34fff08210c1c4915ea79534086c)) +* explicitly set 'allowMove' for all layers, fix [#2121](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/2121) ([468b895](https://source.mapcomplete.org/MapComplete/MapComplete/commit/468b895302fff50bc68cbdf72998bc08590307d0)) +* extract layers from camperssite ([82e6b2a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/82e6b2af9b564117ebb5714b8a795b759ebf528d)) +* extract layers from camperssite ([44f42ee](https://source.mapcomplete.org/MapComplete/MapComplete/commit/44f42ee2c946d3f37224ca41f603e9c907ed5214)) +* first version of circular economy theme ([592be68](https://source.mapcomplete.org/MapComplete/MapComplete/commit/592be68f09b06f22d45d5d5c274c91315d1613f7)) +* fix [#1362](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1362) ([ff9ca5e](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ff9ca5e5cd6abde6c578ae442fe0d06217015288)) +* fix [#1866](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1866) ([1cf7119](https://source.mapcomplete.org/MapComplete/MapComplete/commit/1cf71197f51646cfceb4b58267cf1bdd2223e12f)) +* fix [#1910](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1910) ([b484ea0](https://source.mapcomplete.org/MapComplete/MapComplete/commit/b484ea005b6b91bad729b7b1923f71b8fc893870)) +* fix badge, fix [#1894](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1894) ([a2279ac](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a2279ac28bfb1d5dbc0ac47c2762a9104e4e54c5)) +* fix calculated tags of climbing theme ([f800545](https://source.mapcomplete.org/MapComplete/MapComplete/commit/f80054558fe8422c7c1dfa9e277bd772f157f436)) +* fix compilation ([c300d90](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c300d901284dfbf05c5044da46e12ec8ca4469d1)) +* fix conversion for legacy themes ([21c35fc](https://source.mapcomplete.org/MapComplete/MapComplete/commit/21c35fc2c56eea64d18ee0fc18d65b2cdb913c82)) +* fix cycle rental which dissappears ([efce134](https://source.mapcomplete.org/MapComplete/MapComplete/commit/efce134a6cc90d4c3794cac91fc0a9da10fdd3b1)) +* fix cycle_highways ([61575a9](https://source.mapcomplete.org/MapComplete/MapComplete/commit/61575a9909d8c0206e45a8106ef369ef616f45d7)) +* fix icon for shops layer ([d9d8c0a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d9d8c0ad1f0af64f6d08364a6c64f59b748f001a)) +* fix incorrect argument, might fix [#1881](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1881) ([209cfe6](https://source.mapcomplete.org/MapComplete/MapComplete/commit/209cfe6b733b849e85854d7ab3eaf4987116226f)) +* fix internet question ([b132590](https://source.mapcomplete.org/MapComplete/MapComplete/commit/b13259083a8d7c3b42e4df618b88de06b00f1041)) +* fix overrides, fix [#1705](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1705) ([3334bfb](https://source.mapcomplete.org/MapComplete/MapComplete/commit/3334bfb8cae9a2c326764e7375829769ac96c400)) +* fix rendering of charging station ([0c52051](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0c5205136b1a18ee91df65de52e9e60f2036d3b7)) +* fix some isCounted-typos ([20a462f](https://source.mapcomplete.org/MapComplete/MapComplete/commit/20a462fdf5683587e50b42171c109e87eb193422)) +* fix titles and names for assembly points and disaster_response ([170c459](https://source.mapcomplete.org/MapComplete/MapComplete/commit/170c4592d13929810f6e822592cd1e2d1e83a1ac)) +* fix typo in soft-deletion tag ([5f62712](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5f627124e98e98f25e9e5a834f56e906237e0241)) +* fix validation errors due to [#1779](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1779) ([707d996](https://source.mapcomplete.org/MapComplete/MapComplete/commit/707d99619d7b5fa90891e93d5641f52715f04beb)) +* fix: don't show irrelevant 'multilevel'-question anymore ([b5fca68](https://source.mapcomplete.org/MapComplete/MapComplete/commit/b5fca68a82d529bd10f56ba0dd63d27ae11ea2a5)) +* ghost signs: add wall-based artworks to be able to mark them as ghost sign and to avoid duplicates ([e68edeb](https://source.mapcomplete.org/MapComplete/MapComplete/commit/e68edeb29fa604daee0c7638999bcebab2fd7b11)) +* ghost signs: add wall-based artworks to be able to mark them as ghost sign and to avoid duplicates ([8f95e85](https://source.mapcomplete.org/MapComplete/MapComplete/commit/8f95e8520a751ef9fef8cc7a8810322117c7b6c1)) +* hackerspaces: more workshop types ([70fa180](https://source.mapcomplete.org/MapComplete/MapComplete/commit/70fa180b6a1e1a0db4e54f623797c05847b7face)) +* Hide bike cleaning cost if we don't know if there is a bike cleaning service ([87aee9e](https://source.mapcomplete.org/MapComplete/MapComplete/commit/87aee9e2b72013e387fd3c196a9940bf477743c8)) +* improve 'auto-type' special visualisation ([658db35](https://source.mapcomplete.org/MapComplete/MapComplete/commit/658db3561722ec5d220043969ed1154c9e7411af)) +* improve 'tourism-accomodation', add many more categories as some people are using 'hotels' to also add other categories (see https://wiki.openstreetmap.org/wiki/Organised_Editing/Activities/Trziste_prace) ([53ffa06](https://source.mapcomplete.org/MapComplete/MapComplete/commit/53ffa06a49a670ff23e605595aea7919c84f20b5)) +* improve 'tourism-accomodation', add many more categories as some people are using 'hotels' to also add other categories (see https://wiki.openstreetmap.org/wiki/Organised_Editing/Activities/Trziste_prace) ([bc54f79](https://source.mapcomplete.org/MapComplete/MapComplete/commit/bc54f797d792ebeac4b043612df9682a1a4c79c6)) +* improve ability of 'rewrite' config ([f015604](https://source.mapcomplete.org/MapComplete/MapComplete/commit/f015604000e09b81625d8dc5617e7c999b27fc74)) +* improve advertising theme, see [#1866](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1866), translation reset for new presets ([05bba07](https://source.mapcomplete.org/MapComplete/MapComplete/commit/05bba071dc44897fe795974a39d472159cbaadd4)) +* improve atm opening hours, add reviews to playgrounds ([9ce60b6](https://source.mapcomplete.org/MapComplete/MapComplete/commit/9ce60b6ffb175803fde11b9116a0e1390ade766c)) +* improve benches ([9e10bf4](https://source.mapcomplete.org/MapComplete/MapComplete/commit/9e10bf421f9bcd1cadec10638eb520132c647c64)) +* improve error messages ([6897b88](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6897b888170399db9a5d4e649d89dee2f9d0b30f)) +* improve favourite panel ([59090fd](https://source.mapcomplete.org/MapComplete/MapComplete/commit/59090fdb39a864b7d8b64a26fe35e98eacfa2121)) +* improve information about indoor rooms ([47bf119](https://source.mapcomplete.org/MapComplete/MapComplete/commit/47bf1195bcc198446c35b31ebd7d446efde7dd9d)) +* improve velopark usability ([c1003f8](https://source.mapcomplete.org/MapComplete/MapComplete/commit/c1003f8fe79c4a2ce820d9764b51a4a25b6e7bbd)) +* improvements to BBQ, different icons, add some questions, remove 'unknown'-options ([2db0b1a](https://source.mapcomplete.org/MapComplete/MapComplete/commit/2db0b1afcbbf7c8d8e6174080a1e62295c223e87)) +* improvements to memorial theme ([59f56bd](https://source.mapcomplete.org/MapComplete/MapComplete/commit/59f56bd251c2523cb81ca07c74f9107c70560869)) +* include love hotels in regular hotels theme (with a high minzoom) ([d48b8af](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d48b8aff922e3478a62ecc3e92f92b750e8eef8f)) +* lint layers to use an array instead of a string for 'snapToLayers' ([d534842](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d534842d050f046ac5187ff8386c9edf052cdd23)) +* make filters of public bookcase translatable ([7b3d07e](https://source.mapcomplete.org/MapComplete/MapComplete/commit/7b3d07e5c489c0d139543cb7e5481e522b435b12)) +* make the selected note pulsate and have a different border when selected ([83fc189](https://source.mapcomplete.org/MapComplete/MapComplete/commit/83fc189fd332c0df2dc719a7ba676f3fad7cca32)) +* more questions about climbing services ([3769bd1](https://source.mapcomplete.org/MapComplete/MapComplete/commit/3769bd1c4fc7976d8d980f049ca6a3ecbc8710f1)) +* move all bike_shop questions into shops, reuse shops layer instead ([3c16e3d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/3c16e3de686a903c1807d7a3a1397c6f350c8476)) +* move some bicycle shop questions into the shops-layer so that those questions are asked there as well (and that both layers can be unified) ([6cd7828](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6cd7828ed3576dd8abf36c24032f9ec1d4966684)) +* move tagRenderings+ above leftover-questions ([f2f041f](https://source.mapcomplete.org/MapComplete/MapComplete/commit/f2f041f9d0bfb557588ccd90b1d710498aa8edc0)) +* only add rating-title-icon if 'review_list()' is used in the layer ([6c75553](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6c75553f3fec7642c7bbb75d999781126a344065)) +* phone validation now knows about some short-codes ([38b9523](https://source.mapcomplete.org/MapComplete/MapComplete/commit/38b9523b835b72bfe9f068b55015d8f7868951c9)) +* pin more markers to new icon ([04ee3dc](https://source.mapcomplete.org/MapComplete/MapComplete/commit/04ee3dc32c7b1e8c6690a91624530309df65e813)) +* properly show the name of the hospital ([9739973](https://source.mapcomplete.org/MapComplete/MapComplete/commit/9739973f2e9e1c98e0ae6ea58f55bf8588a9de14)) +* re-enable terrain ([94bc6ee](https://source.mapcomplete.org/MapComplete/MapComplete/commit/94bc6ee31d36c56c31090ea07c7f2baecff99eb1)) +* remove obsolete fields from drinking water theme ([66cc615](https://source.mapcomplete.org/MapComplete/MapComplete/commit/66cc615805246100634aaccd8426c59eec5c03ce)) +* remove obsolete SOTM-events, fix [#1909](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1909) ([5659dd8](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5659dd8e8c2a1fbf596cf9fa2e3cb56ed2d95349)) +* remove unneeded invalidValues ([4fe0c41](https://source.mapcomplete.org/MapComplete/MapComplete/commit/4fe0c41628ae0a9dc6985a10bb396ea96534dde9)) +* show capacity:cargo_bike, allow to erase it ([58dfb93](https://source.mapcomplete.org/MapComplete/MapComplete/commit/58dfb93818e6f737b93c406b25bf4eb3c0572d7c)) +* show keycutting service question ([5bcc617](https://source.mapcomplete.org/MapComplete/MapComplete/commit/5bcc617d22ce6596f48f8e68a21910cd744c4682)) +* show maproulette marker in linking menu ([e327d38](https://source.mapcomplete.org/MapComplete/MapComplete/commit/e327d385d126864bb5e3ba17e3f3b2ff2fd7b5ae)) +* show maproulette marker in linking menu ([ac6fdde](https://source.mapcomplete.org/MapComplete/MapComplete/commit/ac6fdde785ddf11b833501ac3de6c4a9bf84201d)) +* show maproulette marker in linking menu ([8a4e2d8](https://source.mapcomplete.org/MapComplete/MapComplete/commit/8a4e2d8cb56c28b38ac03262dbfd76f874d3f2ef)) +* show toilets only from zoomlevel >= 15 ([6760897](https://source.mapcomplete.org/MapComplete/MapComplete/commit/6760897a6f6427755b63c8cc7da37b9d39279083)) +* small tweaks to fitness stations ([3f4410f](https://source.mapcomplete.org/MapComplete/MapComplete/commit/3f4410ff19e71c02e59df5fbe1ef77bcb2a53224)) +* tweak zoomlevels ([303d3a0](https://source.mapcomplete.org/MapComplete/MapComplete/commit/303d3a0337afc388ed2158ab008a8a17684c6530)) +* Update climbing_route.json: add snap to layer ([193b8b4](https://source.mapcomplete.org/MapComplete/MapComplete/commit/193b8b4672405abe0e54d3143c9faec88733e450)) +* Update climbing.json: add layers ([bb9b1df](https://source.mapcomplete.org/MapComplete/MapComplete/commit/bb9b1df4e0b26fff0a0e2e513b544c910f046f86)) +* update some default background layers ([a855840](https://source.mapcomplete.org/MapComplete/MapComplete/commit/a85584040d436012e3c68fe85e54e490529388db)) +* update tagging of climbing shoe repair ([d1aa751](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d1aa751e1831cd1090ea5a738462b052fad2a4d9)) +* Update velopark description ([9083e89](https://source.mapcomplete.org/MapComplete/MapComplete/commit/9083e8954971ad4bed1914bc7cd5c30397b23895)) +* validate that a background layer actually exists, fix current-view button (GRB) ([fc483ed](https://source.mapcomplete.org/MapComplete/MapComplete/commit/fc483ed54776ed78efb9d9f4b2b868ac85a0e6b3)) +* validate that a background layer actually exists, fix current-view button (GRB) ([eb6194b](https://source.mapcomplete.org/MapComplete/MapComplete/commit/eb6194bf8f1752a7ef80583d8b878f75c146c7f8)) +* various fixes to velopark, see [#1783](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1783) ([2583fee](https://source.mapcomplete.org/MapComplete/MapComplete/commit/2583feef65e18f786253c93123e22d111e992ccf)) +* various improvements ([d4895a0](https://source.mapcomplete.org/MapComplete/MapComplete/commit/d4895a098916183cef47f5dc79d1870b99472be3)) +* velopark: reorder attributes for a clearer view ([0929b55](https://source.mapcomplete.org/MapComplete/MapComplete/commit/0929b55b0807eb8cd9dea188d03339facf1113ce)) +* vending machines: add meat as option, add operator phone number, add 'condom' icon, fix [#1584](hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues/1584) ([86d0e5d](https://source.mapcomplete.org/MapComplete/MapComplete/commit/86d0e5dc745805772f248d67eddfec88095657a6)) -### [0.46.6](https://github.com/pietervdvn/MapComplete/compare/v0.46.7...v0.46.6) (2024-09-13) +### [0.46.6](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.46.7...v0.46.6) (2024-09-13) -### [0.46.7](https://github.com/pietervdvn/MapComplete/compare/v0.46.6...v0.46.7) (2024-09-13) +### [0.46.7](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.46.6...v0.46.7) (2024-09-13) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 97c6f4c4c1..4ffe382623 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ There are multiple ways to contribute: - Translating MapComplete to your own language can be done on [the Weblate website](https://translate.mapcomplete.org/projects/mapcomplete/) -- If you encounter a bug, the [issue tracker](https://github.com/pietervdvn/MapComplete/issues) is the place to be +- If you encounter a bug, the [issue tracker](https://source.mapcomplete.org/MapComplete/MapComplete/issues) is the place to be - A good start to contribute is to create a single map layer showing features which interest you. Read more about [making your own theme](/Docs/Making_Your_Own_Theme.md). - Feel free to hop in [our chat channel on matrix](https://app.element.io/#/room/#MapComplete:matrix.org) - If you want to improve a theme, create a new theme, spot a typo in the repo... the best way is to open a pull request. @@ -19,9 +19,9 @@ Rights of contributors ----------------------- If you have write access to the repository, you can make a fork of an already existing branch and push this new branch -to GitHub. This means that this branch will be _automatically built_ and be **deployed** -to `https://pietervdvn.github.io/mc/`. You can see the deploy process -on [GitHub Actions](https://github.com/pietervdvn/MapComplete/actions). Don't worry about pushing too much. These +to Forgejo. This means that this branch will be _automatically built_ and be **deployed** +to `https://builds.mapcomplete.org/`. You can see the deploy process +on [Forgejo Actions](https://source.mapcomplete.org/MapComplete/MapComplete/actions). Don't worry about pushing too much. These deploys are free and totally automatic. They might fail if something is wrong, but this will hinder no one. Additionally, some other maintainer might step in and merge the latest develop with your branch, making later pull diff --git a/Docs/BuiltinIndex.md b/Docs/BuiltinIndex.md index 9f431a055f..a3282e97c4 100644 --- a/Docs/BuiltinIndex.md +++ b/Docs/BuiltinIndex.md @@ -8,6 +8,7 @@ - advertising - aerialway + - all_streets - ambulancestation - animal_shelter - assembly_point @@ -126,13 +127,11 @@ - tourism_accomodation - trail - transit_stops - - tree_node - vending_machine - viewpoint - village_green - waste_basket - waste_disposal - - wayside_shrine - windturbine ### luminous_or_lit @@ -250,6 +249,7 @@ - shops - sports_centre - tertiary_education + - toilet - vending_machine - veterinary @@ -273,6 +273,7 @@ - shops - sports_centre - tertiary_education + - toilet ### opening_hours_by_appointment @@ -287,6 +288,8 @@ - artwork - ghost_bike - memorial + - tree_node + - wayside_shrine ### wikipedia @@ -368,11 +371,20 @@ - toilet - vending_machine + ### indoor + + - atm + - clock + ### artwork.*artwork-question - bench - drinking_water + ### memorial.*memorial-specific + + - bench + ### description - bicycle_library @@ -596,10 +608,6 @@ - climbing_gym - ### indoor - - - clock - ### all_tags - cycle_highways @@ -757,31 +765,7 @@ - tertiary_education - ### toilet.toilets-type - - - toilet_at_amenity - - ### toilet.toilets-changing-table - - - toilet_at_amenity - - ### toilet.toilet-changing_table:location - - - toilet_at_amenity - - ### toilet.toilet-handwashing - - - toilet_at_amenity - - ### toilet.toilet-has-paper - - - toilet_at_amenity - - ### toilet.menstrual_products - - - toilet_at_amenity - - ### toilet.menstrual_products_location + ### toilet.prefixed - toilet_at_amenity diff --git a/Docs/BuiltinQuestions.md b/Docs/BuiltinQuestions.md index fa81e08c32..dbf15ebdd0 100644 --- a/Docs/BuiltinQuestions.md +++ b/Docs/BuiltinQuestions.md @@ -99,7 +99,7 @@ This is a special layer - data is not sourced from OpenStreetMap | [level](https://wiki.openstreetmap.org/wiki/Key:level) | [float](../SpecialInputElements.md#float) | [0](https://wiki.openstreetmap.org/wiki/Tag:level%3D0) [1](https://wiki.openstreetmap.org/wiki/Tag:level%3D1) [-1](https://wiki.openstreetmap.org/wiki/Tag:level%3D-1) | | [smoking](https://wiki.openstreetmap.org/wiki/Key:smoking) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dno) [outside](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Doutside) | | [hearing_loop](https://wiki.openstreetmap.org/wiki/Key:hearing_loop) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:hearing_loop%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:hearing_loop%3Dno) | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | | [survey:date](https://wiki.openstreetmap.org/wiki/Key:survey:date) | [date](../SpecialInputElements.md#date) | [](https://wiki.openstreetmap.org/wiki/Tag:survey:date%3D) | @@ -406,7 +406,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` diff --git a/Docs/Development_deployment.md b/Docs/Development_deployment.md index a415f99d84..317cbddb80 100644 --- a/Docs/Development_deployment.md +++ b/Docs/Development_deployment.md @@ -6,7 +6,7 @@ There are various scripts to help set up MapComplete for developing and for depl This documents attempts to shed some light on these scripts. Note: these scripts change every now and then - if the documentation here is incorrect or you run into troubles, do -leave a message in [the issue tracker](https://github.com/pietervdvn/MapComplete/issues) +leave a message in [the issue tracker](https://source.mapcomplete.org/MapComplete/MapComplete/issues) Architecture overview --------------------- diff --git a/Docs/ELI-overview.md b/Docs/ELI-overview.md index 1670c852e2..63fe7f7e66 100644 --- a/Docs/ELI-overview.md +++ b/Docs/ELI-overview.md @@ -102,7 +102,7 @@ This table gives a summary of ids, names and other metainformation. [See the onl | Aargau-AGIS-2020 | Kanton Aargau 20cm (AGIS 2020) | photo | | AGIS OF2020 | | Aargau-AGIS-2021 | Kanton Aargau 20cm (AGIS 2021) | photo | | AGIS OF2021 | | Aargau-AGIS-2022 | Kanton Aargau 20cm (AGIS 2022) | photo | | AGIS OF2022 | -| Aargau-AGIS-2023 | Kanton Aargau 20cm (AGIS 2023) | photo | ⭐ | AGIS OF2023 | +| Aargau-AGIS-2023 | Kanton Aargau 20cm (AGIS 2023) | photo | | AGIS OF2023 | | Aargau-AGIS-2014 | Kanton Aargau 25cm (AGIS 2014) | photo | | AGIS OF2014 | | Aargau-AGIS-2016 | Kanton Aargau 25cm (AGIS 2016) | photo | | AGIS OF2016 | | Aargau-AGIS-2017 | Kanton Aargau 25cm (AGIS 2017) | photo | | AGIS OF2017 | diff --git a/Docs/LanguagePicker.md b/Docs/LanguagePicker.md index fcc609c584..0ce82ce42b 100644 --- a/Docs/LanguagePicker.md +++ b/Docs/LanguagePicker.md @@ -41,7 +41,7 @@ This one fetches all languages and uses the labels in every language as their tr Of course, real life isn't as easy. There are dialects, differences in notation between Weblate and Wikipedia (e.g. `zh-hant` vs `zh-Hant`). But with a few exceptions, this can be fixed too. Some pragmatism doesn't hurt - even though it is nice that it works for most cases automatically. -[The full script is available here](https://github.com/pietervdvn/MapComplete/blob/develop/scripts/fetchLanguages.ts). +[The full script is available here](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/scripts/fetchLanguages.ts). # Results diff --git a/Docs/Layers/address.md b/Docs/Layers/address.md index b6246c4710..2a5ac50180 100644 --- a/Docs/Layers/address.md +++ b/Docs/Layers/address.md @@ -107,7 +107,7 @@ The question is `What should be fixed here? Please explain` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/advertising.md b/Docs/Layers/advertising.md index 6590584273..dbe7562189 100644 --- a/Docs/Layers/advertising.md +++ b/Docs/Layers/advertising.md @@ -170,7 +170,7 @@ The question is `Is this sign for a business that no longer exists or no longer ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/advertising_wall_paintings.md b/Docs/Layers/advertising_wall_paintings.md index 32c076abab..a53196fedc 100644 --- a/Docs/Layers/advertising_wall_paintings.md +++ b/Docs/Layers/advertising_wall_paintings.md @@ -141,7 +141,7 @@ The question is `Is this sign for a business that no longer exists or no longer ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/aerialway.md b/Docs/Layers/aerialway.md index 2fe2938b10..a51a10c3be 100644 --- a/Docs/Layers/aerialway.md +++ b/Docs/Layers/aerialway.md @@ -103,7 +103,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod diff --git a/Docs/Layers/all_streets.md b/Docs/Layers/all_streets.md index af1c14ac95..daa632e94b 100644 --- a/Docs/Layers/all_streets.md +++ b/Docs/Layers/all_streets.md @@ -2,6 +2,8 @@ # all_streets +Layer with (almost) all streets + - This layer is shown at zoomlevel **18** and higher - Not rendered on the map by default. If you want to rendering this on the map, override `mapRenderings` @@ -11,14 +13,15 @@ 2. [Basic tags for this layer](#basic-tags-for-this-layer) 3. [Supported attributes](#supported-attributes) - [images](#images) - - [lit](#lit) - [leftover-questions](#leftover-questions) - [split_button](#split_button) - [lod](#lod) ## Themes using this layer + - [personal](https://mapcomplete.org/personal) - [street_lighting](https://mapcomplete.org/street_lighting) + - [winter_service](https://mapcomplete.org/winter_service) ## Basic tags for this layer @@ -32,30 +35,15 @@ Elements must match **all** of the following expressions: ## Supported attributes -**Warning:**,this quick overview is incomplete, - -| attribute | type | values which are supported by this layer | ------|-----|----- | -| [lit](https://wiki.openstreetmap.org/wiki/Key:lit) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:lit%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:lit%3Dno) [24/7](https://wiki.openstreetmap.org/wiki/Tag:lit%3D24/7) | - ### images This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images _This tagrendering has no question and is thus read-only_ *{image_carousel()}{image_upload()}* -### lit - -The question is `Is this street lit?` - - - *This street is lit* is shown if with lit=yes - - *This street is not lit* is shown if with lit=no - - *This street is lit at night* is shown if with lit=sunset-sunrise. _This option cannot be chosen as answer_ - - *This street is lit 24/7* is shown if with lit=24/7 - ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### split_button @@ -71,4 +59,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/street_lighting/street_lighting.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/street_lighting/street_lighting.json) +This document is autogenerated from [assets/layers/all_streets/all_streets.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/all_streets/all_streets.json) diff --git a/Docs/Layers/all_vending_machine.md b/Docs/Layers/all_vending_machine.md index 84b54371d3..1e7271142a 100644 --- a/Docs/Layers/all_vending_machine.md +++ b/Docs/Layers/all_vending_machine.md @@ -272,7 +272,7 @@ The question is `Is this vending machine still operational?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/ambulancestation.md b/Docs/Layers/ambulancestation.md index 80c35833dc..c35e374b1d 100644 --- a/Docs/Layers/ambulancestation.md +++ b/Docs/Layers/ambulancestation.md @@ -90,7 +90,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/animal_shelter.md b/Docs/Layers/animal_shelter.md index 08055adf87..ef6335c5c3 100644 --- a/Docs/Layers/animal_shelter.md +++ b/Docs/Layers/animal_shelter.md @@ -136,7 +136,7 @@ The question is `Which animals are accepted here?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/artwork.md b/Docs/Layers/artwork.md index bc8de6b84c..e958948658 100644 --- a/Docs/Layers/artwork.md +++ b/Docs/Layers/artwork.md @@ -338,8 +338,8 @@ The question is `Does this artwork also double as wayside shrine?` ### shrine_name -The question is `What's the name of this shrine?` -*The name of this shrine is {name}* is shown if `name` is set +The question is `What's the name of this {title()}?` +*The name of this {title()} is {name}* is shown if `name` is set - *This shrine does not have a name* is shown if with noname=yes @@ -370,7 +370,7 @@ This tagrendering has labels ### denomination_christian -The question is `What's the Christian denomination of the shrine?` +The question is `What's the Christian denomination of this {title()}?` *The religious denomination is {denomination}* is shown if `denomination` is set - *The religious subdenomination is Catholic* is shown if with denomination=catholic @@ -427,7 +427,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/artwork_on_wall.md b/Docs/Layers/artwork_on_wall.md index c6a7953cfc..1449c66579 100644 --- a/Docs/Layers/artwork_on_wall.md +++ b/Docs/Layers/artwork_on_wall.md @@ -340,8 +340,8 @@ The question is `Does this artwork also double as wayside shrine?` ### shrine_name -The question is `What's the name of this shrine?` -*The name of this shrine is {name}* is shown if `name` is set +The question is `What's the name of this {title()}?` +*The name of this {title()} is {name}* is shown if `name` is set - *This shrine does not have a name* is shown if with noname=yes @@ -372,7 +372,7 @@ This tagrendering has labels ### denomination_christian -The question is `What's the Christian denomination of the shrine?` +The question is `What's the Christian denomination of this {title()}?` *The religious denomination is {denomination}* is shown if `denomination` is set - *The religious subdenomination is Catholic* is shown if with denomination=catholic @@ -429,7 +429,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/assembly_point.md b/Docs/Layers/assembly_point.md index baccf8c816..92e4238b09 100644 --- a/Docs/Layers/assembly_point.md +++ b/Docs/Layers/assembly_point.md @@ -73,7 +73,7 @@ The question is `For which disaster type is this assembly point meant?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/assisted_repair.md b/Docs/Layers/assisted_repair.md index 7e01ff1858..59ea2b240c 100644 --- a/Docs/Layers/assisted_repair.md +++ b/Docs/Layers/assisted_repair.md @@ -139,7 +139,7 @@ The question is `What type of items are repaired here?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/atm.md b/Docs/Layers/atm.md index 560b7bb904..91a9635742 100644 --- a/Docs/Layers/atm.md +++ b/Docs/Layers/atm.md @@ -18,6 +18,7 @@ ATMs to withdraw money - [operator](#operator) - [opening_hours_24_7](#opening_hours_24_7) - [Opening hours](#opening-hours) + - [indoor](#indoor) - [cash_out](#cash_out) - [cash_in](#cash_in) - [cash_out-denominations-notes](#cash_out-denominations-notes) @@ -56,6 +57,7 @@ Elements must match the expression ** [brand](https://wiki.openstreetmap.org/wiki/Key:brand) | [nsi](../SpecialInputElements.md#nsi) | | | [operator](https://wiki.openstreetmap.org/wiki/Key:operator) | [string](../SpecialInputElements.md#string) | | | [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | [24/7](https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7) | +| [indoor](https://wiki.openstreetmap.org/wiki/Key:indoor) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:indoor%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:indoor%3Dno) | | [cash_out](https://wiki.openstreetmap.org/wiki/Key:cash_out) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:cash_out%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:cash_out%3Dno) | | [cash_in](https://wiki.openstreetmap.org/wiki/Key:cash_in) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:cash_in%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:cash_in%3Dno) | | [cash_out:notes:denominations](https://wiki.openstreetmap.org/wiki/Key:cash_out:notes:denominations) | Multiple choice | [5 EUR](https://wiki.openstreetmap.org/wiki/Tag:cash_out:notes:denominations%3D5 EUR) [10 EUR](https://wiki.openstreetmap.org/wiki/Tag:cash_out:notes:denominations%3D10 EUR) [20 EUR](https://wiki.openstreetmap.org/wiki/Tag:cash_out:notes:denominations%3D20 EUR) [50 EUR](https://wiki.openstreetmap.org/wiki/Tag:cash_out:notes:denominations%3D50 EUR) [100 EUR](https://wiki.openstreetmap.org/wiki/Tag:cash_out:notes:denominations%3D100 EUR) [200 EUR](https://wiki.openstreetmap.org/wiki/Tag:cash_out:notes:denominations%3D200 EUR) [500 EUR](https://wiki.openstreetmap.org/wiki/Tag:cash_out:notes:denominations%3D500 EUR) | @@ -91,6 +93,13 @@ The question is `What are the opening hours of {title()}?` - *24/7 opened (including holidays)* is shown if with opening_hours=24/7 - *Marked as closed for an unspecified time* is shown if with opening_hours=closed. _This option cannot be chosen as answer_ +### indoor + +The question is `Is this ATM located indoors?` + + - *This ATM is located indoors* is shown if with indoor=yes + - *This ATM is located outdoors* is shown if with indoor=no + ### cash_out The question is `Can you withdraw cash from this ATM?` @@ -136,7 +145,7 @@ This tagrendering is only visible in the popup if the following condition is met ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/bank.md b/Docs/Layers/bank.md index 75e3a91d9d..b78f249a4e 100644 --- a/Docs/Layers/bank.md +++ b/Docs/Layers/bank.md @@ -54,7 +54,7 @@ The question is `Does this bank have an ATM?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/banks_with_atm.md b/Docs/Layers/banks_with_atm.md index ed385d1993..17595010b9 100644 --- a/Docs/Layers/banks_with_atm.md +++ b/Docs/Layers/banks_with_atm.md @@ -58,7 +58,7 @@ The question is `Does this bank have an ATM?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/barrier.md b/Docs/Layers/barrier.md index c40b875e69..ac1fa20b1e 100644 --- a/Docs/Layers/barrier.md +++ b/Docs/Layers/barrier.md @@ -139,7 +139,7 @@ This tagrendering is only visible in the popup if the following condition is met ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/bbq.md b/Docs/Layers/bbq.md index 1c3b9f1e8a..4acdfc61bc 100644 --- a/Docs/Layers/bbq.md +++ b/Docs/Layers/bbq.md @@ -85,7 +85,7 @@ The question is `How is this barbecue fuelled?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/beehive.md b/Docs/Layers/beehive.md index d1add578f0..88c92729e3 100644 --- a/Docs/Layers/beehive.md +++ b/Docs/Layers/beehive.md @@ -59,7 +59,7 @@ The question is `How many beehives are there?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/bench.md b/Docs/Layers/bench.md index 1c2ba916fe..3456f2e244 100644 --- a/Docs/Layers/bench.md +++ b/Docs/Layers/bench.md @@ -256,7 +256,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/bench_at_pt.md b/Docs/Layers/bench_at_pt.md index 324c39eae5..4d3162a65d 100644 --- a/Docs/Layers/bench_at_pt.md +++ b/Docs/Layers/bench_at_pt.md @@ -62,7 +62,7 @@ The question is `What kind of bench is this?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### delete-button diff --git a/Docs/Layers/bicycle_assisted_repair_workshop.md b/Docs/Layers/bicycle_assisted_repair_workshop.md index 34be772c42..f00bb6c6e8 100644 --- a/Docs/Layers/bicycle_assisted_repair_workshop.md +++ b/Docs/Layers/bicycle_assisted_repair_workshop.md @@ -136,7 +136,7 @@ The question is `What type of items are repaired here?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/bicycle_counter.md b/Docs/Layers/bicycle_counter.md index 82c6674859..84bcda0593 100644 --- a/Docs/Layers/bicycle_counter.md +++ b/Docs/Layers/bicycle_counter.md @@ -103,7 +103,7 @@ The question is `Is there a website for this bicycle counter?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/bicycle_library.md b/Docs/Layers/bicycle_library.md index 3fc96aec70..8c93e82103 100644 --- a/Docs/Layers/bicycle_library.md +++ b/Docs/Layers/bicycle_library.md @@ -134,7 +134,7 @@ The question is `Is there still some relevant info that the previous questions d ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/bicycle_rental.md b/Docs/Layers/bicycle_rental.md index a1821cd7c7..c5cffa94c3 100644 --- a/Docs/Layers/bicycle_rental.md +++ b/Docs/Layers/bicycle_rental.md @@ -243,7 +243,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/bicycle_rental_non_docking.md b/Docs/Layers/bicycle_rental_non_docking.md index 9132682d23..e609c471b3 100644 --- a/Docs/Layers/bicycle_rental_non_docking.md +++ b/Docs/Layers/bicycle_rental_non_docking.md @@ -231,7 +231,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/bike_cafe.md b/Docs/Layers/bike_cafe.md index 77bff7d607..83f8bacc2c 100644 --- a/Docs/Layers/bike_cafe.md +++ b/Docs/Layers/bike_cafe.md @@ -135,7 +135,7 @@ The question is `When it this bike café opened?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/bike_cleaning.md b/Docs/Layers/bike_cleaning.md index 46f28bb5fc..92edd0fc34 100644 --- a/Docs/Layers/bike_cleaning.md +++ b/Docs/Layers/bike_cleaning.md @@ -100,7 +100,7 @@ This tagrendering is only visible in the popup if the following condition is met ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/bike_parking.md b/Docs/Layers/bike_parking.md index b9ea2f3b98..d0de7db932 100644 --- a/Docs/Layers/bike_parking.md +++ b/Docs/Layers/bike_parking.md @@ -207,7 +207,7 @@ The question is `What is the maximum allowed parking duration?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/bike_repair_station.md b/Docs/Layers/bike_repair_station.md index c1a6e1f6d6..646b8410b1 100644 --- a/Docs/Layers/bike_repair_station.md +++ b/Docs/Layers/bike_repair_station.md @@ -224,7 +224,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/bike_shop.md b/Docs/Layers/bike_shop.md index 3e2814d652..de49e1f4de 100644 --- a/Docs/Layers/bike_shop.md +++ b/Docs/Layers/bike_shop.md @@ -115,7 +115,7 @@ Elements must match **any** of the following expressions: | [service:bicycle:diy](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:diy) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dno) [only_sold](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Donly_sold) | | [service:bicycle:cleaning](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dyes) [diy](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Ddiy) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dno) | | [service:bicycle:cleaning:charge](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:charge) | [string](../SpecialInputElements.md#string) | | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | | [organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) | @@ -610,7 +610,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` @@ -705,7 +705,7 @@ The question is `Is there still some relevant info that the previous questions d ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/bike_themed_object.md b/Docs/Layers/bike_themed_object.md index 530b7579a6..0cf9f8ec85 100644 --- a/Docs/Layers/bike_themed_object.md +++ b/Docs/Layers/bike_themed_object.md @@ -106,7 +106,7 @@ The question is `What are the opening hours of {title()}?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod diff --git a/Docs/Layers/binocular.md b/Docs/Layers/binocular.md index b80b752e20..773418410c 100644 --- a/Docs/Layers/binocular.md +++ b/Docs/Layers/binocular.md @@ -67,7 +67,7 @@ The question is `When looking through this binocular, in what direction does one ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/birdhide.md b/Docs/Layers/birdhide.md index 3669aa24ed..dcda04a881 100644 --- a/Docs/Layers/birdhide.md +++ b/Docs/Layers/birdhide.md @@ -84,7 +84,7 @@ The question is `Who operates this birdhide?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/brothel.md b/Docs/Layers/brothel.md index 7ea59c6f71..878c7e3664 100644 --- a/Docs/Layers/brothel.md +++ b/Docs/Layers/brothel.md @@ -110,7 +110,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/building.md b/Docs/Layers/building.md index 7d64af52ad..01346aba36 100644 --- a/Docs/Layers/building.md +++ b/Docs/Layers/building.md @@ -144,7 +144,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/buildings_with_architecture.md b/Docs/Layers/buildings_with_architecture.md index 39495c3ce6..1aaef1cabf 100644 --- a/Docs/Layers/buildings_with_architecture.md +++ b/Docs/Layers/buildings_with_architecture.md @@ -148,7 +148,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/cafe_pub.md b/Docs/Layers/cafe_pub.md index 6dc85c16d3..37ede23d3a 100644 --- a/Docs/Layers/cafe_pub.md +++ b/Docs/Layers/cafe_pub.md @@ -83,7 +83,7 @@ Elements must match **any** of the following expressions: | [smoking](https://wiki.openstreetmap.org/wiki/Key:smoking) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dno) [outside](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Doutside) | | [service:electricity](https://wiki.openstreetmap.org/wiki/Key:service:electricity) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dlimited) [ask](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dask) [no](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dno) | | [dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | @@ -229,7 +229,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` @@ -265,7 +265,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/campsite.md b/Docs/Layers/campsite.md index d666cf0a26..2b0e71c186 100644 --- a/Docs/Layers/campsite.md +++ b/Docs/Layers/campsite.md @@ -18,8 +18,10 @@ Campsites - [phone](#phone) - [email](#email) - [website](#website) - - [fee](#fee) - [capacity_persons](#capacity_persons) + - [fee](#fee) + - [charge_person_day](#charge_person_day) + - [charge_day](#charge_day) - [caravansites-toilets](#caravansites-toilets) - [toilets-wheelchair](#toilets-wheelchair) - [questions](#questions) @@ -56,8 +58,10 @@ Elements must match the expression ** [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | | | [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | | | [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | | -| [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [currency](../SpecialInputElements.md#currency) | [](https://wiki.openstreetmap.org/wiki/Tag:charge%3D) | | [capacity:persons](https://wiki.openstreetmap.org/wiki/Key:capacity:persons) | [pnat](../SpecialInputElements.md#pnat) | | +| [fee](https://wiki.openstreetmap.org/wiki/Key:fee) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno) [yes](https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes) | +| [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [currency](../SpecialInputElements.md#currency) | | +| [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [currency](../SpecialInputElements.md#currency) | | | [toilets](https://wiki.openstreetmap.org/wiki/Key:toilets) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dno) | | [toilets:wheelchair](https://wiki.openstreetmap.org/wiki/Key:toilets:wheelchair) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dno) [designated](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Ddesignated) | | [contact:mastodon](https://wiki.openstreetmap.org/wiki/Key:contact:mastodon) | [fediverse](../SpecialInputElements.md#fediverse) | | @@ -110,19 +114,28 @@ The question is `What is the website of {title()}?` This tagrendering has labels `contact` -### fee - -The question is `Is a fee charged here?` -*A fee of {charge} should be paid for here* is shown if `charge` is set - - - *The campsite is free of charge* is shown if with fee=no - - *A fee is charged here.* is shown if with fee=yes & charge= - ### capacity_persons The question is `How many people can stay here?` *{capacity:persons} people can stay here* is shown if `capacity:persons` is set +### fee + +The question is `Is there a fee?` + + - *The campsite is free of charge* is shown if with fee=no + - *There is a fee.* is shown if with fee=yes + +### charge_person_day + +The question is `What is the charge per person per day?` +*Charge per person per day: {charge}* is shown if `charge` is set + +### charge_day + +The question is `What is the charge per day?` +*Charge per day: {charge}* is shown if `charge` is set + ### caravansites-toilets The question is `Does this place have toilets?` @@ -138,6 +151,10 @@ The question is `Is there a dedicated toilet for wheelchair users?` - *No wheelchair access* is shown if with toilets:wheelchair=no - *There is only a dedicated toilet for wheelchair users* is shown if with toilets:wheelchair=designated +This tagrendering has labels +`wheelchair` +`hidden` + ### questions Show the questions block at this location _This tagrendering has no question and is thus read-only_ diff --git a/Docs/Layers/car_rental.md b/Docs/Layers/car_rental.md index 2220f0bf72..3e74ffb819 100644 --- a/Docs/Layers/car_rental.md +++ b/Docs/Layers/car_rental.md @@ -105,7 +105,7 @@ The question is `What are the opening hours of {title()}?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/childcare.md b/Docs/Layers/childcare.md index 6dec7474d8..9d215151ff 100644 --- a/Docs/Layers/childcare.md +++ b/Docs/Layers/childcare.md @@ -108,7 +108,7 @@ The question is `How much kids (at most) can be enrolled here?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/cinema.md b/Docs/Layers/cinema.md index c815e2c434..742a001225 100644 --- a/Docs/Layers/cinema.md +++ b/Docs/Layers/cinema.md @@ -103,7 +103,7 @@ The question is `What type of cinema is this?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/climbing_area.md b/Docs/Layers/climbing_area.md index 3296d404d2..ef3c2a7a54 100644 --- a/Docs/Layers/climbing_area.md +++ b/Docs/Layers/climbing_area.md @@ -150,7 +150,7 @@ The question is `Is bouldering possible here?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod diff --git a/Docs/Layers/climbing_club.md b/Docs/Layers/climbing_club.md index d842c71d0c..c2eadd51c7 100644 --- a/Docs/Layers/climbing_club.md +++ b/Docs/Layers/climbing_club.md @@ -102,7 +102,7 @@ The question is `What are the opening hours of {title()}?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/climbing_gym.md b/Docs/Layers/climbing_gym.md index 3a52baa649..57028ae066 100644 --- a/Docs/Layers/climbing_gym.md +++ b/Docs/Layers/climbing_gym.md @@ -91,7 +91,7 @@ Elements must match **all** of the following expressions: | [climbing:bolts:max](https://wiki.openstreetmap.org/wiki/Key:climbing:bolts:max) | [pnat](../SpecialInputElements.md#pnat) | | | [climbing:speed](https://wiki.openstreetmap.org/wiki/Key:climbing:speed) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:climbing:speed%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:climbing:speed%3Dno) | | [shower](https://wiki.openstreetmap.org/wiki/Key:shower) | Multiple choice | [hot](https://wiki.openstreetmap.org/wiki/Tag:shower%3Dhot) [cold](https://wiki.openstreetmap.org/wiki/Tag:shower%3Dcold) [yes](https://wiki.openstreetmap.org/wiki/Tag:shower%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:shower%3Dno) | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | @@ -301,7 +301,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` @@ -332,7 +332,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/climbing_opportunity.md b/Docs/Layers/climbing_opportunity.md index 0d5b757ac5..df3e75081e 100644 --- a/Docs/Layers/climbing_opportunity.md +++ b/Docs/Layers/climbing_opportunity.md @@ -52,7 +52,7 @@ The question is `Is climbing possible here?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod diff --git a/Docs/Layers/climbing_route.md b/Docs/Layers/climbing_route.md index dd427c398d..c828df0b37 100644 --- a/Docs/Layers/climbing_route.md +++ b/Docs/Layers/climbing_route.md @@ -97,7 +97,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/clock.md b/Docs/Layers/clock.md index c84c8941f8..b2dcc37aaa 100644 --- a/Docs/Layers/clock.md +++ b/Docs/Layers/clock.md @@ -149,7 +149,7 @@ The question is `How many faces does this clock have?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/crab_address.md b/Docs/Layers/crab_address.md index 868109c56e..62b72b59ad 100644 --- a/Docs/Layers/crab_address.md +++ b/Docs/Layers/crab_address.md @@ -40,7 +40,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod diff --git a/Docs/Layers/crossings.md b/Docs/Layers/crossings.md index f6c8e11435..408272e34f 100644 --- a/Docs/Layers/crossings.md +++ b/Docs/Layers/crossings.md @@ -15,7 +15,7 @@ Crossings for pedestrians and cyclists 3. [Basic tags for this layer](#basic-tags-for-this-layer) 4. [Supported attributes](#supported-attributes) - [images](#images) - - [crossing-type](#crossing-type) + - [signals](#signals) - [markings](#markings) - [crossing-bicycle-allowed](#crossing-bicycle-allowed) - [crossing-has-island](#crossing-has-island) @@ -60,11 +60,11 @@ Elements must match **any** of the following expressions: | attribute | type | values which are supported by this layer | -----|-----|----- | -| [crossing](https://wiki.openstreetmap.org/wiki/Key:crossing) | Multiple choice | [uncontrolled](https://wiki.openstreetmap.org/wiki/Tag:crossing%3Duncontrolled) [traffic_signals](https://wiki.openstreetmap.org/wiki/Tag:crossing%3Dtraffic_signals) | +| [crossing:signals](https://wiki.openstreetmap.org/wiki/Key:crossing:signals) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:crossing:signals%3Dno) [yes](https://wiki.openstreetmap.org/wiki/Tag:crossing:signals%3Dyes) | | [crossing:markings](https://wiki.openstreetmap.org/wiki/Key:crossing:markings) | [string](../SpecialInputElements.md#string) | [no](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dno) [zebra](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dzebra) [lines](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dlines) [ladder](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dladder) [dashes](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Ddashes) [dots](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Ddots) [surface](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dsurface) [ladder:skewed](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dladder:skewed) [zebra:paired](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dzebra:paired) [zebra:bicolour](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dzebra:bicolour) [zebra:double](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dzebra:double) [pictograms](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dpictograms) [ladder:paired](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dladder:paired) [lines:paired](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dlines:paired) | | [bicycle](https://wiki.openstreetmap.org/wiki/Key:bicycle) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Dno) | | [crossing:island](https://wiki.openstreetmap.org/wiki/Key:crossing:island) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:crossing:island%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:crossing:island%3Dno) | -| [tactile_paving](https://wiki.openstreetmap.org/wiki/Key:tactile_paving) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dno) | +| [tactile_paving](https://wiki.openstreetmap.org/wiki/Key:tactile_paving) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dno) [partial](https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dpartial) | | [button_operated](https://wiki.openstreetmap.org/wiki/Key:button_operated) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:button_operated%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:button_operated%3Dno) | | [traffic_signals:sound](https://wiki.openstreetmap.org/wiki/Key:traffic_signals:sound) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:sound%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:sound%3Dno) [locate](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:sound%3Dlocate) [walk](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:sound%3Dwalk) | | [traffic_signals:vibration](https://wiki.openstreetmap.org/wiki/Key:traffic_signals:vibration) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:vibration%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:vibration%3Dno) | @@ -78,14 +78,13 @@ This block shows the known images which are linked with the `image`-keys, but al _This tagrendering has no question and is thus read-only_ *{image_carousel()}{image_upload()}* -### crossing-type +### signals -The question is `What kind of crossing is this?` +The question is `Are there traffic signals at this crossing?` - - *Crossing, without traffic lights* is shown if with crossing=uncontrolled - - *Crossing with traffic signals* is shown if with crossing=traffic_signals - - *Zebra crossing* is shown if with crossing=zebra. _This option cannot be chosen as answer_ - - *Crossing without crossing markings* is shown if with crossing=unmarked. _This option cannot be chosen as answer_ + - *There are no traffic signals at this crossing* is shown if with crossing:signals=no + - *There are traffic signals at this crossing* is shown if with crossing:signals=yes + - *There are traffic signals at this crossing* is shown if with crossing=traffic_signals. _This option cannot be chosen as answer_ This tagrendering is only visible in the popup if the following condition is met: highway=crossing @@ -110,6 +109,8 @@ The question is `What kind of markings does this crossing have?` - *This crossing has lines on either side of the crossing, along with bars connecting them, with an interruption in every bar* is shown if with crossing:markings=ladder:paired - *This crossing has double lines on either side of the crossing* is shown if with crossing:markings=lines:paired +This tagrendering is only visible in the popup if the following condition is met: highway=crossing + ### crossing-bicycle-allowed The question is `Is this crossing also for bicycles?` @@ -135,6 +136,7 @@ The question is `Does this crossing have tactile paving?` - *This crossing has tactile paving* is shown if with tactile_paving=yes - *This crossing does not have tactile paving* is shown if with tactile_paving=no - *This crossing has tactile paving, but is not correct* is shown if with tactile_paving=incorrect. _This option cannot be chosen as answer_ + - *This crrosing has tactile paving, but only on one side* is shown if with tactile_paving=partial This tagrendering is only visible in the popup if the following condition is met: highway=crossing @@ -208,7 +210,7 @@ This tagrendering is only visible in the popup if the following condition is met ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/crossings_no_traffic_lights.md b/Docs/Layers/crossings_no_traffic_lights.md index 3c1557871c..e021b70524 100644 --- a/Docs/Layers/crossings_no_traffic_lights.md +++ b/Docs/Layers/crossings_no_traffic_lights.md @@ -16,7 +16,7 @@ Crossings for pedestrians and cyclists 3. [Basic tags for this layer](#basic-tags-for-this-layer) 4. [Supported attributes](#supported-attributes) - [images](#images) - - [crossing-type](#crossing-type) + - [signals](#signals) - [markings](#markings) - [crossing-bicycle-allowed](#crossing-bicycle-allowed) - [crossing-has-island](#crossing-has-island) @@ -55,11 +55,11 @@ Elements must match the expression ** [crossing](https://wiki.openstreetmap.org/wiki/Key:crossing) | Multiple choice | [uncontrolled](https://wiki.openstreetmap.org/wiki/Tag:crossing%3Duncontrolled) [traffic_signals](https://wiki.openstreetmap.org/wiki/Tag:crossing%3Dtraffic_signals) | +| [crossing:signals](https://wiki.openstreetmap.org/wiki/Key:crossing:signals) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:crossing:signals%3Dno) [yes](https://wiki.openstreetmap.org/wiki/Tag:crossing:signals%3Dyes) | | [crossing:markings](https://wiki.openstreetmap.org/wiki/Key:crossing:markings) | [string](../SpecialInputElements.md#string) | [no](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dno) [zebra](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dzebra) [lines](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dlines) [ladder](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dladder) [dashes](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Ddashes) [dots](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Ddots) [surface](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dsurface) [ladder:skewed](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dladder:skewed) [zebra:paired](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dzebra:paired) [zebra:bicolour](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dzebra:bicolour) [zebra:double](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dzebra:double) [pictograms](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dpictograms) [ladder:paired](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dladder:paired) [lines:paired](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dlines:paired) | | [bicycle](https://wiki.openstreetmap.org/wiki/Key:bicycle) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Dno) | | [crossing:island](https://wiki.openstreetmap.org/wiki/Key:crossing:island) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:crossing:island%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:crossing:island%3Dno) | -| [tactile_paving](https://wiki.openstreetmap.org/wiki/Key:tactile_paving) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dno) | +| [tactile_paving](https://wiki.openstreetmap.org/wiki/Key:tactile_paving) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dno) [partial](https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dpartial) | | [button_operated](https://wiki.openstreetmap.org/wiki/Key:button_operated) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:button_operated%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:button_operated%3Dno) | | [traffic_signals:sound](https://wiki.openstreetmap.org/wiki/Key:traffic_signals:sound) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:sound%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:sound%3Dno) [locate](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:sound%3Dlocate) [walk](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:sound%3Dwalk) | | [traffic_signals:vibration](https://wiki.openstreetmap.org/wiki/Key:traffic_signals:vibration) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:vibration%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:vibration%3Dno) | @@ -73,14 +73,13 @@ This block shows the known images which are linked with the `image`-keys, but al _This tagrendering has no question and is thus read-only_ *{image_carousel()}{image_upload()}* -### crossing-type +### signals -The question is `What kind of crossing is this?` +The question is `Are there traffic signals at this crossing?` - - *Crossing, without traffic lights* is shown if with crossing=uncontrolled - - *Crossing with traffic signals* is shown if with crossing=traffic_signals - - *Zebra crossing* is shown if with crossing=zebra. _This option cannot be chosen as answer_ - - *Crossing without crossing markings* is shown if with crossing=unmarked. _This option cannot be chosen as answer_ + - *There are no traffic signals at this crossing* is shown if with crossing:signals=no + - *There are traffic signals at this crossing* is shown if with crossing:signals=yes + - *There are traffic signals at this crossing* is shown if with crossing=traffic_signals. _This option cannot be chosen as answer_ This tagrendering is only visible in the popup if the following condition is met: highway=crossing @@ -105,6 +104,8 @@ The question is `What kind of markings does this crossing have?` - *This crossing has lines on either side of the crossing, along with bars connecting them, with an interruption in every bar* is shown if with crossing:markings=ladder:paired - *This crossing has double lines on either side of the crossing* is shown if with crossing:markings=lines:paired +This tagrendering is only visible in the popup if the following condition is met: highway=crossing + ### crossing-bicycle-allowed The question is `Is this crossing also for bicycles?` @@ -130,6 +131,7 @@ The question is `Does this crossing have tactile paving?` - *This crossing has tactile paving* is shown if with tactile_paving=yes - *This crossing does not have tactile paving* is shown if with tactile_paving=no - *This crossing has tactile paving, but is not correct* is shown if with tactile_paving=incorrect. _This option cannot be chosen as answer_ + - *This crrosing has tactile paving, but only on one side* is shown if with tactile_paving=partial This tagrendering is only visible in the popup if the following condition is met: highway=crossing @@ -203,7 +205,7 @@ This tagrendering is only visible in the popup if the following condition is met ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/cultural_places_without_etymology.md b/Docs/Layers/cultural_places_without_etymology.md index 14af8bbbc7..cc25f8a923 100644 --- a/Docs/Layers/cultural_places_without_etymology.md +++ b/Docs/Layers/cultural_places_without_etymology.md @@ -19,7 +19,8 @@ All objects which have an etymology known - [zoeken op inventaris onroerend erfgoed](#zoeken-op-inventaris-onroerend-erfgoed) - [simple etymology](#simple-etymology) - [questions](#questions) - - [street-name-sign-image](#street-name-sign-image) + - [streetsign-image-carousel](#streetsign-image-carousel) + - [streetsign-upload](#streetsign-upload) - [minimap](#minimap) - [etymology_multi_apply](#etymology_multi_apply) - [wikipedia](#wikipedia) @@ -76,10 +77,15 @@ Show the questions block at this location _This tagrendering has no question and is thus read-only_ *{questions()}* -### street-name-sign-image +### streetsign-image-carousel _This tagrendering has no question and is thus read-only_ -*{image_carousel(image:streetsign)}
{image_upload(image:streetsign, Add image of a street name sign)}* +*{image_carousel(image:streetsign;panoramax:streetsign)}* + +### streetsign-upload + +_This tagrendering has no question and is thus read-only_ +*{image_upload(image:streetsign,Add image of a street name sign,)}* ### minimap diff --git a/Docs/Layers/cycle_highways.md b/Docs/Layers/cycle_highways.md index 2bb44300f6..c817852914 100644 --- a/Docs/Layers/cycle_highways.md +++ b/Docs/Layers/cycle_highways.md @@ -85,7 +85,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod diff --git a/Docs/Layers/cyclestreets.md b/Docs/Layers/cyclestreets.md index 10b6ff872c..26a5fff045 100644 --- a/Docs/Layers/cyclestreets.md +++ b/Docs/Layers/cyclestreets.md @@ -81,7 +81,7 @@ This tagrendering is only visible in the popup if the following condition is met ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### split_button diff --git a/Docs/Layers/cycleways_and_roads.md b/Docs/Layers/cycleways_and_roads.md index c799488c41..cd43a01a23 100644 --- a/Docs/Layers/cycleways_and_roads.md +++ b/Docs/Layers/cycleways_and_roads.md @@ -313,7 +313,7 @@ This tagrendering is only visible in the popup if the following condition is met ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### split_button diff --git a/Docs/Layers/cyclist_waiting_aid.md b/Docs/Layers/cyclist_waiting_aid.md index 5bcf0ffc85..996edf3687 100644 --- a/Docs/Layers/cyclist_waiting_aid.md +++ b/Docs/Layers/cyclist_waiting_aid.md @@ -80,7 +80,7 @@ This tagrendering is only visible in the popup if the following condition is met ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### delete-button diff --git a/Docs/Layers/defibrillator.md b/Docs/Layers/defibrillator.md index 1072f681e2..bac1bc7253 100644 --- a/Docs/Layers/defibrillator.md +++ b/Docs/Layers/defibrillator.md @@ -178,7 +178,7 @@ The question is `Is there something wrong with how this is mapped, that you were ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/dentist.md b/Docs/Layers/dentist.md index c11815511c..089165da8f 100644 --- a/Docs/Layers/dentist.md +++ b/Docs/Layers/dentist.md @@ -164,7 +164,7 @@ The question is `What is the name of this dentist?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/direction.md b/Docs/Layers/direction.md index 9c799e9222..02e7569bcc 100644 --- a/Docs/Layers/direction.md +++ b/Docs/Layers/direction.md @@ -30,7 +30,7 @@ Elements must match **any** of the following expressions: ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod diff --git a/Docs/Layers/disaster_response.md b/Docs/Layers/disaster_response.md index c500aa0b92..61efea532a 100644 --- a/Docs/Layers/disaster_response.md +++ b/Docs/Layers/disaster_response.md @@ -68,7 +68,7 @@ The question is `What is the name of this organization?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/doctors.md b/Docs/Layers/doctors.md index 70a586523e..f79aff661d 100644 --- a/Docs/Layers/doctors.md +++ b/Docs/Layers/doctors.md @@ -180,7 +180,7 @@ The question is `What is this doctor specialized in?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/dog_toilet.md b/Docs/Layers/dog_toilet.md index cf0978daba..c86fa0c0ec 100644 --- a/Docs/Layers/dog_toilet.md +++ b/Docs/Layers/dog_toilet.md @@ -54,7 +54,7 @@ The question is `Is this dog toilet fenced?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/dogpark.md b/Docs/Layers/dogpark.md index 8eeced1c04..3c69ea7a5a 100644 --- a/Docs/Layers/dogpark.md +++ b/Docs/Layers/dogpark.md @@ -113,7 +113,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/drinking_water.md b/Docs/Layers/drinking_water.md index 625806cc8c..865191570e 100644 --- a/Docs/Layers/drinking_water.md +++ b/Docs/Layers/drinking_water.md @@ -221,7 +221,7 @@ This tagrendering is only visible in the popup if the following condition is met ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/dumpstations.md b/Docs/Layers/dumpstations.md index e17a8a1cac..03bd5d284e 100644 --- a/Docs/Layers/dumpstations.md +++ b/Docs/Layers/dumpstations.md @@ -115,7 +115,7 @@ The question is `What network is this place a part of? (skip if none)` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/education_institutions_without_etymology.md b/Docs/Layers/education_institutions_without_etymology.md index b9cec96d05..6578c3504b 100644 --- a/Docs/Layers/education_institutions_without_etymology.md +++ b/Docs/Layers/education_institutions_without_etymology.md @@ -19,7 +19,8 @@ All objects which have an etymology known - [zoeken op inventaris onroerend erfgoed](#zoeken-op-inventaris-onroerend-erfgoed) - [simple etymology](#simple-etymology) - [questions](#questions) - - [street-name-sign-image](#street-name-sign-image) + - [streetsign-image-carousel](#streetsign-image-carousel) + - [streetsign-upload](#streetsign-upload) - [minimap](#minimap) - [etymology_multi_apply](#etymology_multi_apply) - [wikipedia](#wikipedia) @@ -76,10 +77,15 @@ Show the questions block at this location _This tagrendering has no question and is thus read-only_ *{questions()}* -### street-name-sign-image +### streetsign-image-carousel _This tagrendering has no question and is thus read-only_ -*{image_carousel(image:streetsign)}
{image_upload(image:streetsign, Add image of a street name sign)}* +*{image_carousel(image:streetsign;panoramax:streetsign)}* + +### streetsign-upload + +_This tagrendering has no question and is thus read-only_ +*{image_upload(image:streetsign,Add image of a street name sign,)}* ### minimap diff --git a/Docs/Layers/elevator.md b/Docs/Layers/elevator.md index 5d21c6063b..f7d523ecf1 100644 --- a/Docs/Layers/elevator.md +++ b/Docs/Layers/elevator.md @@ -20,6 +20,7 @@ This layer show elevators and asks for operational status and elevator dimension - [elevator-width](#elevator-width) - [elevator-depth](#elevator-depth) - [elevator-diameter](#elevator-diameter) + - [handrail](#handrail) - [induction-loop](#induction-loop) - [tactile_writing_available](#tactile_writing_available) - [tactile_writing_language](#tactile_writing_language) @@ -62,6 +63,7 @@ Elements must match the expression ** [width](https://wiki.openstreetmap.org/wiki/Key:width) | [pfloat](../SpecialInputElements.md#pfloat) | | | [length](https://wiki.openstreetmap.org/wiki/Key:length) | [pfloat](../SpecialInputElements.md#pfloat) | | | [diameter](https://wiki.openstreetmap.org/wiki/Key:diameter) | [pfloat](../SpecialInputElements.md#pfloat) | | +| [handrail](https://wiki.openstreetmap.org/wiki/Key:handrail) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:handrail%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:handrail%3Dno) | | [hearing_loop](https://wiki.openstreetmap.org/wiki/Key:hearing_loop) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:hearing_loop%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:hearing_loop%3Dno) | | [tactile_writing:braille](https://wiki.openstreetmap.org/wiki/Key:tactile_writing:braille) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:tactile_writing:braille%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:tactile_writing:braille%3Dno) | | [speech_output](https://wiki.openstreetmap.org/wiki/Key:speech_output) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:speech_output%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:speech_output%3Dno) | @@ -120,6 +122,13 @@ The question is `What is the diameter of this elevator?` This tagrendering is only visible in the popup if the following condition is met: shape=circular +### handrail + +The question is `Is there a handrail in the cabin?` + + - *This elevator has a handrail in the cabin* is shown if with handrail=yes + - *This elevator does not have a handrail* is shown if with handrail=no + ### induction-loop An accessibility feature: induction loops are for hard-hearing persons which have an FM-receiver. The question is `Does this place have an audio induction loop for people with reduced hearing?` @@ -158,7 +167,7 @@ This tagrendering is only visible in the popup if the following condition is met ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/elongated_coin.md b/Docs/Layers/elongated_coin.md index 5e7cf8e459..94cb110a3c 100644 --- a/Docs/Layers/elongated_coin.md +++ b/Docs/Layers/elongated_coin.md @@ -208,7 +208,7 @@ The question is `When was this object last checked?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/entrance.md b/Docs/Layers/entrance.md index ff9b13fb6f..e586fc1c53 100644 --- a/Docs/Layers/entrance.md +++ b/Docs/Layers/entrance.md @@ -157,7 +157,7 @@ The question is `Does this door have a reference number?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/etymology.md b/Docs/Layers/etymology.md index 7ead902ede..1c59205dc4 100644 --- a/Docs/Layers/etymology.md +++ b/Docs/Layers/etymology.md @@ -17,7 +17,8 @@ All objects which have an etymology known - [zoeken op inventaris onroerend erfgoed](#zoeken-op-inventaris-onroerend-erfgoed) - [simple etymology](#simple-etymology) - [questions](#questions) - - [street-name-sign-image](#street-name-sign-image) + - [streetsign-image-carousel](#streetsign-image-carousel) + - [streetsign-upload](#streetsign-upload) - [minimap](#minimap) - [etymology_multi_apply](#etymology_multi_apply) - [wikipedia](#wikipedia) @@ -75,10 +76,15 @@ Show the questions block at this location _This tagrendering has no question and is thus read-only_ *{questions()}* -### street-name-sign-image +### streetsign-image-carousel _This tagrendering has no question and is thus read-only_ -*{image_carousel(image:streetsign)}
{image_upload(image:streetsign, Add image of a street name sign)}* +*{image_carousel(image:streetsign;panoramax:streetsign)}* + +### streetsign-upload + +_This tagrendering has no question and is thus read-only_ +*{image_upload(image:streetsign,Add image of a street name sign,)}* ### minimap diff --git a/Docs/Layers/extinguisher.md b/Docs/Layers/extinguisher.md index 5e43120a13..84ee03f612 100644 --- a/Docs/Layers/extinguisher.md +++ b/Docs/Layers/extinguisher.md @@ -60,7 +60,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/facadegardens.md b/Docs/Layers/facadegardens.md index 345fc26953..808049ee81 100644 --- a/Docs/Layers/facadegardens.md +++ b/Docs/Layers/facadegardens.md @@ -113,7 +113,7 @@ The question is `Extra describing info about the garden (if needed and not yet d ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/fire_station.md b/Docs/Layers/fire_station.md index 50386bb925..dca85756ba 100644 --- a/Docs/Layers/fire_station.md +++ b/Docs/Layers/fire_station.md @@ -92,7 +92,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/firepit.md b/Docs/Layers/firepit.md index 5bfeeff885..2b9cd3313e 100644 --- a/Docs/Layers/firepit.md +++ b/Docs/Layers/firepit.md @@ -74,7 +74,7 @@ The question is `Is the firepit available all around the year?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/fitness_centre.md b/Docs/Layers/fitness_centre.md index c8386ebcd8..90b1abd206 100644 --- a/Docs/Layers/fitness_centre.md +++ b/Docs/Layers/fitness_centre.md @@ -149,7 +149,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/fitness_station.md b/Docs/Layers/fitness_station.md index d24d18c7f2..80d9013193 100644 --- a/Docs/Layers/fitness_station.md +++ b/Docs/Layers/fitness_station.md @@ -109,7 +109,7 @@ The question is `What are the opening hours of {title()}?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/fixme.md b/Docs/Layers/fixme.md index 882f0d774f..fc104939a1 100644 --- a/Docs/Layers/fixme.md +++ b/Docs/Layers/fixme.md @@ -61,7 +61,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod diff --git a/Docs/Layers/food.md b/Docs/Layers/food.md index e986ad0ecf..98e1b38278 100644 --- a/Docs/Layers/food.md +++ b/Docs/Layers/food.md @@ -125,7 +125,7 @@ Elements must match **any** of the following expressions: | [smoking](https://wiki.openstreetmap.org/wiki/Key:smoking) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dno) [outside](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Doutside) | | [service:electricity](https://wiki.openstreetmap.org/wiki/Key:service:electricity) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dlimited) [ask](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dask) [no](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dno) | | [dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | @@ -478,7 +478,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` @@ -509,7 +509,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/food_courts.md b/Docs/Layers/food_courts.md index 633c97b02a..15b3db07b2 100644 --- a/Docs/Layers/food_courts.md +++ b/Docs/Layers/food_courts.md @@ -112,7 +112,7 @@ The question is `Is smoking allowed at {title()}?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/food_dog_friendly.md b/Docs/Layers/food_dog_friendly.md index a08e2905e5..a05ecade27 100644 --- a/Docs/Layers/food_dog_friendly.md +++ b/Docs/Layers/food_dog_friendly.md @@ -110,7 +110,7 @@ Elements must match **all** of the following expressions: | [smoking](https://wiki.openstreetmap.org/wiki/Key:smoking) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dno) [outside](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Doutside) | | [service:electricity](https://wiki.openstreetmap.org/wiki/Key:service:electricity) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dlimited) [ask](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dask) [no](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dno) | | [dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | @@ -463,7 +463,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` @@ -494,7 +494,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/food_glutenfree.md b/Docs/Layers/food_glutenfree.md index dcea792935..f3a773d068 100644 --- a/Docs/Layers/food_glutenfree.md +++ b/Docs/Layers/food_glutenfree.md @@ -111,7 +111,7 @@ Elements must match **all** of the following expressions: | [smoking](https://wiki.openstreetmap.org/wiki/Key:smoking) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dno) [outside](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Doutside) | | [service:electricity](https://wiki.openstreetmap.org/wiki/Key:service:electricity) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dlimited) [ask](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dask) [no](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dno) | | [dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | @@ -464,7 +464,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` @@ -495,7 +495,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/food_lactosefree.md b/Docs/Layers/food_lactosefree.md index 59a318c69c..09f8946da7 100644 --- a/Docs/Layers/food_lactosefree.md +++ b/Docs/Layers/food_lactosefree.md @@ -111,7 +111,7 @@ Elements must match **all** of the following expressions: | [smoking](https://wiki.openstreetmap.org/wiki/Key:smoking) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dno) [outside](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Doutside) | | [service:electricity](https://wiki.openstreetmap.org/wiki/Key:service:electricity) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dlimited) [ask](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dask) [no](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dno) | | [dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | @@ -464,7 +464,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` @@ -495,7 +495,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/friture.md b/Docs/Layers/friture.md index a542b52aff..4f1a071e53 100644 --- a/Docs/Layers/friture.md +++ b/Docs/Layers/friture.md @@ -110,7 +110,7 @@ Elements must match **all** of the following expressions: | [smoking](https://wiki.openstreetmap.org/wiki/Key:smoking) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dno) [outside](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Doutside) | | [service:electricity](https://wiki.openstreetmap.org/wiki/Key:service:electricity) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dlimited) [ask](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dask) [no](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dno) | | [dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | @@ -463,7 +463,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` @@ -494,7 +494,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/ghost_bike.md b/Docs/Layers/ghost_bike.md index 6c1b7e4ad1..ae93d32cb6 100644 --- a/Docs/Layers/ghost_bike.md +++ b/Docs/Layers/ghost_bike.md @@ -97,7 +97,7 @@ This tagrendering is only visible in the popup if the following condition is met ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/ghostsign.md b/Docs/Layers/ghostsign.md index 9e497b3e59..dc9f9cf2bd 100644 --- a/Docs/Layers/ghostsign.md +++ b/Docs/Layers/ghostsign.md @@ -97,7 +97,7 @@ The question is `For what business was this sign made?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/governments.md b/Docs/Layers/governments.md index 15c8273b54..c9027aadbb 100644 --- a/Docs/Layers/governments.md +++ b/Docs/Layers/governments.md @@ -93,7 +93,7 @@ The question is `What is the name of this Governmental Office?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/grave.md b/Docs/Layers/grave.md index 49036f123d..b6972e7346 100644 --- a/Docs/Layers/grave.md +++ b/Docs/Layers/grave.md @@ -29,13 +29,16 @@ Tombstones (and graves) indicate where a person was buried. On this map, those c The following options to create new points are included: - - **a tombstone** which has the following tags:historic=tomb + - **a grave** which has the following tags:cemetery=grave ## Basic tags for this layer -Elements must match the expression **historic=tomb** +Elements must match **any** of the following expressions: -[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22historic%22%3D%22tomb%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) + - cemetery=grave + - historic=tomb + +[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22cemetery%22%3D%22grave%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22historic%22%3D%22tomb%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) ## Supported attributes @@ -64,7 +67,7 @@ The question is `What is the name of the person buried here?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/group_campsite.md b/Docs/Layers/group_campsite.md index 76d9cc5cc2..e5d69f010e 100644 --- a/Docs/Layers/group_campsite.md +++ b/Docs/Layers/group_campsite.md @@ -19,8 +19,10 @@ Campsites - [phone](#phone) - [email](#email) - [website](#website) - - [fee](#fee) - [capacity_persons](#capacity_persons) + - [fee](#fee) + - [charge_person_day](#charge_person_day) + - [charge_day](#charge_day) - [caravansites-toilets](#caravansites-toilets) - [toilets-wheelchair](#toilets-wheelchair) - [questions](#questions) @@ -52,8 +54,10 @@ Elements must match **any** of the following expressions: | [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | | | [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | | | [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | | -| [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [currency](../SpecialInputElements.md#currency) | [](https://wiki.openstreetmap.org/wiki/Tag:charge%3D) | | [capacity:persons](https://wiki.openstreetmap.org/wiki/Key:capacity:persons) | [pnat](../SpecialInputElements.md#pnat) | | +| [fee](https://wiki.openstreetmap.org/wiki/Key:fee) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno) [yes](https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes) | +| [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [currency](../SpecialInputElements.md#currency) | | +| [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [currency](../SpecialInputElements.md#currency) | | | [toilets](https://wiki.openstreetmap.org/wiki/Key:toilets) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dno) | | [toilets:wheelchair](https://wiki.openstreetmap.org/wiki/Key:toilets:wheelchair) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dno) [designated](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Ddesignated) | | [contact:mastodon](https://wiki.openstreetmap.org/wiki/Key:contact:mastodon) | [fediverse](../SpecialInputElements.md#fediverse) | | @@ -106,19 +110,28 @@ The question is `What is the website of {title()}?` This tagrendering has labels `contact` -### fee - -The question is `Is a fee charged here?` -*A fee of {charge} should be paid for here* is shown if `charge` is set - - - *The campsite is free of charge* is shown if with fee=no - - *A fee is charged here.* is shown if with fee=yes & charge= - ### capacity_persons The question is `How many people can stay here?` *{capacity:persons} people can stay here* is shown if `capacity:persons` is set +### fee + +The question is `Is there a fee?` + + - *The campsite is free of charge* is shown if with fee=no + - *There is a fee.* is shown if with fee=yes + +### charge_person_day + +The question is `What is the charge per person per day?` +*Charge per person per day: {charge}* is shown if `charge` is set + +### charge_day + +The question is `What is the charge per day?` +*Charge per day: {charge}* is shown if `charge` is set + ### caravansites-toilets The question is `Does this place have toilets?` @@ -134,6 +147,10 @@ The question is `Is there a dedicated toilet for wheelchair users?` - *No wheelchair access* is shown if with toilets:wheelchair=no - *There is only a dedicated toilet for wheelchair users* is shown if with toilets:wheelchair=designated +This tagrendering has labels +`wheelchair` +`hidden` + ### questions Show the questions block at this location _This tagrendering has no question and is thus read-only_ diff --git a/Docs/Layers/group_hostel.md b/Docs/Layers/group_hostel.md index 1a55bd4d3f..fcbe11a618 100644 --- a/Docs/Layers/group_hostel.md +++ b/Docs/Layers/group_hostel.md @@ -70,7 +70,7 @@ Elements must match **all** of the following expressions: | [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | | | [wheelchair](https://wiki.openstreetmap.org/wiki/Key:wheelchair) | Multiple choice | [designated](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated) [yes](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno) | | [toilets:wheelchair](https://wiki.openstreetmap.org/wiki/Key:toilets:wheelchair) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dno) [designated](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Ddesignated) | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | | [dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) | @@ -159,6 +159,10 @@ The question is `Is there a dedicated toilet for wheelchair users?` - *No wheelchair access* is shown if with toilets:wheelchair=no - *There is only a dedicated toilet for wheelchair users* is shown if with toilets:wheelchair=designated +This tagrendering has labels +`wheelchair` +`hidden` + ### internet The question is `Does this place offer internet access?` @@ -168,7 +172,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` @@ -209,7 +213,7 @@ The question is `Are dogs allowed in this business?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/guidepost.md b/Docs/Layers/guidepost.md index 7f1a90ceed..6f8cc3f224 100644 --- a/Docs/Layers/guidepost.md +++ b/Docs/Layers/guidepost.md @@ -14,6 +14,9 @@ Guideposts (also known as fingerposts or finger posts) are often found along off 4. [Supported attributes](#supported-attributes) - [images](#images) - [type](#type) + - [name](#name) + - [ref](#ref) + - [ele](#ele) - [leftover-questions](#leftover-questions) - [move-button](#move-button) - [delete-button](#delete-button) @@ -41,6 +44,14 @@ Elements must match the expression ** [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | | +| [ref](https://wiki.openstreetmap.org/wiki/Key:ref) | [string](../SpecialInputElements.md#string) | | +| [ele](https://wiki.openstreetmap.org/wiki/Key:ele) | [float](../SpecialInputElements.md#float) | | + ### images This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images _This tagrendering has no question and is thus read-only_ @@ -56,10 +67,31 @@ The question is `What kind of routes are shown on this guidepost?` - *This guidepost shows horse riding routes* is shown if with horse=yes. Unselecting this answer will add horse= - *This guidepost shows ski routes* is shown if with ski=yes. Unselecting this answer will add ski= +### name + +The question is `What is the name noted on this guidepost?` +*Name noted on the guidepost: {name}* is shown if `name` is set + + - *There is no name noted on this guidepost* is shown if with noname=yes + +### ref + +The question is `What is the reference number of this guidepost?` +*Reference number of the guidepost: {ref}* is shown if `ref` is set + + - *There is no reference number noted on this guidepost* is shown if with noref=yes + +### ele + +The question is `What is the elevation noted on this guidepost?` +*Elevation noted on the guidepost: {ele} m* is shown if `ele` is set + + - *There is no elevation noted on this guidepost* is shown if with noele=yes + ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/hackerspace.md b/Docs/Layers/hackerspace.md index 01cfbe1334..ef1d7caf7e 100644 --- a/Docs/Layers/hackerspace.md +++ b/Docs/Layers/hackerspace.md @@ -89,7 +89,7 @@ Elements must match the expression ** [wheelchair](https://wiki.openstreetmap.org/wiki/Key:wheelchair) | Multiple choice | [designated](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated) [yes](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno) | | [drink:club-mate](https://wiki.openstreetmap.org/wiki/Key:drink:club-mate) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:drink:club-mate%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:drink:club-mate%3Dno) | | [start_date](https://wiki.openstreetmap.org/wiki/Key:start_date) | [date](../SpecialInputElements.md#date) | | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | @@ -285,7 +285,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` diff --git a/Docs/Layers/health_and_social_places_without_etymology.md b/Docs/Layers/health_and_social_places_without_etymology.md index eca0ea3d44..71a71b6b4c 100644 --- a/Docs/Layers/health_and_social_places_without_etymology.md +++ b/Docs/Layers/health_and_social_places_without_etymology.md @@ -19,7 +19,8 @@ All objects which have an etymology known - [zoeken op inventaris onroerend erfgoed](#zoeken-op-inventaris-onroerend-erfgoed) - [simple etymology](#simple-etymology) - [questions](#questions) - - [street-name-sign-image](#street-name-sign-image) + - [streetsign-image-carousel](#streetsign-image-carousel) + - [streetsign-upload](#streetsign-upload) - [minimap](#minimap) - [etymology_multi_apply](#etymology_multi_apply) - [wikipedia](#wikipedia) @@ -76,10 +77,15 @@ Show the questions block at this location _This tagrendering has no question and is thus read-only_ *{questions()}* -### street-name-sign-image +### streetsign-image-carousel _This tagrendering has no question and is thus read-only_ -*{image_carousel(image:streetsign)}
{image_upload(image:streetsign, Add image of a street name sign)}* +*{image_carousel(image:streetsign;panoramax:streetsign)}* + +### streetsign-upload + +_This tagrendering has no question and is thus read-only_ +*{image_upload(image:streetsign,Add image of a street name sign,)}* ### minimap diff --git a/Docs/Layers/hospital.md b/Docs/Layers/hospital.md index 34803bdb79..201ec669f8 100644 --- a/Docs/Layers/hospital.md +++ b/Docs/Layers/hospital.md @@ -161,7 +161,7 @@ The question is `When are visitors allowed to visit?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/hostel.md b/Docs/Layers/hostel.md index 9941baf325..8fb4a899da 100644 --- a/Docs/Layers/hostel.md +++ b/Docs/Layers/hostel.md @@ -66,7 +66,7 @@ Elements must match the expression ** [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | | | [wheelchair](https://wiki.openstreetmap.org/wiki/Key:wheelchair) | Multiple choice | [designated](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated) [yes](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno) | | [toilets:wheelchair](https://wiki.openstreetmap.org/wiki/Key:toilets:wheelchair) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dno) [designated](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Ddesignated) | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | | [dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) | @@ -155,6 +155,10 @@ The question is `Is there a dedicated toilet for wheelchair users?` - *No wheelchair access* is shown if with toilets:wheelchair=no - *There is only a dedicated toilet for wheelchair users* is shown if with toilets:wheelchair=designated +This tagrendering has labels +`wheelchair` +`hidden` + ### internet The question is `Does this place offer internet access?` @@ -164,7 +168,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` @@ -205,7 +209,7 @@ The question is `Are dogs allowed in this business?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/hydrant.md b/Docs/Layers/hydrant.md index 65d1e706b6..3101ddd182 100644 --- a/Docs/Layers/hydrant.md +++ b/Docs/Layers/hydrant.md @@ -19,6 +19,7 @@ Map layer to show fire hydrants. - [hydrant-number-of-couplings](#hydrant-number-of-couplings) - [hydrant-couplings](#hydrant-couplings) - [hydrant-couplings-diameters](#hydrant-couplings-diameters) + - [ref](#ref) - [images](#images) - [leftover-questions](#leftover-questions) - [move-button](#move-button) @@ -55,6 +56,7 @@ Elements must match the expression ** [couplings](https://wiki.openstreetmap.org/wiki/Key:couplings) | [int](../SpecialInputElements.md#int) | | | [couplings:type](https://wiki.openstreetmap.org/wiki/Key:couplings:type) | [string](../SpecialInputElements.md#string) | [Storz](https://wiki.openstreetmap.org/wiki/Tag:couplings:type%3DStorz) [UNI](https://wiki.openstreetmap.org/wiki/Tag:couplings:type%3DUNI) [Barcelona](https://wiki.openstreetmap.org/wiki/Tag:couplings:type%3DBarcelona) | | [couplings:diameters](https://wiki.openstreetmap.org/wiki/Key:couplings:diameters) | [string](../SpecialInputElements.md#string) | | +| [ref](https://wiki.openstreetmap.org/wiki/Key:ref) | [string](../SpecialInputElements.md#string) | | ### hydrant-color @@ -106,6 +108,11 @@ The question is `What kind of couplings does this hydrant have?` The question is `What diameter are the couplings of this hydrant?` *Coupling diameters: {couplings:diameters}* is shown if `couplings:diameters` is set +### ref + +The question is `What is the reference number of this hydrant?` +*Reference number: {ref}* is shown if `ref` is set + ### images This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images _This tagrendering has no question and is thus read-only_ @@ -114,7 +121,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/ice_cream.md b/Docs/Layers/ice_cream.md index a938a85839..11e884890c 100644 --- a/Docs/Layers/ice_cream.md +++ b/Docs/Layers/ice_cream.md @@ -190,7 +190,7 @@ The question is `Is this place accessible with a wheelchair?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/icecream_glutenfree.md b/Docs/Layers/icecream_glutenfree.md index 5ec7607d4b..270299f766 100644 --- a/Docs/Layers/icecream_glutenfree.md +++ b/Docs/Layers/icecream_glutenfree.md @@ -184,7 +184,7 @@ The question is `Is this place accessible with a wheelchair?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/icecream_lactosefree.md b/Docs/Layers/icecream_lactosefree.md index 767e550960..28568fc386 100644 --- a/Docs/Layers/icecream_lactosefree.md +++ b/Docs/Layers/icecream_lactosefree.md @@ -184,7 +184,7 @@ The question is `Is this place accessible with a wheelchair?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/indoors.md b/Docs/Layers/indoors.md index 3486a6475a..f2841d536f 100644 --- a/Docs/Layers/indoors.md +++ b/Docs/Layers/indoors.md @@ -27,13 +27,24 @@ Basic indoor mapping: shows room outlines - [payment-options-split](#payment-options-split) - [opening_hours_24_7](#opening_hours_24_7) - [Opening hours](#opening-hours) - - [toilets-wheelchair](#toilets-wheelchair) - - [wheelchair-door-width](#wheelchair-door-width) - [toilets-type](#toilets-type) + - [gender_segregated](#gender_segregated) + - [menstrual_products](#menstrual_products) + - [menstrual_products_location](#menstrual_products_location) - [toilets-changing-table](#toilets-changing-table) - [toilet-changing_table:location](#toilet-changing_tablelocation) + - [toilet-supervised](#toilet-supervised) - [toilet-has-paper](#toilet-has-paper) - [toilet-handwashing](#toilet-handwashing) + - [toilet-drying](#toilet-drying) + - [wheelchair-group](#wheelchair-group) + - [toilets-wheelchair](#toilets-wheelchair) + - [wheelchair-picture-carousel](#wheelchair-picture-carousel) + - [wheelchair-picture](#wheelchair-picture) + - [wheelchair-title](#wheelchair-title) + - [wheelchair-access](#wheelchair-access) + - [wheelchair-door-width](#wheelchair-door-width) + - [questions-wheelchair](#questions-wheelchair) - [leftover-questions](#leftover-questions) - [move-button](#move-button) - [lod](#lod) @@ -75,13 +86,20 @@ Elements must match **any** of the following expressions: | [fee](https://wiki.openstreetmap.org/wiki/Key:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno) | | [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [string](../SpecialInputElements.md#string) | | | [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | [24/7](https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7) | -| [wheelchair](https://wiki.openstreetmap.org/wiki/Key:wheelchair) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno) [designated](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated) | -| [door:width](https://wiki.openstreetmap.org/wiki/Key:door:width) | [pfloat](../SpecialInputElements.md#pfloat) | | | [toilets:position](https://wiki.openstreetmap.org/wiki/Key:toilets:position) | Multiple choice | [seated](https://wiki.openstreetmap.org/wiki/Tag:toilets:position%3Dseated) [urinal](https://wiki.openstreetmap.org/wiki/Tag:toilets:position%3Durinal) [squat](https://wiki.openstreetmap.org/wiki/Tag:toilets:position%3Dsquat) [seated;urinal](https://wiki.openstreetmap.org/wiki/Tag:toilets:position%3Dseated;urinal) | +| [gender_segregated](https://wiki.openstreetmap.org/wiki/Key:gender_segregated) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:gender_segregated%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:gender_segregated%3Dno) | +| [toilets:menstrual_products](https://wiki.openstreetmap.org/wiki/Key:toilets:menstrual_products) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets:menstrual_products%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:toilets:menstrual_products%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets:menstrual_products%3Dno) | +| [toilets:menstrual_products:location](https://wiki.openstreetmap.org/wiki/Key:toilets:menstrual_products:location) | [string](../SpecialInputElements.md#string) | [female_toilet](https://wiki.openstreetmap.org/wiki/Tag:toilets:menstrual_products:location%3Dfemale_toilet) [male_toilet](https://wiki.openstreetmap.org/wiki/Tag:toilets:menstrual_products:location%3Dmale_toilet) [wheelchair_toilet](https://wiki.openstreetmap.org/wiki/Tag:toilets:menstrual_products:location%3Dwheelchair_toilet) | | [changing_table](https://wiki.openstreetmap.org/wiki/Key:changing_table) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:changing_table%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:changing_table%3Dno) | | [changing_table:location](https://wiki.openstreetmap.org/wiki/Key:changing_table:location) | [string](../SpecialInputElements.md#string) | [female_toilet](https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dfemale_toilet) [male_toilet](https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dmale_toilet) [wheelchair_toilet](https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dwheelchair_toilet) [dedicated_room](https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Ddedicated_room) | +| [supervised](https://wiki.openstreetmap.org/wiki/Key:supervised) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:supervised%3Dyes) [interval](https://wiki.openstreetmap.org/wiki/Tag:supervised%3Dinterval) [no](https://wiki.openstreetmap.org/wiki/Tag:supervised%3Dno) | | [toilets:paper_supplied](https://wiki.openstreetmap.org/wiki/Key:toilets:paper_supplied) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets:paper_supplied%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets:paper_supplied%3Dno) | | [toilets:handwashing](https://wiki.openstreetmap.org/wiki/Key:toilets:handwashing) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets:handwashing%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets:handwashing%3Dno) | +| [toilets:hands_drying](https://wiki.openstreetmap.org/wiki/Key:toilets:hands_drying) | Multiple choice | [electric_hand_dryer](https://wiki.openstreetmap.org/wiki/Tag:toilets:hands_drying%3Delectric_hand_dryer) [paper_towel](https://wiki.openstreetmap.org/wiki/Tag:toilets:hands_drying%3Dpaper_towel) [towel_cabinet](https://wiki.openstreetmap.org/wiki/Tag:toilets:hands_drying%3Dtowel_cabinet) [towel](https://wiki.openstreetmap.org/wiki/Tag:toilets:hands_drying%3Dtowel) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets:hands_drying%3Dno) | +| [wheelchair](https://wiki.openstreetmap.org/wiki/Key:wheelchair) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno) [designated](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated) | +| [wheelchair](https://wiki.openstreetmap.org/wiki/Key:wheelchair) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno) | +| [toilets:wheelchair:access](https://wiki.openstreetmap.org/wiki/Key:toilets:wheelchair:access) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair:access%3Dyes) [key](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair:access%3Dkey) | +| [door:width](https://wiki.openstreetmap.org/wiki/Key:door:width) | [pfloat](../SpecialInputElements.md#pfloat) | | ### images This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images @@ -230,27 +248,7 @@ The question is `When are these toilets opened?` This tagrendering is only visible in the popup if the following condition is met: amenity=toilets & access!=no This tagrendering has labels `relevant-questions` - -### toilets-wheelchair - -The question is `Is there a dedicated toilet for wheelchair users?` - - - *There is a dedicated toilet for wheelchair users* is shown if with wheelchair=yes - - *No wheelchair access* is shown if with wheelchair=no - - *There is only a dedicated toilet for wheelchair users* is shown if with wheelchair=designated - -This tagrendering is only visible in the popup if the following condition is met: amenity=toilets -This tagrendering has labels -`relevant-questions` - -### wheelchair-door-width - -The question is `What is the width of the door to the wheelchair accessible toilet?` -*The door to the wheelchair-accessible toilet is {canonical(door:width)} wide* is shown if `door:width` is set - -This tagrendering is only visible in the popup if the following condition is met: amenity=toilets & (wheelchair=yes | wheelchair=designated) -This tagrendering has labels -`relevant-questions` +`no-prefix` ### toilets-type @@ -264,6 +262,46 @@ The question is `Which kind of toilets are these?` This tagrendering is only visible in the popup if the following condition is met: amenity=toilets This tagrendering has labels `relevant-questions` +`prefixed` + +### gender_segregated + +The question is `Are these toilets gender-segregated?` + + - *There is a separate, signposted area for men and women* is shown if with gender_segregated=yes + - *There is no separate, signposted area for men and women* is shown if with gender_segregated=no + +This tagrendering is only visible in the popup if the following condition is met: amenity=toilets & toilets:position!=urinal +This tagrendering has labels +`relevant-questions` +`no-prefix` + +### menstrual_products + +The question is `Are free, menstrual products distributed here?` + + - *Free menstrual products are available to all visitors of these toilets* is shown if with toilets:menstrual_products=yes + - *Free menstrual products are available to some visitors of these toilets* is shown if with toilets:menstrual_products=limited + - *No free menstrual products are available here* is shown if with toilets:menstrual_products=no + +This tagrendering is only visible in the popup if the following condition is met: amenity=toilets +This tagrendering has labels +`relevant-questions` +`prefixed` + +### menstrual_products_location + +The question is `Where are the free menstrual products located?` +*The menstrual products are located in {toilets:menstrual_products:location}* is shown if `toilets:menstrual_products:location` is set + + - *The free, menstrual products are located in the toilet for women* is shown if with toilets:menstrual_products:location=female_toilet + - *The free, menstrual products are located in the toilet for men* is shown if with toilets:menstrual_products:location=male_toilet + - *The free, menstrual products are located in the toilet for wheelchair users* is shown if with toilets:menstrual_products:location=wheelchair_toilet + +This tagrendering is only visible in the popup if the following condition is met: amenity=toilets & (toilets:menstrual_products=limited | toilets:menstrual_products:location~.+) +This tagrendering has labels +`relevant-questions` +`prefixed` ### toilets-changing-table @@ -275,6 +313,7 @@ The question is `Is a changing table (to change diapers) available?` This tagrendering is only visible in the popup if the following condition is met: amenity=toilets This tagrendering has labels `relevant-questions` +`no-prefix` ### toilet-changing_table:location @@ -289,6 +328,20 @@ The question is `Where is the changing table located?` This tagrendering is only visible in the popup if the following condition is met: amenity=toilets & changing_table=yes This tagrendering has labels `relevant-questions` +`no-prefix` + +### toilet-supervised + +The question is `Is this toilets supervised by a person?` + + - *There is a person supervising these toilets during (most of) the opening hours* is shown if with supervised=yes + - *There is a person supervising these toilets, but they are present only during certain times of the opening hours* is shown if with supervised=interval + - *These toilets are not supervised* is shown if with supervised=no + +This tagrendering is only visible in the popup if the following condition is met: amenity=toilets & (access=yes | access=) +This tagrendering has labels +`relevant-questions` +`no-prefix` ### toilet-has-paper @@ -311,11 +364,126 @@ The question is `Do these toilets have a sink to wash your hands?` This tagrendering is only visible in the popup if the following condition is met: amenity=toilets This tagrendering has labels `relevant-questions` +`prefixed` + +### toilet-drying + +The question is `Do these toilets have a device to dry your hands?` + + - *Electric hand dryers are available for drying hands.* is shown if with toilets:hands_drying=electric_hand_dryer + - *Paper towels are available for drying hands.* is shown if with toilets:hands_drying=paper_towel + - *A towel roll cabinet is available for drying hands* is shown if with toilets:hands_drying=towel_cabinet + - *A fabric towel available to dry your hands.* is shown if with toilets:hands_drying=towel + - *There are no hand drying facilities available.* is shown if with toilets:hands_drying=no + +This tagrendering is only visible in the popup if the following condition is met: amenity=toilets & toilets:handwashing=yes +This tagrendering has labels +`relevant-questions` +`prefixed` + +### wheelchair-group + +_This tagrendering has no question and is thus read-only_ +*{group(wheelchair-title,wheelchair)}* + +This tagrendering is only visible in the popup if the following condition is met: amenity=toilets +This tagrendering has labels +`relevant-questions` +`prefixed` + +### toilets-wheelchair + +The question is `Is there a dedicated toilet for wheelchair users?` + + - *There is a dedicated toilet for wheelchair users* is shown if with wheelchair=yes + - *No wheelchair access* is shown if with wheelchair=no + - *There is only a dedicated toilet for wheelchair users* is shown if with wheelchair=designated + +This tagrendering is only visible in the popup if the following condition is met: amenity=toilets +This tagrendering has labels +`relevant-questions` +`wheelchair` +`hidden` +`no-prefix` + +### wheelchair-picture-carousel + +_This tagrendering has no question and is thus read-only_ +*{image_carousel(toilets:wheelchair:panoramax;toilets:wheelchair:image;toilets:wheelchair:mapillary)}* + +This tagrendering is only visible in the popup if the following condition is met: amenity=toilets & (toilets:wheelchair=yes | toilets:wheelchair=designated | wheelchair=yes | wheelchair=designated) +This tagrendering has labels +`wheelchair` +`hidden` +`relevant-questions` +`prefixed` + +### wheelchair-picture + +_This tagrendering has no question and is thus read-only_ +*{image_upload(toilets:wheelchair:panoramax,Add a picture of the wheelchair accessible toilet,)}* + +This tagrendering is only visible in the popup if the following condition is met: amenity=toilets & (toilets:wheelchair=yes | toilets:wheelchair=designated | wheelchair=yes | wheelchair=designated) +This tagrendering has labels +`wheelchair` +`hidden` +`relevant-questions` +`prefixed` + +### wheelchair-title + +_This tagrendering has no question and is thus read-only_ +*Wheelchair accessible toilet* + + - *No wheelchair accessible toilet* is shown if with wheelchair=no | toilets:wheelchair=no + +This tagrendering is only visible in the popup if the following condition is met: amenity=toilets +This tagrendering has labels +`hidden` +`relevant-questions` +`prefixed` + +### wheelchair-access + +The question is `Is the wheelchair-accessible toilet locked?` + + - *The wheelchair accessible toilets are freely accessible* is shown if with toilets:wheelchair:access=yes + - *One needs to ask permission to access wheelchair-accessible toilet, e.g. by asking a key* is shown if with toilets:wheelchair:access=key + +This tagrendering is only visible in the popup if the following condition is met: amenity=toilets & (toilets:wheelchair=yes | toilets:wheelchair=designated | wheelchair=yes | wheelchair=designated) & (access=yes | access=public | access=customers) +This tagrendering has labels +`hidden` +`wheelchair` +`relevant-questions` +`prefixed` + +### wheelchair-door-width + +The question is `What is the width of the door to the wheelchair accessible toilet?` +*The door to the wheelchair-accessible toilet is {canonical(door:width)} wide* is shown if `door:width` is set + +This tagrendering is only visible in the popup if the following condition is met: amenity=toilets & (toilets:wheelchair=yes | toilets:wheelchair=designated | wheelchair=yes | wheelchair=designated) +This tagrendering has labels +`relevant-questions` +`wheelchair` +`hidden` +`prefixed` + +### questions-wheelchair + +_This tagrendering has no question and is thus read-only_ +*{questions(wheelchair,,yes)}* + +This tagrendering is only visible in the popup if the following condition is met: amenity=toilets +This tagrendering has labels +`wheelchair` +`hidden` +`relevant-questions` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,wheelchair;hidden)}* ### move-button diff --git a/Docs/Layers/information_board.md b/Docs/Layers/information_board.md index 60bb154460..24bdc04f53 100644 --- a/Docs/Layers/information_board.md +++ b/Docs/Layers/information_board.md @@ -46,7 +46,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/insect_hotel.md b/Docs/Layers/insect_hotel.md index dbcee1671b..a89e8b6b30 100644 --- a/Docs/Layers/insect_hotel.md +++ b/Docs/Layers/insect_hotel.md @@ -46,7 +46,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/item_with_image.md b/Docs/Layers/item_with_image.md index 82d21d1600..593467859f 100644 --- a/Docs/Layers/item_with_image.md +++ b/Docs/Layers/item_with_image.md @@ -61,7 +61,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod diff --git a/Docs/Layers/kerbs.md b/Docs/Layers/kerbs.md index 1a26a546df..7f8088018f 100644 --- a/Docs/Layers/kerbs.md +++ b/Docs/Layers/kerbs.md @@ -105,7 +105,7 @@ The question is `What is the height of this kerb?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/lighthouse.md b/Docs/Layers/lighthouse.md index a52c075dbf..312fd1fc1a 100644 --- a/Docs/Layers/lighthouse.md +++ b/Docs/Layers/lighthouse.md @@ -64,7 +64,7 @@ The question is `What is the height of this lighthouse, in metres?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/lit_streets.md b/Docs/Layers/lit_streets.md index 5b046124f2..33d2f02a3f 100644 --- a/Docs/Layers/lit_streets.md +++ b/Docs/Layers/lit_streets.md @@ -56,7 +56,7 @@ The question is `Is this street lit?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### split_button diff --git a/Docs/Layers/love_hotel.md b/Docs/Layers/love_hotel.md index 5ea463108f..a6186e667a 100644 --- a/Docs/Layers/love_hotel.md +++ b/Docs/Layers/love_hotel.md @@ -100,7 +100,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/map.md b/Docs/Layers/map.md index 6b441beecd..04cd2536c1 100644 --- a/Docs/Layers/map.md +++ b/Docs/Layers/map.md @@ -106,7 +106,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/maproulette.md b/Docs/Layers/maproulette.md index a4c51efb43..3225d22a0f 100644 --- a/Docs/Layers/maproulette.md +++ b/Docs/Layers/maproulette.md @@ -79,7 +79,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod diff --git a/Docs/Layers/maproulette_challenge.md b/Docs/Layers/maproulette_challenge.md index 13eb80eb1e..e6e60ccc30 100644 --- a/Docs/Layers/maproulette_challenge.md +++ b/Docs/Layers/maproulette_challenge.md @@ -58,7 +58,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod diff --git a/Docs/Layers/maxspeed.md b/Docs/Layers/maxspeed.md index f90eb424a1..54e595fe07 100644 --- a/Docs/Layers/maxspeed.md +++ b/Docs/Layers/maxspeed.md @@ -49,7 +49,7 @@ The question is `What is the legal maximum speed one is allowed to drive on this ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### split_button diff --git a/Docs/Layers/medical_shops.md b/Docs/Layers/medical_shops.md index 276aab736a..2e03ef0d6d 100644 --- a/Docs/Layers/medical_shops.md +++ b/Docs/Layers/medical_shops.md @@ -117,7 +117,7 @@ Elements must match **all** of the following expressions: | [service:bicycle:diy](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:diy) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dno) [only_sold](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Donly_sold) | | [service:bicycle:cleaning](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dyes) [diy](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Ddiy) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dno) | | [service:bicycle:cleaning:charge](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:charge) | [string](../SpecialInputElements.md#string) | | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | | [organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) | @@ -612,7 +612,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` @@ -707,7 +707,7 @@ The question is `Is there still some relevant info that the previous questions d ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/memorial.md b/Docs/Layers/memorial.md index 8dc4cfca47..fcf3637e93 100644 --- a/Docs/Layers/memorial.md +++ b/Docs/Layers/memorial.md @@ -5,6 +5,7 @@ Layer showing memorial plaques, based upon a unofficial theme. Can be expanded to have multiple types of memorials later on - This layer is shown at zoomlevel **9** and higher + - This layer will automatically load [walls_and_buildings](./walls_and_buildings.md) into the layout as it depends on it: preset `a memorial on a wall` snaps to this layer (memorial.presets[1]) ## Table of contents @@ -46,6 +47,7 @@ Layer showing memorial plaques, based upon a unofficial theme. Can be expanded t The following options to create new points are included: - **a memorial** which has the following tags:historic=memorial + - **a memorial on a wall** which has the following tags:historic=memorial (snaps to layers `walls_and_buildings`) ## Basic tags for this layer @@ -245,7 +247,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/mountain_rescue.md b/Docs/Layers/mountain_rescue.md index 750a28d3cd..d4e74b62f7 100644 --- a/Docs/Layers/mountain_rescue.md +++ b/Docs/Layers/mountain_rescue.md @@ -45,7 +45,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/nature_reserve.md b/Docs/Layers/nature_reserve.md index 42da4459dd..8c95dc3bdb 100644 --- a/Docs/Layers/nature_reserve.md +++ b/Docs/Layers/nature_reserve.md @@ -162,7 +162,7 @@ The question is `What is the corresponding Wikidata entity?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/not_cyclestreets.md b/Docs/Layers/not_cyclestreets.md index cf563c6dec..46feb3a614 100644 --- a/Docs/Layers/not_cyclestreets.md +++ b/Docs/Layers/not_cyclestreets.md @@ -81,7 +81,7 @@ This tagrendering is only visible in the popup if the following condition is met ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### split_button diff --git a/Docs/Layers/note.md b/Docs/Layers/note.md index b9f9b0bcd9..4ef75c717f 100644 --- a/Docs/Layers/note.md +++ b/Docs/Layers/note.md @@ -75,7 +75,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod diff --git a/Docs/Layers/observation_tower.md b/Docs/Layers/observation_tower.md index e668d25926..aac6396348 100644 --- a/Docs/Layers/observation_tower.md +++ b/Docs/Layers/observation_tower.md @@ -153,7 +153,7 @@ The question is `What is the corresponding Wikidata entity?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/onwheels_entrance_data.md b/Docs/Layers/onwheels_entrance_data.md index 5142157ef8..241a8c3edf 100644 --- a/Docs/Layers/onwheels_entrance_data.md +++ b/Docs/Layers/onwheels_entrance_data.md @@ -47,7 +47,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod diff --git a/Docs/Layers/osm_community_index.md b/Docs/Layers/osm_community_index.md index 36b5ae0b2b..4a63044a73 100644 --- a/Docs/Layers/osm_community_index.md +++ b/Docs/Layers/osm_community_index.md @@ -52,7 +52,7 @@ This tagrendering is only visible in the popup if the following condition is met ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod diff --git a/Docs/Layers/outdoor_seating.md b/Docs/Layers/outdoor_seating.md index 14c37d92d3..48f988dc19 100644 --- a/Docs/Layers/outdoor_seating.md +++ b/Docs/Layers/outdoor_seating.md @@ -51,7 +51,7 @@ Elements must match the expression ** [seasonal](https://wiki.openstreetmap.org/wiki/Key:seasonal) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:seasonal%3Dno) [spring](https://wiki.openstreetmap.org/wiki/Tag:seasonal%3Dspring) [summer](https://wiki.openstreetmap.org/wiki/Tag:seasonal%3Dsummer) [autumn](https://wiki.openstreetmap.org/wiki/Tag:seasonal%3Dautumn) [winter](https://wiki.openstreetmap.org/wiki/Tag:seasonal%3Dwinter) [dry_season](https://wiki.openstreetmap.org/wiki/Tag:seasonal%3Ddry_season) | | [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | [24/7](https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7) | | [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | | [wheelchair](https://wiki.openstreetmap.org/wiki/Key:wheelchair) | Multiple choice | [designated](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated) [yes](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno) | @@ -110,7 +110,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` @@ -172,7 +172,7 @@ The question is `Is smoking allowed at {title()}?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/parcel_lockers.md b/Docs/Layers/parcel_lockers.md index d2eda6d275..e965db52e7 100644 --- a/Docs/Layers/parcel_lockers.md +++ b/Docs/Layers/parcel_lockers.md @@ -39,12 +39,9 @@ The following options to create new points are included: ## Basic tags for this layer -Elements must match **any** of the following expressions: +Elements must match the expression **amenity=parcel_locker** - - amenity=parcel_locker - - vending=parcel_pickup;parcel_mail_in & amenity=vending_machine - -[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22parcel_locker%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22vending%22%3D%22parcel_pickup%3Bparcel_mail_in%22%5D%5B%22amenity%22%3D%22vending_machine%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) +[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22amenity%22%3D%22parcel_locker%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) ## Supported attributes @@ -56,7 +53,7 @@ Elements must match **any** of the following expressions: | [operator](https://wiki.openstreetmap.org/wiki/Key:operator) | [string](../SpecialInputElements.md#string) | | | [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | [24/7](https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7) | | [ref](https://wiki.openstreetmap.org/wiki/Key:ref) | [string](../SpecialInputElements.md#string) | | -| [parcel_mail_in](https://wiki.openstreetmap.org/wiki/Key:parcel_mail_in) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:parcel_mail_in%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:parcel_mail_in%3Dno) | +| [parcel_mail_in](https://wiki.openstreetmap.org/wiki/Key:parcel_mail_in) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:parcel_mail_in%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:parcel_mail_in%3Dno) [returns_only](https://wiki.openstreetmap.org/wiki/Tag:parcel_mail_in%3Dreturns_only) | | [parcel_pickup](https://wiki.openstreetmap.org/wiki/Key:parcel_pickup) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:parcel_pickup%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:parcel_pickup%3Dno) | ### images @@ -93,8 +90,7 @@ The question is `Can you send packages from this parcel locker?` - *You can send packages from this parcel locker* is shown if with parcel_mail_in=yes - *You can't send packages from this parcel locker* is shown if with parcel_mail_in=no - -This tagrendering is only visible in the popup if the following condition is met: amenity=parcel_locker + - *You can send packages from this parcel locker, but only for returns* is shown if with parcel_mail_in=returns_only ### pickup @@ -103,12 +99,10 @@ The question is `Can you pick up packages from this parcel locker?` - *You can pick up packages from this parcel locker* is shown if with parcel_pickup=yes - *You can't pick up packages from this parcel locker* is shown if with parcel_pickup=no -This tagrendering is only visible in the popup if the following condition is met: amenity=parcel_locker - ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/parking.md b/Docs/Layers/parking.md index 08b43a1d48..14dc8ad2e9 100644 --- a/Docs/Layers/parking.md +++ b/Docs/Layers/parking.md @@ -122,7 +122,7 @@ The question is `What is the maximum amount of time one is allowed to stay here? ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/parking_spaces.md b/Docs/Layers/parking_spaces.md index 5b2f93c69d..76c151962d 100644 --- a/Docs/Layers/parking_spaces.md +++ b/Docs/Layers/parking_spaces.md @@ -72,7 +72,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/parking_spaces_disabled.md b/Docs/Layers/parking_spaces_disabled.md index cec7730a1d..f48b25cb07 100644 --- a/Docs/Layers/parking_spaces_disabled.md +++ b/Docs/Layers/parking_spaces_disabled.md @@ -46,7 +46,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/parking_ticket_machine.md b/Docs/Layers/parking_ticket_machine.md index 19ad2d8369..8430eb1785 100644 --- a/Docs/Layers/parking_ticket_machine.md +++ b/Docs/Layers/parking_ticket_machine.md @@ -122,7 +122,7 @@ The question is `What is the reference number of this parking ticket machine?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/parks_and_forests_without_etymology.md b/Docs/Layers/parks_and_forests_without_etymology.md index 69975ee8c4..4dcbf13038 100644 --- a/Docs/Layers/parks_and_forests_without_etymology.md +++ b/Docs/Layers/parks_and_forests_without_etymology.md @@ -19,7 +19,8 @@ All objects which have an etymology known - [zoeken op inventaris onroerend erfgoed](#zoeken-op-inventaris-onroerend-erfgoed) - [simple etymology](#simple-etymology) - [questions](#questions) - - [street-name-sign-image](#street-name-sign-image) + - [streetsign-image-carousel](#streetsign-image-carousel) + - [streetsign-upload](#streetsign-upload) - [minimap](#minimap) - [etymology_multi_apply](#etymology_multi_apply) - [wikipedia](#wikipedia) @@ -76,10 +77,15 @@ Show the questions block at this location _This tagrendering has no question and is thus read-only_ *{questions()}* -### street-name-sign-image +### streetsign-image-carousel _This tagrendering has no question and is thus read-only_ -*{image_carousel(image:streetsign)}
{image_upload(image:streetsign, Add image of a street name sign)}* +*{image_carousel(image:streetsign;panoramax:streetsign)}* + +### streetsign-upload + +_This tagrendering has no question and is thus read-only_ +*{image_upload(image:streetsign,Add image of a street name sign,)}* ### minimap diff --git a/Docs/Layers/parks_without_etymology.md b/Docs/Layers/parks_without_etymology.md index 52bf0f9eae..5ddb36e7fd 100644 --- a/Docs/Layers/parks_without_etymology.md +++ b/Docs/Layers/parks_without_etymology.md @@ -19,7 +19,8 @@ All objects which have an etymology known - [zoeken op inventaris onroerend erfgoed](#zoeken-op-inventaris-onroerend-erfgoed) - [simple etymology](#simple-etymology) - [questions](#questions) - - [street-name-sign-image](#street-name-sign-image) + - [streetsign-image-carousel](#streetsign-image-carousel) + - [streetsign-upload](#streetsign-upload) - [minimap](#minimap) - [etymology_multi_apply](#etymology_multi_apply) - [wikipedia](#wikipedia) @@ -76,10 +77,15 @@ Show the questions block at this location _This tagrendering has no question and is thus read-only_ *{questions()}* -### street-name-sign-image +### streetsign-image-carousel _This tagrendering has no question and is thus read-only_ -*{image_carousel(image:streetsign)}
{image_upload(image:streetsign, Add image of a street name sign)}* +*{image_carousel(image:streetsign;panoramax:streetsign)}* + +### streetsign-upload + +_This tagrendering has no question and is thus read-only_ +*{image_upload(image:streetsign,Add image of a street name sign,)}* ### minimap diff --git a/Docs/Layers/pet_shops.md b/Docs/Layers/pet_shops.md new file mode 100644 index 0000000000..82fbfa38b8 --- /dev/null +++ b/Docs/Layers/pet_shops.md @@ -0,0 +1,932 @@ +[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources) + +# pet_shops + +This layer is based on [shops](../Layers/shops.md) + +A shop + + - This layer is shown at zoomlevel **15** and higher + +## Table of contents + +1. [Themes using this layer](#themes-using-this-layer) +2. [Presets](#presets) +3. [Basic tags for this layer](#basic-tags-for-this-layer) +4. [Supported attributes](#supported-attributes) + - [images](#images) + - [reviews](#reviews) + - [shops-name](#shops-name) + - [shop_types](#shop_types) + - [brand](#brand) + - [second_hand](#second_hand) + - [opening_hours](#opening_hours) + - [Opening hours](#opening-hours) + - [website](#website) + - [email](#email) + - [phone](#phone) + - [payment-options](#payment-options) + - [repeated](#repeated) + - [single_level](#single_level) + - [copyshop-print-sizes](#copyshop-print-sizes) + - [copyshop-binding](#copyshop-binding) + - [optometrist_service](#optometrist_service) + - [key_cutter](#key_cutter) + - [sells_new_bikes](#sells_new_bikes) + - [bike_second_hand](#bike_second_hand) + - [repairs_bikes](#repairs_bikes) + - [bicycle_rental](#bicycle_rental) + - [bicycle-types](#bicycle-types) + - [rental-capacity-city_bike](#rental-capacity-city_bike) + - [rental-capacity-ebike](#rental-capacity-ebike) + - [rental-capacity-kid_bike](#rental-capacity-kid_bike) + - [rental-capacity-bmx](#rental-capacity-bmx) + - [rental-capacity-mtb](#rental-capacity-mtb) + - [rental-capacity-bicycle_pannier](#rental-capacity-bicycle_pannier) + - [rental-capacity-tandem_bicycle](#rental-capacity-tandem_bicycle) + - [bike_pump_service](#bike_pump_service) + - [bike_repair_tools](#bike_repair_tools) + - [bike_wash](#bike_wash) + - [bike_cleaning-service_bicycle_cleaning_charge](#bike_cleaning-service_bicycle_cleaning_charge) + - [internet](#internet) + - [internet-fee](#internet-fee) + - [internet-ssid](#internet-ssid) + - [organic](#organic) + - [sugar_free](#sugar_free) + - [gluten_free](#gluten_free) + - [lactose_free](#lactose_free) + - [dog-access](#dog-access) + - [description](#description) + - [leftover-questions](#leftover-questions) + - [move-button](#move-button) + - [delete-button](#delete-button) + - [lod](#lod) +5. [Filters](#filters) + +## Themes using this layer + + - [pets](https://mapcomplete.org/pets) + +## Presets + +The following options to create new points are included: + + - **a pet shop** which has the following tags:shop=pet + +## Basic tags for this layer + +Elements must match the expression **shop=pet** + +[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22shop%22%3D%22pet%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) + +## Supported attributes + +**Warning:**,this quick overview is incomplete, + +| attribute | type | values which are supported by this layer | +-----|-----|----- | +| [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | | +| [shop](https://wiki.openstreetmap.org/wiki/Key:shop) | [string](../SpecialInputElements.md#string) | [bicycle_rental](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbicycle_rental) [agrarian](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dagrarian) [alcohol](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dalcohol) [anime](https://wiki.openstreetmap.org/wiki/Tag:shop%3Danime) [antiques](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dantiques) [appliance](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dappliance) [art](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dart) [baby_goods](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbaby_goods) [bag](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbag) [bakery](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbakery) [bathroom_furnishing](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbathroom_furnishing) [beauty](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeauty) [bed](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbed) [beverages](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages) [bicycle](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbicycle) [boat](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dboat) [bookmaker](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbookmaker) [books](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbooks) [brewing_supplies](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbrewing_supplies) [butcher](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbutcher) [camera](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcamera) [candles](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcandles) [cannabis](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcannabis) [car](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcar) [car_parts](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcar_parts) [car_repair](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcar_repair) [caravan](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcaravan) [carpet](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcarpet) [catalogue](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcatalogue) [charity](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcharity) [cheese](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcheese) [chemist](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dchemist) [chocolate](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dchocolate) [clothes](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dclothes) [coffee](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcoffee) [collector](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcollector) [computer](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcomputer) [confectionery](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconfectionery) [convenience](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience) [copyshop](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcopyshop) [cosmetics](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcosmetics) [country_store](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcountry_store) [craft](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcraft) [curtain](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcurtain) [dairy](https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddairy) [deli](https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddeli) [department_store](https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddepartment_store) [doityourself](https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddoityourself) [doors](https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddoors) [dry_cleaning](https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddry_cleaning) [e-cigarette](https://wiki.openstreetmap.org/wiki/Tag:shop%3De-cigarette) [electrical](https://wiki.openstreetmap.org/wiki/Tag:shop%3Delectrical) [electronics](https://wiki.openstreetmap.org/wiki/Tag:shop%3Delectronics) [erotic](https://wiki.openstreetmap.org/wiki/Tag:shop%3Derotic) [fabric](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfabric) [farm](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfarm) [fashion_accessories](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfashion_accessories) [fireplace](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfireplace) [fishing](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfishing) [flooring](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dflooring) [florist](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dflorist) [frame](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dframe) [frozen_food](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfrozen_food) [fuel](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfuel) [funeral_directors](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfuneral_directors) [furniture](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfurniture) [games](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgames) [garden_centre](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgarden_centre) [gas](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgas) [general](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgeneral) [gift](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgift) [greengrocer](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgreengrocer) [hairdresser](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhairdresser) [hairdresser_supply](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhairdresser_supply) [hardware](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhardware) [health_food](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhealth_food) [hearing_aids](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhearing_aids) [herbalist](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dherbalist) [hifi](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhifi) [honey](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhoney) [household_linen](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhousehold_linen) [houseware](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhouseware) [hunting](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhunting) [interior_decoration](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dinterior_decoration) [jewelry](https://wiki.openstreetmap.org/wiki/Tag:shop%3Djewelry) [kiosk](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dkiosk) [kitchen](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dkitchen) [laundry](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dlaundry) [leather](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dleather) [lighting](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dlighting) [locksmith](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dlocksmith) [lottery](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dlottery) [mall](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dmall) [massage](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dmassage) [medical_supply](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dmedical_supply) [military_surplus](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dmilitary_surplus) [mobile_phone](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dmobile_phone) [model](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dmodel) [money_lender](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dmoney_lender) [motorcycle](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dmotorcycle) [motorcycle_repair](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dmotorcycle_repair) [music](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dmusic) [musical_instrument](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dmusical_instrument) [newsagent](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dnewsagent) [nutrition_supplements](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dnutrition_supplements) [nuts](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dnuts) [optician](https://wiki.openstreetmap.org/wiki/Tag:shop%3Doptician) [outdoor](https://wiki.openstreetmap.org/wiki/Tag:shop%3Doutdoor) [outpost](https://wiki.openstreetmap.org/wiki/Tag:shop%3Doutpost) [paint](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpaint) [party](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dparty) [pasta](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpasta) [pastry](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpastry) [pawnbroker](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpawnbroker) [perfumery](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dperfumery) [pet](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpet) [pet_grooming](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpet_grooming) [photo](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dphoto) [pottery](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpottery) [printer_ink](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dprinter_ink) [psychic](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpsychic) [pyrotechnics](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpyrotechnics) [radiotechnics](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dradiotechnics) [religion](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dreligion) [rental](https://wiki.openstreetmap.org/wiki/Tag:shop%3Drental) [repair](https://wiki.openstreetmap.org/wiki/Tag:shop%3Drepair) [rice](https://wiki.openstreetmap.org/wiki/Tag:shop%3Drice) [scuba_diving](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dscuba_diving) [seafood](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dseafood) [second_hand](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsecond_hand) [sewing](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsewing) [shoe_repair](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dshoe_repair) [shoes](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dshoes) [spices](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dspices) [sports](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsports) [stationery](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dstationery) [storage_rental](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dstorage_rental) [supermarket](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket) [swimming_pool](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dswimming_pool) [tailor](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtailor) [tattoo](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtattoo) [tea](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtea) [telecommunication](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtelecommunication) [ticket](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dticket) [tiles](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtiles) [tobacco](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtobacco) [tool_hire](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtool_hire) [toys](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtoys) [trade](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtrade) [travel_agency](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtravel_agency) [trophy](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtrophy) [tyres](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtyres) [vacuum_cleaner](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dvacuum_cleaner) [variety_store](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dvariety_store) [video](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dvideo) [video_games](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dvideo_games) [watches](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dwatches) [water](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dwater) [water_sports](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dwater_sports) [weapons](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dweapons) [wholesale](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dwholesale) [wigs](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dwigs) [window_blind](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dwindow_blind) [wine](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dwine) | +| [brand](https://wiki.openstreetmap.org/wiki/Key:brand) | [string](../SpecialInputElements.md#string) | | +| [second_hand](https://wiki.openstreetmap.org/wiki/Key:second_hand) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:second_hand%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:second_hand%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:second_hand%3Dno) | +| [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | | +| [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | | +| [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | | +| [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | | +| [level](https://wiki.openstreetmap.org/wiki/Key:level) | [float](../SpecialInputElements.md#float) | [0](https://wiki.openstreetmap.org/wiki/Tag:level%3D0) [1](https://wiki.openstreetmap.org/wiki/Tag:level%3D1) [-1](https://wiki.openstreetmap.org/wiki/Tag:level%3D-1) | +| [service:binding](https://wiki.openstreetmap.org/wiki/Key:service:binding) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:binding%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:binding%3Dno) | +| [healthcare](https://wiki.openstreetmap.org/wiki/Key:healthcare) | Multiple choice | [optometrist](https://wiki.openstreetmap.org/wiki/Tag:healthcare%3Doptometrist) [audiologist](https://wiki.openstreetmap.org/wiki/Tag:healthcare%3Daudiologist) | +| [service:bicycle:retail](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:retail) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:retail%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:retail%3Dno) | +| [service:bicycle:second_hand](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:second_hand) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:second_hand%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:second_hand%3Dno) [only](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:second_hand%3Donly) | +| [service:bicycle:repair](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:repair) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Dno) [only_sold](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Donly_sold) [brand](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Dbrand) | +| [service:bicycle:rental](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:rental) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:rental%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:rental%3Dno) | +| [rental](https://wiki.openstreetmap.org/wiki/Key:rental) | [string](../SpecialInputElements.md#string) | [city_bike](https://wiki.openstreetmap.org/wiki/Tag:rental%3Dcity_bike) [ebike](https://wiki.openstreetmap.org/wiki/Tag:rental%3Debike) [bmx](https://wiki.openstreetmap.org/wiki/Tag:rental%3Dbmx) [mtb](https://wiki.openstreetmap.org/wiki/Tag:rental%3Dmtb) [kid_bike](https://wiki.openstreetmap.org/wiki/Tag:rental%3Dkid_bike) [tandem](https://wiki.openstreetmap.org/wiki/Tag:rental%3Dtandem) [racebike](https://wiki.openstreetmap.org/wiki/Tag:rental%3Dracebike) [bike_helmet](https://wiki.openstreetmap.org/wiki/Tag:rental%3Dbike_helmet) [cargo_bike](https://wiki.openstreetmap.org/wiki/Tag:rental%3Dcargo_bike) | +| [capacity:city_bike](https://wiki.openstreetmap.org/wiki/Key:capacity:city_bike) | [pnat](../SpecialInputElements.md#pnat) | | +| [capacity:ebike](https://wiki.openstreetmap.org/wiki/Key:capacity:ebike) | [pnat](../SpecialInputElements.md#pnat) | | +| [capacity:kid_bike](https://wiki.openstreetmap.org/wiki/Key:capacity:kid_bike) | [pnat](../SpecialInputElements.md#pnat) | | +| [capacity:bmx](https://wiki.openstreetmap.org/wiki/Key:capacity:bmx) | [pnat](../SpecialInputElements.md#pnat) | | +| [capacity:mtb](https://wiki.openstreetmap.org/wiki/Key:capacity:mtb) | [pnat](../SpecialInputElements.md#pnat) | | +| [capacity:bicycle_pannier](https://wiki.openstreetmap.org/wiki/Key:capacity:bicycle_pannier) | [pnat](../SpecialInputElements.md#pnat) | | +| [capacity:tandem_bicycle](https://wiki.openstreetmap.org/wiki/Key:capacity:tandem_bicycle) | [pnat](../SpecialInputElements.md#pnat) | | +| [service:bicycle:pump](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:pump) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump%3Dno) [separate](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump%3Dseparate) | +| [service:bicycle:diy](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:diy) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dno) [only_sold](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Donly_sold) | +| [service:bicycle:cleaning](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dyes) [diy](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Ddiy) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dno) | +| [service:bicycle:cleaning:charge](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:charge) | [string](../SpecialInputElements.md#string) | | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | +| [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | +| [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | +| [organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) | +| [diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno) | +| [diet:gluten_free](https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno) | +| [diet:lactose_free](https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno) | +| [dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) | +| [description](https://wiki.openstreetmap.org/wiki/Key:description) | [text](../SpecialInputElements.md#text) | | + +### images +This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images +_This tagrendering has no question and is thus read-only_ +*{image_carousel()}{image_upload()}* + +### reviews +Shows the reviews module (including the possibility to leave a review) +_This tagrendering has no question and is thus read-only_ +*{create_review()}{list_reviews()}* + +### shops-name + +The question is `What is the name of this shop?` +*This shop is called {name}* is shown if `name` is set + +### shop_types + +The question is `What kind of shop is this?` +*This is a {shop}* is shown if `shop` is set + + - *Bicycle rental shop* is shown if with shop=bicycle_rental + - *Farm Supply Shop* is shown if with shop=agrarian + - *Liquor Store* is shown if with shop=alcohol + - *Anime / Manga Shop* is shown if with shop=anime + - *Antique Shop* is shown if with shop=antiques + - *Appliance Store* is shown if with shop=appliance + - *Art Store* is shown if with shop=art + - *Baby Goods Store* is shown if with shop=baby_goods + - *Bag/Luggage Store* is shown if with shop=bag + - *Bakery* is shown if with shop=bakery + - *Bathroom Furnishing Store* is shown if with shop=bathroom_furnishing + - *Beauty Shop* is shown if with shop=beauty + - *Bedding/Mattress Store* is shown if with shop=bed + - *Beverage Store* is shown if with shop=beverages + - *Bicycle Shop* is shown if with shop=bicycle + - *Boat Store* is shown if with shop=boat + - *Bookmaker* is shown if with shop=bookmaker + - *Bookstore* is shown if with shop=books + - *Brewing Supply Store* is shown if with shop=brewing_supplies + - *Butcher* is shown if with shop=butcher + - *Camera Equipment Store* is shown if with shop=camera + - *Candle Shop* is shown if with shop=candles + - *Cannabis Shop* is shown if with shop=cannabis + - *Car Dealership* is shown if with shop=car + - *Car Parts Store* is shown if with shop=car_parts + - *Car Repair Shop* is shown if with shop=car_repair + - *RV Dealership* is shown if with shop=caravan + - *Carpet Store* is shown if with shop=carpet + - *Catalog Shop* is shown if with shop=catalogue + - *Charity Store* is shown if with shop=charity + - *Cheese Store* is shown if with shop=cheese + - *Drugstore* is shown if with shop=chemist + - *Chocolate Store* is shown if with shop=chocolate + - *Clothing Store* is shown if with shop=clothes + - *Coffee Store* is shown if with shop=coffee + - *Collectibles Shop* is shown if with shop=collector + - *Computer Store* is shown if with shop=computer + - *Candy Store* is shown if with shop=confectionery + - *Convenience Store* is shown if with shop=convenience + - *Copy Store* is shown if with shop=copyshop + - *Cosmetics Store* is shown if with shop=cosmetics + - *Rural Supplies Store* is shown if with shop=country_store + - *Arts & Crafts Store* is shown if with shop=craft + - *Curtain Store* is shown if with shop=curtain + - *Dairy Store* is shown if with shop=dairy + - *Delicatessen* is shown if with shop=deli + - *Department Store* is shown if with shop=department_store + - *DIY Store* is shown if with shop=doityourself + - *Door Shop* is shown if with shop=doors + - *Dry Cleaner* is shown if with shop=dry_cleaning + - *E-Cigarette Shop* is shown if with shop=e-cigarette + - *Electrical Equipment Store* is shown if with shop=electrical + - *Electronics Store* is shown if with shop=electronics + - *Erotic Store* is shown if with shop=erotic + - *Fabric Store* is shown if with shop=fabric + - *Produce Stand* is shown if with shop=farm + - *Fashion Accessories Store* is shown if with shop=fashion_accessories + - *Fireplace Store* is shown if with shop=fireplace + - *Fishing Shop* is shown if with shop=fishing + - *Flooring Supply Shop* is shown if with shop=flooring + - *Florist* is shown if with shop=florist + - *Framing Shop* is shown if with shop=frame + - *Frozen Food Store* is shown if with shop=frozen_food + - *Fuel Shop* is shown if with shop=fuel + - *Funeral Home* is shown if with shop=funeral_directors + - *Furniture Store* is shown if with shop=furniture + - *Tabletop Game Store* is shown if with shop=games + - *Garden Center* is shown if with shop=garden_centre + - *Bottled Gas Shop* is shown if with shop=gas + - *General Store* is shown if with shop=general + - *Gift Shop* is shown if with shop=gift + - *Greengrocer* is shown if with shop=greengrocer + - *Hairdresser* is shown if with shop=hairdresser + - *Hairdresser Supply Store* is shown if with shop=hairdresser_supply + - *Hardware Store* is shown if with shop=hardware + - *Health Food Store* is shown if with shop=health_food + - *Hearing Aids Store* is shown if with shop=hearing_aids + - *Herbalist* is shown if with shop=herbalist + - *Hifi Store* is shown if with shop=hifi + - *Honey Store* is shown if with shop=honey + - *Household Linen Shop* is shown if with shop=household_linen + - *Houseware Store* is shown if with shop=houseware + - *Hunting Shop* is shown if with shop=hunting + - *Interior Decoration Store* is shown if with shop=interior_decoration + - *Jewelry Store* is shown if with shop=jewelry + - *Kiosk* is shown if with shop=kiosk + - *Kitchen Design Store* is shown if with shop=kitchen + - *Laundry* is shown if with shop=laundry + - *Leather Store* is shown if with shop=leather + - *Lighting Store* is shown if with shop=lighting + - *Locksmith* is shown if with shop=locksmith + - *Lottery Shop* is shown if with shop=lottery + - *Mall* is shown if with shop=mall + - *Massage Shop* is shown if with shop=massage + - *Medical Supply Store* is shown if with shop=medical_supply + - *Military Surplus Store* is shown if with shop=military_surplus + - *Mobile Phone Store* is shown if with shop=mobile_phone + - *Model Shop* is shown if with shop=model + - *Money Lender* is shown if with shop=money_lender + - *Motorcycle Dealership* is shown if with shop=motorcycle + - *Motorcycle Repair Shop* is shown if with shop=motorcycle_repair + - *Music Store* is shown if with shop=music + - *Musical Instrument Store* is shown if with shop=musical_instrument + - *Newsstand* is shown if with shop=newsagent + - *Nutrition Supplements Store* is shown if with shop=nutrition_supplements + - *Nuts Shop* is shown if with shop=nuts + - *Optician* is shown if with shop=optician + - *Outdoors Store* is shown if with shop=outdoor + - *Online Retailer Outpost* is shown if with shop=outpost + - *Paint Store* is shown if with shop=paint + - *Party Supply Store* is shown if with shop=party + - *Pasta Store* is shown if with shop=pasta + - *Pastry Shop* is shown if with shop=pastry + - *Pawnshop* is shown if with shop=pawnbroker + - *Perfume Store* is shown if with shop=perfumery + - *Pet Store* is shown if with shop=pet + - *Pet Groomer* is shown if with shop=pet_grooming + - *Photography Store* is shown if with shop=photo + - *Pottery Store* is shown if with shop=pottery + - *Printer Ink Store* is shown if with shop=printer_ink + - *Psychic* is shown if with shop=psychic + - *Fireworks Store* is shown if with shop=pyrotechnics + - *Radio/Electronic Component Store* is shown if with shop=radiotechnics + - *Religious Store* is shown if with shop=religion + - *Rental Shop* is shown if with shop=rental + - *Repair Shop* is shown if with shop=repair + - *Rice Store* is shown if with shop=rice + - *Scuba Diving Shop* is shown if with shop=scuba_diving + - *Seafood Shop* is shown if with shop=seafood + - *Thrift Store* is shown if with shop=second_hand + - *Sewing Supply Shop* is shown if with shop=sewing + - *Shoe Repair Shop* is shown if with shop=shoe_repair + - *Shoe Store* is shown if with shop=shoes + - *Spice Shop* is shown if with shop=spices + - *Sporting Goods Store* is shown if with shop=sports + - *Stationery Store* is shown if with shop=stationery + - *Storage Rental* is shown if with shop=storage_rental + - *Supermarket* is shown if with shop=supermarket + - *Pool Supply Store* is shown if with shop=swimming_pool + - *Tailor* is shown if with shop=tailor + - *Tattoo Parlor* is shown if with shop=tattoo + - *Tea Store* is shown if with shop=tea + - *Telecom Retail Store* is shown if with shop=telecommunication + - *Ticket Seller* is shown if with shop=ticket + - *Tile Shop* is shown if with shop=tiles + - *Tobacco Shop* is shown if with shop=tobacco + - *Tool Rental* is shown if with shop=tool_hire + - *Toy Store* is shown if with shop=toys + - *Trade Shop* is shown if with shop=trade + - *Travel Agency* is shown if with shop=travel_agency + - *Trophy Shop* is shown if with shop=trophy + - *Tire Store* is shown if with shop=tyres + - *Vacuum Cleaner Store* is shown if with shop=vacuum_cleaner + - *Discount Store* is shown if with shop=variety_store + - *Video Store* is shown if with shop=video + - *Video Game Store* is shown if with shop=video_games + - *Watches Shop* is shown if with shop=watches + - *Drinking Water Shop* is shown if with shop=water + - *Watersport/Swim Shop* is shown if with shop=water_sports + - *Weapon Shop* is shown if with shop=weapons + - *Wholesale Store* is shown if with shop=wholesale + - *Wig Shop* is shown if with shop=wigs + - *Window Blind Store* is shown if with shop=window_blind + - *Wine Shop* is shown if with shop=wine + - *This shop is no longer used. It is vacant* is shown if with disused:shop= + +This tagrendering has labels +`description` + +### brand + +The question is `What is the brand of this shop?` +*Part of {brand}* is shown if `brand` is set + + - *This shop does not have a specific brand, it is not part of a bigger chain* is shown if with not:brand=yes + +### second_hand + +The question is `Does this shop sell second-hand items?` + + - *This shop sells second-hand items only* is shown if with second_hand=only + - *This shop sells second-hand items along with new items* is shown if with second_hand=yes + - *This shop only sells brand-new items* is shown if with second_hand=no + +This tagrendering is only visible in the popup if the following condition is met: shop=clothes | shop=books | shop=charity | shop=furniture | shop=mobile_phone | shop=computer | shop=toys + +### opening_hours + +The question is `What are the opening hours of {title()}?` +*

Opening hours

{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set + + - *Marked as closed for an unspecified time* is shown if with opening_hours=closed. _This option cannot be chosen as answer_ + +### website + +The question is `What is the website of {title()}?` +*{website}* is shown if `website` is set + + - *{contact:website}* is shown if with contact:website~.+. _This option cannot be chosen as answer_ + +This tagrendering has labels +`contact` + +### email + +The question is `What is the email address of {title()}?` +*{email}* is shown if `email` is set + + - *{contact:email}* is shown if with contact:email~.+. _This option cannot be chosen as answer_ + - *{operator:email}* is shown if with operator:email~.+. _This option cannot be chosen as answer_ + +This tagrendering has labels +`contact` + +### phone + +The question is `What is the phone number of {title()}?` +*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set + + - *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_ + +This tagrendering has labels +`contact` + +### payment-options + +The question is `Which methods of payment are accepted here?` + + - *Cash is accepted here* is shown if with payment:cash=yes. Unselecting this answer will add payment:cash=no + - *Payment cards are accepted here* is shown if with payment:cards=yes. Unselecting this answer will add payment:cards=no + - *Payment by QR-code is possible here* is shown if with payment:qr_code=yes. Unselecting this answer will add payment:qr_code=no + +### repeated + +_This tagrendering has no question and is thus read-only_ +*Multiple, identical objects can be found on floors {repeat_on}.* + +This tagrendering is only visible in the popup if the following condition is met: repeat_on~.+ +This tagrendering has labels +`level` + +### single_level + +The question is `On what level is this feature located?` +*Located on the {level}th floor* is shown if `level` is set + + - *Located underground* is shown if with location=underground. _This option cannot be chosen as answer_ + - *Located on the ground floor* is shown if with level=0 + - *Located on the ground floor* is shown if with level=. _This option cannot be chosen as answer_ + - *Located on the first floor* is shown if with level=1 + - *Located on the first basement level* is shown if with level=-1 + +This tagrendering has labels +`level` + +### copyshop-print-sizes + +The question is `What paper formats does this shop offer?` + + - *This shop can print on papers of size A4* is shown if with service:print:A4=yes. Unselecting this answer will add service:print:A4=no + - *This shop can print on papers of size A3* is shown if with service:print:A3=yes. Unselecting this answer will add service:print:A3=no + - *This shop can print on papers of size A2* is shown if with service:print:A2=yes. Unselecting this answer will add service:print:A2=no + - *This shop can print on papers of size A1* is shown if with service:print:A1=yes. Unselecting this answer will add service:print:A1=no + - *This shop can print on papers of size A0* is shown if with service:print:A0=yes. Unselecting this answer will add service:print:A0=no + +This tagrendering is only visible in the popup if the following condition is met: service:print=yes | shop~^(.*copyshop.*)$ | shop~^(.*stationery.*)$ + +### copyshop-binding + +The question is `Does this shop offer a binding service?` + + - *This shop binds papers into a booklet* is shown if with service:binding=yes + - *This shop does bind books* is shown if with service:binding=no + +This tagrendering is only visible in the popup if the following condition is met: service:print=yes | shop~^(.*copyshop.*)$ | shop~^(.*stationery.*)$ + +### optometrist_service + +The question is `Are medical services available here?` + + - *This shop offers eye exams by certified optometrists* is shown if with healthcare=optometrist. Unselecting this answer will add not:healthcare=optometrist + - *This shop offers hearing tests by a certified audiologist* is shown if with healthcare=audiologist. Unselecting this answer will add not:healthcare=audiologist + +This tagrendering is only visible in the popup if the following condition is met: shop=optician | shop=hearing_aid | shop=medical_supply + +### key_cutter + +The question is `Does this shop offer key cutting?` + + - *This shop is also specialized in key cutting* is shown if with craft=key_cutter + - *This shop offers key cutting as a service* is shown if with service:key_cutting=yes + - *This shops does not offer key cutting as a service* is shown if with craft= & service:key_cutting=no + +This tagrendering is only visible in the popup if the following condition is met: craft=key_cutting | shop=shoe_repair | shop=diy | shop=doityourself | shop=home_improvement | shop=hardware | shop=locksmith | shop=repair | service:key_cutting~.+ + +### sells_new_bikes + +The question is `Does this shop sell bikes?` + + - *This shop sells new bikes* is shown if with service:bicycle:retail=yes + - *This shop doesn't sell new bikes* is shown if with service:bicycle:retail=no + +This tagrendering is only visible in the popup if the following condition is met: shop=outdoor | shop=sport | shop=sports | shop=diy | shop=doityourself | service:bicycle:retail~.+ + +### bike_second_hand + +The question is `Does this shop sell second-hand bikes?` + + - *This shop sells second-hand bikes* is shown if with service:bicycle:second_hand=yes + - *This shop doesn't sell second-hand bikes* is shown if with service:bicycle:second_hand=no + - *This shop only sells second-hand bikes* is shown if with service:bicycle:second_hand=only + +This tagrendering is only visible in the popup if the following condition is met: shop=bicycle | shop=charity | shop=second_hand | shop=bicycle_repair | service:bicycle:second_hand~.+ + +### repairs_bikes + +The question is `Does this shop repair bikes?` + + - *This shop repairs bikes* is shown if with service:bicycle:repair=yes + - *This shop doesn't repair bikes* is shown if with service:bicycle:repair=no + - *This shop only repairs bikes bought here* is shown if with service:bicycle:repair=only_sold + - *This shop only repairs bikes of a certain brand* is shown if with service:bicycle:repair=brand + +This tagrendering is only visible in the popup if the following condition is met: service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only | shop=sport | shop=sports | shop=outdoor | shop=bicycle | service:bicycle:repair~.+ + +### bicycle_rental + +The question is `Does this shop rent out bikes?` + + - *This shop rents out bikes* is shown if with service:bicycle:rental=yes + - *This shop doesn't rent out bikes* is shown if with service:bicycle:rental=no + +This tagrendering is only visible in the popup if the following condition is met: shop=bicycle | shop=sport | shop=sports | shop=bicycle_repair | shop=outdoor | shop=rental | service:bicycle:rental~.+ + +### bicycle-types + +The question is `What kind of bicycles and accessories are rented here?` +*{rental} is rented here* is shown if `rental` is set + + - *Normal city bikes can be rented here* is shown if with rental=city_bike + - *Electrical bikes can be rented here* is shown if with rental=ebike + - *BMX bikes can be rented here* is shown if with rental=bmx + - *Mountainbikes can be rented here* is shown if with rental=mtb + - *Bikes for children can be rented here* is shown if with rental=kid_bike + - *Tandem bicycles can be rented here* is shown if with rental=tandem + - *Race bicycles can be rented here* is shown if with rental=racebike + - *Bike helmets can be rented here* is shown if with rental=bike_helmet + - *Cargo bikes can be rented here* is shown if with rental=cargo_bike + +This tagrendering is only visible in the popup if the following condition is met: service:bicycle:rental=yes | bicycle_rental~.+ +This tagrendering has labels +`bicycle_rental` + +### rental-capacity-city_bike + +The question is `How many city bikes can be rented here?` +*{capacity:city_bike} city bikes can be rented here* is shown if `capacity:city_bike` is set + +This tagrendering is only visible in the popup if the following condition is met: (service:bicycle:rental=yes | bicycle_rental~.+) & rental~^(.*city_bike.*)$ +This tagrendering has labels +`bicycle_rental` + +### rental-capacity-ebike + +The question is `How many electrical bikes can be rented here?` +*{capacity:ebike} electrical bikes can be rented here* is shown if `capacity:ebike` is set + +This tagrendering is only visible in the popup if the following condition is met: (service:bicycle:rental=yes | bicycle_rental~.+) & rental~^(.*ebike.*)$ +This tagrendering has labels +`bicycle_rental` + +### rental-capacity-kid_bike + +The question is `How many bikes for children can be rented here?` +*{capacity:kid_bike} bikes for children can be rented here* is shown if `capacity:kid_bike` is set + +This tagrendering is only visible in the popup if the following condition is met: (service:bicycle:rental=yes | bicycle_rental~.+) & rental~^(.*kid_bike.*)$ +This tagrendering has labels +`bicycle_rental` + +### rental-capacity-bmx + +The question is `How many BMX bikes can be rented here?` +*{capacity:bmx} BMX bikes can be rented here* is shown if `capacity:bmx` is set + +This tagrendering is only visible in the popup if the following condition is met: (service:bicycle:rental=yes | bicycle_rental~.+) & rental~^(.*bmx.*)$ +This tagrendering has labels +`bicycle_rental` + +### rental-capacity-mtb + +The question is `How many mountainbikes can be rented here?` +*{capacity:mtb} mountainbikes can be rented here* is shown if `capacity:mtb` is set + +This tagrendering is only visible in the popup if the following condition is met: (service:bicycle:rental=yes | bicycle_rental~.+) & rental~^(.*mtb.*)$ +This tagrendering has labels +`bicycle_rental` + +### rental-capacity-bicycle_pannier + +The question is `How many bicycle panniers can be rented here?` +*{capacity:bicycle_pannier} bicycle panniers can be rented here* is shown if `capacity:bicycle_pannier` is set + +This tagrendering is only visible in the popup if the following condition is met: (service:bicycle:rental=yes | bicycle_rental~.+) & rental~^(.*bicycle_pannier.*)$ +This tagrendering has labels +`bicycle_rental` + +### rental-capacity-tandem_bicycle + +The question is `How many tandem can be rented here?` +*{capacity:tandem_bicycle} tandem can be rented here* is shown if `capacity:tandem_bicycle` is set + +This tagrendering is only visible in the popup if the following condition is met: (service:bicycle:rental=yes | bicycle_rental~.+) & rental~^(.*tandem_bicycle.*)$ +This tagrendering has labels +`bicycle_rental` + +### bike_pump_service + +The question is `Does this shop offer a bike pump for use by anyone?` + + - *This shop offers a bike pump for anyone* is shown if with service:bicycle:pump=yes + - *This shop doesn't offer a bike pump for anyone* is shown if with service:bicycle:pump=no + - *There is bicycle pump, it is shown as a separate point* is shown if with service:bicycle:pump=separate + +This tagrendering is only visible in the popup if the following condition is met: service:bicycle:retail=yes | shop=bicycle | shop=bicycle_repair | ^(service:bicycle:.+)$~~^(yes)$ | service:bicycle:pump~.+ + +### bike_repair_tools + +The question is `Are there tools here to repair your own bike?` + + - *This shop offers tools for DIY bicycle repair* is shown if with service:bicycle:diy=yes + - *This shop doesn't offer tools for DIY bicycle repair* is shown if with service:bicycle:diy=no + - *Tools for DIY bicycle repair are only available if you bought/hire the bike in the shop* is shown if with service:bicycle:diy=only_sold + +This tagrendering is only visible in the popup if the following condition is met: shop=bicycle | shop=bicycle_repair | service:bicycle:diy~.+ | service:bicycle:repair~^(yes|only)$ + +### bike_wash + +The question is `Are bicycles washed here?` + + - *This shop cleans bicycles* is shown if with service:bicycle:cleaning=yes + - *This shop has an installation where one can clean bicycles themselves* is shown if with service:bicycle:cleaning=diy + - *This shop doesn't offer bicycle cleaning* is shown if with service:bicycle:cleaning=no + +This tagrendering is only visible in the popup if the following condition is met: shop=bicycle | shop=bicycle_repair | ^(service:bicycle:.*)$~~^(yes|only)$ | service:bicycle:cleaning~.+ + +### bike_cleaning-service_bicycle_cleaning_charge + +The question is `How much does it cost to use the cleaning service?` +*Using the cleaning service costs {service:bicycle:cleaning:charge}* is shown if `service:bicycle:cleaning:charge` is set + + - *The cleaning service is free to use* is shown if with service:bicycle:cleaning:fee=no + - *Free to use* is shown if with service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge=. _This option cannot be chosen as answer_ + +This tagrendering is only visible in the popup if the following condition is met: amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+ + +### internet + +The question is `Does this place offer internet access?` + + - *This place offers wireless internet access* is shown if with internet_access=wlan + - *This place does not offer internet access* is shown if with internet_access=no + - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ + - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal + - *This place offers wired internet access* is shown if with internet_access=wired + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan + +This tagrendering has labels +`internet-all` + +### internet-fee + +The question is `Is there a fee for internet access?` + + - *There is a fee for the internet access at this place* is shown if with internet_access:fee=yes + - *Internet access is free at this place* is shown if with internet_access:fee=no + - *Internet access is free at this place, for customers only* is shown if with internet_access:fee=customers + +This tagrendering is only visible in the popup if the following condition is met: internet_access!=no & internet_access~.+ +This tagrendering has labels +`internet-all` + +### internet-ssid + +The question is `What is the network name for the wireless internet access?` +*The network name is {internet_access:ssid}* is shown if `internet_access:ssid` is set + + - *Telekom* is shown if with internet_access:ssid=Telekom + +This tagrendering is only visible in the popup if the following condition is met: internet_access~^(.*wlan.*)$ +This tagrendering has labels +`internet-all` + +### organic + +The question is `Does this shop offer organic products?` + + - *This shop offers organic products* is shown if with organic=yes + - *This shop only offers organic products* is shown if with organic=only + - *This shop does not offer organic products* is shown if with organic=no + +This tagrendering is only visible in the popup if the following condition is met: shop=supermarket | shop=convenience | shop=farm | shop=greengrocer | shop=health_food | shop=clothes | shop=shoes | shop=butcher | shop=cosmetics | shop=deli | shop=bakery | shop=alcohol | shop=seafood | shop=beverages | shop=florist + +### sugar_free + +The question is `Does this shop have a sugar free offering?` + + - *This shop only sells sugar free products* is shown if with diet:sugar_free=only + - *This shop has a big sugar free offering* is shown if with diet:sugar_free=yes + - *This shop has a limited sugar free offering* is shown if with diet:sugar_free=limited + - *This shop has no sugar free offering* is shown if with diet:sugar_free=no + +This tagrendering is only visible in the popup if the following condition is met: shop=supermarket | shop=convenience | shop=farm | shop=greengrocer | shop=health_food | shop=deli | shop=bakery | shop=beverages | shop=beverages | shop=pastry | shop=chocolate | shop=frozen_food | shop=ice_cream +This tagrendering has labels +`diets` + +### gluten_free + +The question is `Does this shop have a gluten free offering?` + + - *This shop only sells gluten free products* is shown if with diet:gluten_free=only + - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes + - *This shop has a limited gluten free offering* is shown if with diet:gluten_free=limited + - *This shop has no gluten free offering* is shown if with diet:gluten_free=no + +This tagrendering is only visible in the popup if the following condition is met: shop=supermarket | shop=convenience | shop=farm | shop=greengrocer | shop=health_food | shop=deli | shop=bakery | shop=beverages | shop=beverages | shop=pastry | shop=chocolate | shop=frozen_food | shop=ice_cream +This tagrendering has labels +`diets` + +### lactose_free + +The question is `Does {title()} have a lactose-free offering?` + + - *Only sells lactose free products* is shown if with diet:lactose_free=only + - *Big lactose free offering* is shown if with diet:lactose_free=yes + - *Limited lactose free offering* is shown if with diet:lactose_free=limited + - *No lactose free offering* is shown if with diet:lactose_free=no + +This tagrendering is only visible in the popup if the following condition is met: shop=supermarket | shop=convenience | shop=farm | shop=greengrocer | shop=health_food | shop=deli | shop=bakery | shop=beverages | shop=beverages | shop=pastry | shop=chocolate | shop=frozen_food | shop=ice_cream +This tagrendering has labels +`diets` + +### dog-access + +The question is `Are dogs allowed in this business?` + + - *Dogs are allowed* is shown if with dog=yes + - *Dogs are not allowed* is shown if with dog=no + - *Dogs are allowed, but they have to be leashed* is shown if with dog=leashed + - *Dogs are allowed and can run around freely* is shown if with dog=unleashed + - *Dogs are allowed only outside* is shown if with dog=outside + +### description + +The question is `Is there still some relevant info that the previous questions did not cover? Feel free to add it here.` +*{description}* is shown if `description` is set + +### leftover-questions + +_This tagrendering has no question and is thus read-only_ +*{questions( ,hidden)}* + +### move-button + +_This tagrendering has no question and is thus read-only_ +*{move_button()}* + +### delete-button + +_This tagrendering has no question and is thus read-only_ +*{delete_button()}* + +### lod + +_This tagrendering has no question and is thus read-only_ +*{linked_data_from_website()}* + +This tagrendering has labels +`added_by_default` + +## Filters + +| id | question | osmTags | +-----|-----|----- | +| shop_types.0 | *What kind of shop is this?* (default) | | +| shop_types.1 | Bicycle rental shop | shop=bicycle_rental | ((shop=rental & amenity=bicycle_rental)) | +| shop_types.2 | Farm Supply Shop | shop=agrarian | +| shop_types.3 | Liquor Store | shop=alcohol | +| shop_types.4 | Anime / Manga Shop | shop=anime | +| shop_types.5 | Antique Shop | shop=antiques | +| shop_types.6 | Appliance Store | shop=appliance | +| shop_types.7 | Art Store | shop=art | +| shop_types.8 | Baby Goods Store | shop=baby_goods | +| shop_types.9 | Bag/Luggage Store | shop=bag | +| shop_types.10 | Bakery | shop=bakery | +| shop_types.11 | Bathroom Furnishing Store | shop=bathroom_furnishing | +| shop_types.12 | Beauty Shop | shop=beauty | +| shop_types.13 | Bedding/Mattress Store | shop=bed | +| shop_types.14 | Beverage Store | shop=beverages | +| shop_types.15 | Bicycle Shop | shop=bicycle | +| shop_types.16 | Boat Store | shop=boat | +| shop_types.17 | Bookmaker | shop=bookmaker | +| shop_types.18 | Bookstore | shop=books | +| shop_types.19 | Brewing Supply Store | shop=brewing_supplies | +| shop_types.20 | Butcher | shop=butcher | +| shop_types.21 | Camera Equipment Store | shop=camera | +| shop_types.22 | Candle Shop | shop=candles | +| shop_types.23 | Cannabis Shop | shop=cannabis | +| shop_types.24 | Car Dealership | shop=car | +| shop_types.25 | Car Parts Store | shop=car_parts | +| shop_types.26 | Car Repair Shop | shop=car_repair | +| shop_types.27 | RV Dealership | shop=caravan | +| shop_types.28 | Carpet Store | shop=carpet | +| shop_types.29 | Catalog Shop | shop=catalogue | +| shop_types.30 | Charity Store | shop=charity | +| shop_types.31 | Cheese Store | shop=cheese | +| shop_types.32 | Drugstore | shop=chemist | +| shop_types.33 | Chocolate Store | shop=chocolate | +| shop_types.34 | Clothing Store | shop=clothes | +| shop_types.35 | Coffee Store | shop=coffee | +| shop_types.36 | Collectibles Shop | shop=collector | +| shop_types.37 | Computer Store | shop=computer | +| shop_types.38 | Candy Store | shop=confectionery | +| shop_types.39 | Convenience Store | shop=convenience | +| shop_types.40 | Copy Store | shop=copyshop | +| shop_types.41 | Cosmetics Store | shop=cosmetics | +| shop_types.42 | Rural Supplies Store | shop=country_store | +| shop_types.43 | Arts & Crafts Store | shop=craft | +| shop_types.44 | Curtain Store | shop=curtain | +| shop_types.45 | Dairy Store | shop=dairy | +| shop_types.46 | Delicatessen | shop=deli | +| shop_types.47 | Department Store | shop=department_store | +| shop_types.48 | DIY Store | shop=doityourself | +| shop_types.49 | Door Shop | shop=doors | +| shop_types.50 | Dry Cleaner | shop=dry_cleaning | +| shop_types.51 | E-Cigarette Shop | shop=e-cigarette | +| shop_types.52 | Electrical Equipment Store | shop=electrical | +| shop_types.53 | Electronics Store | shop=electronics | +| shop_types.54 | Erotic Store | shop=erotic | +| shop_types.55 | Fabric Store | shop=fabric | +| shop_types.56 | Produce Stand | shop=farm | +| shop_types.57 | Fashion Accessories Store | shop=fashion_accessories | +| shop_types.58 | Fireplace Store | shop=fireplace | +| shop_types.59 | Fishing Shop | shop=fishing | +| shop_types.60 | Flooring Supply Shop | shop=flooring | +| shop_types.61 | Florist | shop=florist | +| shop_types.62 | Framing Shop | shop=frame | +| shop_types.63 | Frozen Food Store | shop=frozen_food | +| shop_types.64 | Fuel Shop | shop=fuel | +| shop_types.65 | Funeral Home | shop=funeral_directors | +| shop_types.66 | Furniture Store | shop=furniture | +| shop_types.67 | Tabletop Game Store | shop=games | +| shop_types.68 | Garden Center | shop=garden_centre | +| shop_types.69 | Bottled Gas Shop | shop=gas | +| shop_types.70 | General Store | shop=general | +| shop_types.71 | Gift Shop | shop=gift | +| shop_types.72 | Greengrocer | shop=greengrocer | +| shop_types.73 | Hairdresser | shop=hairdresser | +| shop_types.74 | Hairdresser Supply Store | shop=hairdresser_supply | +| shop_types.75 | Hardware Store | shop=hardware | +| shop_types.76 | Health Food Store | shop=health_food | +| shop_types.77 | Hearing Aids Store | shop=hearing_aids | +| shop_types.78 | Herbalist | shop=herbalist | +| shop_types.79 | Hifi Store | shop=hifi | +| shop_types.80 | Honey Store | shop=honey | +| shop_types.81 | Household Linen Shop | shop=household_linen | +| shop_types.82 | Houseware Store | shop=houseware | +| shop_types.83 | Hunting Shop | shop=hunting | +| shop_types.84 | Interior Decoration Store | shop=interior_decoration | +| shop_types.85 | Jewelry Store | shop=jewelry | +| shop_types.86 | Kiosk | shop=kiosk | +| shop_types.87 | Kitchen Design Store | shop=kitchen | +| shop_types.88 | Laundry | shop=laundry | +| shop_types.89 | Leather Store | shop=leather | +| shop_types.90 | Lighting Store | shop=lighting | +| shop_types.91 | Locksmith | shop=locksmith | +| shop_types.92 | Lottery Shop | shop=lottery | +| shop_types.93 | Mall | shop=mall | +| shop_types.94 | Massage Shop | shop=massage | +| shop_types.95 | Medical Supply Store | shop=medical_supply | +| shop_types.96 | Military Surplus Store | shop=military_surplus | +| shop_types.97 | Mobile Phone Store | shop=mobile_phone | +| shop_types.98 | Model Shop | shop=model | +| shop_types.99 | Money Lender | shop=money_lender | +| shop_types.100 | Motorcycle Dealership | shop=motorcycle | +| shop_types.101 | Motorcycle Repair Shop | shop=motorcycle_repair | +| shop_types.102 | Music Store | shop=music | +| shop_types.103 | Musical Instrument Store | shop=musical_instrument | +| shop_types.104 | Newsstand | shop=newsagent | +| shop_types.105 | Nutrition Supplements Store | shop=nutrition_supplements | +| shop_types.106 | Nuts Shop | shop=nuts | +| shop_types.107 | Optician | shop=optician | +| shop_types.108 | Outdoors Store | shop=outdoor | +| shop_types.109 | Online Retailer Outpost | shop=outpost | +| shop_types.110 | Paint Store | shop=paint | +| shop_types.111 | Party Supply Store | shop=party | +| shop_types.112 | Pasta Store | shop=pasta | +| shop_types.113 | Pastry Shop | shop=pastry | +| shop_types.114 | Pawnshop | shop=pawnbroker | +| shop_types.115 | Perfume Store | shop=perfumery | +| shop_types.116 | Pet Store | shop=pet | +| shop_types.117 | Pet Groomer | shop=pet_grooming | +| shop_types.118 | Photography Store | shop=photo | +| shop_types.119 | Pottery Store | shop=pottery | +| shop_types.120 | Printer Ink Store | shop=printer_ink | +| shop_types.121 | Psychic | shop=psychic | +| shop_types.122 | Fireworks Store | shop=pyrotechnics | +| shop_types.123 | Radio/Electronic Component Store | shop=radiotechnics | +| shop_types.124 | Religious Store | shop=religion | +| shop_types.125 | Rental Shop | shop=rental | +| shop_types.126 | Repair Shop | shop=repair | +| shop_types.127 | Rice Store | shop=rice | +| shop_types.128 | Scuba Diving Shop | shop=scuba_diving | +| shop_types.129 | Seafood Shop | shop=seafood | +| shop_types.130 | Thrift Store | shop=second_hand | +| shop_types.131 | Sewing Supply Shop | shop=sewing | +| shop_types.132 | Shoe Repair Shop | shop=shoe_repair | +| shop_types.133 | Shoe Store | shop=shoes | +| shop_types.134 | Spice Shop | shop=spices | +| shop_types.135 | Sporting Goods Store | shop=sports | +| shop_types.136 | Stationery Store | shop=stationery | +| shop_types.137 | Storage Rental | shop=storage_rental | +| shop_types.138 | Supermarket | shop=supermarket | +| shop_types.139 | Pool Supply Store | shop=swimming_pool | +| shop_types.140 | Tailor | shop=tailor | +| shop_types.141 | Tattoo Parlor | shop=tattoo | +| shop_types.142 | Tea Store | shop=tea | +| shop_types.143 | Telecom Retail Store | shop=telecommunication | +| shop_types.144 | Ticket Seller | shop=ticket | +| shop_types.145 | Tile Shop | shop=tiles | +| shop_types.146 | Tobacco Shop | shop=tobacco | +| shop_types.147 | Tool Rental | shop=tool_hire | +| shop_types.148 | Toy Store | shop=toys | +| shop_types.149 | Trade Shop | shop=trade | +| shop_types.150 | Travel Agency | shop=travel_agency | +| shop_types.151 | Trophy Shop | shop=trophy | +| shop_types.152 | Tire Store | shop=tyres | +| shop_types.153 | Vacuum Cleaner Store | shop=vacuum_cleaner | +| shop_types.154 | Discount Store | shop=variety_store | +| shop_types.155 | Video Store | shop=video | +| shop_types.156 | Video Game Store | shop=video_games | +| shop_types.157 | Watches Shop | shop=watches | +| shop_types.158 | Drinking Water Shop | shop=water | +| shop_types.159 | Watersport/Swim Shop | shop=water_sports | +| shop_types.160 | Weapon Shop | shop=weapons | +| shop_types.161 | Wholesale Store | shop=wholesale | +| shop_types.162 | Wig Shop | shop=wigs | +| shop_types.163 | Window Blind Store | shop=window_blind | +| shop_types.164 | Wine Shop | shop=wine | +| shop_types.165 | This shop is no longer used. It is vacant | disused:shop= | (shop=disused | shop=vacant | disused:shop~^(.+)$ | abandoned:shop~^(.+)$) | + +| id | question | osmTags | +-----|-----|----- | +| open_now.0 | Now open | _isOpen=yes | + +| id | question | osmTags | +-----|-----|----- | +| accepts_cash.0 | Accepts cash | payment:cash=yes | + +| id | question | osmTags | +-----|-----|----- | +| accepts_cards.0 | Accepts payment cards | payment:cards=yes | + +| id | question | osmTags | +-----|-----|----- | +| has_internet.0 | Offers internet | internet_access=wlan | internet_access=yes | internet_access=wired | + +| id | question | osmTags | +-----|-----|----- | +| sugar_free.0 | Has a sugar-free offering | diet:sugar_free=yes | diet:sugar_free=only | diet:sugar_free=limited | + +| id | question | osmTags | +-----|-----|----- | +| gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes | diet:gluten_free=only | diet:gluten_free=limited | + +| id | question | osmTags | +-----|-----|----- | +| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited | + +| id | question | osmTags | +-----|-----|----- | +| dogs.0 | *No preference towards dogs* (default) | | +| dogs.1 | Dogs allowed | dog=unleashed | dog=yes | +| dogs.2 | No dogs allowed | dog=no | + + + +This document is autogenerated from [assets/themes/pets/pets.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/pets/pets.json) diff --git a/Docs/Layers/pharmacy.md b/Docs/Layers/pharmacy.md index fbe218493e..c5708f620c 100644 --- a/Docs/Layers/pharmacy.md +++ b/Docs/Layers/pharmacy.md @@ -188,7 +188,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/physiotherapist.md b/Docs/Layers/physiotherapist.md index 131fa09f57..b3c8d1e2e1 100644 --- a/Docs/Layers/physiotherapist.md +++ b/Docs/Layers/physiotherapist.md @@ -166,7 +166,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/picnic_table.md b/Docs/Layers/picnic_table.md index 9df52e7df2..f03329f030 100644 --- a/Docs/Layers/picnic_table.md +++ b/Docs/Layers/picnic_table.md @@ -91,7 +91,7 @@ The question is `What material is this picnic table made of?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/playground_equipment.md b/Docs/Layers/playground_equipment.md index 142b76e7a3..0e14971c27 100644 --- a/Docs/Layers/playground_equipment.md +++ b/Docs/Layers/playground_equipment.md @@ -91,7 +91,7 @@ The question is `Is this device accessible by wheelchair?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/police.md b/Docs/Layers/police.md index 722e59d8ee..9af3c2a896 100644 --- a/Docs/Layers/police.md +++ b/Docs/Layers/police.md @@ -136,7 +136,7 @@ This tagrendering is only visible in the popup if the following condition is met ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/post_offices_with_atm.md b/Docs/Layers/post_offices_with_atm.md index 1684224792..63aa4af080 100644 --- a/Docs/Layers/post_offices_with_atm.md +++ b/Docs/Layers/post_offices_with_atm.md @@ -190,7 +190,7 @@ The question is `Does this post office have an ATM?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/postboxes.md b/Docs/Layers/postboxes.md index ec8a09911d..29a9e4eb1e 100644 --- a/Docs/Layers/postboxes.md +++ b/Docs/Layers/postboxes.md @@ -65,7 +65,7 @@ The question is `Who operates this postbox?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/postoffices.md b/Docs/Layers/postoffices.md index 8477249016..d3ca2d9475 100644 --- a/Docs/Layers/postoffices.md +++ b/Docs/Layers/postoffices.md @@ -197,7 +197,7 @@ The question is `Does this post office have an ATM?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/pt_shelter.md b/Docs/Layers/pt_shelter.md index 5c16a3c08d..500b21eada 100644 --- a/Docs/Layers/pt_shelter.md +++ b/Docs/Layers/pt_shelter.md @@ -41,7 +41,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/public_bookcase.md b/Docs/Layers/public_bookcase.md index a1687a52ee..bd4c61d2c2 100644 --- a/Docs/Layers/public_bookcase.md +++ b/Docs/Layers/public_bookcase.md @@ -5,6 +5,7 @@ A streetside cabinet with books, accessible to anyone - This layer is shown at zoomlevel **10** and higher + - This layer will automatically load [walls_and_buildings](./walls_and_buildings.md) into the layout as it depends on it: preset `a bookcase on a wall` snaps to this layer (public_bookcase.presets[1]) ## Table of contents @@ -40,6 +41,7 @@ A streetside cabinet with books, accessible to anyone The following options to create new points are included: - **a bookcase** which has the following tags:amenity=public_bookcase + - **a bookcase on a wall** which has the following tags:amenity=public_bookcase (snaps to layers `walls_and_buildings`) ## Basic tags for this layer @@ -140,7 +142,7 @@ The question is `Is there a website with more information about this public book ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/railway_platforms.md b/Docs/Layers/railway_platforms.md index 325a8b504b..6cec61dc72 100644 --- a/Docs/Layers/railway_platforms.md +++ b/Docs/Layers/railway_platforms.md @@ -67,7 +67,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod diff --git a/Docs/Layers/rainbow_crossing_high_zoom.md b/Docs/Layers/rainbow_crossing_high_zoom.md index 3aa27b838e..3dba39f381 100644 --- a/Docs/Layers/rainbow_crossing_high_zoom.md +++ b/Docs/Layers/rainbow_crossing_high_zoom.md @@ -48,7 +48,7 @@ The question is `Does this crossing has rainbow paintings?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/rainbow_crossings.md b/Docs/Layers/rainbow_crossings.md index eb0815618a..c586c8c163 100644 --- a/Docs/Layers/rainbow_crossings.md +++ b/Docs/Layers/rainbow_crossings.md @@ -58,7 +58,7 @@ The question is `Does this crossing has rainbow paintings?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/reception_desk.md b/Docs/Layers/reception_desk.md index 7fe671d913..875fb7a9dd 100644 --- a/Docs/Layers/reception_desk.md +++ b/Docs/Layers/reception_desk.md @@ -91,7 +91,7 @@ The question is `Does this place have an audio induction loop for people with re ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/recycling.md b/Docs/Layers/recycling.md index 478cc3d9a2..d2c2f8287e 100644 --- a/Docs/Layers/recycling.md +++ b/Docs/Layers/recycling.md @@ -197,7 +197,7 @@ The question is `When was this object last surveyed?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/route_marker.md b/Docs/Layers/route_marker.md index daeba9eca6..447e8e397c 100644 --- a/Docs/Layers/route_marker.md +++ b/Docs/Layers/route_marker.md @@ -56,7 +56,7 @@ The question is `For what kind of route is this marker?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/school.md b/Docs/Layers/school.md index c4fc26c1fe..64f88fab99 100644 --- a/Docs/Layers/school.md +++ b/Docs/Layers/school.md @@ -295,7 +295,7 @@ The question is `What is the corresponding Wikidata entity?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/shelter.md b/Docs/Layers/shelter.md index b1ec4c1700..2b8cfaffda 100644 --- a/Docs/Layers/shelter.md +++ b/Docs/Layers/shelter.md @@ -59,7 +59,7 @@ The question is `What kind of shelter is this?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/shop_dog_friendly.md b/Docs/Layers/shop_dog_friendly.md index 22ea8792b7..45173cbdb3 100644 --- a/Docs/Layers/shop_dog_friendly.md +++ b/Docs/Layers/shop_dog_friendly.md @@ -109,7 +109,7 @@ Elements must match **all** of the following expressions: | [service:bicycle:diy](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:diy) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dno) [only_sold](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Donly_sold) | | [service:bicycle:cleaning](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dyes) [diy](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Ddiy) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dno) | | [service:bicycle:cleaning:charge](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:charge) | [string](../SpecialInputElements.md#string) | | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | | [organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) | @@ -604,7 +604,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` @@ -699,7 +699,7 @@ The question is `Is there still some relevant info that the previous questions d ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/shops.md b/Docs/Layers/shops.md index b957e5b5ec..808a285fa9 100644 --- a/Docs/Layers/shops.md +++ b/Docs/Layers/shops.md @@ -125,7 +125,7 @@ Elements must match **all** of the following expressions: | [service:bicycle:diy](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:diy) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dno) [only_sold](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Donly_sold) | | [service:bicycle:cleaning](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dyes) [diy](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Ddiy) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dno) | | [service:bicycle:cleaning:charge](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:charge) | [string](../SpecialInputElements.md#string) | | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | | [organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) | @@ -620,7 +620,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` @@ -715,7 +715,7 @@ The question is `Is there still some relevant info that the previous questions d ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/shops_glutenfree.md b/Docs/Layers/shops_glutenfree.md index 4712c71944..8517b02089 100644 --- a/Docs/Layers/shops_glutenfree.md +++ b/Docs/Layers/shops_glutenfree.md @@ -111,7 +111,7 @@ Elements must match **all** of the following expressions: | [service:bicycle:diy](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:diy) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dno) [only_sold](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Donly_sold) | | [service:bicycle:cleaning](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dyes) [diy](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Ddiy) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dno) | | [service:bicycle:cleaning:charge](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:charge) | [string](../SpecialInputElements.md#string) | | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | | [organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) | @@ -617,7 +617,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` @@ -699,7 +699,7 @@ The question is `Is there still some relevant info that the previous questions d ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/shops_lactosefree.md b/Docs/Layers/shops_lactosefree.md index 72001dfed5..8aa5621022 100644 --- a/Docs/Layers/shops_lactosefree.md +++ b/Docs/Layers/shops_lactosefree.md @@ -111,7 +111,7 @@ Elements must match **all** of the following expressions: | [service:bicycle:diy](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:diy) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dno) [only_sold](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Donly_sold) | | [service:bicycle:cleaning](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dyes) [diy](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Ddiy) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dno) | | [service:bicycle:cleaning:charge](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:charge) | [string](../SpecialInputElements.md#string) | | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | | [organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) | @@ -617,7 +617,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` @@ -699,7 +699,7 @@ The question is `Is there still some relevant info that the previous questions d ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/shops_second_hand.md b/Docs/Layers/shops_second_hand.md index 39774e9993..6d585bae40 100644 --- a/Docs/Layers/shops_second_hand.md +++ b/Docs/Layers/shops_second_hand.md @@ -108,7 +108,7 @@ Elements must match **any** of the following expressions: | [service:bicycle:diy](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:diy) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dno) [only_sold](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Donly_sold) | | [service:bicycle:cleaning](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dyes) [diy](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Ddiy) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dno) | | [service:bicycle:cleaning:charge](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:charge) | [string](../SpecialInputElements.md#string) | | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | | [organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) | @@ -603,7 +603,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` @@ -698,7 +698,7 @@ The question is `Is there still some relevant info that the previous questions d ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/shops_with_climbing_shoe_repair.md b/Docs/Layers/shops_with_climbing_shoe_repair.md index c509b44ae2..75628f6397 100644 --- a/Docs/Layers/shops_with_climbing_shoe_repair.md +++ b/Docs/Layers/shops_with_climbing_shoe_repair.md @@ -110,7 +110,7 @@ Elements must match **all** of the following expressions: | [service:bicycle:diy](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:diy) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dno) [only_sold](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Donly_sold) | | [service:bicycle:cleaning](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dyes) [diy](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Ddiy) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dno) | | [service:bicycle:cleaning:charge](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:charge) | [string](../SpecialInputElements.md#string) | | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | | [organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) | @@ -612,7 +612,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` @@ -707,7 +707,7 @@ The question is `Is there still some relevant info that the previous questions d ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/shower.md b/Docs/Layers/shower.md index eefd53481e..5540540228 100644 --- a/Docs/Layers/shower.md +++ b/Docs/Layers/shower.md @@ -140,7 +140,7 @@ This tagrendering is only visible in the popup if the following condition is met ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/ski_piste.md b/Docs/Layers/ski_piste.md index 31be37edd4..5812b49a2b 100644 --- a/Docs/Layers/ski_piste.md +++ b/Docs/Layers/ski_piste.md @@ -64,7 +64,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/slow_roads.md b/Docs/Layers/slow_roads.md index a24a3e16c6..a3cfe6616e 100644 --- a/Docs/Layers/slow_roads.md +++ b/Docs/Layers/slow_roads.md @@ -82,7 +82,7 @@ The question is `Is this road lit at night?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod diff --git a/Docs/Layers/souvenir_coin.md b/Docs/Layers/souvenir_coin.md index ac05515009..1a59d1df9c 100644 --- a/Docs/Layers/souvenir_coin.md +++ b/Docs/Layers/souvenir_coin.md @@ -179,7 +179,7 @@ The question is `When was this object last checked?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/souvenir_note.md b/Docs/Layers/souvenir_note.md index ad84f461cc..999ad3987b 100644 --- a/Docs/Layers/souvenir_note.md +++ b/Docs/Layers/souvenir_note.md @@ -180,7 +180,7 @@ The question is `When was this object last checked?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/speed_camera.md b/Docs/Layers/speed_camera.md index b103ae1417..f2dbb97803 100644 --- a/Docs/Layers/speed_camera.md +++ b/Docs/Layers/speed_camera.md @@ -72,7 +72,7 @@ The question is `In which geographical direction does this camera film?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/speed_display.md b/Docs/Layers/speed_display.md index 2975ac9165..f0167ce0d9 100644 --- a/Docs/Layers/speed_display.md +++ b/Docs/Layers/speed_display.md @@ -57,7 +57,7 @@ The question is `What is the text on this speed display?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/sport_places_without_etymology.md b/Docs/Layers/sport_places_without_etymology.md index 8ed8e78809..6b9139ceec 100644 --- a/Docs/Layers/sport_places_without_etymology.md +++ b/Docs/Layers/sport_places_without_etymology.md @@ -19,7 +19,8 @@ All objects which have an etymology known - [zoeken op inventaris onroerend erfgoed](#zoeken-op-inventaris-onroerend-erfgoed) - [simple etymology](#simple-etymology) - [questions](#questions) - - [street-name-sign-image](#street-name-sign-image) + - [streetsign-image-carousel](#streetsign-image-carousel) + - [streetsign-upload](#streetsign-upload) - [minimap](#minimap) - [etymology_multi_apply](#etymology_multi_apply) - [wikipedia](#wikipedia) @@ -76,10 +77,15 @@ Show the questions block at this location _This tagrendering has no question and is thus read-only_ *{questions()}* -### street-name-sign-image +### streetsign-image-carousel _This tagrendering has no question and is thus read-only_ -*{image_carousel(image:streetsign)}
{image_upload(image:streetsign, Add image of a street name sign)}* +*{image_carousel(image:streetsign;panoramax:streetsign)}* + +### streetsign-upload + +_This tagrendering has no question and is thus read-only_ +*{image_upload(image:streetsign,Add image of a street name sign,)}* ### minimap diff --git a/Docs/Layers/sport_shops.md b/Docs/Layers/sport_shops.md index c197973abe..431b0e754d 100644 --- a/Docs/Layers/sport_shops.md +++ b/Docs/Layers/sport_shops.md @@ -112,7 +112,7 @@ Elements must match the expression ** [service:bicycle:diy](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:diy) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dno) [only_sold](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Donly_sold) | | [service:bicycle:cleaning](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dyes) [diy](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Ddiy) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dno) | | [service:bicycle:cleaning:charge](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:charge) | [string](../SpecialInputElements.md#string) | | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | | [organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) | @@ -607,7 +607,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` @@ -702,7 +702,7 @@ The question is `Is there still some relevant info that the previous questions d ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/sports_centre.md b/Docs/Layers/sports_centre.md index ae3d5be29c..a311e15364 100644 --- a/Docs/Layers/sports_centre.md +++ b/Docs/Layers/sports_centre.md @@ -244,7 +244,7 @@ The question is `What sports are played at this venue?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/stairs.md b/Docs/Layers/stairs.md index d378ef54a6..a632038627 100644 --- a/Docs/Layers/stairs.md +++ b/Docs/Layers/stairs.md @@ -117,7 +117,7 @@ The question is `What is the incline of these stairs?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/street_lamps.md b/Docs/Layers/street_lamps.md index 5406ada004..fe147318ab 100644 --- a/Docs/Layers/street_lamps.md +++ b/Docs/Layers/street_lamps.md @@ -13,6 +13,7 @@ A layer showing street lights 3. [Basic tags for this layer](#basic-tags-for-this-layer) 4. [Supported attributes](#supported-attributes) - [images](#images) + - [utility_pole](#utility_pole) - [ref](#ref) - [support](#support) - [lamp_mount](#lamp_mount) @@ -50,6 +51,7 @@ Elements must match the expression ** [man_made](https://wiki.openstreetmap.org/wiki/Key:man_made) | Multiple choice | [utility_pole](https://wiki.openstreetmap.org/wiki/Tag:man_made%3Dutility_pole) [](https://wiki.openstreetmap.org/wiki/Tag:man_made%3D) | | [ref](https://wiki.openstreetmap.org/wiki/Key:ref) | [string](../SpecialInputElements.md#string) | | | [support](https://wiki.openstreetmap.org/wiki/Key:support) | Multiple choice | [catenary](https://wiki.openstreetmap.org/wiki/Tag:support%3Dcatenary) [ceiling](https://wiki.openstreetmap.org/wiki/Tag:support%3Dceiling) [ground](https://wiki.openstreetmap.org/wiki/Tag:support%3Dground) [pedestal](https://wiki.openstreetmap.org/wiki/Tag:support%3Dpedestal) [pole](https://wiki.openstreetmap.org/wiki/Tag:support%3Dpole) [wall](https://wiki.openstreetmap.org/wiki/Tag:support%3Dwall) [wall_mount](https://wiki.openstreetmap.org/wiki/Tag:support%3Dwall_mount) | | [lamp_mount](https://wiki.openstreetmap.org/wiki/Key:lamp_mount) | Multiple choice | [straight_mast](https://wiki.openstreetmap.org/wiki/Tag:lamp_mount%3Dstraight_mast) [bent_mast](https://wiki.openstreetmap.org/wiki/Tag:lamp_mount%3Dbent_mast) | @@ -64,11 +66,21 @@ This block shows the known images which are linked with the `image`-keys, but al _This tagrendering has no question and is thus read-only_ *{image_carousel()}{image_upload()}* +### utility_pole + +The question is `Is this lamp mounted on a utility pole?` + + - *This lamp is mounted on a utility pole* is shown if with man_made=utility_pole + - *This lamp is not mounted on a utility pole* is shown if with man_made= + ### ref The question is `What is the reference number of this street lamp?` *This street lamp has the reference number {ref}* is shown if `ref` is set +This tagrendering has labels +`street_lamp_question` + ### support The question is `How is this street lamp mounted?` @@ -81,6 +93,9 @@ The question is `How is this street lamp mounted?` - *This lamp is mounted directly to the wall* is shown if with support=wall - *This lamp is mounted to the wall using a metal bar* is shown if with support=wall_mount +This tagrendering has labels +`street_lamp_question` + ### lamp_mount The question is `How is this lamp mounted to the pole?` @@ -88,7 +103,9 @@ The question is `How is this lamp mounted to the pole?` - *This lamp sits atop of a straight mast* is shown if with lamp_mount=straight_mast - *This lamp sits at the end of a bent mast* is shown if with lamp_mount=bent_mast -This tagrendering is only visible in the popup if the following condition is met: support=pole +This tagrendering is only visible in the popup if the following condition is met: support=pole & man_made!=utility_pole +This tagrendering has labels +`street_lamp_question` ### method @@ -107,6 +124,9 @@ The question is `What kind of lighting does this lamp use?` - *This lamp uses high pressure sodium lamps (orange with white)* is shown if with light:method=high_pressure_sodium - *This lamp is lit using gas* is shown if with light:method=gas +This tagrendering has labels +`street_lamp_question` + ### colour The question is `What colour light does this lamp emit?` @@ -116,6 +136,9 @@ The question is `What colour light does this lamp emit?` - *This lamp emits green light* is shown if with light:colour=green - *This lamp emits orange light* is shown if with light:colour=orange +This tagrendering has labels +`street_lamp_question` + ### count The question is `How many fixtures does this light have?` @@ -125,6 +148,8 @@ The question is `How many fixtures does this light have?` - *This lamp has 2 fixtures* is shown if with light:count=2 This tagrendering is only visible in the popup if the following condition is met: support=pole +This tagrendering has labels +`street_lamp_question` ### lit @@ -135,17 +160,22 @@ The question is `When is this lamp lit?` - *This lamp is lit based on motion* is shown if with light:lit=motion - *This lamp is lit based on demand (e.g. with a pushbutton)* is shown if with light:lit=demand +This tagrendering has labels +`street_lamp_question` + ### direction The question is `Where does this lamp point to?` *This lamp points towards {light:direction}* is shown if `light:direction` is set This tagrendering is only visible in the popup if the following condition is met: light:count=1 +This tagrendering has labels +`street_lamp_question` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/streets_without_etymology.md b/Docs/Layers/streets_without_etymology.md index 388129285b..9ebe1729b4 100644 --- a/Docs/Layers/streets_without_etymology.md +++ b/Docs/Layers/streets_without_etymology.md @@ -19,7 +19,8 @@ All objects which have an etymology known - [zoeken op inventaris onroerend erfgoed](#zoeken-op-inventaris-onroerend-erfgoed) - [simple etymology](#simple-etymology) - [questions](#questions) - - [street-name-sign-image](#street-name-sign-image) + - [streetsign-image-carousel](#streetsign-image-carousel) + - [streetsign-upload](#streetsign-upload) - [minimap](#minimap) - [etymology_multi_apply](#etymology_multi_apply) - [wikipedia](#wikipedia) @@ -77,10 +78,15 @@ Show the questions block at this location _This tagrendering has no question and is thus read-only_ *{questions()}* -### street-name-sign-image +### streetsign-image-carousel _This tagrendering has no question and is thus read-only_ -*{image_carousel(image:streetsign)}
{image_upload(image:streetsign, Add image of a street name sign)}* +*{image_carousel(image:streetsign;panoramax:streetsign)}* + +### streetsign-upload + +_This tagrendering has no question and is thus read-only_ +*{image_upload(image:streetsign,Add image of a street name sign,)}* ### minimap diff --git a/Docs/Layers/stripclub.md b/Docs/Layers/stripclub.md index 1526bef8b3..85d1040c2b 100644 --- a/Docs/Layers/stripclub.md +++ b/Docs/Layers/stripclub.md @@ -109,7 +109,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/surveillance_camera.md b/Docs/Layers/surveillance_camera.md index 8b76171db0..7e8fb695aa 100644 --- a/Docs/Layers/surveillance_camera.md +++ b/Docs/Layers/surveillance_camera.md @@ -150,7 +150,7 @@ The question is `How is this camera placed?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/tactile_map.md b/Docs/Layers/tactile_map.md index 92152b48dc..c037465f1f 100644 --- a/Docs/Layers/tactile_map.md +++ b/Docs/Layers/tactile_map.md @@ -104,7 +104,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/tactile_model.md b/Docs/Layers/tactile_model.md index eba3579c8e..0b997cc6f9 100644 --- a/Docs/Layers/tactile_model.md +++ b/Docs/Layers/tactile_model.md @@ -111,7 +111,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/tertiary_education.md b/Docs/Layers/tertiary_education.md index 6670c6aa41..bc45c68065 100644 --- a/Docs/Layers/tertiary_education.md +++ b/Docs/Layers/tertiary_education.md @@ -123,7 +123,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/ticket_machine.md b/Docs/Layers/ticket_machine.md index f45f64be60..7bccb95990 100644 --- a/Docs/Layers/ticket_machine.md +++ b/Docs/Layers/ticket_machine.md @@ -149,7 +149,7 @@ This tagrendering is only visible in the popup if the following condition is met ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/ticket_validator.md b/Docs/Layers/ticket_validator.md index f3c4ae7410..e1ccf7b8f5 100644 --- a/Docs/Layers/ticket_validator.md +++ b/Docs/Layers/ticket_validator.md @@ -107,7 +107,7 @@ The question is `Which methods of payment are accepted here?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/toekomstige_fietsstraat.md b/Docs/Layers/toekomstige_fietsstraat.md index 411b6f742a..2ad79bb440 100644 --- a/Docs/Layers/toekomstige_fietsstraat.md +++ b/Docs/Layers/toekomstige_fietsstraat.md @@ -80,7 +80,7 @@ This tagrendering is only visible in the popup if the following condition is met ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### split_button diff --git a/Docs/Layers/toilet.md b/Docs/Layers/toilet.md index 2c0e8229fc..ddaa128442 100644 --- a/Docs/Layers/toilet.md +++ b/Docs/Layers/toilet.md @@ -22,8 +22,6 @@ A layer showing (public) toilets - [payment-options-split](#payment-options-split) - [opening_hours_24_7](#opening_hours_24_7) - [Opening hours](#opening-hours) - - [toilets-wheelchair](#toilets-wheelchair) - - [wheelchair-door-width](#wheelchair-door-width) - [toilets-type](#toilets-type) - [gender_segregated](#gender_segregated) - [menstrual_products](#menstrual_products) @@ -35,6 +33,14 @@ A layer showing (public) toilets - [toilet-handwashing](#toilet-handwashing) - [toilet-drying](#toilet-drying) - [description](#description) + - [wheelchair-group](#wheelchair-group) + - [toilets-wheelchair](#toilets-wheelchair) + - [wheelchair-picture-carousel](#wheelchair-picture-carousel) + - [wheelchair-picture](#wheelchair-picture) + - [wheelchair-title](#wheelchair-title) + - [wheelchair-access](#wheelchair-access) + - [wheelchair-door-width](#wheelchair-door-width) + - [questions-wheelchair](#questions-wheelchair) - [leftover-questions](#leftover-questions) - [move-button](#move-button) - [delete-button](#delete-button) @@ -78,8 +84,6 @@ Elements must match the expression ** [fee](https://wiki.openstreetmap.org/wiki/Key:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno) | | [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [string](../SpecialInputElements.md#string) | | | [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | [24/7](https://wiki.openstreetmap.org/wiki/Tag:opening_hours%3D24/7) | -| [wheelchair](https://wiki.openstreetmap.org/wiki/Key:wheelchair) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno) [designated](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated) | -| [door:width](https://wiki.openstreetmap.org/wiki/Key:door:width) | [pfloat](../SpecialInputElements.md#pfloat) | | | [toilets:position](https://wiki.openstreetmap.org/wiki/Key:toilets:position) | Multiple choice | [seated](https://wiki.openstreetmap.org/wiki/Tag:toilets:position%3Dseated) [urinal](https://wiki.openstreetmap.org/wiki/Tag:toilets:position%3Durinal) [squat](https://wiki.openstreetmap.org/wiki/Tag:toilets:position%3Dsquat) [seated;urinal](https://wiki.openstreetmap.org/wiki/Tag:toilets:position%3Dseated;urinal) | | [gender_segregated](https://wiki.openstreetmap.org/wiki/Key:gender_segregated) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:gender_segregated%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:gender_segregated%3Dno) | | [toilets:menstrual_products](https://wiki.openstreetmap.org/wiki/Key:toilets:menstrual_products) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets:menstrual_products%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:toilets:menstrual_products%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets:menstrual_products%3Dno) | @@ -91,6 +95,10 @@ Elements must match the expression ** [toilets:handwashing](https://wiki.openstreetmap.org/wiki/Key:toilets:handwashing) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets:handwashing%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets:handwashing%3Dno) | | [toilets:hands_drying](https://wiki.openstreetmap.org/wiki/Key:toilets:hands_drying) | Multiple choice | [electric_hand_dryer](https://wiki.openstreetmap.org/wiki/Tag:toilets:hands_drying%3Delectric_hand_dryer) [paper_towel](https://wiki.openstreetmap.org/wiki/Tag:toilets:hands_drying%3Dpaper_towel) [towel_cabinet](https://wiki.openstreetmap.org/wiki/Tag:toilets:hands_drying%3Dtowel_cabinet) [towel](https://wiki.openstreetmap.org/wiki/Tag:toilets:hands_drying%3Dtowel) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets:hands_drying%3Dno) | | [description](https://wiki.openstreetmap.org/wiki/Key:description) | [text](../SpecialInputElements.md#text) | | +| [wheelchair](https://wiki.openstreetmap.org/wiki/Key:wheelchair) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno) [designated](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated) | +| [wheelchair](https://wiki.openstreetmap.org/wiki/Key:wheelchair) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno) | +| [toilets:wheelchair:access](https://wiki.openstreetmap.org/wiki/Key:toilets:wheelchair:access) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair:access%3Dyes) [key](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair:access%3Dkey) | +| [door:width](https://wiki.openstreetmap.org/wiki/Key:door:width) | [pfloat](../SpecialInputElements.md#pfloat) | | ### images This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images @@ -184,26 +192,7 @@ The question is `When are these toilets opened?` This tagrendering has labels `relevant-questions` - -### toilets-wheelchair - -The question is `Is there a dedicated toilet for wheelchair users?` - - - *There is a dedicated toilet for wheelchair users* is shown if with wheelchair=yes - - *No wheelchair access* is shown if with wheelchair=no - - *There is only a dedicated toilet for wheelchair users* is shown if with wheelchair=designated - -This tagrendering has labels -`relevant-questions` - -### wheelchair-door-width - -The question is `What is the width of the door to the wheelchair accessible toilet?` -*The door to the wheelchair-accessible toilet is {canonical(door:width)} wide* is shown if `door:width` is set - -This tagrendering is only visible in the popup if the following condition is met: wheelchair=yes | wheelchair=designated -This tagrendering has labels -`relevant-questions` +`no-prefix` ### toilets-type @@ -216,6 +205,7 @@ The question is `Which kind of toilets are these?` This tagrendering has labels `relevant-questions` +`prefixed` ### gender_segregated @@ -224,6 +214,10 @@ The question is `Are these toilets gender-segregated?` - *There is a separate, signposted area for men and women* is shown if with gender_segregated=yes - *There is no separate, signposted area for men and women* is shown if with gender_segregated=no +This tagrendering has labels +`relevant-questions` +`no-prefix` + ### menstrual_products The question is `Are free, menstrual products distributed here?` @@ -232,6 +226,10 @@ The question is `Are free, menstrual products distributed here?` - *Free menstrual products are available to some visitors of these toilets* is shown if with toilets:menstrual_products=limited - *No free menstrual products are available here* is shown if with toilets:menstrual_products=no +This tagrendering has labels +`relevant-questions` +`prefixed` + ### menstrual_products_location The question is `Where are the free menstrual products located?` @@ -242,6 +240,9 @@ The question is `Where are the free menstrual products located?` - *The free, menstrual products are located in the toilet for wheelchair users* is shown if with toilets:menstrual_products:location=wheelchair_toilet This tagrendering is only visible in the popup if the following condition is met: toilets:menstrual_products=limited | toilets:menstrual_products:location~.+ +This tagrendering has labels +`relevant-questions` +`prefixed` ### toilets-changing-table @@ -252,6 +253,7 @@ The question is `Is a changing table (to change diapers) available?` This tagrendering has labels `relevant-questions` +`no-prefix` ### toilet-changing_table:location @@ -266,6 +268,7 @@ The question is `Where is the changing table located?` This tagrendering is only visible in the popup if the following condition is met: changing_table=yes This tagrendering has labels `relevant-questions` +`no-prefix` ### toilet-supervised @@ -275,6 +278,10 @@ The question is `Is this toilets supervised by a person?` - *There is a person supervising these toilets, but they are present only during certain times of the opening hours* is shown if with supervised=interval - *These toilets are not supervised* is shown if with supervised=no +This tagrendering has labels +`relevant-questions` +`no-prefix` + ### toilet-has-paper The question is `Does one have to bring their own toilet paper to this toilet?` @@ -294,6 +301,7 @@ The question is `Do these toilets have a sink to wash your hands?` This tagrendering has labels `relevant-questions` +`prefixed` ### toilet-drying @@ -306,16 +314,114 @@ The question is `Do these toilets have a device to dry your hands?` - *There are no hand drying facilities available.* is shown if with toilets:hands_drying=no This tagrendering is only visible in the popup if the following condition is met: toilets:handwashing=yes +This tagrendering has labels +`relevant-questions` +`prefixed` ### description The question is `Is there still some relevant info that the previous questions did not cover? Feel free to add it here.` *{description}* is shown if `description` is set +### wheelchair-group + +_This tagrendering has no question and is thus read-only_ +*{group(wheelchair-title,wheelchair)}* + +This tagrendering has labels +`relevant-questions` +`prefixed` + +### toilets-wheelchair + +The question is `Is there a dedicated toilet for wheelchair users?` + + - *There is a dedicated toilet for wheelchair users* is shown if with wheelchair=yes + - *No wheelchair access* is shown if with wheelchair=no + - *There is only a dedicated toilet for wheelchair users* is shown if with wheelchair=designated + +This tagrendering has labels +`relevant-questions` +`wheelchair` +`hidden` +`no-prefix` + +### wheelchair-picture-carousel + +_This tagrendering has no question and is thus read-only_ +*{image_carousel(toilets:wheelchair:panoramax;toilets:wheelchair:image;toilets:wheelchair:mapillary)}* + +This tagrendering is only visible in the popup if the following condition is met: toilets:wheelchair=yes | toilets:wheelchair=designated | wheelchair=yes | wheelchair=designated +This tagrendering has labels +`wheelchair` +`hidden` +`relevant-questions` +`prefixed` + +### wheelchair-picture + +_This tagrendering has no question and is thus read-only_ +*{image_upload(toilets:wheelchair:panoramax,Add a picture of the wheelchair accessible toilet,)}* + +This tagrendering is only visible in the popup if the following condition is met: toilets:wheelchair=yes | toilets:wheelchair=designated | wheelchair=yes | wheelchair=designated +This tagrendering has labels +`wheelchair` +`hidden` +`relevant-questions` +`prefixed` + +### wheelchair-title + +_This tagrendering has no question and is thus read-only_ +*Wheelchair accessible toilet* + + - *No wheelchair accessible toilet* is shown if with wheelchair=no | toilets:wheelchair=no + +This tagrendering has labels +`hidden` +`relevant-questions` +`prefixed` + +### wheelchair-access + +The question is `Is the wheelchair-accessible toilet locked?` + + - *The wheelchair accessible toilets are freely accessible* is shown if with toilets:wheelchair:access=yes + - *One needs to ask permission to access wheelchair-accessible toilet, e.g. by asking a key* is shown if with toilets:wheelchair:access=key + +This tagrendering is only visible in the popup if the following condition is met: (toilets:wheelchair=yes | toilets:wheelchair=designated | wheelchair=yes | wheelchair=designated) & (access=yes | access=public | access=customers) +This tagrendering has labels +`hidden` +`wheelchair` +`relevant-questions` +`prefixed` + +### wheelchair-door-width + +The question is `What is the width of the door to the wheelchair accessible toilet?` +*The door to the wheelchair-accessible toilet is {canonical(door:width)} wide* is shown if `door:width` is set + +This tagrendering is only visible in the popup if the following condition is met: toilets:wheelchair=yes | toilets:wheelchair=designated | wheelchair=yes | wheelchair=designated +This tagrendering has labels +`relevant-questions` +`wheelchair` +`hidden` +`prefixed` + +### questions-wheelchair + +_This tagrendering has no question and is thus read-only_ +*{questions(wheelchair,,yes)}* + +This tagrendering has labels +`wheelchair` +`hidden` +`relevant-questions` + ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,wheelchair;hidden)}* ### move-button @@ -339,7 +445,7 @@ This tagrendering has labels | id | question | osmTags | -----|-----|----- | -| wheelchair.0 | Wheelchair accessible | wheelchair=yes | wheelchair=designated | +| wheelchair.0 | Wheelchair accessible | wheelchair=yes | wheelchair=designated | toilets:wheelchair=yes | toilets:wheelchair=designated | | id | question | osmTags | -----|-----|----- | diff --git a/Docs/Layers/toilet_at_amenity.md b/Docs/Layers/toilet_at_amenity.md index 623563319c..ab06f71d04 100644 --- a/Docs/Layers/toilet_at_amenity.md +++ b/Docs/Layers/toilet_at_amenity.md @@ -20,14 +20,18 @@ A layer showing (public) toilets located at different places. - [opening_hours](#opening_hours) - [Opening hours](#opening-hours) - [toilets-wheelchair](#toilets-wheelchair) - - [wheelchair-door-width](#wheelchair-door-width) - [toilets-type](#toilets-type) - - [toilets-changing-table](#toilets-changing-table) - - [toilet-changing_table:location](#toilet-changing_tablelocation) - - [toilet-handwashing](#toilet-handwashing) - - [toilet-has-paper](#toilet-has-paper) - [menstrual_products](#menstrual_products) - [menstrual_products_location](#menstrual_products_location) + - [toilet-handwashing](#toilet-handwashing) + - [toilet-drying](#toilet-drying) + - [wheelchair-group](#wheelchair-group) + - [wheelchair-picture-carousel](#wheelchair-picture-carousel) + - [wheelchair-picture](#wheelchair-picture) + - [wheelchair-title](#wheelchair-title) + - [wheelchair-access](#wheelchair-access) + - [wheelchair-door-width](#wheelchair-door-width) + - [questions-wheelchair](#questions-wheelchair) - [description](#description) - [leftover-questions](#leftover-questions) - [delete-button](#delete-button) @@ -60,14 +64,14 @@ Elements must match **all** of the following expressions: | [toilets:charge](https://wiki.openstreetmap.org/wiki/Key:toilets:charge) | [string](../SpecialInputElements.md#string) | | | [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | | | [toilets:wheelchair](https://wiki.openstreetmap.org/wiki/Key:toilets:wheelchair) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dno) [designated](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Ddesignated) | -| [toilets:door:width](https://wiki.openstreetmap.org/wiki/Key:toilets:door:width) | [pfloat](../SpecialInputElements.md#pfloat) | | | [toilets:position](https://wiki.openstreetmap.org/wiki/Key:toilets:position) | Multiple choice | [seated](https://wiki.openstreetmap.org/wiki/Tag:toilets:position%3Dseated) [urinal](https://wiki.openstreetmap.org/wiki/Tag:toilets:position%3Durinal) [squat](https://wiki.openstreetmap.org/wiki/Tag:toilets:position%3Dsquat) [seated;urinal](https://wiki.openstreetmap.org/wiki/Tag:toilets:position%3Dseated;urinal) | -| [changing_table](https://wiki.openstreetmap.org/wiki/Key:changing_table) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:changing_table%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:changing_table%3Dno) | -| [changing_table:location](https://wiki.openstreetmap.org/wiki/Key:changing_table:location) | [string](../SpecialInputElements.md#string) | [female_toilet](https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dfemale_toilet) [male_toilet](https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dmale_toilet) [wheelchair_toilet](https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Dwheelchair_toilet) [dedicated_room](https://wiki.openstreetmap.org/wiki/Tag:changing_table:location%3Ddedicated_room) | -| [toilets:handwashing](https://wiki.openstreetmap.org/wiki/Key:toilets:handwashing) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets:handwashing%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets:handwashing%3Dno) | -| [toilets:paper_supplied](https://wiki.openstreetmap.org/wiki/Key:toilets:paper_supplied) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets:paper_supplied%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets:paper_supplied%3Dno) | | [toilets:menstrual_products](https://wiki.openstreetmap.org/wiki/Key:toilets:menstrual_products) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets:menstrual_products%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:toilets:menstrual_products%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets:menstrual_products%3Dno) | | [toilets:menstrual_products:location](https://wiki.openstreetmap.org/wiki/Key:toilets:menstrual_products:location) | [string](../SpecialInputElements.md#string) | [female_toilet](https://wiki.openstreetmap.org/wiki/Tag:toilets:menstrual_products:location%3Dfemale_toilet) [male_toilet](https://wiki.openstreetmap.org/wiki/Tag:toilets:menstrual_products:location%3Dmale_toilet) [wheelchair_toilet](https://wiki.openstreetmap.org/wiki/Tag:toilets:menstrual_products:location%3Dwheelchair_toilet) | +| [toilets:handwashing](https://wiki.openstreetmap.org/wiki/Key:toilets:handwashing) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets:handwashing%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets:handwashing%3Dno) | +| [toilets:hands_drying](https://wiki.openstreetmap.org/wiki/Key:toilets:hands_drying) | Multiple choice | [electric_hand_dryer](https://wiki.openstreetmap.org/wiki/Tag:toilets:hands_drying%3Delectric_hand_dryer) [paper_towel](https://wiki.openstreetmap.org/wiki/Tag:toilets:hands_drying%3Dpaper_towel) [towel_cabinet](https://wiki.openstreetmap.org/wiki/Tag:toilets:hands_drying%3Dtowel_cabinet) [towel](https://wiki.openstreetmap.org/wiki/Tag:toilets:hands_drying%3Dtowel) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets:hands_drying%3Dno) | +| [wheelchair](https://wiki.openstreetmap.org/wiki/Key:wheelchair) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno) | +| [toilets:wheelchair:access](https://wiki.openstreetmap.org/wiki/Key:toilets:wheelchair:access) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair:access%3Dyes) [key](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair:access%3Dkey) | +| [door:width](https://wiki.openstreetmap.org/wiki/Key:door:width) | [pfloat](../SpecialInputElements.md#pfloat) | | | [toilets:description](https://wiki.openstreetmap.org/wiki/Key:toilets:description) | [string](../SpecialInputElements.md#string) | | ### images @@ -138,12 +142,9 @@ The question is `Is there a dedicated toilet for wheelchair users?` - *No wheelchair access* is shown if with toilets:wheelchair=no - *There is only a dedicated toilet for wheelchair users* is shown if with toilets:wheelchair=designated -### wheelchair-door-width - -The question is `What is the width of the door to the wheelchair accessible toilet?` -*The door to the wheelchair-accessible toilet is {canonical(toilets:door:width)} wide* is shown if `toilets:door:width` is set - -This tagrendering is only visible in the popup if the following condition is met: toilets:wheelchair=yes | toilets:wheelchair=designated +This tagrendering has labels +`wheelchair` +`hidden` ### toilets-type @@ -156,50 +157,7 @@ The question is `Which kind of toilets are these?` This tagrendering has labels `relevant-questions` - -### toilets-changing-table - -The question is `Is a changing table (to change diapers) available?` - - - *A changing table is available* is shown if with changing_table=yes - - *No changing table is available* is shown if with changing_table=no - -This tagrendering has labels -`relevant-questions` - -### toilet-changing_table:location - -The question is `Where is the changing table located?` -*A changing table is located at {changing_table:location}* is shown if `changing_table:location` is set - - - *A changing table is in the toilet for women* is shown if with changing_table:location=female_toilet - - *A changing table is in the toilet for men* is shown if with changing_table:location=male_toilet - - *A changing table is in the toilet for wheelchair users* is shown if with changing_table:location=wheelchair_toilet - - *A changing table is in a dedicated room* is shown if with changing_table:location=dedicated_room - -This tagrendering is only visible in the popup if the following condition is met: changing_table=yes -This tagrendering has labels -`relevant-questions` - -### toilet-handwashing - -The question is `Do these toilets have a sink to wash your hands?` - - - *These toilets have a sink to wash your hands* is shown if with toilets:handwashing=yes - - *These toilets don't have a sink to wash your hands* is shown if with toilets:handwashing=no - -This tagrendering has labels -`relevant-questions` - -### toilet-has-paper - -The question is `Does one have to bring their own toilet paper to this toilet?` - - - *This toilet is equipped with toilet paper* is shown if with toilets:paper_supplied=yes - - *You have to bring your own toilet paper to this toilet* is shown if with toilets:paper_supplied=no - -This tagrendering has labels -`relevant-questions` +`prefixed` ### menstrual_products @@ -209,6 +167,10 @@ The question is `Are free, menstrual products distributed here?` - *Free menstrual products are available to some visitors of these toilets* is shown if with toilets:menstrual_products=limited - *No free menstrual products are available here* is shown if with toilets:menstrual_products=no +This tagrendering has labels +`relevant-questions` +`prefixed` + ### menstrual_products_location The question is `Where are the free menstrual products located?` @@ -219,6 +181,115 @@ The question is `Where are the free menstrual products located?` - *The free, menstrual products are located in the toilet for wheelchair users* is shown if with toilets:menstrual_products:location=wheelchair_toilet This tagrendering is only visible in the popup if the following condition is met: toilets:menstrual_products=limited | toilets:menstrual_products:location~.+ +This tagrendering has labels +`relevant-questions` +`prefixed` + +### toilet-handwashing + +The question is `Do these toilets have a sink to wash your hands?` + + - *These toilets have a sink to wash your hands* is shown if with toilets:handwashing=yes + - *These toilets don't have a sink to wash your hands* is shown if with toilets:handwashing=no + +This tagrendering has labels +`relevant-questions` +`prefixed` + +### toilet-drying + +The question is `Do these toilets have a device to dry your hands?` + + - *Electric hand dryers are available for drying hands.* is shown if with toilets:hands_drying=electric_hand_dryer + - *Paper towels are available for drying hands.* is shown if with toilets:hands_drying=paper_towel + - *A towel roll cabinet is available for drying hands* is shown if with toilets:hands_drying=towel_cabinet + - *A fabric towel available to dry your hands.* is shown if with toilets:hands_drying=towel + - *There are no hand drying facilities available.* is shown if with toilets:hands_drying=no + +This tagrendering is only visible in the popup if the following condition is met: toilets:handwashing=yes +This tagrendering has labels +`relevant-questions` +`prefixed` + +### wheelchair-group + +_This tagrendering has no question and is thus read-only_ +*{group(wheelchair-title,wheelchair)}* + +This tagrendering has labels +`relevant-questions` +`prefixed` + +### wheelchair-picture-carousel + +_This tagrendering has no question and is thus read-only_ +*{image_carousel(toilets:wheelchair:panoramax;toilets:wheelchair:image;toilets:wheelchair:mapillary)}* + +This tagrendering is only visible in the popup if the following condition is met: toilets:wheelchair=yes | toilets:wheelchair=designated | wheelchair=yes | wheelchair=designated +This tagrendering has labels +`wheelchair` +`hidden` +`relevant-questions` +`prefixed` + +### wheelchair-picture + +_This tagrendering has no question and is thus read-only_ +*{image_upload(toilets:wheelchair:panoramax,Add a picture of the wheelchair accessible toilet,)}* + +This tagrendering is only visible in the popup if the following condition is met: toilets:wheelchair=yes | toilets:wheelchair=designated | wheelchair=yes | wheelchair=designated +This tagrendering has labels +`wheelchair` +`hidden` +`relevant-questions` +`prefixed` + +### wheelchair-title + +_This tagrendering has no question and is thus read-only_ +*Wheelchair accessible toilet* + + - *No wheelchair accessible toilet* is shown if with wheelchair=no | toilets:wheelchair=no + +This tagrendering has labels +`hidden` +`relevant-questions` +`prefixed` + +### wheelchair-access + +The question is `Is the wheelchair-accessible toilet locked?` + + - *The wheelchair accessible toilets are freely accessible* is shown if with toilets:wheelchair:access=yes + - *One needs to ask permission to access wheelchair-accessible toilet, e.g. by asking a key* is shown if with toilets:wheelchair:access=key + +This tagrendering is only visible in the popup if the following condition is met: (toilets:wheelchair=yes | toilets:wheelchair=designated | wheelchair=yes | wheelchair=designated) & (access=yes | access=public | access=customers) +This tagrendering has labels +`hidden` +`wheelchair` +`relevant-questions` +`prefixed` + +### wheelchair-door-width + +The question is `What is the width of the door to the wheelchair accessible toilet?` +*The door to the wheelchair-accessible toilet is {canonical(door:width)} wide* is shown if `door:width` is set + +This tagrendering is only visible in the popup if the following condition is met: toilets:wheelchair=yes | toilets:wheelchair=designated | wheelchair=yes | wheelchair=designated +This tagrendering has labels +`relevant-questions` +`wheelchair` +`hidden` +`prefixed` + +### questions-wheelchair + +_This tagrendering has no question and is thus read-only_ +*{questions(wheelchair,,yes)}* + +This tagrendering has labels +`wheelchair` +`hidden` ### description @@ -228,7 +299,7 @@ The question is `Is there still some relevant info that the previous questions d ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,wheelchair;hidden)}* ### delete-button diff --git a/Docs/Layers/tool_library.md b/Docs/Layers/tool_library.md index 9964463c39..cb369ad83c 100644 --- a/Docs/Layers/tool_library.md +++ b/Docs/Layers/tool_library.md @@ -137,7 +137,7 @@ The question is `Is a fee asked to borrow tools?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/tourism_accomodation.md b/Docs/Layers/tourism_accomodation.md index 114f1e38a6..2e31077b9c 100644 --- a/Docs/Layers/tourism_accomodation.md +++ b/Docs/Layers/tourism_accomodation.md @@ -81,7 +81,7 @@ Elements must match **any** of the following expressions: | [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | | | [wheelchair](https://wiki.openstreetmap.org/wiki/Key:wheelchair) | Multiple choice | [designated](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated) [yes](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno) | | [toilets:wheelchair](https://wiki.openstreetmap.org/wiki/Key:toilets:wheelchair) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dno) [designated](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Ddesignated) | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | | [dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) | @@ -170,6 +170,10 @@ The question is `Is there a dedicated toilet for wheelchair users?` - *No wheelchair access* is shown if with toilets:wheelchair=no - *There is only a dedicated toilet for wheelchair users* is shown if with toilets:wheelchair=designated +This tagrendering has labels +`wheelchair` +`hidden` + ### internet The question is `Does this place offer internet access?` @@ -179,7 +183,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` @@ -220,7 +224,7 @@ The question is `Are dogs allowed in this business?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/toursistic_places_without_etymology.md b/Docs/Layers/toursistic_places_without_etymology.md index 252af1aa9e..d2ffc58ecf 100644 --- a/Docs/Layers/toursistic_places_without_etymology.md +++ b/Docs/Layers/toursistic_places_without_etymology.md @@ -19,7 +19,8 @@ All objects which have an etymology known - [zoeken op inventaris onroerend erfgoed](#zoeken-op-inventaris-onroerend-erfgoed) - [simple etymology](#simple-etymology) - [questions](#questions) - - [street-name-sign-image](#street-name-sign-image) + - [streetsign-image-carousel](#streetsign-image-carousel) + - [streetsign-upload](#streetsign-upload) - [minimap](#minimap) - [etymology_multi_apply](#etymology_multi_apply) - [wikipedia](#wikipedia) @@ -76,10 +77,15 @@ Show the questions block at this location _This tagrendering has no question and is thus read-only_ *{questions()}* -### street-name-sign-image +### streetsign-image-carousel _This tagrendering has no question and is thus read-only_ -*{image_carousel(image:streetsign)}
{image_upload(image:streetsign, Add image of a street name sign)}* +*{image_carousel(image:streetsign;panoramax:streetsign)}* + +### streetsign-upload + +_This tagrendering has no question and is thus read-only_ +*{image_upload(image:streetsign,Add image of a street name sign,)}* ### minimap diff --git a/Docs/Layers/trail.md b/Docs/Layers/trail.md index da74e69a9e..07e79a32a5 100644 --- a/Docs/Layers/trail.md +++ b/Docs/Layers/trail.md @@ -95,7 +95,7 @@ The question is `Is this trail accessible with a pushchair?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod diff --git a/Docs/Layers/transit_routes.md b/Docs/Layers/transit_routes.md index 2d7ee9ba09..6fd5ef3de7 100644 --- a/Docs/Layers/transit_routes.md +++ b/Docs/Layers/transit_routes.md @@ -88,7 +88,7 @@ The question is `What company operates this bus line?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod diff --git a/Docs/Layers/transit_stops.md b/Docs/Layers/transit_stops.md index 95711c1376..31e8155e2e 100644 --- a/Docs/Layers/transit_stops.md +++ b/Docs/Layers/transit_stops.md @@ -133,7 +133,7 @@ This tagrendering is only visible in the popup if the following condition is met ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod diff --git a/Docs/Layers/tree_node.md b/Docs/Layers/tree_node.md index 3eb8042209..15c413c399 100644 --- a/Docs/Layers/tree_node.md +++ b/Docs/Layers/tree_node.md @@ -12,7 +12,7 @@ A layer showing trees 2. [Presets](#presets) 3. [Basic tags for this layer](#basic-tags-for-this-layer) 4. [Supported attributes](#supported-attributes) - - [images](#images) + - [images_no_blur](#images_no_blur) - [plantnet](#plantnet) - [tree-species-wikidata](#tree-species-wikidata) - [tree-wikipedia](#tree-wikipedia) @@ -67,10 +67,10 @@ Elements must match the expression ** [ref:OnroerendErfgoed](https://wiki.openstreetmap.org/wiki/Key:ref:OnroerendErfgoed) | [nat](../SpecialInputElements.md#nat) | | | [wikidata](https://wiki.openstreetmap.org/wiki/Key:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | | -### images -This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images +### images_no_blur +Same as `images`, but uploaded request to disable blurring to the panoramax server _This tagrendering has no question and is thus read-only_ -*{image_carousel()}{image_upload()}* +*{image_carousel()}{image_upload(,,,true)}* ### plantnet @@ -165,7 +165,7 @@ This tagrendering is only visible in the popup if the following condition is met ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/trolley_bay.md b/Docs/Layers/trolley_bay.md index 96c76c6e8f..368c4e83c7 100644 --- a/Docs/Layers/trolley_bay.md +++ b/Docs/Layers/trolley_bay.md @@ -91,7 +91,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/utility_pole.md b/Docs/Layers/utility_pole.md new file mode 100644 index 0000000000..cfb14ef487 --- /dev/null +++ b/Docs/Layers/utility_pole.md @@ -0,0 +1,71 @@ +[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources) + +# utility_pole + +Layer showing various types of utility poles. + + - This layer is shown at zoomlevel **18** and higher + +## Table of contents + +1. [Themes using this layer](#themes-using-this-layer) +2. [Presets](#presets) +3. [Basic tags for this layer](#basic-tags-for-this-layer) +4. [Supported attributes](#supported-attributes) + - [street_lamp](#street_lamp) + - [leftover-questions](#leftover-questions) + - [move-button](#move-button) + - [lod](#lod) + +## Themes using this layer + + - [personal](https://mapcomplete.org/personal) + - [street_lighting](https://mapcomplete.org/street_lighting) + +## Presets + +The following options to create new points are included: + + - **a utility pole** which has the following tags:man_made=utility_pole + +## Basic tags for this layer + +Elements must match the expression **man_made=utility_pole** + +[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22man_made%22%3D%22utility_pole%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) + +## Supported attributes + +**Warning:**,this quick overview is incomplete, + +| attribute | type | values which are supported by this layer | +-----|-----|----- | +| [highway](https://wiki.openstreetmap.org/wiki/Key:highway) | Multiple choice | [street_lamp](https://wiki.openstreetmap.org/wiki/Tag:highway%3Dstreet_lamp) [](https://wiki.openstreetmap.org/wiki/Tag:highway%3D) | + +### street_lamp + +The question is `Does this utility pole have a street lamp mounted on it?` + + - *This utility pole has a street lamp mounted on it.* is shown if with highway=street_lamp + - *This utility pole does not have a street lamp mounted on it.* is shown if with highway= + +### leftover-questions + +_This tagrendering has no question and is thus read-only_ +*{questions( ,hidden)}* + +### move-button + +_This tagrendering has no question and is thus read-only_ +*{move_button()}* + +### lod + +_This tagrendering has no question and is thus read-only_ +*{linked_data_from_website()}* + +This tagrendering has labels +`added_by_default` + + +This document is autogenerated from [assets/layers/utility_pole/utility_pole.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/utility_pole/utility_pole.json) diff --git a/Docs/Layers/vending_machine.md b/Docs/Layers/vending_machine.md index 7e1a349361..eba23b3a40 100644 --- a/Docs/Layers/vending_machine.md +++ b/Docs/Layers/vending_machine.md @@ -279,7 +279,7 @@ The question is `Is this vending machine still operational?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/vending_machine_bicycle.md b/Docs/Layers/vending_machine_bicycle.md index d7bd3b22de..651ad2ada7 100644 --- a/Docs/Layers/vending_machine_bicycle.md +++ b/Docs/Layers/vending_machine_bicycle.md @@ -272,7 +272,7 @@ The question is `Is this vending machine still operational?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/veterinary.md b/Docs/Layers/veterinary.md index 318babbd55..3ab493b4bc 100644 --- a/Docs/Layers/veterinary.md +++ b/Docs/Layers/veterinary.md @@ -91,7 +91,7 @@ The question is `What is the name of this veterinarian?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/viewpoint.md b/Docs/Layers/viewpoint.md index e415593258..e7c9b5e0a5 100644 --- a/Docs/Layers/viewpoint.md +++ b/Docs/Layers/viewpoint.md @@ -57,7 +57,7 @@ The question is `Do you want to add a description?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/village_green.md b/Docs/Layers/village_green.md index f92af58670..513a4de115 100644 --- a/Docs/Layers/village_green.md +++ b/Docs/Layers/village_green.md @@ -48,7 +48,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/visitor_information_centre.md b/Docs/Layers/visitor_information_centre.md index a6c999417d..483d17d9e2 100644 --- a/Docs/Layers/visitor_information_centre.md +++ b/Docs/Layers/visitor_information_centre.md @@ -30,7 +30,7 @@ Elements must match **any** of the following expressions: ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/walls_and_buildings.md b/Docs/Layers/walls_and_buildings.md index 3fcc5496c7..8874a41edd 100644 --- a/Docs/Layers/walls_and_buildings.md +++ b/Docs/Layers/walls_and_buildings.md @@ -15,7 +15,9 @@ Special builtin layer providing all walls and buildings. This layer is useful in - This layer is needed as dependency for layer [defibrillator](#defibrillator) - This layer is needed as dependency for layer [entrance](#entrance) - This layer is needed as dependency for layer [ghostsign](#ghostsign) + - This layer is needed as dependency for layer [memorial](#memorial) - This layer is needed as dependency for layer [postboxes](#postboxes) + - This layer is needed as dependency for layer [public_bookcase](#public_bookcase) - This layer is needed as dependency for layer [surveillance_camera](#surveillance_camera) - This layer is needed as dependency for layer [wayside_shrine](#wayside_shrine) - This layer is needed as dependency for layer [facadegardens](#facadegardens) @@ -34,6 +36,8 @@ Special builtin layer providing all walls and buildings. This layer is useful in - [advertising](https://mapcomplete.org/advertising) - [aed](https://mapcomplete.org/aed) - [artwork](https://mapcomplete.org/artwork) + - [bookcases](https://mapcomplete.org/bookcases) + - [circular_economy](https://mapcomplete.org/circular_economy) - [clock](https://mapcomplete.org/clock) - [disaster_response](https://mapcomplete.org/disaster_response) - [facadegardens](https://mapcomplete.org/facadegardens) diff --git a/Docs/Layers/waste_basket.md b/Docs/Layers/waste_basket.md index 1edbd7d12b..45f4bd0b01 100644 --- a/Docs/Layers/waste_basket.md +++ b/Docs/Layers/waste_basket.md @@ -82,7 +82,7 @@ The question is `Does this waste basket have a dispenser for dog excrement bags? ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/waste_basket_dogs.md b/Docs/Layers/waste_basket_dogs.md index fbd7bb6b47..2e4cd28562 100644 --- a/Docs/Layers/waste_basket_dogs.md +++ b/Docs/Layers/waste_basket_dogs.md @@ -73,7 +73,7 @@ The question is `Does this waste basket have a dispenser for dog excrement bags? ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/waste_disposal.md b/Docs/Layers/waste_disposal.md index 75c4cdea08..af87777bcd 100644 --- a/Docs/Layers/waste_disposal.md +++ b/Docs/Layers/waste_disposal.md @@ -82,7 +82,7 @@ The question is `Where is this container located?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/wayside_shrine.md b/Docs/Layers/wayside_shrine.md index 8fa9117819..4e4d77bb38 100644 --- a/Docs/Layers/wayside_shrine.md +++ b/Docs/Layers/wayside_shrine.md @@ -2,10 +2,12 @@ # wayside_shrine -Shrines are religious places that are dedicated to specific deities, saints and other figures of religious importance. Typically, the contain religious depictions and people frequently leave offerings at those places. Wayside shrines are small shrines that can be found next to a road or pathway and are frequented by travellers passing by. +Shrines are religious places that are dedicated to specific deities, saints and other figures of religious importance. Typically, the contain religious depictions and people frequently leave offerings at those places. Wayside shrines are small shrines that can be found next to a road or pathway and are frequented by travellers passing by. Wayside crosses can be seen as a sub-type of a wayside shrine, typically in the form of a Christian cross at the side of the road, typically without votive offerings. - This layer is shown at zoomlevel **12** and higher - This layer will automatically load [walls_and_buildings](./walls_and_buildings.md) into the layout as it depends on it: preset `a wayside shrine mounted on a wall` snaps to this layer (wayside_shrine.presets[1]) + - This layer will automatically load [walls_and_buildings](./walls_and_buildings.md) into the layout as it depends on it: preset `a wayside cross mounted on a wall` snaps to this layer (wayside_shrine.presets[3]) + - This layer will automatically load [walls_and_buildings](./walls_and_buildings.md) into the layout as it depends on it: preset `a mother mary shrine on the first floor` snaps to this layer (wayside_shrine.presets[4]) ## Table of contents @@ -13,13 +15,15 @@ Shrines are religious places that are dedicated to specific deities, saints and 2. [Presets](#presets) 3. [Basic tags for this layer](#basic-tags-for-this-layer) 4. [Supported attributes](#supported-attributes) - - [images](#images) + - [images_no_blur](#images_no_blur) - [shrine_name](#shrine_name) + - [inscription](#inscription) - [religion](#religion) - [denomination_christian](#denomination_christian) - [denomination_muslim](#denomination_muslim) - [denomination_jewish](#denomination_jewish) - [denomination_other](#denomination_other) + - [subject:wikidata](#subjectwikidata) - [repeated](#repeated) - [single_level](#single_level) - [leftover-questions](#leftover-questions) @@ -38,12 +42,18 @@ The following options to create new points are included: - **a wayside shrine** which has the following tags:historic=wayside_shrine - **a wayside shrine mounted on a wall** which has the following tags:historic=wayside_shrine (snaps to layers `walls_and_buildings`) + - **a wayside cross** which has the following tags:historic=wayside_cross & religion=christian + - **a wayside cross mounted on a wall** which has the following tags:religion=christian & historic=wayside_cross (snaps to layers `walls_and_buildings`) + - **a mother mary shrine on the first floor** which has the following tags:historic=wayside_shrine & level=1 & religion=christian & subject:wikidata=Q345 (snaps to layers `walls_and_buildings`) ## Basic tags for this layer -Elements must match the expression **historic=wayside_shrine** +Elements must match **any** of the following expressions: -[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22historic%22%3D%22wayside_shrine%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) + - historic=wayside_shrine + - historic=wayside_cross + +[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22historic%22%3D%22wayside_shrine%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22historic%22%3D%22wayside_cross%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) ## Supported attributes @@ -52,28 +62,39 @@ Elements must match the expression ** [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | | +| [inscription](https://wiki.openstreetmap.org/wiki/Key:inscription) | [string](../SpecialInputElements.md#string) | [Ave Maria](https://wiki.openstreetmap.org/wiki/Tag:inscription%3DAve Maria) [I.N.R.I](https://wiki.openstreetmap.org/wiki/Tag:inscription%3DI.N.R.I) | | [religion](https://wiki.openstreetmap.org/wiki/Key:religion) | [string](../SpecialInputElements.md#string) | [christian](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dchristian) [buddhist](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dbuddhist) [hindu](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dhindu) [jain](https://wiki.openstreetmap.org/wiki/Tag:religion%3Djain) [jewish](https://wiki.openstreetmap.org/wiki/Tag:religion%3Djewish) [muslim](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dmuslim) [pagan](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dpagan) [shinto](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dshinto) [sikh](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dsikh) [taoist](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dtaoist) [zoroastrian](https://wiki.openstreetmap.org/wiki/Tag:religion%3Dzoroastrian) | | [denomination](https://wiki.openstreetmap.org/wiki/Key:denomination) | [string](../SpecialInputElements.md#string) | [catholic](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dcatholic) [roman_catholic](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Droman_catholic) [orthodox](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dorthodox) [greek_orthodox](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dgreek_orthodox) [russian_orthodox](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Drussian_orthodox) [serbian_orthodox](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dserbian_orthodox) [protestant](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dprotestant) [anglican](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Danglican) [adventist](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dadventist) [evangelical](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Devangelical) | | [denomination](https://wiki.openstreetmap.org/wiki/Key:denomination) | [string](../SpecialInputElements.md#string) | [shia](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dshia) [sunni](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dsunni) [sufi](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dsufi) | | [denomination](https://wiki.openstreetmap.org/wiki/Key:denomination) | [string](../SpecialInputElements.md#string) | [conservative](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dconservative) [orthodox](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dorthodox) [hasidic](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dhasidic) [reform](https://wiki.openstreetmap.org/wiki/Tag:denomination%3Dreform) | | [denomination](https://wiki.openstreetmap.org/wiki/Key:denomination) | [string](../SpecialInputElements.md#string) | | +| [subject:wikidata](https://wiki.openstreetmap.org/wiki/Key:subject:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | [Q345](https://wiki.openstreetmap.org/wiki/Tag:subject:wikidata%3DQ345) [Q942467](https://wiki.openstreetmap.org/wiki/Tag:subject:wikidata%3DQ942467) [Q302](https://wiki.openstreetmap.org/wiki/Tag:subject:wikidata%3DQ302) [Q164294](https://wiki.openstreetmap.org/wiki/Tag:subject:wikidata%3DQ164294) | | [level](https://wiki.openstreetmap.org/wiki/Key:level) | [float](../SpecialInputElements.md#float) | [0](https://wiki.openstreetmap.org/wiki/Tag:level%3D0) [1](https://wiki.openstreetmap.org/wiki/Tag:level%3D1) [-1](https://wiki.openstreetmap.org/wiki/Tag:level%3D-1) | -### images -This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images +### images_no_blur +Same as `images`, but uploaded request to disable blurring to the panoramax server _This tagrendering has no question and is thus read-only_ -*{image_carousel()}{image_upload()}* +*{image_carousel()}{image_upload(,,,true)}* ### shrine_name -The question is `What's the name of this shrine?` -*The name of this shrine is {name}* is shown if `name` is set +The question is `What's the name of this {title()}?` +*The name of this {title()} is {name}* is shown if `name` is set - *This shrine does not have a name* is shown if with noname=yes This tagrendering has labels `shrine_questions` +### inscription + +The question is `Is there an inscription?` +*The inscription is {inscription}* is shown if `inscription` is set + + - *No inscription* is shown if with not:inscription=yes + - *The inscription is Ave Maria* is shown if with inscription=Ave Maria + - *The inscription is I.N.R.I.* is shown if with inscription=I.N.R.I + ### religion The question is `To which religion is this shrine dedicated?` @@ -96,7 +117,7 @@ This tagrendering has labels ### denomination_christian -The question is `What's the Christian denomination of the shrine?` +The question is `What's the Christian denomination of this {title()}?` *The religious denomination is {denomination}* is shown if `denomination` is set - *The religious subdenomination is Catholic* is shown if with denomination=catholic @@ -150,6 +171,18 @@ This tagrendering is only visible in the popup if the following condition is met This tagrendering has labels `shrine_questions` +### subject:wikidata + +The question is `Who is depicted?` +*{wikipedia(subject:wikidata)}* is shown if `subject:wikidata` is set + + - *Mother mary is depicted* is shown if with subject:wikidata=Q345 + - *Jesus Christ as a child is depicted* is shown if with subject:wikidata=Q942467 + - *Jesus Christ (as an adult) is depicted* is shown if with subject:wikidata=Q302 + - *Saint Anne (mother of Mary) is depicted* is shown if with subject:wikidata=Q164294 + +This tagrendering is only visible in the popup if the following condition is met: religion=christian + ### repeated _This tagrendering has no question and is thus read-only_ @@ -176,7 +209,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Layers/windturbine.md b/Docs/Layers/windturbine.md index d2ebaafdf9..cc2a984dc7 100644 --- a/Docs/Layers/windturbine.md +++ b/Docs/Layers/windturbine.md @@ -90,7 +90,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod diff --git a/Docs/Reasonings/Android.md b/Docs/Reasonings/Android.md index ed6b95b063..52cf989e11 100644 --- a/Docs/Reasonings/Android.md +++ b/Docs/Reasonings/Android.md @@ -1,6 +1,6 @@ # Android experiments -This document keeps track of the approaches used to implement https://github.com/pietervdvn/MapComplete/issues/2112 +This document keeps track of the approaches used to implement https://source.mapcomplete.org/MapComplete/MapComplete/issues/2112 It is espacially used to document the dead ends diff --git a/Docs/Reasonings/ImgurToPanoramax.md b/Docs/Reasonings/ImgurToPanoramax.md index fddf3c4cd1..ca4e24e765 100644 --- a/Docs/Reasonings/ImgurToPanoramax.md +++ b/Docs/Reasonings/ImgurToPanoramax.md @@ -28,7 +28,7 @@ one can notice the graph going steeper during october: With all the machinery in place to upload to panoramax, I also created a script to upload the images from my backup to this panoramax instance. I've been moving the pictures over in the past few weeks (before the divorce gets ugly and we get completely blocked off). -The technical details are documented on [the issue tracker](https://github.com/pietervdvn/MapComplete/issues/2189) +The technical details are documented on [the issue tracker](https://source.mapcomplete.org/MapComplete/MapComplete/issues/2189) But, by now, there are 39.124 pictures in our Panoramax server. At most a few (<10) pictures made with MapComplete had been lost by now. The script deleted a few more image links - mostly in Germany - but these links have been dead for a long time - the original image was linked about 12 year ago for some POI. @@ -66,7 +66,7 @@ such as thematic maps (such as the streetcomplete overlays) or having image uplo ## Support the project Please, continue to support the project! The most obvious way is to [simply use it to make edit](https://mapcomplete.org), -by [reporting bugs](https://github.com/pietervdvn/MapComplete/issues) (but I'm swamped with work and studies right now, so it'll take a while before I'll look to your bug report) +by [reporting bugs](https://source.mapcomplete.org/MapComplete/MapComplete/issues) (but I'm swamped with work and studies right now, so it'll take a while before I'll look to your bug report) or by [supporting me financially](https://liberapay.com/pietervdvn/) You can follow us on Mastodon: diff --git a/Docs/Reasonings/Search/Research_UX_in_search.md b/Docs/Reasonings/Search/Research_UX_in_search.md index d3ed329858..4541b13cd3 100644 --- a/Docs/Reasonings/Search/Research_UX_in_search.md +++ b/Docs/Reasonings/Search/Research_UX_in_search.md @@ -110,6 +110,6 @@ Support for coordinates (some always interpret lat, lon) and optional reverse ge Support for OSM-ids (e.g. node/123, https://osm.org/node/123) (#1671) Support for layers (categories) and/or switching themes -Switch themes (or layers) via search (https://github.com/pietervdvn/MapComplete/issues/1385) -Open the popup on exact match (https://github.com/pietervdvn/MapComplete/issues/1385) -https://github.com/pietervdvn/MapComplete/issues/1480 +Switch themes (or layers) via search (https://source.mapcomplete.org/MapComplete/MapComplete/src/issues/1385) +Open the popup on exact match (https://source.mapcomplete.org/MapComplete/MapComplete/issues/1385) +https://source.mapcomplete.org/MapComplete/MapComplete/issues/1480 diff --git a/Docs/SpecialInputElements.md b/Docs/SpecialInputElements.md index 1f425fcf53..efd29e4795 100644 --- a/Docs/SpecialInputElements.md +++ b/Docs/SpecialInputElements.md @@ -13,33 +13,32 @@ The listed types here trigger a special input element. Use them in `tagrendering 7. [direction](#direction) 8. [Input helper](#input-helper) 9. [wikidata](#wikidata) -10. [Helper arguments](#helper-arguments) - - [Suboptions](#suboptions) -11. [Example usage](#example-usage) -12. [pnat](#pnat) -13. [float](#float) -14. [pfloat](#pfloat) -15. [email](#email) -16. [url](#url) -17. [phone](#phone) -18. [opening_hours](#opening_hours) -19. [Helper arguments](#helper-arguments) -20. [Example usage](#example-usage) -21. [color](#color) -22. [image](#image) -23. [simple_tag](#simple_tag) -24. [tag](#tag) -25. [key](#key) -26. [translation](#translation) -27. [icon](#icon) -28. [fediverse](#fediverse) -29. [id](#id) -30. [slope](#slope) -31. [velopark](#velopark) -32. [nsi](#nsi) -33. [Helper arguments](#helper-arguments) -34. [currency](#currency) -35. [regex](#regex) + - [Helper arguments](#helper-arguments) + + [Suboptions](#suboptions) + - [Example usage](#example-usage) +10. [pnat](#pnat) +11. [float](#float) +12. [pfloat](#pfloat) +13. [email](#email) +14. [url](#url) +15. [phone](#phone) +16. [opening_hours](#opening_hours) + - [Helper arguments](#helper-arguments) + - [Example usage](#example-usage) +17. [color](#color) +18. [image](#image) +19. [simple_tag](#simple_tag) +20. [tag](#tag) +21. [key](#key) +22. [translation](#translation) +23. [icon](#icon) +24. [fediverse](#fediverse) +25. [id](#id) +26. [slope](#slope) +27. [velopark](#velopark) +28. [nsi](#nsi) +29. [currency](#currency) +30. [regex](#regex) ### string A simple piece of text which is at most 255 characters long @@ -62,14 +61,14 @@ This element has an input helper showing a map and 'viewport' indicating the dir ### wikidata A wikidata identifier, e.g. Q42. -### Helper arguments +#### Helper arguments | name | doc | -----|----- | | key | the value of this tag will initialize search (default: name). This can be a ';'-separated list in which case every key will be inspected. The non-null value will be used as search | | options | A JSON-object of type `{ removePrefixes: Record, removePostfixes: Record, ... }`. See the more detailed explanation below | -#### Suboptions +##### Suboptions | subarg | doc | -----|----- | @@ -79,7 +78,7 @@ A wikidata identifier, e.g. Q42. | notInstanceof | A list of Q-identifiers which indicates that the search results _must not_ be an entity of this type, e.g. [`Q79007`](https://www.wikidata.org/wiki/Q79007) to filter away all streets from the search results | | multiple | If 'yes' or 'true', will allow to select multiple values at once | -### Example usage +#### Example usage The following is the 'freeform'-part of a layer config which will trigger a search for the wikidata item corresponding with the name of the selected feature. It will also remove '-street', '-square', ... if found at the end of the name @@ -137,7 +136,7 @@ The validatedTextField will format URLs to always be valid and have a https://-h A phone number ### opening_hours Has extra elements to easily input when a POI is opened. -### Helper arguments +#### Helper arguments Only one helper argument named `options` can be provided. It is a JSON-object of type `{ prefix: string, postfix: string }`: | subarg | doc | @@ -145,7 +144,7 @@ Only one helper argument named `options` can be provided. It is a JSON-object of | prefix | Piece of text that will always be added to the front of the generated opening hours. If the OSM-data does not start with this, it will fail to parse. | | postfix | Piece of text that will always be added to the end of the generated opening hours | -### Example usage +#### Example usage To add a conditional (based on time) access restriction: ``` @@ -186,21 +185,7 @@ Validates that the slope is a valid number.The accompanying input element uses t ### velopark A special URL-validator that checks the domain name and rewrites to the correct velopark format. ### nsi -Gives a list of possible suggestions for a brand or operator tag. - -### Helper arguments - - - -name | doc ------- | ----- -options | A JSON-object of type `{ main: string, key: string }`. - -subarg \| doc --------- \| ----- -main \| The main tag to give suggestions for, e.g. `amenity=restaurant`. -addExtraTags \| Extra tags to add to the suggestions, e.g. `nobrand=yes`. - +Gives a list of possible suggestions for a brand or operator tag. Note: this is detected automatically; there is no need to explicitly set this ### currency Validates monetary amounts ### regex diff --git a/Docs/SpecialRenderings.md b/Docs/SpecialRenderings.md index 7de46df1d7..a723c98dd8 100644 --- a/Docs/SpecialRenderings.md +++ b/Docs/SpecialRenderings.md @@ -466,11 +466,11 @@ Creates an image carousel for the given sources. An attempt will be made to gues | name | default | description | -----|-----|----- | -| image_key | image,mapillary,image,wikidata,wikimedia_commons,image,panoramax,image | The keys given to the images, e.g. if image is given, the first picture URL will be added as image, the second as image:0, the third as image:1, etc... Multiple values are allowed if ';'-separated | +| image_key | image;mapillary,image;wikidata;wikimedia_commons,image;panoramax;image | The keys given to the images, e.g. if image is given, the first picture URL will be added as image, the second as image:0, the third as image:1, etc... Multiple values are allowed if ';'-separated | #### Example usage of image_carousel -`{image_carousel(image,mapillary,image,wikidata,wikimedia_commons,image,panoramax,image)}` +`{image_carousel(image;mapillary,image;wikidata;wikimedia_commons,image;panoramax;image)}` ### image_upload @@ -478,13 +478,13 @@ Creates a button where a user can upload an image to IMGUR | name | default | description | -----|-----|----- | -| image-key | _undefined_ | Image tag to add the URL to (or image-tag:0, image-tag:1 when multiple images are added) | +| image_key | panoramax | Image tag to add the URL to (or image-tag:0, image-tag:1 when multiple images are added) | | label | _undefined_ | The text to show on the button | | disable_blur | _undefined_ | If set to 'true' or 'yes', then face blurring will be disabled. To be used sparingly | #### Example usage of image_upload -`{image_upload(,,)}` +`{image_upload(panoramax,,)}` ## notes @@ -1077,11 +1077,12 @@ The special element which shows the questions which are unkown. Added by default | name | default | description | -----|-----|----- | | labels | _undefined_ | One or more ';'-separated labels. If these are given, only questions with these labels will be given. Use `unlabeled` for all questions that don't have an explicit label. If none given, all questions will be shown | -| blacklisted-labels | _undefined_ | One or more ';'-separated labels of questions which should _not_ be included. Default: 'hidden' | +| blacklisted-labels | _undefined_ | One or more ';'-separated labels of questions which should _not_ be included. Note that the questionbox which is added by default will blacklist 'hidden' | +| show_all | _undefined_ | Either `no`, `yes` or `user-preference`. Indicates if all questions should be shown at once | #### Example usage of questions -`{questions(,)}` +`{questions(,,)}` ### statistics diff --git a/Docs/Sponsors.md b/Docs/Sponsors.md index 5e0ef0e11f..c41d7c74f6 100644 --- a/Docs/Sponsors.md +++ b/Docs/Sponsors.md @@ -7,7 +7,7 @@ This ties in closely to the history of the project as well. There is a [Liberapay](https://liberapay.com/pietervdvn). -NL-Net is currently sponsoring Pietervdvn as well [for specific improvements](https://github.com/pietervdvn/MapComplete/issues?q=is%3Aissue+is%3Aopen+label%3ANLNet). +NL-Net is currently sponsoring Pietervdvn as well [for specific improvements](https://source.mapcomplete.org/MapComplete/MapComplete/issues?labels=9). ## Historical sponsors diff --git a/Docs/Studio/TagRenderingIntro.md b/Docs/Studio/TagRenderingIntro.md index 0d8990050e..a6683608e3 100644 --- a/Docs/Studio/TagRenderingIntro.md +++ b/Docs/Studio/TagRenderingIntro.md @@ -29,7 +29,7 @@ Note that this also works withing predifined options # Special values -Special components can be summoned by calling them. For example, the relevant wikipedia will be displayed by entering the text `{wikipedia()}`. A table with opening hours is displayed with `{opening_hours()}`. For a full reference, [see the documentation](https://github.com/pietervdvn/MapComplete/blob/master/Docs/SpecialRenderings.md). +Special components can be summoned by calling them. For example, the relevant wikipedia will be displayed by entering the text `{wikipedia()}`. A table with opening hours is displayed with `{opening_hours()}`. For a full reference, [see the documentation](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/SpecialRenderings.md). # Requesting data with predefined options diff --git a/Docs/TagInfo/mapcomplete_advertising.json b/Docs/TagInfo/mapcomplete_advertising.json deleted file mode 100644 index acb2b82ccb..0000000000 --- a/Docs/TagInfo/mapcomplete_advertising.json +++ /dev/null @@ -1,408 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Advertising", - "description": "Where I can find advertising features?", - "project_url": "https://mapcomplete.org/advertising", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/advertising/icon.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "advertising", - "description": "Features with this tag are displayed by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Advertisement, Shelter", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Advertisement, Shelter", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#images", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Advertisement, Shelter", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#images", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Advertisement, Shelter", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#images", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Advertisement, Shelter", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#images", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Advertisement, Shelter", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#images", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "advertising", - "description": "Values of `advertising` are shown with \"This is a {advertising}\" and can be updated. The question is \"Which type of advertising feature is this?\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#type", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "advertising", - "value": "billboard", - "description": "advertising=billboard is displayed as \"This is a billboard\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#type", - "icon_url": "./assets/themes/advertising/billboard.svg" - }, - { - "key": "advertising", - "value": "board", - "description": "advertising=board is displayed as \"This is a board\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#type", - "icon_url": "./assets/themes/advertising/board.svg" - }, - { - "key": "advertising", - "value": "column", - "description": "advertising=column is displayed as \"This is a column\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#type", - "icon_url": "./assets/themes/advertising/column.svg" - }, - { - "key": "advertising", - "value": "flag", - "description": "advertising=flag is displayed as \"This is a flag\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#type", - "icon_url": "./assets/themes/advertising/flag.svg" - }, - { - "key": "advertising", - "value": "poster_box", - "description": "advertising=poster_box is displayed as \"This is a poster Box\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#type", - "icon_url": "./assets/themes/advertising/poster_box.svg" - }, - { - "key": "advertising", - "value": "screen", - "description": "advertising=screen is displayed as \"This is a screen\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#type", - "icon_url": "./assets/themes/advertising/screen.svg" - }, - { - "key": "advertising", - "value": "sculpture", - "description": "advertising=sculpture is displayed as \"This is a sculpture\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#type", - "icon_url": "./assets/themes/advertising/sculpture.svg" - }, - { - "key": "advertising", - "value": "sign", - "description": "advertising=sign is displayed as \"This is a sign\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#type", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "advertising", - "value": "tarp", - "description": "advertising=tarp is displayed as \"This is a tarp (a weatherproof piece of textile with an advertising message)\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#type", - "icon_url": "./assets/themes/advertising/tarp.svg" - }, - { - "key": "advertising", - "value": "totem", - "description": "advertising=totem is displayed as \"This is a totem\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#type", - "icon_url": "./assets/themes/advertising/totem.svg" - }, - { - "key": "advertising", - "value": "wall_painting", - "description": "advertising=wall_painting is displayed as \"This is a wall painting\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#type", - "icon_url": "./assets/themes/advertising/wall_painting.svg" - }, - { - "key": "advertising", - "value": "tilework", - "description": "advertising=tilework is displayed as \"This is tilework - the advertisement is painted on tiles\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#type", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "advertising", - "value": "relief", - "description": "advertising=relief is displayed as \"This is a relief\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#type", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "animated", - "value": "no", - "description": "animated=no is displayed as \"Static, always shows the same message\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#animated", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "animated", - "value": "digital_display", - "description": "animated=digital_display is displayed as \"This object has a built-in digital display to show prices or some other message\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#animated", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "animated", - "value": "trivision_blades", - "description": "animated=trivision_blades is displayed as \"Trivision - the billboard consists of many triangular prisms which regularly rotate\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#animated", - "icon_url": "./assets/themes/advertising/trivision.svg" - }, - { - "key": "animated", - "value": "winding_posters", - "description": "animated=winding_posters is displayed as \"Scrolling posters\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#animated", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "animated", - "value": "revolving", - "description": "animated=revolving is displayed as \"Rotates on itself\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#animated", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "luminous", - "value": "neon", - "description": "luminous=neon is displayed as \"This is a neon-tube light\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#luminous_or_lit_advertising", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "lit", - "value": "yes", - "description": "lit=yes & luminous=yes is displayed as \"This object both emits light and is lighted by an external light source\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#luminous_or_lit_advertising", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "luminous", - "value": "yes", - "description": "lit=yes & luminous=yes is displayed as \"This object both emits light and is lighted by an external light source\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#luminous_or_lit_advertising", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "luminous", - "value": "yes", - "description": "luminous=yes is displayed as \"This object emits light\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#luminous_or_lit_advertising", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "lit", - "value": "yes", - "description": "lit=yes is displayed as \"This object is lit externally, e.g. by a spotlight or other lights\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#luminous_or_lit_advertising", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "lit", - "value": "no", - "description": "lit=no & luminous=no is displayed as \"This object does not emit light and is not lighted by externally\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#luminous_or_lit_advertising", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "luminous", - "value": "no", - "description": "lit=no & luminous=no is displayed as \"This object does not emit light and is not lighted by externally\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#luminous_or_lit_advertising", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "operator", - "description": "Values of `operator` are shown with \"Operated by {operator}\" and can be updated. The question is \"Who operates this feature?\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#operator", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "message", - "value": "commercial", - "description": "message=commercial is displayed as \"Commercial message\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#message_type", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "message", - "value": "local", - "description": "message=local is displayed as \"Local information\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#message_type", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "message", - "value": "safety", - "description": "message=safety is displayed as \"Security information\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#message_type", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "message", - "value": "political", - "description": "message=political is displayed as \"Electoral advertising\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#message_type", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "message", - "value": "showbiz", - "description": "message=showbiz is displayed as \"Information related to theatre, concerts, …\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#message_type", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "message", - "value": "non_profit", - "description": "message=non_profit is displayed as \"Message from non-profit organizations\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#message_type", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "message", - "value": "opinion", - "description": "message=opinion is displayed as \"To express your opinion\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#message_type", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "message", - "value": "religion", - "description": "message=religion is displayed as \"Religious message\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#message_type", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "message", - "value": "funding", - "description": "message=funding is displayed as \"Funding sign\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#message_type", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "information", - "value": "map", - "description": "information=map is displayed as \"A map\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#message_type", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "sides", - "value": "1", - "description": "sides=1 is displayed as \"This object has advertisements on a single side\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#Sides", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "sides", - "value": "2", - "description": "sides=2 is displayed as \"This object has advertisements on both sides\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#Sides", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "ref", - "description": "Values of `ref` are shown with \"Reference number is {ref}\" and can be updated. The question is \"Wich is the reference number?\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#ref", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "historic", - "value": "advertising", - "description": "historic=advertising is displayed as \"This is a historic advertisement sign (an advertisement for a business that no longer exists or a very old sign with heritage value)\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#historic", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "historic", - "description": "historic= is displayed as \"This advertisement sign has no historic value (the business still exists and has no heritage value)\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising.md#historic", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "amenity", - "value": "shelter", - "description": "Features with this tag are displayed by layer Shelter", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shelter.md", - "icon_url": "./assets/layers/shelter/shelter.svg" - }, - { - "key": "shelter_type", - "description": "Values of `shelter_type` are shown with \"Shelter type: {shelter_type}\" and can be updated. The question is \"What kind of shelter is this?\" by layer Shelter", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shelter.md#shelter_type", - "icon_url": "./assets/layers/shelter/shelter.svg" - }, - { - "key": "shelter_type", - "value": "public_transport", - "description": "shelter_type=public_transport is displayed as \"This is a shelter at a public transport stop.\" by layer Shelter", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shelter.md#shelter_type", - "icon_url": "./assets/layers/shelter/shelter.svg" - }, - { - "key": "shelter_type", - "value": "picnic_shelter", - "description": "shelter_type=picnic_shelter is displayed as \"This is a shelter protecting from rain at a picnic site.\" by layer Shelter", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shelter.md#shelter_type", - "icon_url": "./assets/layers/shelter/shelter.svg" - }, - { - "key": "shelter_type", - "value": "gazebo", - "description": "shelter_type=gazebo is displayed as \"This is a gazebo.\" by layer Shelter", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shelter.md#shelter_type", - "icon_url": "./assets/layers/shelter/shelter.svg" - }, - { - "key": "shelter_type", - "value": "weather_shelter", - "description": "shelter_type=weather_shelter is displayed as \"This is a small shelter, primarily intended for short breaks. Usually found in the mountains or alongside roads.\" by layer Shelter", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shelter.md#shelter_type", - "icon_url": "./assets/layers/shelter/shelter.svg" - }, - { - "key": "shelter_type", - "value": "lean_to", - "description": "shelter_type=lean_to is displayed as \"This is a shed with 3 walls, primarily intended for camping.\" by layer Shelter", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shelter.md#shelter_type", - "icon_url": "./assets/layers/shelter/shelter.svg" - }, - { - "key": "shelter_type", - "value": "pavilion", - "description": "shelter_type=pavilion is displayed as \"This is a pavilion\" by layer Shelter", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shelter.md#shelter_type", - "icon_url": "./assets/layers/shelter/shelter.svg" - }, - { - "key": "shelter_type", - "value": "basic_hut", - "description": "shelter_type=basic_hut is displayed as \"This is a basic hut, providing basic shelter and sleeping facilities.\" by layer Shelter", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shelter.md#shelter_type", - "icon_url": "./assets/layers/shelter/shelter.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_aed.json b/Docs/TagInfo/mapcomplete_aed.json deleted file mode 100644 index 1f4943ece2..0000000000 --- a/Docs/TagInfo/mapcomplete_aed.json +++ /dev/null @@ -1,247 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Defibrillators", - "description": "On this map, one can find and mark nearby defibrillators", - "project_url": "https://mapcomplete.org/aed", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/aed/aed.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "emergency", - "value": "defibrillator", - "description": "Features with this tag are displayed by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#images", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#images", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#images", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#images", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#images", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "indoor", - "value": "yes", - "description": "indoor=yes is displayed as \"This defibrillator is located indoors\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_indoors", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "indoor", - "value": "no", - "description": "indoor=no is displayed as \"This defibrillator is located outdoors\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_indoors", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "access", - "description": "Values of `access` are shown with \"Access is {access}\" and can be updated. The question is \"Is this defibrillator freely accessible?\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_access", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "access", - "value": "yes", - "description": "access=yes is displayed as \"Publicly accessible\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_access", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "access", - "value": "public", - "description": "access=public is displayed as \"Publicly accessible\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_access", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "access", - "value": "customers", - "description": "access=customers is displayed as \"Only accessible to customers\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_access", - "icon_url": "./assets/layers/barrier/barrier.svg" - }, - { - "key": "access", - "value": "private", - "description": "access=private is displayed as \"Not accessible to the general public (e.g. only accesible to staff, the owners, …)\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_access", - "icon_url": "./assets/layers/barrier/barrier.svg" - }, - { - "key": "access", - "value": "no", - "description": "access=no is displayed as \"Not accessible, possibly only for professional use\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_access", - "icon_url": "./assets/layers/barrier/barrier.svg" - }, - { - "key": "level", - "description": "Values of `level` are shown with \"This defibrillator is on floor {level}\" and can be updated. The question is \"On which floor is this defibrillator located?\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_level", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "level", - "value": "0", - "description": "level=0 is displayed as \"This defibrillator is on the ground floor\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_level", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "level", - "value": "1", - "description": "level=1 is displayed as \"This defibrillator is on the first floor\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_level", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "defibrillator:location", - "description": "Values of `defibrillator:location` are shown with \"Extra information about the location (in the local language):
{defibrillator:location}\" and can be updated. The question is \"Please give some explanation on where the defibrillator can be found (in the local language)\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_defibrillator_location", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "defibrillator:location:en", - "description": "Values of `defibrillator:location:en` are shown with \"Extra information about the location (in English):
{defibrillator:location:en}\" and can be updated. The question is \"Please give some explanation on where the defibrillator can be found (in English)\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_defibrillator_location_en", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "defibrillator:location:fr", - "description": "Values of `defibrillator:location:fr` are shown with \"Extra information about the location (in French):
{defibrillator:location:fr}\" and can be updated. The question is \"Please give some explanation on where the defibrillator can be found (in French)\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_defibrillator_location_fr", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "wheelchair", - "value": "designated", - "description": "wheelchair=designated is displayed as \"This place is specially adapted for wheelchair users\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#wheelchair_access", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "wheelchair", - "value": "yes", - "description": "wheelchair=yes is displayed as \"This place is easily reachable with a wheelchair\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#wheelchair_access", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "wheelchair", - "value": "limited", - "description": "wheelchair=limited is displayed as \"It is possible to reach this place in a wheelchair, but it is not easy\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#wheelchair_access", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "wheelchair", - "value": "no", - "description": "wheelchair=no is displayed as \"This place is not reachable with a wheelchair\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#wheelchair_access", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "ref", - "description": "Values of `ref` are shown with \"Official identification number of the device: {ref}\" and can be updated. The question is \"What is the official identification number of the device? (if visible on device)\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_ref", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"Email for questions about this defibrillator: {email}\" and can be updated. The question is \"What is the email for questions about this defibrillator?\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_email", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"Telephone for questions about this defibrillator: {phone}\" and can be updated. The question is \"What is the phone number for questions about this defibrillator?\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_phone", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"At what times is this defibrillator available?\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#opening_hours_24_7", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "opening_hours", - "value": "24/7", - "description": "opening_hours=24/7 is displayed as \"24/7 opened (including holidays)\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#opening_hours_24_7", - "icon_url": "./assets/layers/questions/open24_7.svg" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#opening_hours_24_7", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "opening_hours", - "value": "unknown", - "description": "opening_hours=unknown is displayed as \"Not accessible 24/7, but the exact hours are unknown\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#opening_hours_24_7", - "icon_url": "./assets/layers/barrier/barrier.svg" - }, - { - "key": "description", - "description": "Values of `description` are shown with \"Additional information: {description}\" and can be updated. The question is \"Is there any useful information for users that you haven't been able to describe above? (leave blank if no)\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_description", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "survey:date", - "description": "Values of `survey:date` are shown with \"This defibrillator was last surveyed on {survey:date}\" and can be updated. The question is \"When was this defibrillator last surveyed?\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_survey_date", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "survey:date", - "description": "survey:date= is displayed as \"Checked today!\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_survey_date", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "fixme", - "description": "Values of `fixme` are shown with \"Extra information for OpenStreetMap experts: {fixme}\" and can be updated. The question is \"Is there something wrong with how this is mapped, that you weren't able to fix here? (leave a note to OpenStreetMap experts)\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_fixme", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_architecture.json b/Docs/TagInfo/mapcomplete_architecture.json deleted file mode 100644 index d31cf6a4dd..0000000000 --- a/Docs/TagInfo/mapcomplete_architecture.json +++ /dev/null @@ -1,331 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Buildings with an architectural style", - "description": "A map showing the archetectural style of buildings", - "project_url": "https://mapcomplete.org/architecture", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/architecture/architecture.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "building", - "description": "Features with this tag are displayed by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md", - "icon_url": "circle" - }, - { - "key": "building:architecture", - "description": "Features with this tag are displayed by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md", - "icon_url": "circle" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "building:architecture", - "description": "Values of `building:architecture` are shown with \"{building:architecture}\" and can be updated. The question is \"What is the architectural style of this building?\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#architecture", - "icon_url": "circle" - }, - { - "key": "building:architecture", - "value": "islamic", - "description": "building:architecture=islamic is displayed as \"Islamic architecture\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#architecture", - "icon_url": "circle" - }, - { - "key": "building:architecture", - "value": "mamluk", - "description": "building:architecture=mamluk is displayed as \"Mamluk architecture\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#architecture", - "icon_url": "circle" - }, - { - "key": "building:architecture", - "value": "romanesque", - "description": "building:architecture=romanesque is displayed as \"Romanesque architecture\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#architecture", - "icon_url": "circle" - }, - { - "key": "building:architecture", - "value": "gothic", - "description": "building:architecture=gothic is displayed as \"Gothic architecture\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#architecture", - "icon_url": "circle" - }, - { - "key": "building:architecture", - "value": "renaissance", - "description": "building:architecture=renaissance is displayed as \"Renaissance architecture\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#architecture", - "icon_url": "circle" - }, - { - "key": "building:architecture", - "value": "mannerism", - "description": "building:architecture=mannerism is displayed as \"Mannerism\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#architecture", - "icon_url": "circle" - }, - { - "key": "building:architecture", - "value": "ottoman", - "description": "building:architecture=ottoman is displayed as \"Ottoman architecture\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#architecture", - "icon_url": "circle" - }, - { - "key": "building:architecture", - "value": "baroque", - "description": "building:architecture=baroque is displayed as \"Baroque architecture\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#architecture", - "icon_url": "circle" - }, - { - "key": "building:architecture", - "value": "rococo", - "description": "building:architecture=rococo is displayed as \"Rococo\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#architecture", - "icon_url": "circle" - }, - { - "key": "building:architecture", - "value": "empire", - "description": "building:architecture=empire is displayed as \"Empire style\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#architecture", - "icon_url": "circle" - }, - { - "key": "building:architecture", - "value": "moorish revival", - "description": "building:architecture=moorish revival is displayed as \"Moorish Revival\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#architecture", - "icon_url": "circle" - }, - { - "key": "building:architecture", - "value": "neoclassicism", - "description": "building:architecture=neoclassicism is displayed as \"Neoclassical architecture\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#architecture", - "icon_url": "circle" - }, - { - "key": "building:architecture", - "value": "georgian", - "description": "building:architecture=georgian is displayed as \"Georgian architecture\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#architecture", - "icon_url": "circle" - }, - { - "key": "building:architecture", - "value": "victorian", - "description": "building:architecture=victorian is displayed as \"Victorian architecture\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#architecture", - "icon_url": "circle" - }, - { - "key": "building:architecture", - "value": "historicism", - "description": "building:architecture=historicism is displayed as \"Historicism\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#architecture", - "icon_url": "circle" - }, - { - "key": "building:architecture", - "value": "neo-romanesque", - "description": "building:architecture=neo-romanesque is displayed as \"Romanesque Revival\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#architecture", - "icon_url": "circle" - }, - { - "key": "building:architecture", - "value": "neo-byzantine", - "description": "building:architecture=neo-byzantine is displayed as \"Byzantine Revival\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#architecture", - "icon_url": "circle" - }, - { - "key": "building:architecture", - "value": "neo-gothic", - "description": "building:architecture=neo-gothic is displayed as \"Gothic Revival\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#architecture", - "icon_url": "circle" - }, - { - "key": "building:architecture", - "value": "neo-renaissance", - "description": "building:architecture=neo-renaissance is displayed as \"Renaissance Revival\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#architecture", - "icon_url": "circle" - }, - { - "key": "building:architecture", - "value": "neo-baroque", - "description": "building:architecture=neo-baroque is displayed as \"Baroque Revival\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#architecture", - "icon_url": "circle" - }, - { - "key": "building:architecture", - "value": "art_nouveau", - "description": "building:architecture=art_nouveau is displayed as \"Art Nouveau\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#architecture", - "icon_url": "circle" - }, - { - "key": "building:architecture", - "value": "eclectic", - "description": "building:architecture=eclectic is displayed as \"Eclecticism in architecture\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#architecture", - "icon_url": "circle" - }, - { - "key": "building:architecture", - "value": "functionalism", - "description": "building:architecture=functionalism is displayed as \"Functionalism\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#architecture", - "icon_url": "circle" - }, - { - "key": "building:architecture", - "value": "cubism", - "description": "building:architecture=cubism is displayed as \"Cubism\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#architecture", - "icon_url": "circle" - }, - { - "key": "building:architecture", - "value": "new_objectivity", - "description": "building:architecture=new_objectivity is displayed as \"New Objectivity\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#architecture", - "icon_url": "circle" - }, - { - "key": "building:architecture", - "value": "art_deco", - "description": "building:architecture=art_deco is displayed as \"Art Deco\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#architecture", - "icon_url": "circle" - }, - { - "key": "building:architecture", - "value": "modern", - "description": "building:architecture=modern is displayed as \"Modern architecture\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#architecture", - "icon_url": "circle" - }, - { - "key": "building:architecture", - "value": "amsterdam_school", - "description": "building:architecture=amsterdam_school is displayed as \"Amsterdam School\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#architecture", - "icon_url": "circle" - }, - { - "key": "building:architecture", - "value": "international_style", - "description": "building:architecture=international_style is displayed as \"International Style\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#architecture", - "icon_url": "circle" - }, - { - "key": "building:architecture", - "value": "constructivism", - "description": "building:architecture=constructivism is displayed as \"Constructivism\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#architecture", - "icon_url": "circle" - }, - { - "key": "building:architecture", - "value": "stalinist_neoclassicism", - "description": "building:architecture=stalinist_neoclassicism is displayed as \"Stalinist architecture\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#architecture", - "icon_url": "circle" - }, - { - "key": "building:architecture", - "value": "brutalist", - "description": "building:architecture=brutalist is displayed as \"Brutalist architecture\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#architecture", - "icon_url": "circle" - }, - { - "key": "building:architecture", - "value": "postmodern", - "description": "building:architecture=postmodern is displayed as \"Postmodern architecture\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#architecture", - "icon_url": "circle" - }, - { - "key": "building:architecture", - "value": "contemporary", - "description": "building:architecture=contemporary is displayed as \"Contemporary architecture\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#architecture", - "icon_url": "circle" - }, - { - "key": "construction_date", - "description": "Values of `construction_date` are shown with \"Built in {construction_date}\" and can be updated. The question is \"When was this built?\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#construction_date", - "icon_url": "circle" - }, - { - "key": "addr:street", - "description": "addr:street= & addr:unit= & addr:housenumber= is displayed as \"No address is known\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#header", - "icon_url": "circle" - }, - { - "key": "addr:unit", - "description": "addr:street= & addr:unit= & addr:housenumber= is displayed as \"No address is known\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#header", - "icon_url": "circle" - }, - { - "key": "addr:housenumber", - "description": "addr:street= & addr:unit= & addr:housenumber= is displayed as \"No address is known\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#header", - "icon_url": "circle" - }, - { - "key": "addr:housenumber", - "description": "Values of `addr:housenumber` are shown with \"The house number is {addr:housenumber}\" and can be updated. The question is \"What is the number of this house?\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#housenumber", - "icon_url": "circle" - }, - { - "key": "nohousenumber", - "value": "yes", - "description": "nohousenumber=yes is displayed as \"This building has no house number\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#housenumber", - "icon_url": "circle" - }, - { - "key": "addr:street", - "description": "Values of `addr:street` are shown with \"This address is in street {addr:street}\" and can be updated. The question is \"What street is this address located in?\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#street", - "icon_url": "circle" - }, - { - "key": "addr:unit", - "description": "Values of `addr:unit` are shown with \"The unit number is {addr:unit}\" and can be updated. The question is \"What is the unit number or letter?\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#unit", - "icon_url": "circle" - }, - { - "key": "addr:unit", - "description": "addr:unit= is displayed as \"No unit number\" by layer Buildings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/buildings_with_architecture.md#unit", - "icon_url": "circle" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_artwork.json b/Docs/TagInfo/mapcomplete_artwork.json deleted file mode 100644 index 586ca1b338..0000000000 --- a/Docs/TagInfo/mapcomplete_artwork.json +++ /dev/null @@ -1,871 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Artwork", - "description": "An open map of statues, busts, graffitis and other artwork all over the world", - "project_url": "https://mapcomplete.org/artwork", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/artwork/artwork.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "tourism", - "value": "artwork", - "description": "Features with this tag are displayed by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#images", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#images", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#images", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#images", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#images", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "description": "Values of `artwork_type` are shown with \"This is a {artwork_type}\" and can be updated. The question is \"What is the type of this artwork?\" by layers Artworks, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "architecture", - "description": "artwork_type=architecture is displayed as \"Architecture\" by layers Artworks, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "mural", - "description": "artwork_type=mural is displayed as \"Mural\" by layers Artworks, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "painting", - "description": "artwork_type=painting is displayed as \"Painting\" by layers Artworks, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "sculpture", - "description": "artwork_type=sculpture is displayed as \"Sculpture\" by layers Artworks, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "statue", - "description": "artwork_type=statue is displayed as \"Statue\" by layers Artworks, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "bust", - "description": "artwork_type=bust is displayed as \"Bust\" by layers Artworks, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "stone", - "description": "artwork_type=stone is displayed as \"Stone\" by layers Artworks, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "installation", - "description": "artwork_type=installation is displayed as \"Installation\" by layers Artworks, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "graffiti", - "description": "artwork_type=graffiti is displayed as \"Graffiti\" by layers Artworks, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "relief", - "description": "artwork_type=relief is displayed as \"Relief\" by layers Artworks, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "azulejo", - "description": "artwork_type=azulejo is displayed as \"Azulejo (Spanish decorative tilework)\" by layers Artworks, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "tilework", - "description": "artwork_type=tilework is displayed as \"Tilework\" by layers Artworks, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "woodcarving", - "description": "artwork_type=woodcarving is displayed as \"Woodcarving\" by layers Artworks, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artist:wikidata", - "description": "Values of `artist:wikidata` are shown with \"This artwork was made by {wikidata_label(artist:wikidata):font-weight:bold}
{wikipedia(artist:wikidata)}\" and can be updated. The question is \"Who made this artwork?\" by layers Artworks, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_artist_wikidata", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artist_name", - "description": "Values of `artist_name` are shown with \"Created by {artist_name}\" and can be updated. The question is \"Which artist created this?\" by layers Artworks, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_artist_name", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{link(More information on this website,&LBRACEwebsite&RBRACE,,,,)}\" and can be updated. The question is \"Is there a website with more information about this artwork?\" by layers Artworks, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_website", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "wikidata", - "description": "Values of `wikidata` are shown with \"{wikipedia():max-height:25rem}\" and can be updated. The question is \"What is the corresponding Wikidata entity?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#wikipedia", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "wikipedia", - "description": "wikipedia~.+ is displayed as \"{wikipedia():max-height:25rem}\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#wikipedia", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "wikidata", - "description": "wikidata= is displayed as \"No Wikipedia page has been linked yet\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#wikipedia", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "subject:wikidata", - "description": "Values of `subject:wikidata` are shown with \"This artwork depicts {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}\" and can be updated. The question is \"What does this artwork depict?\" by layers Artworks, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_subject", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "historic", - "value": "memorial", - "description": "historic=memorial is displayed as \"This artwork also serves as a memorial\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#doubles_as_memorial", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "historic", - "description": "historic= is displayed as \"This artwork does not serve as a memorial\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#doubles_as_memorial", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "description": "Values of `memorial` are shown with \"This is a {memorial}\" and can be updated. The question is \"What type of memorial is this?\" by layers Artworks, Memorials", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "statue", - "description": "memorial=statue is displayed as \"This is a statue\" by layers Artworks, Memorials", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "plaque", - "description": "memorial=plaque is displayed as \"This is a plaque\" by layers Artworks, Memorials", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "bench", - "description": "memorial=bench is displayed as \"This is a commemorative bench\" by layers Artworks, Memorials", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "ghost_bike", - "description": "memorial=ghost_bike is displayed as \"This is a ghost bike - a bicycle painted white to remember a cyclist whom deceased because of a car crash\" by layers Artworks, Memorials", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "stolperstein", - "description": "memorial=stolperstein is displayed as \"This is a stolperstein (stumbing stone)\" by layers Artworks, Memorials", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "stele", - "description": "memorial=stele is displayed as \"This is a stele\" by layers Artworks, Memorials", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "stone", - "description": "memorial=stone is displayed as \"This is a memorial stone\" by layers Artworks, Memorials", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "bust", - "description": "memorial=bust is displayed as \"This is a bust\" by layers Artworks, Memorials", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "sculpture", - "description": "memorial=sculpture is displayed as \"This is a sculpture\" by layers Artworks, Memorials", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "obelisk", - "description": "memorial=obelisk is displayed as \"This is an obelisk\" by layers Artworks, Memorials", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "cross", - "description": "memorial=cross is displayed as \"This is a cross\" by layers Artworks, Memorials", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "blue_plaque", - "description": "memorial=blue_plaque is displayed as \"This is a blue plaque\" by layers Artworks, Memorials", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "tank", - "description": "memorial=tank is displayed as \"This is a historic tank, permanently placed in public space as memorial\" by layers Artworks, Memorials", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "tree", - "description": "memorial=tree is displayed as \"This is a memorial tree\" by layers Artworks, Memorials", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "historic", - "value": "tomb", - "description": "historic=tomb is displayed as \"This is a gravestone; the person is buried here\" by layers Artworks, Memorials", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "inscription", - "description": "Values of `inscription` are shown with \"The inscription on this memorial reads:

{inscription}

\" and can be updated. The question is \"What is the inscription on this memorial?\" by layers Artworks, Memorials", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#inscription", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "not:inscription", - "value": "yes", - "description": "not:inscription=yes is displayed as \"This memorial does not have an inscription\" by layers Artworks, Memorials", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#inscription", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "amenity", - "value": "bench", - "description": "amenity=bench is displayed as \"This artwork also serves as a bench\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#doubles_as_bench", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "amenity", - "description": "amenity= is displayed as \"This artwork does not serve as a bench\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#doubles_as_bench", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "backrest", - "value": "yes", - "description": "backrest=yes & two_sided=yes is displayed as \"This bench is two-sided and shares the backrest\" by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_backrest", - "icon_url": "./assets/layers/bench/two_sided.svg" - }, - { - "key": "two_sided", - "value": "yes", - "description": "backrest=yes & two_sided=yes is displayed as \"This bench is two-sided and shares the backrest\" by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_backrest", - "icon_url": "./assets/layers/bench/two_sided.svg" - }, - { - "key": "backrest", - "value": "yes", - "description": "backrest=yes is displayed as \"This bench does have a backrest\" by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_backrest", - "icon_url": "./assets/layers/bench/one_sided.svg" - }, - { - "key": "backrest", - "value": "no", - "description": "backrest=no is displayed as \"This bench does not have a backrest\" by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_backrest", - "icon_url": "./assets/layers/bench/no_backrest.svg" - }, - { - "key": "armrest", - "value": "yes", - "description": "armrest=yes is displayed as \"This bench does have one or more armrests\" by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_armrest", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "armrest", - "value": "no", - "description": "armrest=no is displayed as \"This bench does not have any armrests\" by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_armrest", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "seats", - "description": "Values of `seats` are shown with \"This bench has {seats} seats\" and can be updated. The question is \"How many seats does this bench have?\" by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_seats", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "seats:separated", - "value": "no", - "description": "seats:separated=no is displayed as \"This bench does not have separated seats\" by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_seats", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "material", - "description": "Values of `material` are shown with \"Material: {material}\" and can be updated. The question is \"What is the bench (seating) made from?\" by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_material", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "material", - "value": "wood", - "description": "material=wood is displayed as \"The seating is made from wood\" by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_material", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "material", - "value": "metal", - "description": "material=metal is displayed as \"The seating is made from metal\" by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_material", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "material", - "value": "stone", - "description": "material=stone is displayed as \"The seating is made from stone\" by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_material", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "material", - "value": "concrete", - "description": "material=concrete is displayed as \"The seating is made from concrete\" by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_material", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "material", - "value": "plastic", - "description": "material=plastic is displayed as \"The seating is made from plastic\" by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_material", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "material", - "value": "steel", - "description": "material=steel is displayed as \"The seating is made from steel\" by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_material", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "direction", - "description": "Values of `direction` are shown with \"When sitting on the bench, one looks towards {direction}°.\" and can be updated. The question is \"In which direction are you looking when sitting on the bench?\" by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_direction", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "colour", - "description": "Values of `colour` are shown with \"Colour: {colour}\" and can be updated. The question is \"Which colour does this bench have?\" by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_colour", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "colour", - "value": "brown", - "description": "colour=brown is displayed as \"Colour: brown\" by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_colour", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "colour", - "value": "green", - "description": "colour=green is displayed as \"Colour: green\" by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_colour", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "colour", - "value": "gray", - "description": "colour=gray is displayed as \"Colour: gray\" by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_colour", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "colour", - "value": "white", - "description": "colour=white is displayed as \"Colour: white\" by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_colour", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "colour", - "value": "red", - "description": "colour=red is displayed as \"Colour: red\" by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_colour", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "colour", - "value": "black", - "description": "colour=black is displayed as \"Colour: black\" by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_colour", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "colour", - "value": "blue", - "description": "colour=blue is displayed as \"Colour: blue\" by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_colour", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "colour", - "value": "yellow", - "description": "colour=yellow is displayed as \"Colour: yellow\" by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_colour", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "survey:date", - "description": "Values of `survey:date` are shown with \"This bench was last surveyed on {survey:date}\" and can be updated. The question is \"When was this bench last surveyed?\" by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_survey_date", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "survey:date", - "description": "survey:date= is displayed as \"Surveyed today!\" by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_survey_date", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "inscription", - "description": "Values of `inscription` are shown with \"This bench has the following inscription:

{inscription}

\" and can be updated. The question is \"Does this bench have an inscription?\" by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_inscription", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "not:inscription", - "value": "yes", - "description": "not:inscription=yes is displayed as \"This bench does not have an inscription\" by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_inscription", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "inscription", - "description": "inscription= is displayed as \"This bench probably does not not have an inscription\" by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_inscription", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "historic", - "value": "memorial", - "description": "historic=memorial is displayed as \"This bench is a memorial for someone or something\" by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_memorial", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "historic", - "description": "historic= & not:historic=memorial is displayed as \"This bench is a not a memorial for someone or something\" by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_memorial", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "not:historic", - "value": "memorial", - "description": "historic= & not:historic=memorial is displayed as \"This bench is a not a memorial for someone or something\" by layers Artworks, Memorials, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_memorial", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "historic", - "value": "wayside_shrine", - "description": "historic=wayside_shrine is displayed as \"This artwork acts as a wayside shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#doubles_as_wayside_shrine", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "historic", - "description": "historic= is displayed as \"This artwork does not act as a wayside shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#doubles_as_wayside_shrine", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"The name of this shrine is {name}\" and can be updated. The question is \"What's the name of this shrine?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#shrine_name", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "noname", - "value": "yes", - "description": "noname=yes is displayed as \"This shrine does not have a name\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#shrine_name", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "description": "Values of `religion` are shown with \"This shrine is {religion}\" and can be updated. The question is \"To which religion is this shrine dedicated?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "value": "christian", - "description": "religion=christian is displayed as \"This is a Christian shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "value": "buddhist", - "description": "religion=buddhist is displayed as \"This is a Buddhist shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "value": "hindu", - "description": "religion=hindu is displayed as \"This is a Hindu shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "value": "jain", - "description": "religion=jain is displayed as \"This is a Jain shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "value": "jewish", - "description": "religion=jewish is displayed as \"This is a Jewish shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "value": "muslim", - "description": "religion=muslim is displayed as \"This is an Islamic shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "value": "pagan", - "description": "religion=pagan is displayed as \"This is a Pagan shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "value": "shinto", - "description": "religion=shinto is displayed as \"This is a Shinto shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "value": "sikh", - "description": "religion=sikh is displayed as \"This is a Sikh shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "value": "taoist", - "description": "religion=taoist is displayed as \"This is a Taoist shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "value": "zoroastrian", - "description": "religion=zoroastrian is displayed as \"This is a Zoroastrian shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "description": "Values of `denomination` are shown with \"The religious denomination is {denomination}\" and can be updated. The question is \"What's the Christian denomination of the shrine?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_christian", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "catholic", - "description": "denomination=catholic is displayed as \"The religious subdenomination is Catholic\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_christian", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "roman_catholic", - "description": "denomination=roman_catholic is displayed as \"The religious subdenomination is Roman Catholic\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_christian", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "orthodox", - "description": "denomination=orthodox is displayed as \"The religious subdenomination is Orthodox\" by layers Artworks, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_christian", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "greek_orthodox", - "description": "denomination=greek_orthodox is displayed as \"The religious subdenomination is Greek-Orthodox\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_christian", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "russian_orthodox", - "description": "denomination=russian_orthodox is displayed as \"The religious subdenomination is Russian-Orthodox\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_christian", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "serbian_orthodox", - "description": "denomination=serbian_orthodox is displayed as \"The religious subdenomination is Serbian Orthodox\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_christian", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "protestant", - "description": "denomination=protestant is displayed as \"The religious subdenomination is Protestant\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_christian", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "anglican", - "description": "denomination=anglican is displayed as \"The religious subdenomination is Anglican\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_christian", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "adventist", - "description": "denomination=adventist is displayed as \"The religious subdenomination is Adventist\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_christian", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "evangelical", - "description": "denomination=evangelical is displayed as \"The religious subdenomination is evangelical\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_christian", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "description": "Values of `denomination` are shown with \"The religious subdenomination is {denomination}\" and can be updated. The question is \"What's the Muslim denomination of this shrine?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_muslim", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "shia", - "description": "denomination=shia is displayed as \"The religious subdenomination is Shia\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_muslim", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "sunni", - "description": "denomination=sunni is displayed as \"The religious subdenomination is Sunni\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_muslim", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "sufi", - "description": "denomination=sufi is displayed as \"The religious subdenomination is Sufi\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_muslim", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "description": "Values of `denomination` are shown with \"The religious subdenomination is {denomination}\" and can be updated. The question is \"What's the Jewish denomination of this shrine?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_jewish", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "conservative", - "description": "denomination=conservative is displayed as \"The religious subdenomination is Conservative\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_jewish", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "hasidic", - "description": "denomination=hasidic is displayed as \"The religious subdenomination is Hasidic\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_jewish", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "reform", - "description": "denomination=reform is displayed as \"The religious subdenomination is Reform\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_jewish", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "description": "Values of `denomination` are shown with \"The denomination of this shrine is {denomination}\" and can be updated. The question is \"What's the denomination of this shrine?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_other", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "description": "Features with this tag are displayed by layer Memorials", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "historic", - "value": "memorial", - "description": "Features with this tag are displayed by layer Memorials", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "wikidata", - "description": "Values of `wikidata` are shown with \"

Wikipedia page about the memorial

{wikipedia(wikidata)}\" and can be updated. The question is \"What is the Wikipedia page about this memorial?\" by layer Memorials", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#memorial_wikidata", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "subject:wikidata", - "description": "Values of `subject:wikidata` are shown with \"

Wikipedia page about the remembered event or person

{wikipedia(subject:wikidata)}\" and can be updated. The question is \"What is the Wikipedia page about the person or event that is remembered here?\" by layer Memorials", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#subject_wikidata", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "start_date", - "description": "Values of `start_date` are shown with \"Placed on {start_date}\" and can be updated. The question is \"When was this memorial installed?\" by layer Memorials", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#start_date", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "amenity", - "value": "bench", - "description": "Features with this tag are displayed by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "tourism", - "value": "artwork", - "description": "tourism=artwork is displayed as \"This bench has an integrated artwork\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_artwork", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "not:tourism:artwork", - "value": "yes", - "description": "not:tourism:artwork=yes is displayed as \"This bench does not have an integrated artwork\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_artwork", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "tourism", - "description": "tourism= is displayed as \"This bench probably doesn't have an integrated artwork\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_artwork", - "icon_url": "./assets/layers/bench/bench.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_atm.json b/Docs/TagInfo/mapcomplete_atm.json deleted file mode 100644 index 149030a292..0000000000 --- a/Docs/TagInfo/mapcomplete_atm.json +++ /dev/null @@ -1,491 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete ATM Machines", - "description": "This map shows ATMs to withdraw or deposit money", - "project_url": "https://mapcomplete.org/atm", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/atm/logo.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "amenity", - "value": "atm", - "description": "Features with this tag are displayed by layer ATMs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/atm.md", - "icon_url": "./assets/layers/atm/atm.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers ATMs, Banks, Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/atm.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers ATMs, Banks, Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/atm.md#images", - "icon_url": "./assets/layers/atm/atm.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers ATMs, Banks, Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/atm.md#images", - "icon_url": "./assets/layers/atm/atm.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers ATMs, Banks, Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/atm.md#images", - "icon_url": "./assets/layers/atm/atm.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers ATMs, Banks, Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/atm.md#images", - "icon_url": "./assets/layers/atm/atm.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers ATMs, Banks, Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/atm.md#images", - "icon_url": "./assets/layers/atm/atm.svg" - }, - { - "key": "brand", - "description": "Values of `brand` are shown with \"The brand of this ATM is {brand}\" and can be updated. The question is \"What brand is this ATM?\" by layer ATMs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/atm.md#brand", - "icon_url": "./assets/layers/atm/atm.svg" - }, - { - "key": "operator", - "description": "Values of `operator` are shown with \"The ATM is operated by {operator}\" and can be updated. The question is \"What company operates this ATM?\" by layer ATMs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/atm.md#operator", - "icon_url": "./assets/layers/atm/atm.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"What are the opening hours of {title()}?\" by layer ATMs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/atm.md#opening_hours_24_7", - "icon_url": "./assets/layers/atm/atm.svg" - }, - { - "key": "opening_hours", - "value": "24/7", - "description": "opening_hours=24/7 is displayed as \"24/7 opened (including holidays)\" by layer ATMs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/atm.md#opening_hours_24_7", - "icon_url": "./assets/layers/questions/open24_7.svg" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layers ATMs, Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/atm.md#opening_hours_24_7", - "icon_url": "./assets/layers/atm/atm.svg" - }, - { - "key": "cash_out", - "description": "cash_out= is displayed as \"You can withdraw cash from this ATM\" by layer ATMs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/atm.md#cash_out", - "icon_url": "./assets/layers/atm/atm.svg" - }, - { - "key": "cash_out", - "value": "yes", - "description": "cash_out=yes is displayed as \"You can withdraw cash from this ATM\" by layer ATMs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/atm.md#cash_out", - "icon_url": "./assets/layers/atm/atm.svg" - }, - { - "key": "cash_out", - "value": "no", - "description": "cash_out=no is displayed as \"You cannot withdraw cash from this ATM\" by layer ATMs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/atm.md#cash_out", - "icon_url": "./assets/layers/atm/atm.svg" - }, - { - "key": "cash_in", - "description": "cash_in= is displayed as \"You probably cannot deposit cash into this ATM\" by layer ATMs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/atm.md#cash_in", - "icon_url": "./assets/layers/atm/atm.svg" - }, - { - "key": "cash_in", - "value": "yes", - "description": "cash_in=yes is displayed as \"You can deposit cash into this ATM\" by layer ATMs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/atm.md#cash_in", - "icon_url": "./assets/layers/atm/atm.svg" - }, - { - "key": "cash_in", - "value": "no", - "description": "cash_in=no is displayed as \"You cannot deposit cash into this ATM\" by layer ATMs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/atm.md#cash_in", - "icon_url": "./assets/layers/atm/atm.svg" - }, - { - "key": "cash_out:notes:denominations", - "value": "5 EUR", - "description": "cash_out:notes:denominations=5 EUR is displayed as \"5 euro notes can be withdrawn\" by layer ATMs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/atm.md#cash_out_denominations_notes", - "icon_url": "./assets/layers/questions/denominations/eur/5euro.svg" - }, - { - "key": "cash_out:notes:denominations", - "value": "10 EUR", - "description": "cash_out:notes:denominations=10 EUR is displayed as \"10 euro notes can be withdrawn\" by layer ATMs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/atm.md#cash_out_denominations_notes", - "icon_url": "./assets/layers/questions/denominations/eur/10euro.svg" - }, - { - "key": "cash_out:notes:denominations", - "value": "20 EUR", - "description": "cash_out:notes:denominations=20 EUR is displayed as \"20 euro notes can be withdrawn\" by layer ATMs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/atm.md#cash_out_denominations_notes", - "icon_url": "./assets/layers/questions/denominations/eur/20euro.svg" - }, - { - "key": "cash_out:notes:denominations", - "value": "50 EUR", - "description": "cash_out:notes:denominations=50 EUR is displayed as \"50 euro notes can be withdrawn\" by layer ATMs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/atm.md#cash_out_denominations_notes", - "icon_url": "./assets/layers/questions/denominations/eur/50euro.svg" - }, - { - "key": "cash_out:notes:denominations", - "value": "100 EUR", - "description": "cash_out:notes:denominations=100 EUR is displayed as \"100 euro notes can be withdrawn\" by layer ATMs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/atm.md#cash_out_denominations_notes", - "icon_url": "./assets/layers/questions/denominations/eur/100euro.svg" - }, - { - "key": "cash_out:notes:denominations", - "value": "200 EUR", - "description": "cash_out:notes:denominations=200 EUR is displayed as \"200 euro notes can be withdrawn\" by layer ATMs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/atm.md#cash_out_denominations_notes", - "icon_url": "./assets/layers/questions/denominations/eur/200euro.svg" - }, - { - "key": "cash_out:notes:denominations", - "value": "500 EUR", - "description": "cash_out:notes:denominations=500 EUR is displayed as \"500 euro notes can be withdrawn\" by layer ATMs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/atm.md#cash_out_denominations_notes", - "icon_url": "./assets/layers/questions/denominations/eur/500euro.svg" - }, - { - "key": "speech_output", - "value": "yes", - "description": "speech_output=yes is displayed as \"This ATM has speech output, usually available through a headphone jack\" by layer ATMs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/atm.md#speech_output", - "icon_url": "./assets/layers/atm/atm.svg" - }, - { - "key": "speech_output", - "value": "no", - "description": "speech_output=no is displayed as \"This ATM does not have speech output\" by layer ATMs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/atm.md#speech_output", - "icon_url": "./assets/layers/atm/atm.svg" - }, - { - "key": "amenity", - "value": "bank", - "description": "Features with this tag are displayed by layer Banks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/banks_with_atm.md", - "icon_url": "./assets/layers/bank/bank.svg" - }, - { - "key": "atm", - "value": "yes", - "description": "Features with this tag are displayed by layers Banks, Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/banks_with_atm.md", - "icon_url": "./assets/layers/bank/bank.svg" - }, - { - "key": "atm", - "value": "yes", - "description": "atm=yes is displayed as \"This bank has an ATM\" by layer Banks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/banks_with_atm.md#has_atm", - "icon_url": "./assets/layers/bank/bank.svg" - }, - { - "key": "atm", - "value": "no", - "description": "atm=no is displayed as \"This bank does not have an ATM\" by layer Banks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/banks_with_atm.md#has_atm", - "icon_url": "./assets/layers/bank/bank.svg" - }, - { - "key": "atm", - "value": "separate", - "description": "atm=separate is displayed as \"This bank does have an ATM, but it is mapped as a different icon\" by layer Banks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/banks_with_atm.md#has_atm", - "icon_url": "./assets/layers/bank/bank.svg" - }, - { - "key": "amenity", - "value": "post_office", - "description": "Features with this tag are displayed by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office", - "value": "post_partner", - "description": "Features with this tag are displayed by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}\" and can be updated. The question is \"What is the phone number of {title()}?\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "contact:phone", - "description": "contact:phone~.+ is displayed as \"{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"{email}\" and can be updated. The question is \"What is the email address of {title()}?\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "contact:email", - "description": "contact:email~.+ is displayed as \"{contact:email}\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "operator:email", - "description": "operator:email~.+ is displayed as \"{operator:email}\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{website}\" and can be updated. The question is \"What is the website of {title()}?\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"What are the opening hours for this post office?\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#opening_hours", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office", - "value": "post_partner", - "description": "post_office=post_partner is displayed as \"This shop is a post partner\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#post_partner", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office", - "description": "post_office= is displayed as \"This shop is not a post partner\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#post_partner", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "brand", - "description": "Values of `brand` are shown with \"This is a {brand} post office\" and can be updated. The question is \"To which brand does this post office belong?\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#post_offic_brand", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:brand", - "description": "Values of `post_office:brand` are shown with \"This location offers services for {post_office:brand}\" and can be updated. The question is \"For which brand does this location offer services?\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#partner_brand", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:brand", - "value": "DHL", - "description": "post_office:brand=DHL is displayed as \"This location offers services for DHL\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#partner_brand", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:brand", - "value": "DPD", - "description": "post_office:brand=DPD is displayed as \"This location offers services for DPD\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#partner_brand", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:brand", - "value": "GLS", - "description": "post_office:brand=GLS is displayed as \"This location offers services for GLS\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#partner_brand", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:brand", - "value": "UPS", - "description": "post_office:brand=UPS is displayed as \"This location offers services for UPS\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#partner_brand", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:brand", - "value": "DHL Paketshop", - "description": "post_office:brand=DHL Paketshop is displayed as \"This location is a DHL Paketshop\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#partner_brand", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:brand", - "value": "Hermes PaketShop", - "description": "post_office:brand=Hermes PaketShop is displayed as \"This location is a Hermes PaketShop\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#partner_brand", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:brand", - "value": "PostNL", - "description": "post_office:brand=PostNL is displayed as \"This location is a PostNL-point\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#partner_brand", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:brand", - "value": "bpost", - "description": "post_office:brand=bpost is displayed as \"This location offers services for bpost\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#partner_brand", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:letter_from", - "description": "Values of `post_office:letter_from` are shown with \"You can post letters with these companies: {post_office:letter_from}\" and can be updated. The question is \"Can you post a letter here?\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#letter_from", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:letter_from", - "value": "yes", - "description": "post_office:letter_from=yes is displayed as \"You can post letters here\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#letter_from", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:letter_from", - "value": "no", - "description": "post_office:letter_from=no is displayed as \"You can't post letters here\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#letter_from", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:parcel_from", - "description": "Values of `post_office:parcel_from` are shown with \"You can post parcels with these companies: {post_office:parcel_from}\" and can be updated. The question is \"Can you send a parcel here?\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#parcel_from", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:parcel_from", - "value": "yes", - "description": "post_office:parcel_from=yes is displayed as \"You can send parcels here\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#parcel_from", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:parcel_from", - "value": "no", - "description": "post_office:parcel_from=no is displayed as \"You can't send parcels here\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#parcel_from", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:parcel_pickup", - "description": "Values of `post_office:parcel_pickup` are shown with \"You can pick up parcels from these companies: {post_office:parcel_pickup}\" and can be updated. The question is \"Can you pick up missed parcels here?\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#parcel_pickup", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:parcel_pickup", - "value": "yes", - "description": "post_office:parcel_pickup=yes is displayed as \"You can pick up missed parcels here\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#parcel_pickup", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:parcel_pickup", - "value": "no", - "description": "post_office:parcel_pickup=no is displayed as \"You can't pick up missed parcels here\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#parcel_pickup", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:parcel_to", - "description": "Values of `post_office:parcel_to` are shown with \"You can send parcels to here for pickup with these companies: {post_office:parcel_to}\" and can be updated. The question is \"Can you send parcels to here for pickup?\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#parcel_to", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:parcel_to", - "value": "yes", - "description": "post_office:parcel_to=yes is displayed as \"You can send parcels to here for pickup\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#parcel_to", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:parcel_to", - "value": "no", - "description": "post_office:parcel_to=no is displayed as \"You can't send parcels to here for pickup\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#parcel_to", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:stamps", - "description": "Values of `post_office:stamps` are shown with \"You can buy stamps from companies: {post_office:stamps}\" and can be updated. The question is \"Can you buy stamps here?\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#stamps", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:stamps", - "value": "yes", - "description": "post_office:stamps=yes is displayed as \"You can buy stamps here\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#stamps", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:stamps", - "value": "no", - "description": "post_office:stamps=no is displayed as \"You can't buy stamps here\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#stamps", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "atm", - "value": "yes", - "description": "atm=yes is displayed as \"This post office has an ATM\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#has_atm", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "atm", - "value": "no", - "description": "atm=no is displayed as \"This post office does not have an ATM\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#has_atm", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "atm", - "value": "separate", - "description": "atm=separate is displayed as \"This post office does have an ATM, but it is mapped as a different icon\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/post_offices_with_atm.md#has_atm", - "icon_url": "./assets/layers/postoffices/post_office.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_benches.json b/Docs/TagInfo/mapcomplete_benches.json deleted file mode 100644 index 1d7dc04d0e..0000000000 --- a/Docs/TagInfo/mapcomplete_benches.json +++ /dev/null @@ -1,549 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Benches", - "description": "A map of benches", - "project_url": "https://mapcomplete.org/benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/benches/bench_poi.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "leisure", - "value": "picnic_table", - "description": "Features with this tag are displayed by layer Picnic tables", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Picnic tables, Benches, Benches at public transport stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Picnic tables, Benches, Benches at public transport stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#images", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Picnic tables, Benches, Benches at public transport stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#images", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Picnic tables, Benches, Benches at public transport stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#images", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Picnic tables, Benches, Benches at public transport stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#images", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Picnic tables, Benches, Benches at public transport stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#images", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "level", - "description": "Values of `level` are shown with \"Located on the {level}th floor\" and can be updated. The question is \"On what level is this feature located?\" by layer Picnic tables", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#single_level", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "location", - "value": "underground", - "description": "location=underground is displayed as \"Located underground\" by layer Picnic tables", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#single_level", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "level", - "value": "0", - "description": "level=0 is displayed as \"Located on the ground floor\" by layer Picnic tables", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#single_level", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "level", - "description": "level= is displayed as \"Located on the ground floor\" by layer Picnic tables", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#single_level", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "level", - "value": "1", - "description": "level=1 is displayed as \"Located on the first floor\" by layer Picnic tables", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#single_level", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "level", - "value": "-1", - "description": "level=-1 is displayed as \"Located on the first basement level\" by layer Picnic tables", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#single_level", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "material", - "description": "Values of `material` are shown with \"This picnic table is made of {material}\" and can be updated. The question is \"What material is this picnic table made of?\" by layer Picnic tables", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#picnic_table_material", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "material", - "value": "wood", - "description": "material=wood is displayed as \"This is a wooden picnic table\" by layer Picnic tables", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#picnic_table_material", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "material", - "value": "concrete", - "description": "material=concrete is displayed as \"This is a concrete picnic table\" by layer Picnic tables", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#picnic_table_material", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "material", - "value": "plastic", - "description": "material=plastic is displayed as \"This picnic table is made from (recycled) plastic\" by layer Picnic tables", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#picnic_table_material", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "material", - "value": "metal", - "description": "material=metal is displayed as \"This picnic table is made from metal\" by layer Picnic tables", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#picnic_table_material", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "amenity", - "value": "bench", - "description": "Features with this tag are displayed by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "backrest", - "value": "yes", - "description": "backrest=yes & two_sided=yes is displayed as \"This bench is two-sided and shares the backrest\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_backrest", - "icon_url": "./assets/layers/bench/two_sided.svg" - }, - { - "key": "two_sided", - "value": "yes", - "description": "backrest=yes & two_sided=yes is displayed as \"This bench is two-sided and shares the backrest\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_backrest", - "icon_url": "./assets/layers/bench/two_sided.svg" - }, - { - "key": "backrest", - "value": "yes", - "description": "backrest=yes is displayed as \"This bench does have a backrest\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_backrest", - "icon_url": "./assets/layers/bench/one_sided.svg" - }, - { - "key": "backrest", - "value": "no", - "description": "backrest=no is displayed as \"This bench does not have a backrest\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_backrest", - "icon_url": "./assets/layers/bench/no_backrest.svg" - }, - { - "key": "armrest", - "value": "yes", - "description": "armrest=yes is displayed as \"This bench does have one or more armrests\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_armrest", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "armrest", - "value": "no", - "description": "armrest=no is displayed as \"This bench does not have any armrests\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_armrest", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "seats", - "description": "Values of `seats` are shown with \"This bench has {seats} seats\" and can be updated. The question is \"How many seats does this bench have?\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_seats", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "seats:separated", - "value": "no", - "description": "seats:separated=no is displayed as \"This bench does not have separated seats\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_seats", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "material", - "description": "Values of `material` are shown with \"Material: {material}\" and can be updated. The question is \"What is the bench (seating) made from?\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_material", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "material", - "value": "wood", - "description": "material=wood is displayed as \"The seating is made from wood\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_material", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "material", - "value": "metal", - "description": "material=metal is displayed as \"The seating is made from metal\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_material", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "material", - "value": "stone", - "description": "material=stone is displayed as \"The seating is made from stone\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_material", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "material", - "value": "concrete", - "description": "material=concrete is displayed as \"The seating is made from concrete\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_material", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "material", - "value": "plastic", - "description": "material=plastic is displayed as \"The seating is made from plastic\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_material", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "material", - "value": "steel", - "description": "material=steel is displayed as \"The seating is made from steel\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_material", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "direction", - "description": "Values of `direction` are shown with \"When sitting on the bench, one looks towards {direction}°.\" and can be updated. The question is \"In which direction are you looking when sitting on the bench?\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_direction", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "colour", - "description": "Values of `colour` are shown with \"Colour: {colour}\" and can be updated. The question is \"Which colour does this bench have?\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_colour", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "colour", - "value": "brown", - "description": "colour=brown is displayed as \"Colour: brown\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_colour", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "colour", - "value": "green", - "description": "colour=green is displayed as \"Colour: green\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_colour", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "colour", - "value": "gray", - "description": "colour=gray is displayed as \"Colour: gray\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_colour", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "colour", - "value": "white", - "description": "colour=white is displayed as \"Colour: white\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_colour", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "colour", - "value": "red", - "description": "colour=red is displayed as \"Colour: red\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_colour", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "colour", - "value": "black", - "description": "colour=black is displayed as \"Colour: black\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_colour", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "colour", - "value": "blue", - "description": "colour=blue is displayed as \"Colour: blue\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_colour", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "colour", - "value": "yellow", - "description": "colour=yellow is displayed as \"Colour: yellow\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_colour", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "survey:date", - "description": "Values of `survey:date` are shown with \"This bench was last surveyed on {survey:date}\" and can be updated. The question is \"When was this bench last surveyed?\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_survey_date", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "survey:date", - "description": "survey:date= is displayed as \"Surveyed today!\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_survey_date", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "inscription", - "description": "Values of `inscription` are shown with \"This bench has the following inscription:

{inscription}

\" and can be updated. The question is \"Does this bench have an inscription?\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_inscription", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "not:inscription", - "value": "yes", - "description": "not:inscription=yes is displayed as \"This bench does not have an inscription\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_inscription", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "inscription", - "description": "inscription= is displayed as \"This bench probably does not not have an inscription\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_inscription", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "tourism", - "value": "artwork", - "description": "tourism=artwork is displayed as \"This bench has an integrated artwork\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_artwork", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "not:tourism:artwork", - "value": "yes", - "description": "not:tourism:artwork=yes is displayed as \"This bench does not have an integrated artwork\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_artwork", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "tourism", - "description": "tourism= is displayed as \"This bench probably doesn't have an integrated artwork\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_artwork", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "historic", - "value": "memorial", - "description": "historic=memorial is displayed as \"This bench is a memorial for someone or something\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_memorial", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "historic", - "description": "historic= & not:historic=memorial is displayed as \"This bench is a not a memorial for someone or something\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_memorial", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "not:historic", - "value": "memorial", - "description": "historic= & not:historic=memorial is displayed as \"This bench is a not a memorial for someone or something\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_memorial", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "description": "Values of `artwork_type` are shown with \"This is a {artwork_type}\" and can be updated. The question is \"What is the type of this artwork?\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "architecture", - "description": "artwork_type=architecture is displayed as \"Architecture\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "mural", - "description": "artwork_type=mural is displayed as \"Mural\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "painting", - "description": "artwork_type=painting is displayed as \"Painting\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "sculpture", - "description": "artwork_type=sculpture is displayed as \"Sculpture\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "statue", - "description": "artwork_type=statue is displayed as \"Statue\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "bust", - "description": "artwork_type=bust is displayed as \"Bust\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "stone", - "description": "artwork_type=stone is displayed as \"Stone\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "installation", - "description": "artwork_type=installation is displayed as \"Installation\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "graffiti", - "description": "artwork_type=graffiti is displayed as \"Graffiti\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "relief", - "description": "artwork_type=relief is displayed as \"Relief\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "azulejo", - "description": "artwork_type=azulejo is displayed as \"Azulejo (Spanish decorative tilework)\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "tilework", - "description": "artwork_type=tilework is displayed as \"Tilework\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "woodcarving", - "description": "artwork_type=woodcarving is displayed as \"Woodcarving\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artist:wikidata", - "description": "Values of `artist:wikidata` are shown with \"This artwork was made by {wikidata_label(artist:wikidata):font-weight:bold}
{wikipedia(artist:wikidata)}\" and can be updated. The question is \"Who made this artwork?\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artist_wikidata", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artist_name", - "description": "Values of `artist_name` are shown with \"Created by {artist_name}\" and can be updated. The question is \"Which artist created this?\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artist_name", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{link(More information on this website,&LBRACEwebsite&RBRACE,,,,)}\" and can be updated. The question is \"Is there a website with more information about this artwork?\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_website", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "subject:wikidata", - "description": "Values of `subject:wikidata` are shown with \"This artwork depicts {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}\" and can be updated. The question is \"What does this artwork depict?\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_subject", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "highway", - "value": "bus_stop", - "description": "Features with this tag are displayed by layer Benches at public transport stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench_at_pt.md", - "icon_url": "./assets/themes/benches/bench_public_transport.svg" - }, - { - "key": "bench", - "value": "yes", - "description": "Features with this tag are displayed by layer Benches at public transport stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench_at_pt.md", - "icon_url": "./assets/themes/benches/bench_public_transport.svg" - }, - { - "key": "bench", - "value": "stand_up_bench", - "description": "Features with this tag are displayed by layer Benches at public transport stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench_at_pt.md", - "icon_url": "./assets/themes/benches/bench_public_transport.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"{name}\" by layer Benches at public transport stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench_at_pt.md#bench_at_pt_name", - "icon_url": "./assets/themes/benches/bench_public_transport.svg" - }, - { - "key": "bench", - "value": "yes", - "description": "bench=yes is displayed as \"There is a normal, sit-down bench here\" by layer Benches at public transport stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench_at_pt.md#bench_at_pt_bench_type", - "icon_url": "./assets/themes/benches/bench_public_transport.svg" - }, - { - "key": "bench", - "value": "stand_up_bench", - "description": "bench=stand_up_bench is displayed as \"Stand up bench\" by layer Benches at public transport stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench_at_pt.md#bench_at_pt_bench_type", - "icon_url": "./assets/themes/benches/bench_public_transport.svg" - }, - { - "key": "bench", - "value": "no", - "description": "bench=no is displayed as \"There is no bench here\" by layer Benches at public transport stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench_at_pt.md#bench_at_pt_bench_type", - "icon_url": "./assets/themes/benches/bench_public_transport.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_bicycle_parkings.json b/Docs/TagInfo/mapcomplete_bicycle_parkings.json deleted file mode 100644 index 517ce4bcb4..0000000000 --- a/Docs/TagInfo/mapcomplete_bicycle_parkings.json +++ /dev/null @@ -1,384 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Bicycle parkings", - "description": "A map showing all types of bicycle parkings", - "project_url": "https://mapcomplete.org/bicycle_parkings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/bicycle_parkings/logo.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "amenity", - "value": "bicycle_parking", - "description": "Features with this tag are displayed by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#images", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#images", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#images", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#images", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#images", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "bicycle_parking", - "description": "Values of `bicycle_parking` are shown with \"This is a bicycle parking of the type: {bicycle_parking}\" and can be updated. The question is \"What is the type of this bicycle parking?\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "bicycle_parking", - "value": "stands", - "description": "bicycle_parking=stands is displayed as \"Stands\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/staple.svg" - }, - { - "key": "bicycle_parking", - "value": "safe_loops", - "description": "bicycle_parking=safe_loops is displayed as \"Rack with side loops\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/safe_loops.svg" - }, - { - "key": "bicycle_parking", - "value": "wall_loops", - "description": "bicycle_parking=wall_loops is displayed as \"Wheelbenders / rack\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/wall_loops.svg" - }, - { - "key": "bicycle_parking", - "value": "handlebar_holder", - "description": "bicycle_parking=handlebar_holder is displayed as \"Handlebar holder\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/handlebar_holder.svg" - }, - { - "key": "bicycle_parking", - "value": "rack", - "description": "bicycle_parking=rack is displayed as \"Rack\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/rack.svg" - }, - { - "key": "bicycle_parking", - "value": "two_tier", - "description": "bicycle_parking=two_tier is displayed as \"Two-tiered\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/two_tier.svg" - }, - { - "key": "bicycle_parking", - "value": "shed", - "description": "bicycle_parking=shed is displayed as \"Shed\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/shed.svg" - }, - { - "key": "bicycle_parking", - "value": "bollard", - "description": "bicycle_parking=bollard is displayed as \"Bollard\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/bollard.svg" - }, - { - "key": "bicycle_parking", - "value": "floor", - "description": "bicycle_parking=floor is displayed as \"An area on the floor which is marked for bicycle parking\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "bicycle_parking", - "value": "lockers", - "description": "bicycle_parking=lockers is displayed as \"A locker - the bicycles are enclosed completely individually or with a few bicycles together. The locker is too small to fit a person standing..\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "bicycle_parking", - "value": "lean_and_stick", - "description": "bicycle_parking=lean_and_stick is displayed as \"A lean-to bracket with possibility to use a lock through eyelet. The seat tube can be held by the stand by an anchor\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "location", - "value": "underground", - "description": "location=underground is displayed as \"Underground parking\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#location", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "location", - "value": "surface", - "description": "location=surface is displayed as \"Surface level parking\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#location", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "location", - "value": "rooftop", - "description": "location=rooftop is displayed as \"Rooftop parking\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#location", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "location", - "description": "location= is displayed as \"Surface level parking\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#location", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "building", - "value": "bicycle_shed", - "description": "building=bicycle_shed is displayed as \"This is a bicycle shed (with walls on at least three sides)\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#covered_and_building", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "building", - "value": "roof", - "description": "building=roof is displayed as \"This is a bicycle parking under a roof; the roof only serves the bicycle parking\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#covered_and_building", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "indoor", - "value": "yes", - "description": "indoor=yes is displayed as \"This bicycle parking is located in a building behind a door or gate\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#covered_and_building", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "indoor", - "value": "no", - "description": "indoor=no & covered=yes is displayed as \"This bicycle parking is under (a part of) a building\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#covered_and_building", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "covered", - "value": "yes", - "description": "indoor=no & covered=yes is displayed as \"This bicycle parking is under (a part of) a building\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#covered_and_building", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "covered", - "value": "yes", - "description": "covered=yes is displayed as \"This parking is covered (it has a roof)\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#covered_and_building", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "covered", - "value": "no", - "description": "covered=no is displayed as \"This parking is not covered\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#covered_and_building", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "capacity", - "description": "Values of `capacity` are shown with \"Place for {capacity} bikes\" and can be updated. The question is \"How many bicycles fit in this bicycle parking?\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Capacity", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "access", - "description": "Values of `access` are shown with \"{access}\" and can be updated. The question is \"Who can use this bicycle parking?\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Access", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "access", - "value": "yes", - "description": "access=yes is displayed as \"Publicly accessible\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Access", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "access", - "value": "customers", - "description": "access=customers is displayed as \"Access is primarily for visitors to a business\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Access", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "access", - "value": "members", - "description": "access=members is displayed as \"Access is limited to members of a school, company or organisation\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Access", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "access", - "value": "private", - "description": "access=private is displayed as \"Private bicycle parking which is never available to the public, also not via a membership fee\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Access", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "fee", - "value": "yes", - "description": "fee=yes is displayed as \"One has to pay to use this bicycle parking\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#fee", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "fee", - "value": "no", - "description": "fee=no is displayed as \"Free to use\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#fee", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "charge", - "description": "Values of `charge` are shown with \"Parking your bike costs {charge}\" and can be updated. The question is \"How much does it cost to park your bike here?\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#charge", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"What are the opening hours of {title()}?\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#opening_hours_24_7_default", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "opening_hours", - "value": "24/7", - "description": "opening_hours=24/7 is displayed as \"24/7 opened (including holidays)\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#opening_hours_24_7_default", - "icon_url": "./assets/layers/questions/open24_7.svg" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#opening_hours_24_7_default", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "operator", - "description": "Values of `operator` are shown with \"This bicycle parking is maintained by {operator}\" and can be updated. The question is \"Who maintains this bicycle parking?\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#operator", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "operator:phone", - "description": "Values of `operator:phone` are shown with \"{operator:phone}\" and can be updated. The question is \"What is the phone number of the operator of this bicycle parking?\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#operator_phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "phone", - "description": "phone~.+ is displayed as \"{phone}\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#operator_phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "contact:phone", - "description": "contact:phone~.+ is displayed as \"{contact:phone}\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#operator_phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "operator:website", - "description": "Values of `operator:website` are shown with \"{operator:website}\" and can be updated. The question is \"What is the website number of the operator of this bicycle parking?\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#operator_website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "website", - "description": "website~.+ is displayed as \"{website}\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#operator_website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#operator_website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "operator:email", - "description": "Values of `operator:email` are shown with \"{operator:email}\" and can be updated. The question is \"What is the email address of the operator of this bicycle parking?\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#operator_email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "cargo_bike", - "value": "yes", - "description": "cargo_bike=yes is displayed as \"This parking has room for cargo bikes\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Cargo_bike_spaces_", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "cargo_bike", - "value": "designated", - "description": "cargo_bike=designated is displayed as \"This parking has designated (official) spots for cargo bikes.\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Cargo_bike_spaces_", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "cargo_bike", - "value": "no", - "description": "cargo_bike=no is displayed as \"You're not allowed to park cargo bikes or there are no places provided for cargo bikes\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Cargo_bike_spaces_", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "capacity:cargo_bike", - "description": "Values of `capacity:cargo_bike` are shown with \"This parking fits {capacity:cargo_bike} cargo bikes\" and can be updated. The question is \"How many cargo bicycles fit in this bicycle parking?\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Cargo_bike_capacity_", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "cargo_bike", - "value": "no", - "description": "cargo_bike=no is displayed as \"There are no dedicated spaces for cargo bikes here or parking cargo bikes here is not allowed\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Cargo_bike_capacity_", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "maxstay", - "description": "Values of `maxstay` are shown with \"A bike can be parked here for at most {canonical(maxstay)}\" and can be updated. The question is \"What is the maximum allowed parking duration?\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#maxstay", - "icon_url": "./assets/layers/bike_parking/parking.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_bicycle_rental.json b/Docs/TagInfo/mapcomplete_bicycle_rental.json deleted file mode 100644 index bfcbe210f9..0000000000 --- a/Docs/TagInfo/mapcomplete_bicycle_rental.json +++ /dev/null @@ -1,333 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Bicycle rental", - "description": "A map with bicycle rental stations and bicycle rental shops", - "project_url": "https://mapcomplete.org/bicycle_rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/bicycle_rental/logo.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "amenity", - "value": "bicycle_rental", - "description": "Features with this tag are displayed by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - }, - { - "key": "bicycle_rental", - "description": "Features with this tag are displayed by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - }, - { - "key": "service:bicycle:rental", - "value": "yes", - "description": "Features with this tag are displayed by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - }, - { - "key": "rental", - "description": "Features with this tag are displayed by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#images", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#images", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#images", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#images", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#images", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - }, - { - "key": "shop", - "value": "rental", - "description": "shop=rental & bicycle_rental=shop is displayed as \"This is a shop whose main focus is bicycle rental\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#bicycle_rental_type", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - }, - { - "key": "bicycle_rental", - "value": "shop", - "description": "shop=rental & bicycle_rental=shop is displayed as \"This is a shop whose main focus is bicycle rental\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#bicycle_rental_type", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - }, - { - "key": "shop", - "value": "rental", - "description": "shop=rental is displayed as \"This is a rental business which rents out various objects and/or vehicles. It rents out bicycles too, but this is not the main focus\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#bicycle_rental_type", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - }, - { - "key": "service:bicycle:rental", - "value": "yes", - "description": "service:bicycle:rental=yes & shop=bicycle is displayed as \"This is a shop which sells or repairs bicycles, but also rents out bicycles\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#bicycle_rental_type", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - }, - { - "key": "shop", - "value": "bicycle", - "description": "service:bicycle:rental=yes & shop=bicycle is displayed as \"This is a shop which sells or repairs bicycles, but also rents out bicycles\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#bicycle_rental_type", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - }, - { - "key": "bicycle_rental", - "value": "docking_station", - "description": "bicycle_rental=docking_station is displayed as \"This is an automated docking station, where a bicycle is mechanically locked to a structure\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#bicycle_rental_type", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - }, - { - "key": "bicycle_rental", - "value": "key_dispensing_machine", - "description": "bicycle_rental=key_dispensing_machine is displayed as \"A machine is present which dispenses and accepts keys, eventually after authentication and/or payment. The bicycles are parked nearby\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#bicycle_rental_type", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - }, - { - "key": "bicycle_rental", - "value": "dropoff_point", - "description": "bicycle_rental=dropoff_point is displayed as \"This is a dropoff point, e.g. a reserved parking to place the bicycles clearly marked as being for the rental service only\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#bicycle_rental_type", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{website}\" and can be updated. The question is \"What is the website of {title()}?\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"{email}\" and can be updated. The question is \"What is the email address of {title()}?\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "contact:email", - "description": "contact:email~.+ is displayed as \"{contact:email}\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "operator:email", - "description": "operator:email~.+ is displayed as \"{operator:email}\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}\" and can be updated. The question is \"What is the phone number of {title()}?\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "contact:phone", - "description": "contact:phone~.+ is displayed as \"{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"What are the opening hours of {title()}?\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#opening_hours", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#opening_hours", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - }, - { - "key": "payment:cash", - "value": "yes", - "description": "payment:cash=yes is displayed as \"Cash is accepted here\" by layers Bicycle rental, Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#payment_options", - "icon_url": "./assets/layers/questions/cash.svg" - }, - { - "key": "payment:cards", - "value": "yes", - "description": "payment:cards=yes is displayed as \"Payment cards are accepted here\" by layers Bicycle rental, Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#payment_options", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:qr_code", - "value": "yes", - "description": "payment:qr_code=yes is displayed as \"Payment by QR-code is possible here\" by layers Bicycle rental, Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#payment_options", - "icon_url": "./assets/layers/questions/qrcode.svg" - }, - { - "key": "payment:app", - "value": "yes", - "description": "payment:app=yes is displayed as \"Payment is done using a dedicated app\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#payment_options_advanced", - "icon_url": "./assets/layers/questions/smartphone.svg" - }, - { - "key": "payment:membership_card", - "value": "yes", - "description": "payment:membership_card=yes is displayed as \"Payment is done using a membership card\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#payment_options_advanced", - "icon_url": "./assets/layers/questions/nfc_card.svg" - }, - { - "key": "rental", - "description": "Values of `rental` are shown with \"{rental} is rented here\" and can be updated. The question is \"What kind of bicycles and accessories are rented here?\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#bicycle_types", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - }, - { - "key": "rental", - "value": "city_bike", - "description": "rental=city_bike is displayed as \"Normal city bikes can be rented here\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#bicycle_types", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - }, - { - "key": "rental", - "value": "ebike", - "description": "rental=ebike is displayed as \"Electrical bikes can be rented here\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#bicycle_types", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - }, - { - "key": "rental", - "value": "bmx", - "description": "rental=bmx is displayed as \"BMX bikes can be rented here\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#bicycle_types", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - }, - { - "key": "rental", - "value": "mtb", - "description": "rental=mtb is displayed as \"Mountainbikes can be rented here\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#bicycle_types", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - }, - { - "key": "rental", - "value": "kid_bike", - "description": "rental=kid_bike is displayed as \"Bikes for children can be rented here\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#bicycle_types", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - }, - { - "key": "rental", - "value": "tandem", - "description": "rental=tandem is displayed as \"Tandem bicycles can be rented here\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#bicycle_types", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - }, - { - "key": "rental", - "value": "racebike", - "description": "rental=racebike is displayed as \"Race bicycles can be rented here\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#bicycle_types", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - }, - { - "key": "rental", - "value": "bike_helmet", - "description": "rental=bike_helmet is displayed as \"Bike helmets can be rented here\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#bicycle_types", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - }, - { - "key": "rental", - "value": "cargo_bike", - "description": "rental=cargo_bike is displayed as \"Cargo bikes can be rented here\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#bicycle_types", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - }, - { - "key": "capacity:city_bike", - "description": "Values of `capacity:city_bike` are shown with \"{capacity:city_bike} city bikes can be rented here\" and can be updated. The question is \"How many city bikes can be rented here?\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#rental_capacity_city_bike", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - }, - { - "key": "capacity:ebike", - "description": "Values of `capacity:ebike` are shown with \"{capacity:ebike} electrical bikes can be rented here\" and can be updated. The question is \"How many electrical bikes can be rented here?\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#rental_capacity_ebike", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - }, - { - "key": "capacity:kid_bike", - "description": "Values of `capacity:kid_bike` are shown with \"{capacity:kid_bike} bikes for children can be rented here\" and can be updated. The question is \"How many bikes for children can be rented here?\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#rental_capacity_kid_bike", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - }, - { - "key": "capacity:bmx", - "description": "Values of `capacity:bmx` are shown with \"{capacity:bmx} BMX bikes can be rented here\" and can be updated. The question is \"How many BMX bikes can be rented here?\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#rental_capacity_bmx", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - }, - { - "key": "capacity:mtb", - "description": "Values of `capacity:mtb` are shown with \"{capacity:mtb} mountainbikes can be rented here\" and can be updated. The question is \"How many mountainbikes can be rented here?\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#rental_capacity_mtb", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - }, - { - "key": "capacity:bicycle_pannier", - "description": "Values of `capacity:bicycle_pannier` are shown with \"{capacity:bicycle_pannier} bicycle panniers can be rented here\" and can be updated. The question is \"How many bicycle panniers can be rented here?\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#rental_capacity_bicycle_pannier", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - }, - { - "key": "capacity:tandem_bicycle", - "description": "Values of `capacity:tandem_bicycle` are shown with \"{capacity:tandem_bicycle} tandem can be rented here\" and can be updated. The question is \"How many tandem can be rented here?\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental.md#rental_capacity_tandem_bicycle", - "icon_url": "./assets/themes/bicycle_rental/logo.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_bicyclelib.json b/Docs/TagInfo/mapcomplete_bicyclelib.json deleted file mode 100644 index f7318dfd55..0000000000 --- a/Docs/TagInfo/mapcomplete_bicyclelib.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Bicycle libraries", - "description": "A bicycle library is a place where bicycles can be lent, often for a small yearly fee", - "project_url": "https://mapcomplete.org/bicyclelib", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/bicyclelib/logo.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "amenity", - "value": "bicycle_library", - "description": "Features with this tag are displayed by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#images", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#images", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#images", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#images", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#images", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This bicycle library is called {name}\" and can be updated. The question is \"What is the name of this bicycle library?\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#bicycle_library_name", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{website}\" and can be updated. The question is \"What is the website of {title()}?\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}\" and can be updated. The question is \"What is the phone number of {title()}?\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "contact:phone", - "description": "contact:phone~.+ is displayed as \"{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"{email}\" and can be updated. The question is \"What is the email address of {title()}?\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "contact:email", - "description": "contact:email~.+ is displayed as \"{contact:email}\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "operator:email", - "description": "operator:email~.+ is displayed as \"{operator:email}\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"What are the opening hours of {title()}?\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#opening_hours", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#opening_hours", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "charge", - "description": "Values of `charge` are shown with \"Lending a bicycle costs {charge}\" and can be updated. The question is \"How much does lending a bicycle cost?\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#bicycle_library_charge", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "fee", - "value": "no", - "description": "fee=no & charge= is displayed as \"Lending a bicycle is free\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#bicycle_library_charge", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "charge", - "description": "fee=no & charge= is displayed as \"Lending a bicycle is free\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#bicycle_library_charge", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "fee", - "value": "yes", - "description": "fee=yes & charge=€20warranty + €20/year is displayed as \"Lending a bicycle costs €20/year and €20 warranty\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#bicycle_library_charge", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "charge", - "value": "€20warranty + €20/year", - "description": "fee=yes & charge=€20warranty + €20/year is displayed as \"Lending a bicycle costs €20/year and €20 warranty\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#bicycle_library_charge", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "bicycle_library:for", - "value": "child", - "description": "bicycle_library:for=child is displayed as \"Bikes for children available\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#bicycle_library_target_group", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "bicycle_library:for", - "value": "adult", - "description": "bicycle_library:for=adult is displayed as \"Bikes for adult available\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#bicycle_library_target_group", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "bicycle_library:for", - "value": "disabled", - "description": "bicycle_library:for=disabled is displayed as \"Bikes for disabled persons available\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#bicycle_library_target_group", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "description", - "description": "Values of `description` are shown with \"{description}\" and can be updated. The question is \"Is there still some relevant info that the previous questions did not cover? Feel free to add it here.\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#description", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_binoculars.json b/Docs/TagInfo/mapcomplete_binoculars.json deleted file mode 100644 index 095e489f85..0000000000 --- a/Docs/TagInfo/mapcomplete_binoculars.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Binoculars", - "description": "A map with fixed binoculars", - "project_url": "https://mapcomplete.org/binoculars", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/layers/binocular/telescope.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "amenity", - "value": "binoculars", - "description": "Features with this tag are displayed by layer Binoculars", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/binocular.md", - "icon_url": "./assets/layers/binocular/telescope.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layer Binoculars", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/binocular.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Binoculars", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/binocular.md#images", - "icon_url": "./assets/layers/binocular/telescope.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Binoculars", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/binocular.md#images", - "icon_url": "./assets/layers/binocular/telescope.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Binoculars", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/binocular.md#images", - "icon_url": "./assets/layers/binocular/telescope.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Binoculars", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/binocular.md#images", - "icon_url": "./assets/layers/binocular/telescope.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Binoculars", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/binocular.md#images", - "icon_url": "./assets/layers/binocular/telescope.svg" - }, - { - "key": "charge", - "description": "Values of `charge` are shown with \"Using these binoculars costs {charge}\" and can be updated. The question is \"How much does one have to pay to use these binoculars?\" by layer Binoculars", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/binocular.md#binocular_charge", - "icon_url": "./assets/layers/binocular/telescope.svg" - }, - { - "key": "fee", - "value": "no", - "description": "fee=no & charge= is displayed as \"Free to use\" by layer Binoculars", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/binocular.md#binocular_charge", - "icon_url": "./assets/layers/binocular/telescope.svg" - }, - { - "key": "charge", - "description": "fee=no & charge= is displayed as \"Free to use\" by layer Binoculars", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/binocular.md#binocular_charge", - "icon_url": "./assets/layers/binocular/telescope.svg" - }, - { - "key": "direction", - "description": "Values of `direction` are shown with \"Looks towards {direction}°\" and can be updated. The question is \"When looking through this binocular, in what direction does one look?\" by layer Binoculars", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/binocular.md#binocular_direction", - "icon_url": "./assets/layers/binocular/telescope.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_blind_osm.json b/Docs/TagInfo/mapcomplete_blind_osm.json deleted file mode 100644 index 6f7df90b4e..0000000000 --- a/Docs/TagInfo/mapcomplete_blind_osm.json +++ /dev/null @@ -1,2020 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete OSM for the blind", - "description": "Help to map features relevant for the blind", - "project_url": "https://mapcomplete.org/blind_osm", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/blind_osm/Blindicon.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "highway", - "value": "cycleway", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway", - "value": "lane", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway", - "value": "shared_lane", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway", - "value": "track", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cyclestreet", - "value": "yes", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "residential", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "tertiary", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "unclassified", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "primary", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "secondary", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "tertiary_link", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "primary_link", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "secondary_link", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "service", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "footway", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "pedestrian", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "living_street", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "path", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "bicycle", - "value": "designated", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Cycleways and roads, Crossings, Kerbs, Transit Stops, Elevator, Stairs, Tactile Maps, Tactile Models", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Cycleways and roads, Crossings, Kerbs, Transit Stops, Elevator, Stairs, Tactile Maps, Tactile Models", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#images", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Cycleways and roads, Crossings, Kerbs, Transit Stops, Elevator, Stairs, Tactile Maps, Tactile Models", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#images", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Cycleways and roads, Crossings, Kerbs, Transit Stops, Elevator, Stairs, Tactile Maps, Tactile Models", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#images", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Cycleways and roads, Crossings, Kerbs, Transit Stops, Elevator, Stairs, Tactile Maps, Tactile Models", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#images", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Cycleways and roads, Crossings, Kerbs, Transit Stops, Elevator, Stairs, Tactile Maps, Tactile Models", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#images", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway", - "value": "shared_lane", - "description": "cycleway=shared_lane is displayed as \"There is a shared lane\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_type_for_a_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway", - "value": "lane", - "description": "cycleway=lane is displayed as \"There is a lane next to the road (separated with paint)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_type_for_a_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway", - "value": "track", - "description": "cycleway=track is displayed as \"There is a track, but no cycleway drawn separately from this road on the map.\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_type_for_a_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway", - "value": "separate", - "description": "cycleway=separate is displayed as \"There is a separately drawn cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_type_for_a_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway", - "value": "no", - "description": "cycleway=no is displayed as \"There is no cycleway\" by layers Cycleways and roads, Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_type_for_a_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "lit", - "value": "yes", - "description": "lit=yes is displayed as \"This street is lit\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_lit_", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "lit", - "value": "no", - "description": "lit=no is displayed as \"This road is not lit\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_lit_", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "lit", - "value": "sunset-sunrise", - "description": "lit=sunset-sunrise is displayed as \"This road is lit at night\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_lit_", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "lit", - "value": "24/7", - "description": "lit=24/7 is displayed as \"This road is lit 24/7\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_lit_", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cyclestreet", - "value": "yes", - "description": "cyclestreet=yes & maxspeed=30 & overtaking:motor_vehicle=no & proposed:cyclestreet= is displayed as \"This street is a cyclestreet (and has a speed limit of 30 km/h)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "maxspeed", - "value": "30", - "description": "cyclestreet=yes & maxspeed=30 & overtaking:motor_vehicle=no & proposed:cyclestreet= is displayed as \"This street is a cyclestreet (and has a speed limit of 30 km/h)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "overtaking:motor_vehicle", - "value": "no", - "description": "cyclestreet=yes & maxspeed=30 & overtaking:motor_vehicle=no & proposed:cyclestreet= is displayed as \"This street is a cyclestreet (and has a speed limit of 30 km/h)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "proposed:cyclestreet", - "description": "cyclestreet=yes & maxspeed=30 & overtaking:motor_vehicle=no & proposed:cyclestreet= is displayed as \"This street is a cyclestreet (and has a speed limit of 30 km/h)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "bicycle_road", - "value": "yes", - "description": "bicycle_road=yes is displayed as \"This street is a bicycle road\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "bicycle_road", - "value": "yes", - "description": "bicycle_road=yes & proposed:bicycle_road= & maxspeed=30 & source:maxspeed=DE:bicycle_road & vehicle=no & bicycle=designated is displayed as \"This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "proposed:bicycle_road", - "description": "bicycle_road=yes & proposed:bicycle_road= & maxspeed=30 & source:maxspeed=DE:bicycle_road & vehicle=no & bicycle=designated is displayed as \"This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "maxspeed", - "value": "30", - "description": "bicycle_road=yes & proposed:bicycle_road= & maxspeed=30 & source:maxspeed=DE:bicycle_road & vehicle=no & bicycle=designated is displayed as \"This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "source:maxspeed", - "value": "DE:bicycle_road", - "description": "bicycle_road=yes & proposed:bicycle_road= & maxspeed=30 & source:maxspeed=DE:bicycle_road & vehicle=no & bicycle=designated is displayed as \"This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "vehicle", - "value": "no", - "description": "bicycle_road=yes & proposed:bicycle_road= & maxspeed=30 & source:maxspeed=DE:bicycle_road & vehicle=no & bicycle=designated is displayed as \"This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "bicycle", - "value": "designated", - "description": "bicycle_road=yes & proposed:bicycle_road= & maxspeed=30 & source:maxspeed=DE:bicycle_road & vehicle=no & bicycle=designated is displayed as \"This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cyclestreet", - "value": "yes", - "description": "cyclestreet=yes & proposed:cyclestreet= is displayed as \"This street is a cyclestreet\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "proposed:cyclestreet", - "description": "cyclestreet=yes & proposed:cyclestreet= is displayed as \"This street is a cyclestreet\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cyclestreet", - "description": "cyclestreet= & proposed:cyclestreet=yes is displayed as \"This street will become a cyclestreet soon\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "proposed:cyclestreet", - "value": "yes", - "description": "cyclestreet= & proposed:cyclestreet=yes is displayed as \"This street will become a cyclestreet soon\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "bicycle_road", - "description": "bicycle_road= & proposed:bicycle_road=yes is displayed as \"This street will become a bicycle road soon\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "proposed:bicycle_road", - "value": "yes", - "description": "bicycle_road= & proposed:bicycle_road=yes is displayed as \"This street will become a bicycle road soon\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cyclestreet", - "description": "cyclestreet= & proposed:cyclestreet= & bicycle_road= & proposed:bicycle_road= & overtaking:motor_vehicle= is displayed as \"This street is not a cyclestreet\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "proposed:cyclestreet", - "description": "cyclestreet= & proposed:cyclestreet= & bicycle_road= & proposed:bicycle_road= & overtaking:motor_vehicle= is displayed as \"This street is not a cyclestreet\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "bicycle_road", - "description": "cyclestreet= & proposed:cyclestreet= & bicycle_road= & proposed:bicycle_road= & overtaking:motor_vehicle= is displayed as \"This street is not a cyclestreet\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "proposed:bicycle_road", - "description": "cyclestreet= & proposed:cyclestreet= & bicycle_road= & proposed:bicycle_road= & overtaking:motor_vehicle= is displayed as \"This street is not a cyclestreet\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "overtaking:motor_vehicle", - "description": "cyclestreet= & proposed:cyclestreet= & bicycle_road= & proposed:bicycle_road= & overtaking:motor_vehicle= is displayed as \"This street is not a cyclestreet\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "traffic_sign", - "value": "DE:244.1,1020-30", - "description": "traffic_sign=DE:244.1,1020-30 is displayed as \"Residents allowed\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#supplementary_sign", - "icon_url": "./assets/themes/cyclestreets/Zeichen_244_1020-30.svg" - }, - { - "key": "traffic_sign", - "value": "DE:244.1,1022-12,1024-10", - "description": "traffic_sign=DE:244.1,1022-12,1024-10 is displayed as \"Motor vehicles allowed\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#supplementary_sign", - "icon_url": "./assets/themes/cyclestreets/Zeichen_244_KFZ_frei.svg" - }, - { - "key": "traffic_sign", - "value": "DE:244.1,1022-12", - "description": "traffic_sign=DE:244.1,1022-12 is displayed as \"Motorcycles allowed\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#supplementary_sign", - "icon_url": "./assets/themes/cyclestreets/Zeichen_244_1022-12.svg" - }, - { - "key": "traffic_sign", - "value": "DE:244.1,1024-10", - "description": "traffic_sign=DE:244.1,1024-10 is displayed as \"Cars allowed\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#supplementary_sign", - "icon_url": "./assets/themes/cyclestreets/Zeichen_244_1024-10.svg" - }, - { - "key": "traffic_sign", - "value": "DE:244.1", - "description": "traffic_sign=DE:244.1 is displayed as \"There are no supplementary signs at this bicycle road.\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#supplementary_sign", - "icon_url": "./assets/themes/cyclestreets/Zeichen_244.svg" - }, - { - "key": "maxspeed", - "description": "Values of `maxspeed` are shown with \"The maximum speed on this road is {maxspeed} km/h\" and can be updated. The question is \"What is the maximum speed in this street?\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Maxspeed__for_road_", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "maxspeed", - "value": "20", - "description": "maxspeed=20 is displayed as \"The maximum speed is 20 km/h\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Maxspeed__for_road_", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "maxspeed", - "value": "30", - "description": "maxspeed=30 is displayed as \"The maximum speed is 30 km/h\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Maxspeed__for_road_", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "maxspeed", - "value": "50", - "description": "maxspeed=50 is displayed as \"The maximum speed is 50 km/h\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Maxspeed__for_road_", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "maxspeed", - "value": "70", - "description": "maxspeed=70 is displayed as \"The maximum speed is 70 km/h\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Maxspeed__for_road_", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "maxspeed", - "value": "90", - "description": "maxspeed=90 is displayed as \"The maximum speed is 90 km/h\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Maxspeed__for_road_", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "description": "Values of `cycleway:surface` are shown with \"This cyleway is made of {cycleway:surface}\" and can be updated. The question is \"What is the surface of the cycleway made from?\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "unpaved", - "description": "cycleway:surface=unpaved is displayed as \"This cycleway is unpaved\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "paved", - "description": "cycleway:surface=paved is displayed as \"This cycleway is paved\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "asphalt", - "description": "cycleway:surface=asphalt is displayed as \"This cycleway is made of asphalt\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "paving_stones", - "description": "cycleway:surface=paving_stones is displayed as \"This cycleway is made of smooth paving stones\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "concrete", - "description": "cycleway:surface=concrete is displayed as \"This cycleway is made of concrete\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "cobblestone", - "description": "cycleway:surface=cobblestone is displayed as \"This cycleway is made of cobblestone (unhewn or sett)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "unhewn_cobblestone", - "description": "cycleway:surface=unhewn_cobblestone is displayed as \"This cycleway is made of raw, natural cobblestone\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "sett", - "description": "cycleway:surface=sett is displayed as \"This cycleway is made of flat, square cobblestone\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "wood", - "description": "cycleway:surface=wood is displayed as \"This cycleway is made of wood\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "gravel", - "description": "cycleway:surface=gravel is displayed as \"This cycleway is made of gravel\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "fine_gravel", - "description": "cycleway:surface=fine_gravel is displayed as \"This cycleway is made of fine gravel\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "pebblestone", - "description": "cycleway:surface=pebblestone is displayed as \"This cycleway is made of pebblestone\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "ground", - "description": "cycleway:surface=ground is displayed as \"This cycleway is made from raw ground\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "incline", - "description": "Values of `incline` are shown with \"This road has an slope of {incline}\" and can be updated. The question is \"Does {title()} have an incline?\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#incline", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "incline", - "description": "incline= is displayed as \"There is (probably) no incline here\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#incline", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "incline", - "value": "up", - "description": "incline=up | incline=down | incline=yes is displayed as \"This road has a slope\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#incline", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "incline", - "value": "down", - "description": "incline=up | incline=down | incline=yes is displayed as \"This road has a slope\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#incline", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "incline", - "value": "yes", - "description": "incline=up | incline=down | incline=yes is displayed as \"This road has a slope\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#incline", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:smoothness", - "value": "excellent", - "description": "cycleway:smoothness=excellent is displayed as \"Usable for thin rollers: rollerblade, skateboard\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_smoothness", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:smoothness", - "value": "good", - "description": "cycleway:smoothness=good is displayed as \"Usable for thin wheels: racing bike\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_smoothness", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:smoothness", - "value": "intermediate", - "description": "cycleway:smoothness=intermediate is displayed as \"Usable for normal wheels: city bike, wheelchair, scooter\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_smoothness", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:smoothness", - "value": "bad", - "description": "cycleway:smoothness=bad is displayed as \"Usable for robust wheels: trekking bike, car, rickshaw\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_smoothness", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:smoothness", - "value": "very_bad", - "description": "cycleway:smoothness=very_bad is displayed as \"Usable for vehicles with high clearance: light duty off-road vehicle\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_smoothness", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:smoothness", - "value": "horrible", - "description": "cycleway:smoothness=horrible is displayed as \"Usable for off-road vehicles: heavy duty off-road vehicle\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_smoothness", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:smoothness", - "value": "very_horrible", - "description": "cycleway:smoothness=very_horrible is displayed as \"Usable for specialized off-road vehicles: tractor, ATV\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_smoothness", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:smoothness", - "value": "impassable", - "description": "cycleway:smoothness=impassable is displayed as \"Impassable / No wheeled vehicle\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_smoothness", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "description": "Values of `surface` are shown with \"This road is made of {surface}\" and can be updated. The question is \"What is the surface of the street made from?\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "unpaved", - "description": "surface=unpaved is displayed as \"This cycleway is unhardened\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "paved", - "description": "surface=paved is displayed as \"This cycleway is paved\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "asphalt", - "description": "surface=asphalt is displayed as \"This cycleway is made of asphalt\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "paving_stones", - "description": "surface=paving_stones is displayed as \"This cycleway is made of smooth paving stones\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "concrete", - "description": "surface=concrete is displayed as \"This cycleway is made of concrete\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "cobblestone", - "description": "surface=cobblestone is displayed as \"This cycleway is made of cobblestone (unhewn or sett)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "unhewn_cobblestone", - "description": "surface=unhewn_cobblestone is displayed as \"This cycleway is made of raw, natural cobblestone\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "sett", - "description": "surface=sett is displayed as \"This cycleway is made of flat, square cobblestone\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "wood", - "description": "surface=wood is displayed as \"This cycleway is made of wood\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "gravel", - "description": "surface=gravel is displayed as \"This cycleway is made of gravel\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "fine_gravel", - "description": "surface=fine_gravel is displayed as \"This cycleway is made of fine gravel\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "pebblestone", - "description": "surface=pebblestone is displayed as \"This cycleway is made of pebblestone\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "ground", - "description": "surface=ground is displayed as \"This cycleway is made from raw ground\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "smoothness", - "value": "excellent", - "description": "smoothness=excellent is displayed as \"Usable for thin rollers: rollerblade, skateboard\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_street", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "smoothness", - "value": "good", - "description": "smoothness=good is displayed as \"Usable for thin wheels: racing bike\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_street", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "smoothness", - "value": "intermediate", - "description": "smoothness=intermediate is displayed as \"Usable for normal wheels: city bike, wheelchair, scooter\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_street", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "smoothness", - "value": "bad", - "description": "smoothness=bad is displayed as \"Usable for robust wheels: trekking bike, car, rickshaw\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_street", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "smoothness", - "value": "very_bad", - "description": "smoothness=very_bad is displayed as \"Usable for vehicles with high clearance: light duty off-road vehicle\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_street", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "smoothness", - "value": "horrible", - "description": "smoothness=horrible is displayed as \"Usable for off-road vehicles: heavy duty off-road vehicle\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_street", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "smoothness", - "value": "very_horrible", - "description": "smoothness=very_horrible is displayed as \"Usable for specialized off-road vehicles: tractor, ATV\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_street", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "smoothness", - "value": "impassable", - "description": "smoothness=impassable is displayed as \"Impassable / No wheeled vehicle\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_street", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "width", - "description": "Values of `width` are shown with \"The carriage width of this road is {width}m\" and can be updated. The question is \"What is the carriage width of this road (in meters)?\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#width", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:traffic_sign", - "value": "BE:D7", - "description": "cycleway:traffic_sign=BE:D7 is displayed as \"Compulsory cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_lane_track_traffic_signs", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D07.svg" - }, - { - "key": "cycleway:traffic_sign", - "description": "cycleway:traffic_sign~^(BE:D7;.*)$ is displayed as \"Compulsory cycleway (with supplementary sign)
\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_lane_track_traffic_signs", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D07.svg" - }, - { - "key": "cycleway:traffic_sign", - "value": "BE:D9", - "description": "cycleway:traffic_sign=BE:D9 is displayed as \"Segregated foot/cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_lane_track_traffic_signs", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D09.svg" - }, - { - "key": "cycleway:traffic_sign", - "value": "BE:D10", - "description": "cycleway:traffic_sign=BE:D10 is displayed as \"Unsegregated foot/cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_lane_track_traffic_signs", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D10.svg" - }, - { - "key": "cycleway:traffic_sign", - "value": "none", - "description": "cycleway:traffic_sign=none is displayed as \"No traffic sign present\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_lane_track_traffic_signs", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "traffic_sign", - "value": "BE:D7", - "description": "traffic_sign=BE:D7 is displayed as \"Compulsory cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D07.svg" - }, - { - "key": "traffic_sign", - "description": "traffic_sign~^(BE:D7;.*)$ is displayed as \"Compulsory cycleway (with supplementary sign)
\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D07.svg" - }, - { - "key": "traffic_sign", - "value": "BE:D9", - "description": "traffic_sign=BE:D9 is displayed as \"Segregated foot/cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D09.svg" - }, - { - "key": "traffic_sign", - "value": "BE:D10", - "description": "traffic_sign=BE:D10 is displayed as \"Unsegregated foot/cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D10.svg" - }, - { - "key": "traffic_sign", - "value": "NL:G11", - "description": "traffic_sign=NL:G11 is displayed as \"Compulsory cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/nl/Nederlands_verkeersbord_G11.svg" - }, - { - "key": "traffic_sign", - "value": "NL:G12a", - "description": "traffic_sign=NL:G12a is displayed as \"Compulsory (moped)cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/nl/Nederlands_verkeersbord_G12a.svg" - }, - { - "key": "traffic_sign", - "value": "NL:G13", - "description": "traffic_sign=NL:G13 is displayed as \"Non-compulsory cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/nl/Nederlands_verkeersbord_G13.svg" - }, - { - "key": "traffic_sign", - "value": "none", - "description": "traffic_sign=none is displayed as \"No traffic sign present\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:traffic_sign", - "value": "BE:D7;BE:M6", - "description": "cycleway:traffic_sign=BE:D7;BE:M6 is displayed as \"Mopeds must use the cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs_supplementary", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_traffic_sign_M6.svg" - }, - { - "key": "cycleway:traffic_sign", - "value": "BE:D7;BE:M13", - "description": "cycleway:traffic_sign=BE:D7;BE:M13 is displayed as \"Speedpedelecs must use the cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs_supplementary", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_traffic_sign_M13.svg" - }, - { - "key": "cycleway:traffic_sign", - "value": "BE:D7;BE:M14", - "description": "cycleway:traffic_sign=BE:D7;BE:M14 is displayed as \"Mopeds and speedpedelecs must use the cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs_supplementary", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_traffic_sign_M14.svg" - }, - { - "key": "cycleway:traffic_sign", - "value": "BE:D7;BE:M7", - "description": "cycleway:traffic_sign=BE:D7;BE:M7 is displayed as \"Mopeds are not allowed\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs_supplementary", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_traffic_sign_M7.svg" - }, - { - "key": "cycleway:traffic_sign", - "value": "BE:D7;BE:M15", - "description": "cycleway:traffic_sign=BE:D7;BE:M15 is displayed as \"Speedpedelecs are not allowed\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs_supplementary", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_traffic_sign_M15.svg" - }, - { - "key": "cycleway:traffic_sign", - "value": "BE:D7;BE:M16", - "description": "cycleway:traffic_sign=BE:D7;BE:M16 is displayed as \"Mopeds and speedpedelecs are not allowed\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs_supplementary", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_traffic_sign_M16.svg" - }, - { - "key": "cycleway:traffic_sign:supplementary", - "value": "none", - "description": "cycleway:traffic_sign:supplementary=none is displayed as \"No supplementary traffic sign present\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs_supplementary", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:buffer", - "description": "Values of `cycleway:buffer` are shown with \"The buffer besides this cycleway is {cycleway:buffer} m\" and can be updated. The question is \"How wide is the gap between the cycleway and the road?\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleways_and_roads_cycleway_buffer", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:separation", - "value": "dashed_line", - "description": "cycleway:separation=dashed_line is displayed as \"This cycleway is separated by a dashed line\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cyclelan_segregation", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:separation", - "value": "solid_line", - "description": "cycleway:separation=solid_line is displayed as \"This cycleway is separated by a solid line\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cyclelan_segregation", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:separation", - "value": "parking_lane", - "description": "cycleway:separation=parking_lane is displayed as \"This cycleway is separated by a parking lane\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cyclelan_segregation", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:separation", - "value": "kerb", - "description": "cycleway:separation=kerb is displayed as \"This cycleway is separated by a kerb\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cyclelan_segregation", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "separation", - "value": "dashed_line", - "description": "separation=dashed_line is displayed as \"This cycleway is separated by a dashed line\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_segregation", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "separation", - "value": "solid_line", - "description": "separation=solid_line is displayed as \"This cycleway is separated by a solid line\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_segregation", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "separation", - "value": "parking_lane", - "description": "separation=parking_lane is displayed as \"This cycleway is separated by a parking lane\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_segregation", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "separation", - "value": "kerb", - "description": "separation=kerb is displayed as \"This cycleway is separated by a kerb\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_segregation", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "traffic_signals", - "description": "Features with this tag are displayed by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "highway", - "value": "crossing", - "description": "Features with this tag are displayed by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "crossing:signals", - "value": "no", - "description": "crossing:signals=no is displayed as \"There are no traffic signals at this crossing\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#signals", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "crossing:signals", - "value": "yes", - "description": "crossing:signals=yes is displayed as \"There are traffic signals at this crossing\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#signals", - "icon_url": "./assets/layers/crossings/traffic_lights.svg" - }, - { - "key": "crossing", - "value": "traffic_signals", - "description": "crossing=traffic_signals is displayed as \"There are traffic signals at this crossing\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#signals", - "icon_url": "./assets/layers/crossings/traffic_lights.svg" - }, - { - "key": "crossing:markings", - "description": "Values of `crossing:markings` are shown with \"This crossing has {crossing:markings} markings\" and can be updated. The question is \"What kind of markings does this crossing have?\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#markings", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "crossing:markings", - "value": "no", - "description": "crossing:markings=no is displayed as \"This crossing has no markings\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#markings", - "icon_url": "./assets/layers/crossings/crossing_unmarked.png" - }, - { - "key": "crossing:markings", - "value": "zebra", - "description": "crossing:markings=zebra is displayed as \"This crossing has zebra markings\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#markings", - "icon_url": "./assets/layers/crossings/markings_zebra.png" - }, - { - "key": "crossing:markings", - "value": "yes", - "description": "crossing:markings=yes is displayed as \"This crossing has markings of an unknown type\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#markings", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "crossing:markings", - "value": "lines", - "description": "crossing:markings=lines is displayed as \"This crossings has lines on either side of the crossing\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#markings", - "icon_url": "./assets/layers/crossings/markings_lines.png" - }, - { - "key": "crossing:markings", - "value": "ladder", - "description": "crossing:markings=ladder is displayed as \"This crossing has lines on either side of the crossing, along with bars connecting them\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#markings", - "icon_url": "./assets/layers/crossings/markings_ladder.png" - }, - { - "key": "crossing:markings", - "value": "dashes", - "description": "crossing:markings=dashes is displayed as \"This crossing has dashed lines on either sides of the crossing\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#markings", - "icon_url": "./assets/layers/crossings/markings_dashes.png" - }, - { - "key": "crossing:markings", - "value": "dots", - "description": "crossing:markings=dots is displayed as \"This crossing has dotted lines on either sides of the crossing\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#markings", - "icon_url": "./assets/layers/crossings/markings_dots.png" - }, - { - "key": "crossing:markings", - "value": "surface", - "description": "crossing:markings=surface is displayed as \"This crossing is marked by using a different coloured surface\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#markings", - "icon_url": "./assets/layers/crossings/markings_surface.png" - }, - { - "key": "crossing:markings", - "value": "ladder:skewed", - "description": "crossing:markings=ladder:skewed is displayed as \"This crossing has lines on either side of the crossing, along with angled bars connecting them\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#markings", - "icon_url": "./assets/layers/crossings/markings_ladder_skewed.png" - }, - { - "key": "crossing:markings", - "value": "zebra:paired", - "description": "crossing:markings=zebra:paired is displayed as \"This crossing has zebra markings with an interruption in every bar\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#markings", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "crossing:markings", - "value": "zebra:bicolour", - "description": "crossing:markings=zebra:bicolour is displayed as \"This crossing has zebra markings in alternating colours\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#markings", - "icon_url": "./assets/layers/crossings/markings_zebra_bicolour.png" - }, - { - "key": "crossing:markings", - "value": "zebra:double", - "description": "crossing:markings=zebra:double is displayed as \"This crossing has double zebra markings\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#markings", - "icon_url": "./assets/layers/crossings/markings_zebra_double.png" - }, - { - "key": "crossing:markings", - "value": "pictograms", - "description": "crossing:markings=pictograms is displayed as \"This crossing has pictograms on the road\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#markings", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "crossing:markings", - "value": "ladder:paired", - "description": "crossing:markings=ladder:paired is displayed as \"This crossing has lines on either side of the crossing, along with bars connecting them, with an interruption in every bar\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#markings", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "crossing:markings", - "value": "lines:paired", - "description": "crossing:markings=lines:paired is displayed as \"This crossing has double lines on either side of the crossing\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#markings", - "icon_url": "./assets/layers/crossings/markings_lines_paired.png" - }, - { - "key": "crossing:island", - "value": "yes", - "description": "crossing:island=yes is displayed as \"This crossing has an island in the middle\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_has_island", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "crossing:island", - "value": "no", - "description": "crossing:island=no is displayed as \"This crossing does not have an island in the middle\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_has_island", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "tactile_paving", - "value": "yes", - "description": "tactile_paving=yes is displayed as \"This crossing has tactile paving\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_tactile", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "tactile_paving", - "value": "no", - "description": "tactile_paving=no is displayed as \"This crossing does not have tactile paving\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_tactile", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "tactile_paving", - "value": "incorrect", - "description": "tactile_paving=incorrect is displayed as \"This crossing has tactile paving, but is not correct\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_tactile", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "tactile_paving", - "value": "partial", - "description": "tactile_paving=partial is displayed as \"This crrosing has tactile paving, but only on one side\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_tactile", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "button_operated", - "value": "yes", - "description": "button_operated=yes is displayed as \"This traffic light has a button to request green light\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_button", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "button_operated", - "value": "no", - "description": "button_operated=no is displayed as \"This traffic light does not have a button to request green light\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_button", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "traffic_signals:sound", - "value": "yes", - "description": "traffic_signals:sound=yes is displayed as \"This traffic light has sound signals to help crossing, both for finding the crossing and for crossing.\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_sound", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "traffic_signals:sound", - "value": "no", - "description": "traffic_signals:sound=no is displayed as \"This traffic light does not have sound signals to help crossing.\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_sound", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "traffic_signals:sound", - "value": "locate", - "description": "traffic_signals:sound=locate is displayed as \"This traffic light has a sound signal to help locate the pole, but no signal to sign that it is safe to cross.\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_sound", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "traffic_signals:sound", - "value": "walk", - "description": "traffic_signals:sound=walk is displayed as \"This traffic light has a sound signal to sign that it is safe to cross, but no signal to help locate the pole.\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_sound", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "traffic_signals:vibration", - "value": "yes", - "description": "traffic_signals:vibration=yes is displayed as \"The button for this traffic light has a vibration signal to indicate that it is safe to cross.\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_vibration", - "icon_url": "./assets/layers/crossings/Vibrating_button_illustration.jpg" - }, - { - "key": "traffic_signals:vibration", - "value": "no", - "description": "traffic_signals:vibration=no is displayed as \"The button for this traffic light does not have a vibration signal to indicate that it is safe to cross.\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_vibration", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "traffic_signals:arrow", - "value": "yes", - "description": "traffic_signals:arrow=yes is displayed as \"This traffic light has an arrow pointing in the direction of crossing.\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_arrow", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "traffic_signals:arrow", - "value": "no", - "description": "traffic_signals:arrow=no is displayed as \"This traffic light does not have an arrow pointing in the direction of crossing.\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_arrow", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "traffic_signals:minimap", - "value": "yes", - "description": "traffic_signals:minimap=yes is displayed as \"This traffic light has a tactile map showing the layout of the crossing.\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_minimap", - "icon_url": "./assets/layers/crossings/180px-Trairvoja_mapeto.jpg" - }, - { - "key": "traffic_signals:minimap", - "value": "no", - "description": "traffic_signals:minimap=no is displayed as \"This traffic light does not have a tactile map showing the layout of the crossing.\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_minimap", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "red_turn:right:bicycle", - "value": "yes", - "description": "red_turn:right:bicycle=yes is displayed as \"A cyclist can turn right if the light is red\" by layers Crossings, Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_right_turn_through_red", - "icon_url": "./assets/layers/crossings/Belgian_road_sign_B22.svg" - }, - { - "key": "red_turn:right:bicycle", - "value": "no", - "description": "red_turn:right:bicycle=no is displayed as \"A cyclist can not turn right if the light is red\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_right_turn_through_red", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "red_turn:straight:bicycle", - "value": "yes", - "description": "red_turn:straight:bicycle=yes is displayed as \"A cyclist can go straight on if the light is red\" by layers Crossings, Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_continue_through_red", - "icon_url": "./assets/layers/crossings/Belgian_road_sign_B23.svg" - }, - { - "key": "red_turn:straight:bicycle", - "value": "no", - "description": "red_turn:straight:bicycle=no is displayed as \"A cyclist can not go straight on if the light is red\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_continue_through_red", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "barrier", - "value": "kerb", - "description": "Features with this tag are displayed by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md", - "icon_url": "./assets/layers/kerbs/KerbIcon.svg" - }, - { - "key": "kerb", - "value": "raised", - "description": "kerb=raised is displayed as \"This kerb is raised (>3 cm)\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#kerb_type", - "icon_url": "./assets/layers/kerbs/raised.svg" - }, - { - "key": "kerb", - "value": "lowered", - "description": "kerb=lowered is displayed as \"This kerb is lowered (~3 cm)\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#kerb_type", - "icon_url": "./assets/layers/kerbs/lowered.svg" - }, - { - "key": "kerb", - "value": "flush", - "description": "kerb=flush is displayed as \"This kerb is flush (~0cm)\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#kerb_type", - "icon_url": "./assets/layers/kerbs/flush.svg" - }, - { - "key": "kerb", - "value": "no", - "description": "kerb=no is displayed as \"There is no kerb here\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#kerb_type", - "icon_url": "./assets/layers/kerbs/no.svg" - }, - { - "key": "kerb", - "value": "yes", - "description": "kerb=yes is displayed as \"There is a kerb of unknown height\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#kerb_type", - "icon_url": "./assets/layers/kerbs/KerbIcon.svg" - }, - { - "key": "tactile_paving", - "value": "yes", - "description": "tactile_paving=yes is displayed as \"This kerb has tactile paving.\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#tactile_paving", - "icon_url": "./assets/layers/kerbs/KerbIcon.svg" - }, - { - "key": "tactile_paving", - "value": "no", - "description": "tactile_paving=no is displayed as \"This kerb does not have tactile paving.\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#tactile_paving", - "icon_url": "./assets/layers/kerbs/KerbIcon.svg" - }, - { - "key": "tactile_paving", - "value": "contrasted", - "description": "tactile_paving=contrasted is displayed as \"This kerb has tactile paving, which has a contrasting colour to the surrounding pavement.\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#tactile_paving", - "icon_url": "./assets/layers/kerbs/KerbIcon.svg" - }, - { - "key": "tactile_paving", - "value": "incorrect", - "description": "tactile_paving=incorrect is displayed as \"This kerb has tactile paving, but it is incorrect.\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#tactile_paving", - "icon_url": "./assets/layers/kerbs/KerbIcon.svg" - }, - { - "key": "tactile_paving:colour", - "description": "Values of `tactile_paving:colour` are shown with \"The tactile paving is coloured {tactile_paving:colour}.\" and can be updated. The question is \"What is the colour of the tactile paving?\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#tactile_paving_colour", - "icon_url": "./assets/layers/kerbs/KerbIcon.svg" - }, - { - "key": "tactile_paving:colour", - "value": "yellow", - "description": "tactile_paving:colour=yellow is displayed as \"The tactile paving is yellow.\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#tactile_paving_colour", - "icon_url": "./assets/layers/kerbs/KerbIcon.svg" - }, - { - "key": "tactile_paving:colour", - "value": "red", - "description": "tactile_paving:colour=red is displayed as \"The tactile paving is red.\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#tactile_paving_colour", - "icon_url": "./assets/layers/kerbs/KerbIcon.svg" - }, - { - "key": "tactile_paving:colour", - "value": "white", - "description": "tactile_paving:colour=white is displayed as \"The tactile paving is white.\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#tactile_paving_colour", - "icon_url": "./assets/layers/kerbs/KerbIcon.svg" - }, - { - "key": "tactile_paving:colour", - "value": "grey", - "description": "tactile_paving:colour=grey is displayed as \"The tactile paving is grey.\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#tactile_paving_colour", - "icon_url": "./assets/layers/kerbs/KerbIcon.svg" - }, - { - "key": "kerb:height", - "description": "Values of `kerb:height` are shown with \"Kerb height: {kerb:height}\" and can be updated. The question is \"What is the height of this kerb?\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#kerb_height", - "icon_url": "./assets/layers/kerbs/KerbIcon.svg" - }, - { - "key": "kerb:height", - "value": "0", - "description": "kerb:height=0 is displayed as \"This kerb is flush and is lower than 1cm.\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#kerb_height", - "icon_url": "./assets/layers/kerbs/KerbIcon.svg" - }, - { - "key": "highway", - "value": "bus_stop", - "description": "Features with this tag are displayed by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This stop is called {name}\" and can be updated. The question is \"What is the name of this stop?\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#stop_name", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "noname", - "value": "yes", - "description": "noname=yes & name= is displayed as \"This stop has no name\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#stop_name", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "name", - "description": "noname=yes & name= is displayed as \"This stop has no name\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#stop_name", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "shelter", - "value": "yes", - "description": "shelter=yes is displayed as \"This stop has a shelter\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#shelter", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "shelter", - "value": "no", - "description": "shelter=no is displayed as \"This stop does not have a shelter\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#shelter", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "shelter", - "value": "separate", - "description": "shelter=separate is displayed as \"This stop has a shelter, that's separately mapped\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#shelter", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "bench", - "value": "yes", - "description": "bench=yes is displayed as \"This stop has a bench\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#bench", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "bench", - "value": "no", - "description": "bench=no is displayed as \"This stop does not have a bench\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#bench", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "bench", - "value": "separate", - "description": "bench=separate is displayed as \"This stop has a bench, that's separately mapped\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#bench", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "bin", - "value": "yes", - "description": "bin=yes is displayed as \"This stop has a bin\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#bin", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "bin", - "value": "no", - "description": "bin=no is displayed as \"This stop does not have a bin\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#bin", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "bin", - "value": "separate", - "description": "bin=separate is displayed as \"This stop has a bin, that's separately mapped\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#bin", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "wheelchair", - "value": "designated", - "description": "wheelchair=designated is displayed as \"This place is specially adapted for wheelchair users\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#wheelchair_access", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "wheelchair", - "value": "yes", - "description": "wheelchair=yes is displayed as \"This place is easily reachable with a wheelchair\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#wheelchair_access", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "wheelchair", - "value": "limited", - "description": "wheelchair=limited is displayed as \"It is possible to reach this place in a wheelchair, but it is not easy\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#wheelchair_access", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "wheelchair", - "value": "no", - "description": "wheelchair=no is displayed as \"This place is not reachable with a wheelchair\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#wheelchair_access", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "tactile_paving", - "value": "yes", - "description": "tactile_paving=yes is displayed as \"This stop has tactile paving\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#tactile_paving", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "tactile_paving", - "value": "no", - "description": "tactile_paving=no is displayed as \"This stop does not have tactile paving\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#tactile_paving", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "lit", - "value": "yes", - "description": "lit=yes is displayed as \"This stop is lit\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#lit", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "lit", - "value": "no", - "description": "lit=no is displayed as \"This stop is not lit\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#lit", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "departures_board", - "value": "yes", - "description": "departures_board=yes is displayed as \"This stop has a departures board of unknown type\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#departures_board", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "departures_board", - "value": "realtime", - "description": "departures_board=realtime is displayed as \"This stop has a board showing realtime departure information\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#departures_board", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "passenger_information_display", - "value": "yes", - "description": "passenger_information_display=yes is displayed as \"This stop has a board showing realtime departure information\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#departures_board", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "departures_board", - "value": "timetable", - "description": "departures_board=timetable is displayed as \"This stop has a timetable showing regular departures\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#departures_board", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "departures_board", - "value": "interval", - "description": "departures_board=interval is displayed as \"This stop has a timetable containing just the interval between departures\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#departures_board", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "departures_board", - "value": "no", - "description": "departures_board=no is displayed as \"This stop does not have a departures board\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#departures_board", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "highway", - "value": "elevator", - "description": "Features with this tag are displayed by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md", - "icon_url": "./assets/layers/elevator/elevator_wheelchair.svg" - }, - { - "key": "level", - "description": "Values of `level` are shown with \"This elevator goes to floors {level}\" and can be updated. The question is \"What levels does this elevator go to?\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#multilevels", - "icon_url": "./assets/layers/elevator/elevator_wheelchair.svg" - }, - { - "key": "location", - "value": "underground", - "description": "location=underground is displayed as \"Located underground\" by layers Elevator, Stairs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#multilevels", - "icon_url": "./assets/layers/elevator/elevator_wheelchair.svg" - }, - { - "key": "level", - "value": "0", - "description": "level=0 is displayed as \"Located on the ground floor\" by layers Elevator, Stairs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#multilevels", - "icon_url": "./assets/layers/elevator/elevator_wheelchair.svg" - }, - { - "key": "level", - "description": "level= is displayed as \"Located on the ground floor\" by layers Elevator, Stairs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#multilevels", - "icon_url": "./assets/layers/elevator/elevator_wheelchair.svg" - }, - { - "key": "level", - "value": "1", - "description": "level=1 is displayed as \"Located on the first floor\" by layers Elevator, Stairs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#multilevels", - "icon_url": "./assets/layers/elevator/elevator_wheelchair.svg" - }, - { - "key": "level", - "value": "-1", - "description": "level=-1 is displayed as \"Located on the first basement level\" by layers Elevator, Stairs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#multilevels", - "icon_url": "./assets/layers/elevator/elevator_wheelchair.svg" - }, - { - "key": "operational_status", - "value": "broken", - "description": "operational_status=broken is displayed as \"This elevator is broken\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#operational_status", - "icon_url": "close:red" - }, - { - "key": "operational_status", - "value": "closed", - "description": "operational_status=closed is displayed as \"This elevator is closed e.g. because renovation works are going on\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#operational_status", - "icon_url": "invalid:red" - }, - { - "key": "operational_status", - "value": "ok", - "description": "operational_status=ok is displayed as \"This elevator works\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#operational_status", - "icon_url": "./assets/layers/elevator/elevator_wheelchair.svg" - }, - { - "key": "operational_status", - "description": "operational_status= is displayed as \"This elevator works\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#operational_status", - "icon_url": "./assets/layers/elevator/elevator_wheelchair.svg" - }, - { - "key": "door:width", - "description": "Values of `door:width` are shown with \"This elevator's doors have a width of {canonical(door:width)}\" and can be updated. The question is \"What is the width of this elevator's entrance?\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#door_width", - "icon_url": "./assets/layers/elevator/elevator_wheelchair.svg" - }, - { - "key": "shape", - "value": "rectangular", - "description": "shape=rectangular is displayed as \"This elevator has a rectangular shape\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#elevator_shape", - "icon_url": "./assets/svg/square.svg" - }, - { - "key": "shape", - "value": "circular", - "description": "shape=circular is displayed as \"This elevator has a circular shape\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#elevator_shape", - "icon_url": "./assets/svg/circle.svg" - }, - { - "key": "width", - "description": "Values of `width` are shown with \"This elevator has a width of {canonical(width)}\" and can be updated. The question is \"What is the width of this elevator?\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#elevator_width", - "icon_url": "./assets/layers/elevator/elevator_wheelchair.svg" - }, - { - "key": "length", - "description": "Values of `length` are shown with \"This elevator has a depth of {canonical(length)}\" and can be updated. The question is \"What is the depth of this elevator?\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#elevator_depth", - "icon_url": "./assets/layers/elevator/elevator_wheelchair.svg" - }, - { - "key": "diameter", - "description": "Values of `diameter` are shown with \"This elevator has a diameter of {canonical(diameter)}\" and can be updated. The question is \"What is the diameter of this elevator?\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#elevator_diameter", - "icon_url": "./assets/layers/elevator/elevator_wheelchair.svg" - }, - { - "key": "handrail", - "value": "yes", - "description": "handrail=yes is displayed as \"This elevator has a handrail in the cabin\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#handrail", - "icon_url": "./assets/layers/elevator/elevator_wheelchair.svg" - }, - { - "key": "handrail", - "value": "no", - "description": "handrail=no is displayed as \"This elevator does not have a handrail\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#handrail", - "icon_url": "./assets/layers/elevator/elevator_wheelchair.svg" - }, - { - "key": "hearing_loop", - "value": "yes", - "description": "hearing_loop=yes is displayed as \"This place has an audio induction loop\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#induction_loop", - "icon_url": "./assets/layers/questions/audio_induction_loop.svg" - }, - { - "key": "hearing_loop", - "value": "no", - "description": "hearing_loop=no is displayed as \"This place does not have an audio induction loop\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#induction_loop", - "icon_url": "./assets/layers/questions/audio_induction_loop_missing.svg" - }, - { - "key": "tactile_writing:braille", - "value": "yes", - "description": "tactile_writing:braille=yes is displayed as \"This elevator has tactile writing in Braille\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#tactile_writing_available", - "icon_url": "./assets/layers/elevator/elevator_wheelchair.svg" - }, - { - "key": "tactile_writing:braille", - "value": "no", - "description": "tactile_writing:braille=no is displayed as \"This elevator does not have tactile writing\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#tactile_writing_available", - "icon_url": "./assets/layers/elevator/elevator_wheelchair.svg" - }, - { - "key": "speech_output", - "value": "yes", - "description": "speech_output=yes is displayed as \"This elevator has speech output\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#speech_output_available", - "icon_url": "./assets/layers/elevator/elevator_wheelchair.svg" - }, - { - "key": "speech_output", - "value": "no", - "description": "speech_output=no is displayed as \"This elevator does not have speech output\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#speech_output_available", - "icon_url": "./assets/layers/elevator/elevator_wheelchair.svg" - }, - { - "key": "highway", - "value": "steps", - "description": "Features with this tag are displayed by layer Stairs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/stairs.md", - "icon_url": "./assets/layers/stairs/stairs.svg" - }, - { - "key": "level", - "description": "Values of `level` are shown with \"These stairs are between the levels {level}\" and can be updated. The question is \"Between which levels are these stairs?\" by layer Stairs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/stairs.md#multilevels", - "icon_url": "./assets/layers/stairs/stairs.svg" - }, - { - "key": "conveying", - "value": "yes", - "description": "conveying=yes is displayed as \"This is an escalator\" by layer Stairs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/stairs.md#conveying", - "icon_url": "./assets/layers/stairs/stairs.svg" - }, - { - "key": "conveying", - "value": "forward", - "description": "conveying=forward | conveying=backward is displayed as \"This is an escalator moving in the direction of the arrows\" by layer Stairs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/stairs.md#conveying", - "icon_url": "./assets/layers/stairs/stairs.svg" - }, - { - "key": "conveying", - "value": "backward", - "description": "conveying=forward | conveying=backward is displayed as \"This is an escalator moving in the direction of the arrows\" by layer Stairs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/stairs.md#conveying", - "icon_url": "./assets/layers/stairs/stairs.svg" - }, - { - "key": "conveying", - "value": "reversible", - "description": "conveying=reversible is displayed as \"This is a reversible escalator\" by layer Stairs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/stairs.md#conveying", - "icon_url": "./assets/layers/stairs/stairs.svg" - }, - { - "key": "conveying", - "value": "no", - "description": "conveying=no is displayed as \"This is not an escalator\" by layer Stairs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/stairs.md#conveying", - "icon_url": "./assets/layers/stairs/stairs.svg" - }, - { - "key": "conveying", - "description": "conveying= is displayed as \"This is not an escalator\" by layer Stairs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/stairs.md#conveying", - "icon_url": "./assets/layers/stairs/stairs.svg" - }, - { - "key": "handrail", - "value": "yes", - "description": "handrail=yes is displayed as \"These stairs have a handrail\" by layer Stairs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/stairs.md#handrail", - "icon_url": "./assets/layers/stairs/stairs.svg" - }, - { - "key": "handrail", - "value": "no", - "description": "handrail=no is displayed as \"These stairs do not have a handrail\" by layer Stairs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/stairs.md#handrail", - "icon_url": "./assets/layers/stairs/stairs.svg" - }, - { - "key": "tactile_writing", - "value": "yes", - "description": "tactile_writing=yes is displayed as \"There is tactile writing on the handrail\" by layer Stairs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/stairs.md#tactile_writing", - "icon_url": "./assets/layers/stairs/stairs.svg" - }, - { - "key": "tactile_writing", - "value": "no", - "description": "tactile_writing=no is displayed as \"There is no tactile writing on the handrail\" by layer Stairs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/stairs.md#tactile_writing", - "icon_url": "./assets/layers/stairs/stairs.svg" - }, - { - "key": "ramp:bicycle", - "value": "yes", - "description": "ramp:bicycle=yes is displayed as \"There is a ramp for bicycles here\" by layer Stairs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/stairs.md#ramp", - "icon_url": "./assets/layers/stairs/stairs.svg" - }, - { - "key": "ramp:wheelchair", - "value": "yes", - "description": "ramp:wheelchair=yes is displayed as \"There is a ramp for wheelchairs here\" by layer Stairs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/stairs.md#ramp", - "icon_url": "./assets/layers/stairs/stairs.svg" - }, - { - "key": "ramp", - "value": "separate", - "description": "ramp=separate is displayed as \"There is ramp for wheelchairs here, but it is shown separately on the map\" by layer Stairs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/stairs.md#ramp", - "icon_url": "./assets/layers/stairs/stairs.svg" - }, - { - "key": "ramp:stroller", - "value": "yes", - "description": "ramp:stroller=yes is displayed as \"There is a ramp for strollers here\" by layer Stairs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/stairs.md#ramp", - "icon_url": "./assets/layers/stairs/stairs.svg" - }, - { - "key": "ramp", - "value": "no", - "description": "ramp=no is displayed as \"There is no ramp at these stairs\" by layer Stairs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/stairs.md#ramp", - "icon_url": "./assets/layers/stairs/stairs.svg" - }, - { - "key": "incline", - "description": "Values of `incline` are shown with \"These stairs have an incline of {incline}\" and can be updated. The question is \"What is the incline of these stairs?\" by layer Stairs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/stairs.md#incline", - "icon_url": "./assets/layers/stairs/stairs.svg" - }, - { - "key": "incline", - "value": "up", - "description": "incline=up is displayed as \"The upward direction is {direction_absolute()}\" by layer Stairs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/stairs.md#incline", - "icon_url": "./assets/layers/stairs/stairs.svg" - }, - { - "key": "incline", - "value": "down", - "description": "incline=down is displayed as \"The downward direction is {direction_absolute()}\" by layer Stairs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/stairs.md#incline", - "icon_url": "./assets/layers/stairs/stairs.svg" - }, - { - "key": "information", - "value": "tactile_map", - "description": "Features with this tag are displayed by layer Tactile Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tactile_map.md", - "icon_url": "./assets/themes/maps/logo.svg" - }, - { - "key": "blind:description:en", - "description": "Values of `blind:description:en` are shown with \"Description: {blind:description:en}.\" and can be updated. The question is \"What does this tactile map show?\" by layer Tactile Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tactile_map.md#description", - "icon_url": "./assets/themes/maps/logo.svg" - }, - { - "key": "braille", - "value": "yes", - "description": "braille=yes is displayed as \"This tactile map has braille text.\" by layer Tactile Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tactile_map.md#braille", - "icon_url": "./assets/themes/maps/logo.svg" - }, - { - "key": "braille", - "value": "no", - "description": "braille=no is displayed as \"This tactile map does not have braille text.\" by layer Tactile Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tactile_map.md#braille", - "icon_url": "./assets/themes/maps/logo.svg" - }, - { - "key": "embossed_letters", - "value": "yes", - "description": "embossed_letters=yes is displayed as \"This tactile map has embossed letters.\" by layer Tactile Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tactile_map.md#embossed_letters", - "icon_url": "./assets/themes/maps/logo.svg" - }, - { - "key": "embossed_letters", - "value": "no", - "description": "embossed_letters=no is displayed as \"This tactile map does not have embossed letters.\" by layer Tactile Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tactile_map.md#embossed_letters", - "icon_url": "./assets/themes/maps/logo.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{website}\" and can be updated. The question is \"What is the website of {title()}?\" by layers Tactile Maps, Tactile Models", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tactile_map.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layers Tactile Maps, Tactile Models", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tactile_map.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "information", - "value": "tactile_model", - "description": "Features with this tag are displayed by layer Tactile Models", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tactile_model.md", - "icon_url": "./assets/layers/tactile_model/tactile_model.svg" - }, - { - "key": "blind:description:en", - "description": "Values of `blind:description:en` are shown with \"Description: {blind:description:en}.\" and can be updated. The question is \"What does this tactile model show?\" by layer Tactile Models", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tactile_model.md#description", - "icon_url": "./assets/layers/tactile_model/tactile_model.svg" - }, - { - "key": "braille", - "value": "yes", - "description": "braille=yes is displayed as \"There is a braille description.\" by layer Tactile Models", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tactile_model.md#braille", - "icon_url": "./assets/layers/tactile_model/tactile_model.svg" - }, - { - "key": "braille", - "value": "no", - "description": "braille=no is displayed as \"There is no braille description.\" by layer Tactile Models", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tactile_model.md#braille", - "icon_url": "./assets/layers/tactile_model/tactile_model.svg" - }, - { - "key": "embossed_letters", - "value": "yes", - "description": "embossed_letters=yes is displayed as \"There are embossed letters describing the model.\" by layer Tactile Models", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tactile_model.md#embossed_letters", - "icon_url": "./assets/layers/tactile_model/tactile_model.svg" - }, - { - "key": "embossed_letters", - "value": "no", - "description": "embossed_letters=no is displayed as \"There are no embossed letters describing the model.\" by layer Tactile Models", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tactile_model.md#embossed_letters", - "icon_url": "./assets/layers/tactile_model/tactile_model.svg" - }, - { - "key": "scale", - "description": "Values of `scale` are shown with \"The scale of this model is {scale}.\" and can be updated. The question is \"What scale is the model?\" by layer Tactile Models", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tactile_model.md#scale", - "icon_url": "./assets/layers/tactile_model/tactile_model.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_bookcases.json b/Docs/TagInfo/mapcomplete_bookcases.json deleted file mode 100644 index ff38ebd3e0..0000000000 --- a/Docs/TagInfo/mapcomplete_bookcases.json +++ /dev/null @@ -1,192 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Public bookcases", - "description": "A public bookcase is a small streetside cabinet, box, old phone booth or some other objects where books are stored", - "project_url": "https://mapcomplete.org/bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/bookcases/bookcase.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "amenity", - "value": "public_bookcase", - "description": "Features with this tag are displayed by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#images", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#images", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#images", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#images", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#images", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"The name of this bookcase is {name}\" and can be updated. The question is \"What is the name of this public bookcase?\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#public_bookcase_name", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "noname", - "value": "yes", - "description": "noname=yes & name= is displayed as \"This bookcase doesn't have a name\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#public_bookcase_name", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "name", - "description": "noname=yes & name= is displayed as \"This bookcase doesn't have a name\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#public_bookcase_name", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "capacity", - "description": "Values of `capacity` are shown with \"{capacity} books fit in this bookcase\" and can be updated. The question is \"How many books fit into this public bookcase?\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#public_bookcase_capacity", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "books", - "description": "Values of `books` are shown with \"This place mostly serves {books}\" and can be updated. The question is \"What kind of books can be found in this public bookcase?\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#bookcase_booktypes", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "books", - "value": "children", - "description": "books=children is displayed as \"Mostly children books\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#bookcase_booktypes", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "books", - "value": "adults", - "description": "books=adults is displayed as \"Mostly books for adults\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#bookcase_booktypes", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "indoor", - "value": "yes", - "description": "indoor=yes is displayed as \"This bookcase is located indoors\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#bookcase_is_indoors", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "indoor", - "value": "no", - "description": "indoor=no is displayed as \"This bookcase is located outdoors\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#bookcase_is_indoors", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "indoor", - "description": "indoor= is displayed as \"This bookcase is located outdoors\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#bookcase_is_indoors", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "access", - "value": "yes", - "description": "access=yes is displayed as \"Publicly accessible\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#bookcase_is_accessible", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "access", - "value": "customers", - "description": "access=customers is displayed as \"Only accessible to customers\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#bookcase_is_accessible", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "operator", - "description": "Values of `operator` are shown with \"Operated by {operator}\" and can be updated. The question is \"Who maintains this public bookcase?\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#public_bookcase_operator", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "brand", - "description": "Values of `brand` are shown with \"This public bookcase is part of {brand}\" and can be updated. The question is \"Is this public bookcase part of a bigger network?\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#public_bookcase_brand", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "nobrand", - "value": "yes", - "description": "nobrand=yes is displayed as \"This public bookcase is not part of a bigger network\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#public_bookcase_brand", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "ref", - "description": "Values of `ref` are shown with \"The reference number of this public bookcase within {brand} is {ref}\" and can be updated. The question is \"What is the reference number of this public bookcase?\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#public_bookcase_ref", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "nobrand", - "value": "yes", - "description": "nobrand=yes & brand= & ref= is displayed as \"This bookcase is not part of a bigger network\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#public_bookcase_ref", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "brand", - "description": "nobrand=yes & brand= & ref= is displayed as \"This bookcase is not part of a bigger network\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#public_bookcase_ref", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "ref", - "description": "nobrand=yes & brand= & ref= is displayed as \"This bookcase is not part of a bigger network\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#public_bookcase_ref", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "start_date", - "description": "Values of `start_date` are shown with \"Installed on {start_date}\" and can be updated. The question is \"When was this public bookcase installed?\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#public_bookcase_start_date", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{link(More info on the website,&LBRACEwebsite&RBRACE,,,,)}\" and can be updated. The question is \"Is there a website with more information about this public bookcase?\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#public_bookcase_website", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_cafes_and_pubs.json b/Docs/TagInfo/mapcomplete_cafes_and_pubs.json deleted file mode 100644 index ebeb156429..0000000000 --- a/Docs/TagInfo/mapcomplete_cafes_and_pubs.json +++ /dev/null @@ -1,569 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Cafés and pubs", - "description": "Coffeehouses, pubs and bars", - "project_url": "https://mapcomplete.org/cafes_and_pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/layers/cafe_pub/pub.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "amenity", - "value": "bar", - "description": "Features with this tag are displayed by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "amenity", - "value": "pub", - "description": "Features with this tag are displayed by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "amenity", - "value": "cafe", - "description": "Features with this tag are displayed by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "amenity", - "value": "biergarten", - "description": "Features with this tag are displayed by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "amenity", - "value": "nightclub", - "description": "Features with this tag are displayed by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Cafés and pubs, Outdoor Seating, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Cafés and pubs, Outdoor Seating, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#images", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Cafés and pubs, Outdoor Seating, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#images", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Cafés and pubs, Outdoor Seating, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#images", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Cafés and pubs, Outdoor Seating, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#images", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Cafés and pubs, Outdoor Seating, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#images", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "level", - "description": "Values of `level` are shown with \"Located on the {level}th floor\" and can be updated. The question is \"On what level is this feature located?\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#single_level", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "location", - "value": "underground", - "description": "location=underground is displayed as \"Located underground\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#single_level", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "level", - "value": "0", - "description": "level=0 is displayed as \"Located on the ground floor\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#single_level", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "level", - "description": "level= is displayed as \"Located on the ground floor\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#single_level", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "level", - "value": "1", - "description": "level=1 is displayed as \"Located on the first floor\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#single_level", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "level", - "value": "-1", - "description": "level=-1 is displayed as \"Located on the first basement level\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#single_level", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This business is named {name}\" and can be updated. The question is \"What is the name of this business?\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#Name", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "amenity", - "value": "pub", - "description": "amenity=pub is displayed as \"A pub, mostly for drinking beers in a warm, relaxed interior\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#Classification", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "amenity", - "value": "bar", - "description": "amenity=bar is displayed as \"A more modern and commercial bar, possibly with a music and light installation\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#Classification", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "amenity", - "value": "cafe", - "description": "amenity=cafe is displayed as \"A cafe to drink tea, coffee or an alcoholical bevarage in a quiet environment\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#Classification", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "amenity", - "value": "restaurant", - "description": "amenity=restaurant is displayed as \"A restaurant where one can get a proper meal\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#Classification", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "amenity", - "value": "biergarten", - "description": "amenity=biergarten is displayed as \"An open space where beer is served, typically seen in Germany\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#Classification", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "amenity", - "value": "nightclub", - "description": "amenity=nightclub is displayed as \"This is a nightclub or disco with a focus on dancing, music by a DJ with accompanying light show and a bar to get (alcoholic) drinks\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#Classification", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"What are the opening hours of {title()}?\" by layers Cafés and pubs, Outdoor Seating, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#opening_hours", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layers Cafés and pubs, Outdoor Seating, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#opening_hours", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{website}\" and can be updated. The question is \"What is the website of {title()}?\" by layers Cafés and pubs, Outdoor Seating, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layers Cafés and pubs, Outdoor Seating, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"{email}\" and can be updated. The question is \"What is the email address of {title()}?\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "contact:email", - "description": "contact:email~.+ is displayed as \"{contact:email}\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "operator:email", - "description": "operator:email~.+ is displayed as \"{operator:email}\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}\" and can be updated. The question is \"What is the phone number of {title()}?\" by layers Cafés and pubs, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "contact:phone", - "description": "contact:phone~.+ is displayed as \"{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}\" by layers Cafés and pubs, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "payment:cash", - "value": "yes", - "description": "payment:cash=yes is displayed as \"Cash is accepted here\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#payment_options", - "icon_url": "./assets/layers/questions/cash.svg" - }, - { - "key": "payment:cards", - "value": "yes", - "description": "payment:cards=yes is displayed as \"Payment cards are accepted here\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#payment_options", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:qr_code", - "value": "yes", - "description": "payment:qr_code=yes is displayed as \"Payment by QR-code is possible here\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#payment_options", - "icon_url": "./assets/layers/questions/qrcode.svg" - }, - { - "key": "wheelchair", - "value": "designated", - "description": "wheelchair=designated is displayed as \"This place is specially adapted for wheelchair users\" by layers Cafés and pubs, Outdoor Seating, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#wheelchair_access", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "wheelchair", - "value": "yes", - "description": "wheelchair=yes is displayed as \"This place is easily reachable with a wheelchair\" by layers Cafés and pubs, Outdoor Seating, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#wheelchair_access", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "wheelchair", - "value": "limited", - "description": "wheelchair=limited is displayed as \"It is possible to reach this place in a wheelchair, but it is not easy\" by layers Cafés and pubs, Outdoor Seating, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#wheelchair_access", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "wheelchair", - "value": "no", - "description": "wheelchair=no is displayed as \"This place is not reachable with a wheelchair\" by layers Cafés and pubs, Outdoor Seating, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#wheelchair_access", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "smoking", - "value": "yes", - "description": "smoking=yes is displayed as \"Smoking is allowed\" by layers Cafés and pubs, Outdoor Seating, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#smoking", - "icon_url": "./assets/layers/questions/smoking.svg" - }, - { - "key": "smoking", - "value": "no", - "description": "smoking=no is displayed as \"Smoking is not allowed\" by layers Cafés and pubs, Outdoor Seating, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#smoking", - "icon_url": "./assets/layers/questions/no_smoking.svg" - }, - { - "key": "smoking", - "value": "outside", - "description": "smoking=outside is displayed as \"Smoking is allowed outside.\" by layers Cafés and pubs, Outdoor Seating, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#smoking", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "service:electricity", - "value": "yes", - "description": "service:electricity=yes is displayed as \"There are plenty of domestic sockets available to customers seated indoors, where they can charge their electronics\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#service_electricity", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "service:electricity", - "value": "limited", - "description": "service:electricity=limited is displayed as \"There are a few domestic sockets available to customers seated indoors, where they can charge their electronics\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#service_electricity", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "service:electricity", - "value": "ask", - "description": "service:electricity=ask is displayed as \"There are no sockets available indoors to customers, but charging might be possible if the staff is asked\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#service_electricity", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "service:electricity", - "value": "no", - "description": "service:electricity=no is displayed as \"There are a no domestic sockets available to customers seated indoors\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#service_electricity", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "outdoor_seating", - "value": "yes", - "description": "outdoor_seating=yes is displayed as \"This place has outdoor seating\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#seating", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "indoor_seating", - "value": "yes", - "description": "indoor_seating=yes is displayed as \"This place has indoor seating\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#seating", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "dog", - "value": "yes", - "description": "dog=yes is displayed as \"Dogs are allowed\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_allowed.svg" - }, - { - "key": "dog", - "value": "no", - "description": "dog=no is displayed as \"Dogs are not allowed\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#dog_access", - "icon_url": "./assets/layers/questions/no_dogs.svg" - }, - { - "key": "dog", - "value": "leashed", - "description": "dog=leashed is displayed as \"Dogs are allowed, but they have to be leashed\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_leashed.svg" - }, - { - "key": "dog", - "value": "unleashed", - "description": "dog=unleashed is displayed as \"Dogs are allowed and can run around freely\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_allowed.svg" - }, - { - "key": "dog", - "value": "outside", - "description": "dog=outside is displayed as \"Dogs are allowed only outside\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_outside.svg" - }, - { - "key": "internet_access", - "value": "wlan", - "description": "internet_access=wlan is displayed as \"This place offers wireless internet access\" by layers Cafés and pubs, Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#internet", - "icon_url": "wifi" - }, - { - "key": "internet_access", - "value": "no", - "description": "internet_access=no is displayed as \"This place does not offer internet access\" by layers Cafés and pubs, Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#internet", - "icon_url": "wifi;cross_bottom_right:red" - }, - { - "key": "internet_access", - "value": "yes", - "description": "internet_access=yes is displayed as \"This place offers internet access\" by layers Cafés and pubs, Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#internet", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "internet_access", - "value": "terminal", - "description": "internet_access=terminal is displayed as \"This place offers internet access via a terminal or computer\" by layers Cafés and pubs, Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#internet", - "icon_url": "computer" - }, - { - "key": "internet_access", - "value": "wired", - "description": "internet_access=wired is displayed as \"This place offers wired internet access\" by layers Cafés and pubs, Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#internet", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "internet_access", - "value": "terminal;wifi", - "description": "internet_access=terminal;wifi is displayed as \"This place offers both wireless internet and internet access via a terminal or computer\" by layers Cafés and pubs, Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#internet", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "internet_access:fee", - "value": "yes", - "description": "internet_access:fee=yes is displayed as \"There is a fee for the internet access at this place\" by layers Cafés and pubs, Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#internet_fee", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "internet_access:fee", - "value": "no", - "description": "internet_access:fee=no is displayed as \"Internet access is free at this place\" by layers Cafés and pubs, Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#internet_fee", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "internet_access:fee", - "value": "customers", - "description": "internet_access:fee=customers is displayed as \"Internet access is free at this place, for customers only\" by layers Cafés and pubs, Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#internet_fee", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "internet_access:ssid", - "description": "Values of `internet_access:ssid` are shown with \"The network name is {internet_access:ssid}\" and can be updated. The question is \"What is the network name for the wireless internet access?\" by layers Cafés and pubs, Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#internet_ssid", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "internet_access:ssid", - "value": "Telekom", - "description": "internet_access:ssid=Telekom is displayed as \"Telekom\" by layers Cafés and pubs, Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#internet_ssid", - "icon_url": "./assets/layers/cafe_pub/pub.svg" - }, - { - "key": "leisure", - "value": "outdoor_seating", - "description": "Features with this tag are displayed by layer Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/outdoor_seating.md", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "access", - "value": "yes", - "description": "access=yes is displayed as \"Anyone can use this outdoor seating area.\" by layer Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/outdoor_seating.md#access", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "access", - "value": "customers", - "description": "access=customers is displayed as \"Only customers can use this outdoor seating area.\" by layer Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/outdoor_seating.md#access", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "access", - "value": "private", - "description": "access=private is displayed as \"This outdoor seating area is private.\" by layer Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/outdoor_seating.md#access", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "seasonal", - "value": "no", - "description": "seasonal=no is displayed as \"This outdoor seating area is available all year round.\" by layer Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/outdoor_seating.md#seasonal", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "seasonal", - "value": "spring", - "description": "seasonal=spring is displayed as \"This outdoor seating area is available in spring.\" by layer Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/outdoor_seating.md#seasonal", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "seasonal", - "value": "summer", - "description": "seasonal=summer is displayed as \"This outdoor seating area is available in summer.\" by layer Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/outdoor_seating.md#seasonal", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "seasonal", - "value": "autumn", - "description": "seasonal=autumn is displayed as \"This outdoor seating area is available in autumn.\" by layer Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/outdoor_seating.md#seasonal", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "seasonal", - "value": "winter", - "description": "seasonal=winter is displayed as \"This outdoor seating area is available in winter.\" by layer Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/outdoor_seating.md#seasonal", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "seasonal", - "value": "dry_season", - "description": "seasonal=dry_season is displayed as \"This outdoor seating area is available in the dry season.\" by layer Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/outdoor_seating.md#seasonal", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "opening_hours", - "value": "24/7", - "description": "opening_hours=24/7 is displayed as \"24/7 opened (including holidays)\" by layer Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/outdoor_seating.md#opening_hours_24_7", - "icon_url": "./assets/layers/questions/open24_7.svg" - }, - { - "key": "heating", - "value": "yes", - "description": "heating=yes is displayed as \"This outdoor seating area is heated.\" by layer Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/outdoor_seating.md#heating", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "heating", - "value": "no", - "description": "heating=no is displayed as \"This outdoor seating area is not heated.\" by layer Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/outdoor_seating.md#heating", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "covered", - "value": "yes", - "description": "covered=yes is displayed as \"This outdoor seating area is covered.\" by layer Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/outdoor_seating.md#covered", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "covered", - "value": "no", - "description": "covered=no is displayed as \"This outdoor seating area is not covered.\" by layer Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/outdoor_seating.md#covered", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "amenity", - "value": "food_court", - "description": "Features with this tag are displayed by layer Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_courts.md", - "icon_url": "./assets/layers/food_courts/food_court.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This food court is called {name}.\" and can be updated. The question is \"What is the name of this food court?\" by layer Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_courts.md#name", - "icon_url": "./assets/layers/food_courts/food_court.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_campersite.json b/Docs/TagInfo/mapcomplete_campersite.json deleted file mode 100644 index 638806bbc8..0000000000 --- a/Docs/TagInfo/mapcomplete_campersite.json +++ /dev/null @@ -1,295 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Campersites", - "description": "Find sites to spend the night with your camper", - "project_url": "https://mapcomplete.org/campersite", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/campersite/caravan.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "tourism", - "value": "caravan_site", - "description": "Features with this tag are displayed by layer Camper sites", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/caravansites.md", - "icon_url": "./assets/themes/campersite/caravan.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Camper sites, Sanitary dump stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/caravansites.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Camper sites, Sanitary dump stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/caravansites.md#images", - "icon_url": "./assets/themes/campersite/caravan.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Camper sites, Sanitary dump stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/caravansites.md#images", - "icon_url": "./assets/themes/campersite/caravan.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Camper sites, Sanitary dump stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/caravansites.md#images", - "icon_url": "./assets/themes/campersite/caravan.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Camper sites, Sanitary dump stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/caravansites.md#images", - "icon_url": "./assets/themes/campersite/caravan.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Camper sites, Sanitary dump stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/caravansites.md#images", - "icon_url": "./assets/themes/campersite/caravan.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This place is called {name}\" and can be updated. The question is \"What is this place called?\" by layer Camper sites", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/caravansites.md#caravansites_name", - "icon_url": "./assets/themes/campersite/caravan.svg" - }, - { - "key": "fee", - "value": "yes", - "description": "fee=yes is displayed as \"You need to pay for use\" by layers Camper sites, Sanitary dump stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/caravansites.md#caravansites_fee", - "icon_url": "./assets/themes/campersite/caravan.svg" - }, - { - "key": "fee", - "value": "no", - "description": "fee=no is displayed as \"Can be used for free\" by layers Camper sites, Sanitary dump stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/caravansites.md#caravansites_fee", - "icon_url": "./assets/themes/campersite/caravan.svg" - }, - { - "key": "charge", - "description": "Values of `charge` are shown with \"This place charges {charge}\" and can be updated. The question is \"How much does this place charge?\" by layers Camper sites, Sanitary dump stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/caravansites.md#caravansites_charge", - "icon_url": "./assets/themes/campersite/caravan.svg" - }, - { - "key": "sanitary_dump_station", - "value": "yes", - "description": "sanitary_dump_station=yes is displayed as \"This place has a sanitary dump station\" by layer Camper sites", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/caravansites.md#caravansites_sanitary_dump", - "icon_url": "./assets/themes/campersite/caravan.svg" - }, - { - "key": "sanitary_dump_station", - "value": "no", - "description": "sanitary_dump_station=no is displayed as \"This place does not have a sanitary dump station\" by layer Camper sites", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/caravansites.md#caravansites_sanitary_dump", - "icon_url": "./assets/themes/campersite/caravan.svg" - }, - { - "key": "capacity", - "description": "Values of `capacity` are shown with \"{capacity} campers can use this place at the same time\" and can be updated. The question is \"How many campers can stay here? (skip if there is no obvious number of spaces or allowed vehicles)\" by layer Camper sites", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/caravansites.md#caravansites_capacity", - "icon_url": "./assets/themes/campersite/caravan.svg" - }, - { - "key": "internet_access", - "value": "yes", - "description": "internet_access=yes is displayed as \"There is internet access\" by layer Camper sites", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/caravansites.md#caravansites_internet", - "icon_url": "./assets/themes/campersite/caravan.svg" - }, - { - "key": "internet_access", - "value": "wifi", - "description": "internet_access=wifi | internet_access=wlan is displayed as \"There is internet access\" by layer Camper sites", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/caravansites.md#caravansites_internet", - "icon_url": "./assets/themes/campersite/caravan.svg" - }, - { - "key": "internet_access", - "value": "wlan", - "description": "internet_access=wifi | internet_access=wlan is displayed as \"There is internet access\" by layer Camper sites", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/caravansites.md#caravansites_internet", - "icon_url": "./assets/themes/campersite/caravan.svg" - }, - { - "key": "internet_access", - "value": "no", - "description": "internet_access=no is displayed as \"There is no internet access\" by layer Camper sites", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/caravansites.md#caravansites_internet", - "icon_url": "./assets/themes/campersite/caravan.svg" - }, - { - "key": "internet_access:fee", - "value": "yes", - "description": "internet_access:fee=yes is displayed as \"You need to pay extra for internet access\" by layer Camper sites", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/caravansites.md#caravansites_internet_fee", - "icon_url": "./assets/themes/campersite/caravan.svg" - }, - { - "key": "internet_access:fee", - "value": "no", - "description": "internet_access:fee=no is displayed as \"You do not need to pay extra for internet access\" by layer Camper sites", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/caravansites.md#caravansites_internet_fee", - "icon_url": "./assets/themes/campersite/caravan.svg" - }, - { - "key": "toilets", - "value": "yes", - "description": "toilets=yes is displayed as \"This place has toilets\" by layer Camper sites", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/caravansites.md#caravansites_toilets", - "icon_url": "./assets/themes/campersite/caravan.svg" - }, - { - "key": "toilets", - "value": "no", - "description": "toilets=no is displayed as \"This place does not have toilets\" by layer Camper sites", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/caravansites.md#caravansites_toilets", - "icon_url": "./assets/themes/campersite/caravan.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"Official website: {website}\" and can be updated. The question is \"Does this place have a website?\" by layer Camper sites", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/caravansites.md#caravansites_website", - "icon_url": "./assets/themes/campersite/caravan.svg" - }, - { - "key": "permanent_camping", - "value": "yes", - "description": "permanent_camping=yes is displayed as \"There are some spots for long term rental, but you can also stay on a daily basis\" by layer Camper sites", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/caravansites.md#caravansites_long_term", - "icon_url": "./assets/themes/campersite/caravan.svg" - }, - { - "key": "permanent_camping", - "value": "no", - "description": "permanent_camping=no is displayed as \"There are no permanent guests here\" by layer Camper sites", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/caravansites.md#caravansites_long_term", - "icon_url": "./assets/themes/campersite/caravan.svg" - }, - { - "key": "permanent_camping", - "value": "only", - "description": "permanent_camping=only is displayed as \"It is only possible to stay here if you have a long term contract (this place disappears from this map if you choose this)\" by layer Camper sites", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/caravansites.md#caravansites_long_term", - "icon_url": "./assets/themes/campersite/caravan.svg" - }, - { - "key": "description", - "description": "Values of `description` are shown with \"More details about this place: {description}\" and can be updated. The question is \"Would you like to add a general description of this place? (Do not repeat information previously asked or shown above. Please keep it objective - opinions go into the reviews)\" by layer Camper sites", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/caravansites.md#caravansites_description", - "icon_url": "./assets/themes/campersite/caravan.svg" - }, - { - "key": "operator", - "description": "Values of `operator` are shown with \"This place is operated by {operator}\" and can be updated. The question is \"Who operates this place?\" by layers Camper sites, Sanitary dump stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/caravansites.md#operator", - "icon_url": "./assets/themes/campersite/caravan.svg" - }, - { - "key": "power_supply", - "value": "yes", - "description": "power_supply=yes is displayed as \"This place has a power supply\" by layers Camper sites, Sanitary dump stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/caravansites.md#power_supply", - "icon_url": "./assets/themes/campersite/caravan.svg" - }, - { - "key": "power_supply", - "value": "no", - "description": "power_supply=no is displayed as \"This place does not have power supply\" by layers Camper sites, Sanitary dump stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/caravansites.md#power_supply", - "icon_url": "./assets/themes/campersite/caravan.svg" - }, - { - "key": "amenity", - "value": "sanitary_dump_station", - "description": "Features with this tag are displayed by layer Sanitary dump stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dumpstations.md", - "icon_url": "./assets/themes/campersite/sanitary_dump_station.svg" - }, - { - "key": "water_point", - "value": "yes", - "description": "water_point=yes is displayed as \"This place has a water point\" by layer Sanitary dump stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dumpstations.md#dumpstations_waterpoint", - "icon_url": "./assets/themes/campersite/sanitary_dump_station.svg" - }, - { - "key": "water_point", - "value": "no", - "description": "water_point=no is displayed as \"This place does not have a water point\" by layer Sanitary dump stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dumpstations.md#dumpstations_waterpoint", - "icon_url": "./assets/themes/campersite/sanitary_dump_station.svg" - }, - { - "key": "sanitary_dump_station:grey_water", - "value": "yes", - "description": "sanitary_dump_station:grey_water=yes is displayed as \"You can dispose of grey water here\" by layer Sanitary dump stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dumpstations.md#dumpstations_grey_water", - "icon_url": "./assets/themes/campersite/sanitary_dump_station.svg" - }, - { - "key": "sanitary_dump_station:grey_water", - "value": "no", - "description": "sanitary_dump_station:grey_water=no is displayed as \"You cannot dispose of gray water here\" by layer Sanitary dump stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dumpstations.md#dumpstations_grey_water", - "icon_url": "./assets/themes/campersite/sanitary_dump_station.svg" - }, - { - "key": "sanitary_dump_station:chemical_toilet", - "value": "yes", - "description": "sanitary_dump_station:chemical_toilet=yes is displayed as \"You can dispose of chemical toilet waste here\" by layer Sanitary dump stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dumpstations.md#dumpstations_chemical_waste", - "icon_url": "./assets/themes/campersite/sanitary_dump_station.svg" - }, - { - "key": "sanitary_dump_station:chemical_toilet", - "value": "no", - "description": "sanitary_dump_station:chemical_toilet=no is displayed as \"You cannot dispose of chemical toilet waste here\" by layer Sanitary dump stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dumpstations.md#dumpstations_chemical_waste", - "icon_url": "./assets/themes/campersite/sanitary_dump_station.svg" - }, - { - "key": "access", - "value": "network", - "description": "access=network is displayed as \"You need a network key/code to use this\" by layer Sanitary dump stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dumpstations.md#dumpstations_access", - "icon_url": "./assets/themes/campersite/sanitary_dump_station.svg" - }, - { - "key": "access", - "value": "customers", - "description": "access=customers is displayed as \"You need to be a customer of camping/campersite to use this place\" by layer Sanitary dump stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dumpstations.md#dumpstations_access", - "icon_url": "./assets/themes/campersite/sanitary_dump_station.svg" - }, - { - "key": "access", - "value": "public", - "description": "access=public is displayed as \"Anyone can use this dump station\" by layer Sanitary dump stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dumpstations.md#dumpstations_access", - "icon_url": "./assets/themes/campersite/sanitary_dump_station.svg" - }, - { - "key": "access", - "value": "yes", - "description": "access=yes is displayed as \"Anyone can use this dump station\" by layer Sanitary dump stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dumpstations.md#dumpstations_access", - "icon_url": "./assets/themes/campersite/sanitary_dump_station.svg" - }, - { - "key": "network", - "description": "Values of `network` are shown with \"This station is part of network {network}\" and can be updated. The question is \"What network is this place a part of? (skip if none)\" by layer Sanitary dump stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dumpstations.md#dumpstations_network", - "icon_url": "./assets/themes/campersite/sanitary_dump_station.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_charging_stations.json b/Docs/TagInfo/mapcomplete_charging_stations.json deleted file mode 100644 index f86da8a94f..0000000000 --- a/Docs/TagInfo/mapcomplete_charging_stations.json +++ /dev/null @@ -1,2129 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Charging stations", - "description": "A worldwide map of charging stations", - "project_url": "https://mapcomplete.org/charging_stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/charging_stations/logo.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "amenity", - "value": "charging_station", - "description": "Features with this tag are displayed by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "disused:amenity", - "value": "charging_station", - "description": "Features with this tag are displayed by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "planned:amenity", - "value": "charging_station", - "description": "Features with this tag are displayed by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "construction:amenity", - "value": "charging_station", - "description": "Features with this tag are displayed by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#images", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#images", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#images", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#images", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#images", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "bicycle", - "value": "yes", - "description": "bicycle=yes is displayed as \"Bicycles can be charged here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Type", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "motorcar", - "value": "yes", - "description": "motorcar=yes is displayed as \"Cars can be charged here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Type", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "scooter", - "value": "yes", - "description": "scooter=yes is displayed as \"Scooters can be charged here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Type", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "hgv", - "value": "yes", - "description": "hgv=yes is displayed as \"Heavy good vehicles (such as trucks) can be charged here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Type", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "bus", - "value": "yes", - "description": "bus=yes is displayed as \"Buses can be charged here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Type", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "access", - "description": "Values of `access` are shown with \"Access is {access}\" and can be updated. The question is \"Who is allowed to use this charging station?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#access", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "access", - "value": "yes", - "description": "access=yes is displayed as \"Anyone can use this charging station (payment might be needed)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#access", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "access", - "value": "public", - "description": "access=public is displayed as \"Anyone can use this charging station (payment might be needed)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#access", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "access", - "value": "customers", - "description": "access=customers is displayed as \"Only customers of the place this station belongs to can use this charging station
E.g. a charging station operated by hotel which is only usable by their guests\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#access", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "access", - "value": "key", - "description": "access=key is displayed as \"A key must be requested to access this charging station
E.g. a charging station operated by hotel which is only usable by their guests, which receive a key from the reception to unlock the charging station\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#access", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "access", - "value": "private", - "description": "access=private is displayed as \"Not accessible to the general public (e.g. only accessible to the owners, employees, ...)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#access", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "access", - "value": "permissive", - "description": "access=permissive is displayed as \"This charging station is accessible to the public during certain hours or conditions. Restrictions might apply, but general use is allowed.\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#access", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "capacity", - "description": "Values of `capacity` are shown with \"{capacity} vehicles can be charged here at the same time\" and can be updated. The question is \"How much vehicles can be charged here at the same time?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#capacity", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:schuko", - "value": "1", - "description": "socket:schuko=1 is displayed as \"Schuko wall plug without ground pin (CEE7/4 type F)\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/CEE7_4F.svg" - }, - { - "key": "socket:schuko", - "description": "socket:schuko~.+ & socket:schuko!=1 is displayed as \"Schuko wall plug without ground pin (CEE7/4 type F)\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/CEE7_4F.svg" - }, - { - "key": "socket:typee", - "value": "1", - "description": "socket:typee=1 is displayed as \"European wall plug with ground pin (CEE7/4 type E)\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/TypeE.svg" - }, - { - "key": "socket:typee", - "description": "socket:typee~.+ & socket:typee!=1 is displayed as \"European wall plug with ground pin (CEE7/4 type E)\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/TypeE.svg" - }, - { - "key": "socket:chademo", - "value": "1", - "description": "socket:chademo=1 is displayed as \"Chademo\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Chademo_type4.svg" - }, - { - "key": "socket:chademo", - "description": "socket:chademo~.+ & socket:chademo!=1 is displayed as \"Chademo\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Chademo_type4.svg" - }, - { - "key": "socket:type1_cable", - "value": "1", - "description": "socket:type1_cable=1 is displayed as \"Type 1 with cable (J1772)\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type1_J1772.svg" - }, - { - "key": "socket:type1_cable", - "description": "socket:type1_cable~.+ & socket:type1_cable!=1 is displayed as \"Type 1 with cable (J1772)\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type1_J1772.svg" - }, - { - "key": "socket:type1", - "value": "1", - "description": "socket:type1=1 is displayed as \"Type 1 without cable (J1772)\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type1_J1772.svg" - }, - { - "key": "socket:type1", - "description": "socket:type1~.+ & socket:type1!=1 is displayed as \"Type 1 without cable (J1772)\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type1_J1772.svg" - }, - { - "key": "socket:type1_combo", - "value": "1", - "description": "socket:type1_combo=1 is displayed as \"Type 1 CCS (aka Type 1 Combo)\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type1-ccs.svg" - }, - { - "key": "socket:type1_combo", - "description": "socket:type1_combo~.+ & socket:type1_combo!=1 is displayed as \"Type 1 CCS (aka Type 1 Combo)\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type1-ccs.svg" - }, - { - "key": "socket:tesla_supercharger", - "value": "1", - "description": "socket:tesla_supercharger=1 is displayed as \"Tesla Supercharger\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg" - }, - { - "key": "socket:tesla_supercharger", - "description": "socket:tesla_supercharger~.+ & socket:tesla_supercharger!=1 is displayed as \"Tesla Supercharger\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg" - }, - { - "key": "socket:type2", - "value": "1", - "description": "socket:type2=1 is displayed as \"Type 2 (mennekes)\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type2_socket.svg" - }, - { - "key": "socket:type2", - "description": "socket:type2~.+ & socket:type2!=1 is displayed as \"Type 2 (mennekes)\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type2_socket.svg" - }, - { - "key": "socket:type2_combo", - "value": "1", - "description": "socket:type2_combo=1 is displayed as \"Type 2 CCS (mennekes)\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type2_CCS.svg" - }, - { - "key": "socket:type2_combo", - "description": "socket:type2_combo~.+ & socket:type2_combo!=1 is displayed as \"Type 2 CCS (mennekes)\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type2_CCS.svg" - }, - { - "key": "socket:type2_cable", - "value": "1", - "description": "socket:type2_cable=1 is displayed as \"Type 2 with cable (mennekes)\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type2_tethered.svg" - }, - { - "key": "socket:type2_cable", - "description": "socket:type2_cable~.+ & socket:type2_cable!=1 is displayed as \"Type 2 with cable (mennekes)\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type2_tethered.svg" - }, - { - "key": "socket:tesla_supercharger_ccs", - "value": "1", - "description": "socket:tesla_supercharger_ccs=1 is displayed as \"Tesla Supercharger CCS (a branded type2_css)\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type2_CCS.svg" - }, - { - "key": "socket:tesla_supercharger_ccs", - "description": "socket:tesla_supercharger_ccs~.+ & socket:tesla_supercharger_ccs!=1 is displayed as \"Tesla Supercharger CCS (a branded type2_css)\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type2_CCS.svg" - }, - { - "key": "socket:tesla_destination", - "value": "1", - "description": "socket:tesla_destination=1 is displayed as \"Tesla Supercharger (destination)\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg" - }, - { - "key": "socket:tesla_destination", - "description": "socket:tesla_destination~.+ & socket:tesla_destination!=1 & _country=us is displayed as \"Tesla Supercharger (destination)\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg" - }, - { - "key": "socket:tesla_destination", - "value": "1", - "description": "socket:tesla_destination=1 is displayed as \"Tesla supercharger (destination) (A Type 2 with cable branded as tesla)\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type2_tethered.svg" - }, - { - "key": "socket:tesla_destination", - "description": "socket:tesla_destination~.+ & socket:tesla_destination!=1 & _country!=us is displayed as \"Tesla supercharger (destination) (A Type 2 with cable branded as tesla)\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type2_tethered.svg" - }, - { - "key": "socket:USB-A", - "value": "1", - "description": "socket:USB-A=1 is displayed as \"USB to charge phones and small electronics\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/usb_port.svg" - }, - { - "key": "socket:USB-A", - "description": "socket:USB-A~.+ & socket:USB-A!=1 is displayed as \"USB to charge phones and small electronics\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/usb_port.svg" - }, - { - "key": "socket:bosch_3pin", - "value": "1", - "description": "socket:bosch_3pin=1 is displayed as \"Bosch Active Connect with 3 pins and cable\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/bosch-3pin.svg" - }, - { - "key": "socket:bosch_3pin", - "description": "socket:bosch_3pin~.+ & socket:bosch_3pin!=1 is displayed as \"Bosch Active Connect with 3 pins and cable\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/bosch-3pin.svg" - }, - { - "key": "socket:bosch_5pin", - "value": "1", - "description": "socket:bosch_5pin=1 is displayed as \"Bosch Active Connect with 5 pins and cable\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/bosch-5pin.svg" - }, - { - "key": "socket:bosch_5pin", - "description": "socket:bosch_5pin~.+ & socket:bosch_5pin!=1 is displayed as \"Bosch Active Connect with 5 pins and cable\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/bosch-5pin.svg" - }, - { - "key": "socket:bs1363", - "value": "1", - "description": "socket:bs1363=1 is displayed as \"BS1363 (Type G)\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/bs1363.svg" - }, - { - "key": "socket:bs1363", - "description": "socket:bs1363~.+ & socket:bs1363!=1 is displayed as \"BS1363 (Type G)\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/bs1363.svg" - }, - { - "key": "socket:nema5_15", - "value": "1", - "description": "socket:nema5_15=1 is displayed as \"NEMA 5-15 (Type B)\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/nema-5-15.svg" - }, - { - "key": "socket:nema5_15", - "description": "socket:nema5_15~.+ & socket:nema5_15!=1 is displayed as \"NEMA 5-15 (Type B)\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/nema-5-15.svg" - }, - { - "key": "socket:sev1011_t23", - "value": "1", - "description": "socket:sev1011_t23=1 is displayed as \"SEV 1011 T23 (Type J)\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/typej.svg" - }, - { - "key": "socket:sev1011_t23", - "description": "socket:sev1011_t23~.+ & socket:sev1011_t23!=1 is displayed as \"SEV 1011 T23 (Type J)\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/typej.svg" - }, - { - "key": "socket:as3112", - "value": "1", - "description": "socket:as3112=1 is displayed as \"AS3112 (Type I)\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/as3112.svg" - }, - { - "key": "socket:as3112", - "description": "socket:as3112~.+ & socket:as3112!=1 is displayed as \"AS3112 (Type I)\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/as3112.svg" - }, - { - "key": "socket:nema_5_20", - "value": "1", - "description": "socket:nema_5_20=1 is displayed as \"NEMA 5-20 (Type B)\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/nema-5-20.svg" - }, - { - "key": "socket:nema_5_20", - "description": "socket:nema_5_20~.+ & socket:nema_5_20!=1 is displayed as \"NEMA 5-20 (Type B)\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/nema-5-20.svg" - }, - { - "key": "socket:schuko", - "description": "Values of `socket:schuko` are shown with \"There are {socket:schuko} plugs of type Schuko wall plug without ground pin (CEE7/4 type F) available here\" and can be updated. The question is \"How much plugs of type Schuko wall plug without ground pin (CEE7/4 type F) are available here?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_schuko", - "icon_url": "./assets/layers/charging_station/CEE7_4F.svg" - }, - { - "key": "socket:schuko:voltage", - "description": "Values of `socket:schuko:voltage` are shown with \"Schuko wall plug without ground pin (CEE7/4 type F) outputs {canonical(socket:schuko:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Schuko wall plug without ground pin (CEE7/4 type F) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_schuko", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:schuko:voltage", - "value": "230", - "description": "socket:schuko:voltage=230 is displayed as \"Schuko wall plug without ground pin (CEE7/4 type F) outputs 230 volt\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_schuko", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:schuko:current", - "description": "Values of `socket:schuko:current` are shown with \"Schuko wall plug without ground pin (CEE7/4 type F) outputs at most {canonical(socket:schuko:current)}\" and can be updated. The question is \"What current do the plugs with Schuko wall plug without ground pin (CEE7/4 type F) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_schuko", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:schuko:current", - "value": "16", - "description": "socket:schuko:current=16 is displayed as \"Schuko wall plug without ground pin (CEE7/4 type F) outputs at most 16 A\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_schuko", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:schuko:output", - "description": "Values of `socket:schuko:output` are shown with \"Schuko wall plug without ground pin (CEE7/4 type F) outputs at most {canonical(socket:schuko:output)}\" and can be updated. The question is \"What power output does a single plug of type Schuko wall plug without ground pin (CEE7/4 type F) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_schuko", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:schuko:output", - "value": "3.6 kW", - "description": "socket:schuko:output=3.6 kW is displayed as \"Schuko wall plug without ground pin (CEE7/4 type F) outputs at most 3.6 kW\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_schuko", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:typee", - "description": "Values of `socket:typee` are shown with \"There are {socket:typee} plugs of type European wall plug with ground pin (CEE7/4 type E) available here\" and can be updated. The question is \"How much plugs of type European wall plug with ground pin (CEE7/4 type E) are available here?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_typee", - "icon_url": "./assets/layers/charging_station/TypeE.svg" - }, - { - "key": "socket:typee:voltage", - "description": "Values of `socket:typee:voltage` are shown with \"European wall plug with ground pin (CEE7/4 type E) outputs {canonical(socket:typee:voltage)}\" and can be updated. The question is \"What voltage do the plugs with European wall plug with ground pin (CEE7/4 type E) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_typee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:typee:voltage", - "value": "230", - "description": "socket:typee:voltage=230 is displayed as \"European wall plug with ground pin (CEE7/4 type E) outputs 230 volt\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_typee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:typee:current", - "description": "Values of `socket:typee:current` are shown with \"European wall plug with ground pin (CEE7/4 type E) outputs at most {canonical(socket:typee:current)}\" and can be updated. The question is \"What current do the plugs with European wall plug with ground pin (CEE7/4 type E) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_typee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:typee:current", - "value": "16", - "description": "socket:typee:current=16 is displayed as \"European wall plug with ground pin (CEE7/4 type E) outputs at most 16 A\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_typee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:typee:output", - "description": "Values of `socket:typee:output` are shown with \"European wall plug with ground pin (CEE7/4 type E) outputs at most {canonical(socket:typee:output)}\" and can be updated. The question is \"What power output does a single plug of type European wall plug with ground pin (CEE7/4 type E) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_typee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:typee:output", - "value": "3 kW", - "description": "socket:typee:output=3 kW is displayed as \"European wall plug with ground pin (CEE7/4 type E) outputs at most 3 kW\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_typee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:typee:output", - "value": "22 kW", - "description": "socket:typee:output=22 kW is displayed as \"European wall plug with ground pin (CEE7/4 type E) outputs at most 22 kW\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_typee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:chademo", - "description": "Values of `socket:chademo` are shown with \"There are {socket:chademo} plugs of type Chademo available here\" and can be updated. The question is \"How much plugs of type Chademo are available here?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_chademo", - "icon_url": "./assets/layers/charging_station/Chademo_type4.svg" - }, - { - "key": "socket:chademo:voltage", - "description": "Values of `socket:chademo:voltage` are shown with \"Chademo outputs {canonical(socket:chademo:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Chademo offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_chademo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:chademo:voltage", - "value": "500", - "description": "socket:chademo:voltage=500 is displayed as \"Chademo outputs 500 volt\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_chademo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:chademo:current", - "description": "Values of `socket:chademo:current` are shown with \"Chademo outputs at most {canonical(socket:chademo:current)}\" and can be updated. The question is \"What current do the plugs with Chademo offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_chademo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:chademo:current", - "value": "120", - "description": "socket:chademo:current=120 is displayed as \"Chademo outputs at most 120 A\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_chademo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:chademo:output", - "description": "Values of `socket:chademo:output` are shown with \"Chademo outputs at most {canonical(socket:chademo:output)}\" and can be updated. The question is \"What power output does a single plug of type Chademo offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_chademo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:chademo:output", - "value": "50 kW", - "description": "socket:chademo:output=50 kW is displayed as \"Chademo outputs at most 50 kW\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_chademo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_cable", - "description": "Values of `socket:type1_cable` are shown with \"There are {socket:type1_cable} plugs of type Type 1 with cable (J1772) available here\" and can be updated. The question is \"How much plugs of type Type 1 with cable (J1772) are available here?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_type1_cable", - "icon_url": "./assets/layers/charging_station/Type1_J1772.svg" - }, - { - "key": "socket:type1_cable:voltage", - "description": "Values of `socket:type1_cable:voltage` are shown with \"Type 1 with cable (J1772) outputs {canonical(socket:type1_cable:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Type 1 with cable (J1772) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type1_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_cable:voltage", - "value": "200", - "description": "socket:type1_cable:voltage=200 is displayed as \"Type 1 with cable (J1772) outputs 200 volt\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type1_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_cable:voltage", - "value": "240", - "description": "socket:type1_cable:voltage=240 is displayed as \"Type 1 with cable (J1772) outputs 240 volt\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type1_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_cable:current", - "description": "Values of `socket:type1_cable:current` are shown with \"Type 1 with cable (J1772) outputs at most {canonical(socket:type1_cable:current)}\" and can be updated. The question is \"What current do the plugs with Type 1 with cable (J1772) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_type1_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_cable:current", - "value": "32", - "description": "socket:type1_cable:current=32 is displayed as \"Type 1 with cable (J1772) outputs at most 32 A\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_type1_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_cable:output", - "description": "Values of `socket:type1_cable:output` are shown with \"Type 1 with cable (J1772) outputs at most {canonical(socket:type1_cable:output)}\" and can be updated. The question is \"What power output does a single plug of type Type 1 with cable (J1772) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type1_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_cable:output", - "value": "3.7 kW", - "description": "socket:type1_cable:output=3.7 kW is displayed as \"Type 1 with cable (J1772) outputs at most 3.7 kW\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type1_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_cable:output", - "value": "7 kW", - "description": "socket:type1_cable:output=7 kW is displayed as \"Type 1 with cable (J1772) outputs at most 7 kW\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type1_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1", - "description": "Values of `socket:type1` are shown with \"There are {socket:type1} plugs of type Type 1 without cable (J1772) available here\" and can be updated. The question is \"How much plugs of type Type 1 without cable (J1772) are available here?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_type1", - "icon_url": "./assets/layers/charging_station/Type1_J1772.svg" - }, - { - "key": "socket:type1:voltage", - "description": "Values of `socket:type1:voltage` are shown with \"Type 1 without cable (J1772) outputs {canonical(socket:type1:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Type 1 without cable (J1772) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type1", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1:voltage", - "value": "200", - "description": "socket:type1:voltage=200 is displayed as \"Type 1 without cable (J1772) outputs 200 volt\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type1", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1:voltage", - "value": "240", - "description": "socket:type1:voltage=240 is displayed as \"Type 1 without cable (J1772) outputs 240 volt\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type1", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1:current", - "description": "Values of `socket:type1:current` are shown with \"Type 1 without cable (J1772) outputs at most {canonical(socket:type1:current)}\" and can be updated. The question is \"What current do the plugs with Type 1 without cable (J1772) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_type1", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1:current", - "value": "32", - "description": "socket:type1:current=32 is displayed as \"Type 1 without cable (J1772) outputs at most 32 A\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_type1", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1:output", - "description": "Values of `socket:type1:output` are shown with \"Type 1 without cable (J1772) outputs at most {canonical(socket:type1:output)}\" and can be updated. The question is \"What power output does a single plug of type Type 1 without cable (J1772) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type1", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1:output", - "value": "3.7 kW", - "description": "socket:type1:output=3.7 kW is displayed as \"Type 1 without cable (J1772) outputs at most 3.7 kW\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type1", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1:output", - "value": "6.6 kW", - "description": "socket:type1:output=6.6 kW is displayed as \"Type 1 without cable (J1772) outputs at most 6.6 kW\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type1", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1:output", - "value": "7 kW", - "description": "socket:type1:output=7 kW is displayed as \"Type 1 without cable (J1772) outputs at most 7 kW\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type1", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1:output", - "value": "7.2 kW", - "description": "socket:type1:output=7.2 kW is displayed as \"Type 1 without cable (J1772) outputs at most 7.2 kW\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type1", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_combo", - "description": "Values of `socket:type1_combo` are shown with \"There are {socket:type1_combo} plugs of type Type 1 CCS (aka Type 1 Combo) available here\" and can be updated. The question is \"How much plugs of type Type 1 CCS (aka Type 1 Combo) are available here?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_type1_combo", - "icon_url": "./assets/layers/charging_station/Type1-ccs.svg" - }, - { - "key": "socket:type1_combo:voltage", - "description": "Values of `socket:type1_combo:voltage` are shown with \"Type 1 CCS (aka Type 1 Combo) outputs {canonical(socket:type1_combo:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Type 1 CCS (aka Type 1 Combo) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type1_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_combo:voltage", - "value": "400", - "description": "socket:type1_combo:voltage=400 is displayed as \"Type 1 CCS (aka Type 1 Combo) outputs 400 volt\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type1_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_combo:voltage", - "value": "1000", - "description": "socket:type1_combo:voltage=1000 is displayed as \"Type 1 CCS (aka Type 1 Combo) outputs 1000 volt\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type1_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_combo:current", - "description": "Values of `socket:type1_combo:current` are shown with \"Type 1 CCS (aka Type 1 Combo) outputs at most {canonical(socket:type1_combo:current)}\" and can be updated. The question is \"What current do the plugs with Type 1 CCS (aka Type 1 Combo) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_type1_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_combo:current", - "value": "50", - "description": "socket:type1_combo:current=50 is displayed as \"Type 1 CCS (aka Type 1 Combo) outputs at most 50 A\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_type1_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_combo:current", - "value": "125", - "description": "socket:type1_combo:current=125 is displayed as \"Type 1 CCS (aka Type 1 Combo) outputs at most 125 A\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_type1_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_combo:output", - "description": "Values of `socket:type1_combo:output` are shown with \"Type 1 CCS (aka Type 1 Combo) outputs at most {canonical(socket:type1_combo:output)}\" and can be updated. The question is \"What power output does a single plug of type Type 1 CCS (aka Type 1 Combo) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type1_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_combo:output", - "value": "50 kW", - "description": "socket:type1_combo:output=50 kW is displayed as \"Type 1 CCS (aka Type 1 Combo) outputs at most 50 kW\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type1_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_combo:output", - "value": "62.5 kW", - "description": "socket:type1_combo:output=62.5 kW is displayed as \"Type 1 CCS (aka Type 1 Combo) outputs at most 62.5 kW\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type1_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_combo:output", - "value": "150 kW", - "description": "socket:type1_combo:output=150 kW is displayed as \"Type 1 CCS (aka Type 1 Combo) outputs at most 150 kW\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type1_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_combo:output", - "value": "350 kW", - "description": "socket:type1_combo:output=350 kW is displayed as \"Type 1 CCS (aka Type 1 Combo) outputs at most 350 kW\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type1_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger", - "description": "Values of `socket:tesla_supercharger` are shown with \"There are {socket:tesla_supercharger} plugs of type Tesla Supercharger available here\" and can be updated. The question is \"How much plugs of type Tesla Supercharger are available here?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_tesla_supercharger", - "icon_url": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg" - }, - { - "key": "socket:tesla_supercharger:voltage", - "description": "Values of `socket:tesla_supercharger:voltage` are shown with \"Tesla Supercharger outputs {canonical(socket:tesla_supercharger:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Tesla Supercharger offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_tesla_supercharger", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger:voltage", - "value": "480", - "description": "socket:tesla_supercharger:voltage=480 is displayed as \"Tesla Supercharger outputs 480 volt\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_tesla_supercharger", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger:current", - "description": "Values of `socket:tesla_supercharger:current` are shown with \"Tesla Supercharger outputs at most {canonical(socket:tesla_supercharger:current)}\" and can be updated. The question is \"What current do the plugs with Tesla Supercharger offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_tesla_supercharger", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger:current", - "value": "125", - "description": "socket:tesla_supercharger:current=125 is displayed as \"Tesla Supercharger outputs at most 125 A\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_tesla_supercharger", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger:current", - "value": "350", - "description": "socket:tesla_supercharger:current=350 is displayed as \"Tesla Supercharger outputs at most 350 A\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_tesla_supercharger", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger:output", - "description": "Values of `socket:tesla_supercharger:output` are shown with \"Tesla Supercharger outputs at most {canonical(socket:tesla_supercharger:output)}\" and can be updated. The question is \"What power output does a single plug of type Tesla Supercharger offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_tesla_supercharger", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger:output", - "value": "120 kW", - "description": "socket:tesla_supercharger:output=120 kW is displayed as \"Tesla Supercharger outputs at most 120 kW\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_tesla_supercharger", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger:output", - "value": "150 kW", - "description": "socket:tesla_supercharger:output=150 kW is displayed as \"Tesla Supercharger outputs at most 150 kW\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_tesla_supercharger", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger:output", - "value": "250 kW", - "description": "socket:tesla_supercharger:output=250 kW is displayed as \"Tesla Supercharger outputs at most 250 kW\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_tesla_supercharger", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2", - "description": "Values of `socket:type2` are shown with \"There are {socket:type2} plugs of type Type 2 (mennekes) available here\" and can be updated. The question is \"How much plugs of type Type 2 (mennekes) are available here?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_type2", - "icon_url": "./assets/layers/charging_station/Type2_socket.svg" - }, - { - "key": "socket:type2:voltage", - "description": "Values of `socket:type2:voltage` are shown with \"Type 2 (mennekes) outputs {canonical(socket:type2:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Type 2 (mennekes) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type2", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2:voltage", - "value": "230", - "description": "socket:type2:voltage=230 is displayed as \"Type 2 (mennekes) outputs 230 volt\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type2", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2:voltage", - "value": "400", - "description": "socket:type2:voltage=400 is displayed as \"Type 2 (mennekes) outputs 400 volt\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type2", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2:current", - "description": "Values of `socket:type2:current` are shown with \"Type 2 (mennekes) outputs at most {canonical(socket:type2:current)}\" and can be updated. The question is \"What current do the plugs with Type 2 (mennekes) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_type2", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2:current", - "value": "16", - "description": "socket:type2:current=16 is displayed as \"Type 2 (mennekes) outputs at most 16 A\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_type2", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2:current", - "value": "32", - "description": "socket:type2:current=32 is displayed as \"Type 2 (mennekes) outputs at most 32 A\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_type2", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2:output", - "description": "Values of `socket:type2:output` are shown with \"Type 2 (mennekes) outputs at most {canonical(socket:type2:output)}\" and can be updated. The question is \"What power output does a single plug of type Type 2 (mennekes) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type2", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2:output", - "value": "11 kW", - "description": "socket:type2:output=11 kW is displayed as \"Type 2 (mennekes) outputs at most 11 kW\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type2", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2:output", - "value": "22 kW", - "description": "socket:type2:output=22 kW is displayed as \"Type 2 (mennekes) outputs at most 22 kW\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type2", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_combo", - "description": "Values of `socket:type2_combo` are shown with \"There are {socket:type2_combo} plugs of type Type 2 CCS (mennekes) available here\" and can be updated. The question is \"How much plugs of type Type 2 CCS (mennekes) are available here?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_type2_combo", - "icon_url": "./assets/layers/charging_station/Type2_CCS.svg" - }, - { - "key": "socket:type2_combo:voltage", - "description": "Values of `socket:type2_combo:voltage` are shown with \"Type 2 CCS (mennekes) outputs {canonical(socket:type2_combo:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Type 2 CCS (mennekes) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type2_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_combo:voltage", - "value": "500", - "description": "socket:type2_combo:voltage=500 is displayed as \"Type 2 CCS (mennekes) outputs 500 volt\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type2_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_combo:voltage", - "value": "920", - "description": "socket:type2_combo:voltage=920 is displayed as \"Type 2 CCS (mennekes) outputs 920 volt\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type2_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_combo:current", - "description": "Values of `socket:type2_combo:current` are shown with \"Type 2 CCS (mennekes) outputs at most {canonical(socket:type2_combo:current)}\" and can be updated. The question is \"What current do the plugs with Type 2 CCS (mennekes) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_type2_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_combo:current", - "value": "125", - "description": "socket:type2_combo:current=125 is displayed as \"Type 2 CCS (mennekes) outputs at most 125 A\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_type2_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_combo:current", - "value": "350", - "description": "socket:type2_combo:current=350 is displayed as \"Type 2 CCS (mennekes) outputs at most 350 A\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_type2_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_combo:output", - "description": "Values of `socket:type2_combo:output` are shown with \"Type 2 CCS (mennekes) outputs at most {canonical(socket:type2_combo:output)}\" and can be updated. The question is \"What power output does a single plug of type Type 2 CCS (mennekes) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type2_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_combo:output", - "value": "50 kW", - "description": "socket:type2_combo:output=50 kW is displayed as \"Type 2 CCS (mennekes) outputs at most 50 kW\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type2_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_cable", - "description": "Values of `socket:type2_cable` are shown with \"There are {socket:type2_cable} plugs of type Type 2 with cable (mennekes) available here\" and can be updated. The question is \"How much plugs of type Type 2 with cable (mennekes) are available here?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_type2_cable", - "icon_url": "./assets/layers/charging_station/Type2_tethered.svg" - }, - { - "key": "socket:type2_cable:voltage", - "description": "Values of `socket:type2_cable:voltage` are shown with \"Type 2 with cable (mennekes) outputs {canonical(socket:type2_cable:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Type 2 with cable (mennekes) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type2_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_cable:voltage", - "value": "230", - "description": "socket:type2_cable:voltage=230 is displayed as \"Type 2 with cable (mennekes) outputs 230 volt\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type2_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_cable:voltage", - "value": "400", - "description": "socket:type2_cable:voltage=400 is displayed as \"Type 2 with cable (mennekes) outputs 400 volt\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type2_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_cable:current", - "description": "Values of `socket:type2_cable:current` are shown with \"Type 2 with cable (mennekes) outputs at most {canonical(socket:type2_cable:current)}\" and can be updated. The question is \"What current do the plugs with Type 2 with cable (mennekes) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_type2_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_cable:current", - "value": "16", - "description": "socket:type2_cable:current=16 is displayed as \"Type 2 with cable (mennekes) outputs at most 16 A\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_type2_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_cable:current", - "value": "32", - "description": "socket:type2_cable:current=32 is displayed as \"Type 2 with cable (mennekes) outputs at most 32 A\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_type2_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_cable:output", - "description": "Values of `socket:type2_cable:output` are shown with \"Type 2 with cable (mennekes) outputs at most {canonical(socket:type2_cable:output)}\" and can be updated. The question is \"What power output does a single plug of type Type 2 with cable (mennekes) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type2_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_cable:output", - "value": "11 kW", - "description": "socket:type2_cable:output=11 kW is displayed as \"Type 2 with cable (mennekes) outputs at most 11 kW\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type2_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_cable:output", - "value": "22 kW", - "description": "socket:type2_cable:output=22 kW is displayed as \"Type 2 with cable (mennekes) outputs at most 22 kW\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type2_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger_ccs", - "description": "Values of `socket:tesla_supercharger_ccs` are shown with \"There are {socket:tesla_supercharger_ccs} plugs of type Tesla Supercharger CCS (a branded type2_css) available here\" and can be updated. The question is \"How much plugs of type Tesla Supercharger CCS (a branded type2_css) are available here?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_tesla_supercharger_ccs", - "icon_url": "./assets/layers/charging_station/Type2_CCS.svg" - }, - { - "key": "socket:tesla_supercharger_ccs:voltage", - "description": "Values of `socket:tesla_supercharger_ccs:voltage` are shown with \"Tesla Supercharger CCS (a branded type2_css) outputs {canonical(socket:tesla_supercharger_ccs:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Tesla Supercharger CCS (a branded type2_css) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_tesla_supercharger_ccs", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger_ccs:voltage", - "value": "500", - "description": "socket:tesla_supercharger_ccs:voltage=500 is displayed as \"Tesla Supercharger CCS (a branded type2_css) outputs 500 volt\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_tesla_supercharger_ccs", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger_ccs:voltage", - "value": "920", - "description": "socket:tesla_supercharger_ccs:voltage=920 is displayed as \"Tesla Supercharger CCS (a branded type2_css) outputs 920 volt\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_tesla_supercharger_ccs", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger_ccs:current", - "description": "Values of `socket:tesla_supercharger_ccs:current` are shown with \"Tesla Supercharger CCS (a branded type2_css) outputs at most {canonical(socket:tesla_supercharger_ccs:current)}\" and can be updated. The question is \"What current do the plugs with Tesla Supercharger CCS (a branded type2_css) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_tesla_supercharger_ccs", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger_ccs:current", - "value": "125", - "description": "socket:tesla_supercharger_ccs:current=125 is displayed as \"Tesla Supercharger CCS (a branded type2_css) outputs at most 125 A\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_tesla_supercharger_ccs", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger_ccs:current", - "value": "350", - "description": "socket:tesla_supercharger_ccs:current=350 is displayed as \"Tesla Supercharger CCS (a branded type2_css) outputs at most 350 A\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_tesla_supercharger_ccs", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger_ccs:output", - "description": "Values of `socket:tesla_supercharger_ccs:output` are shown with \"Tesla Supercharger CCS (a branded type2_css) outputs at most {canonical(socket:tesla_supercharger_ccs:output)}\" and can be updated. The question is \"What power output does a single plug of type Tesla Supercharger CCS (a branded type2_css) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_tesla_supercharger_ccs", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger_ccs:output", - "value": "50 kW", - "description": "socket:tesla_supercharger_ccs:output=50 kW is displayed as \"Tesla Supercharger CCS (a branded type2_css) outputs at most 50 kW\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_tesla_supercharger_ccs", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination", - "description": "Values of `socket:tesla_destination` are shown with \"There are {socket:tesla_destination} plugs of type Tesla Supercharger (destination) available here\" and can be updated. The question is \"How much plugs of type Tesla Supercharger (destination) are available here?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_tesla_destination_us", - "icon_url": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg" - }, - { - "key": "socket:tesla_destination:voltage", - "description": "Values of `socket:tesla_destination:voltage` are shown with \"Tesla Supercharger (destination) outputs {canonical(socket:tesla_destination:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Tesla Supercharger (destination) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_tesla_destination_us", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:voltage", - "value": "480", - "description": "socket:tesla_destination:voltage=480 is displayed as \"Tesla Supercharger (destination) outputs 480 volt\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_tesla_destination_us", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:current", - "description": "Values of `socket:tesla_destination:current` are shown with \"Tesla Supercharger (destination) outputs at most {canonical(socket:tesla_destination:current)}\" and can be updated. The question is \"What current do the plugs with Tesla Supercharger (destination) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_tesla_destination_us", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:current", - "value": "125", - "description": "socket:tesla_destination:current=125 is displayed as \"Tesla Supercharger (destination) outputs at most 125 A\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_tesla_destination_us", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:current", - "value": "350", - "description": "socket:tesla_destination:current=350 is displayed as \"Tesla Supercharger (destination) outputs at most 350 A\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_tesla_destination_us", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:output", - "description": "Values of `socket:tesla_destination:output` are shown with \"Tesla Supercharger (destination) outputs at most {canonical(socket:tesla_destination:output)}\" and can be updated. The question is \"What power output does a single plug of type Tesla Supercharger (destination) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_tesla_destination_us", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:output", - "value": "120 kW", - "description": "socket:tesla_destination:output=120 kW is displayed as \"Tesla Supercharger (destination) outputs at most 120 kW\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_tesla_destination_us", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:output", - "value": "150 kW", - "description": "socket:tesla_destination:output=150 kW is displayed as \"Tesla Supercharger (destination) outputs at most 150 kW\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_tesla_destination_us", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:output", - "value": "250 kW", - "description": "socket:tesla_destination:output=250 kW is displayed as \"Tesla Supercharger (destination) outputs at most 250 kW\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_tesla_destination_us", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination", - "description": "Values of `socket:tesla_destination` are shown with \"There are {socket:tesla_destination} plugs of type Tesla supercharger (destination) (A Type 2 with cable branded as tesla) available here\" and can be updated. The question is \"How much plugs of type Tesla supercharger (destination) (A Type 2 with cable branded as tesla) are available here?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_tesla_destination", - "icon_url": "./assets/layers/charging_station/Type2_tethered.svg" - }, - { - "key": "socket:tesla_destination:voltage", - "description": "Values of `socket:tesla_destination:voltage` are shown with \"Tesla supercharger (destination) (A Type 2 with cable branded as tesla) outputs {canonical(socket:tesla_destination:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Tesla supercharger (destination) (A Type 2 with cable branded as tesla) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_tesla_destination", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:voltage", - "value": "230", - "description": "socket:tesla_destination:voltage=230 is displayed as \"Tesla supercharger (destination) (A Type 2 with cable branded as tesla) outputs 230 volt\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_tesla_destination", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:voltage", - "value": "400", - "description": "socket:tesla_destination:voltage=400 is displayed as \"Tesla supercharger (destination) (A Type 2 with cable branded as tesla) outputs 400 volt\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_tesla_destination", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:current", - "description": "Values of `socket:tesla_destination:current` are shown with \"Tesla supercharger (destination) (A Type 2 with cable branded as tesla) outputs at most {canonical(socket:tesla_destination:current)}\" and can be updated. The question is \"What current do the plugs with Tesla supercharger (destination) (A Type 2 with cable branded as tesla) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_tesla_destination", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:current", - "value": "16", - "description": "socket:tesla_destination:current=16 is displayed as \"Tesla supercharger (destination) (A Type 2 with cable branded as tesla) outputs at most 16 A\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_tesla_destination", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:current", - "value": "32", - "description": "socket:tesla_destination:current=32 is displayed as \"Tesla supercharger (destination) (A Type 2 with cable branded as tesla) outputs at most 32 A\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_tesla_destination", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:output", - "description": "Values of `socket:tesla_destination:output` are shown with \"Tesla supercharger (destination) (A Type 2 with cable branded as tesla) outputs at most {canonical(socket:tesla_destination:output)}\" and can be updated. The question is \"What power output does a single plug of type Tesla supercharger (destination) (A Type 2 with cable branded as tesla) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_tesla_destination", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:output", - "value": "11 kW", - "description": "socket:tesla_destination:output=11 kW is displayed as \"Tesla supercharger (destination) (A Type 2 with cable branded as tesla) outputs at most 11 kW\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_tesla_destination", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:output", - "value": "22 kW", - "description": "socket:tesla_destination:output=22 kW is displayed as \"Tesla supercharger (destination) (A Type 2 with cable branded as tesla) outputs at most 22 kW\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_tesla_destination", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:USB-A", - "description": "Values of `socket:USB-A` are shown with \"There are {socket:USB-A} plugs of type USB to charge phones and small electronics available here\" and can be updated. The question is \"How much plugs of type USB to charge phones and small electronics are available here?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_USB_A", - "icon_url": "./assets/layers/charging_station/usb_port.svg" - }, - { - "key": "socket:USB-A:voltage", - "description": "Values of `socket:USB-A:voltage` are shown with \"USB to charge phones and small electronics outputs {canonical(socket:USB-A:voltage)}\" and can be updated. The question is \"What voltage do the plugs with USB to charge phones and small electronics offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_USB_A", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:USB-A:voltage", - "value": "5", - "description": "socket:USB-A:voltage=5 is displayed as \"USB to charge phones and small electronics outputs 5 volt\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_USB_A", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:USB-A:current", - "description": "Values of `socket:USB-A:current` are shown with \"USB to charge phones and small electronics outputs at most {canonical(socket:USB-A:current)}\" and can be updated. The question is \"What current do the plugs with USB to charge phones and small electronics offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_USB_A", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:USB-A:current", - "value": "1", - "description": "socket:USB-A:current=1 is displayed as \"USB to charge phones and small electronics outputs at most 1 A\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_USB_A", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:USB-A:current", - "value": "2", - "description": "socket:USB-A:current=2 is displayed as \"USB to charge phones and small electronics outputs at most 2 A\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_USB_A", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:USB-A:output", - "description": "Values of `socket:USB-A:output` are shown with \"USB to charge phones and small electronics outputs at most {canonical(socket:USB-A:output)}\" and can be updated. The question is \"What power output does a single plug of type USB to charge phones and small electronics offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_USB_A", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:USB-A:output", - "value": "5W", - "description": "socket:USB-A:output=5W is displayed as \"USB to charge phones and small electronics outputs at most 5W\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_USB_A", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:USB-A:output", - "value": "10W", - "description": "socket:USB-A:output=10W is displayed as \"USB to charge phones and small electronics outputs at most 10W\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_USB_A", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bosch_3pin", - "description": "Values of `socket:bosch_3pin` are shown with \"There are {socket:bosch_3pin} plugs of type Bosch Active Connect with 3 pins and cable available here\" and can be updated. The question is \"How much plugs of type Bosch Active Connect with 3 pins and cable are available here?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_bosch_3pin", - "icon_url": "./assets/layers/charging_station/bosch-3pin.svg" - }, - { - "key": "socket:bosch_3pin:voltage", - "description": "Values of `socket:bosch_3pin:voltage` are shown with \"Bosch Active Connect with 3 pins and cable outputs {canonical(socket:bosch_3pin:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Bosch Active Connect with 3 pins and cable offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_bosch_3pin", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bosch_3pin:current", - "description": "Values of `socket:bosch_3pin:current` are shown with \"Bosch Active Connect with 3 pins and cable outputs at most {canonical(socket:bosch_3pin:current)}\" and can be updated. The question is \"What current do the plugs with Bosch Active Connect with 3 pins and cable offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_bosch_3pin", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bosch_3pin:output", - "description": "Values of `socket:bosch_3pin:output` are shown with \"Bosch Active Connect with 3 pins and cable outputs at most {canonical(socket:bosch_3pin:output)}\" and can be updated. The question is \"What power output does a single plug of type Bosch Active Connect with 3 pins and cable offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_bosch_3pin", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bosch_5pin", - "description": "Values of `socket:bosch_5pin` are shown with \"There are {socket:bosch_5pin} plugs of type Bosch Active Connect with 5 pins and cable available here\" and can be updated. The question is \"How much plugs of type Bosch Active Connect with 5 pins and cable are available here?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_bosch_5pin", - "icon_url": "./assets/layers/charging_station/bosch-5pin.svg" - }, - { - "key": "socket:bosch_5pin:voltage", - "description": "Values of `socket:bosch_5pin:voltage` are shown with \"Bosch Active Connect with 5 pins and cable outputs {canonical(socket:bosch_5pin:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Bosch Active Connect with 5 pins and cable offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_bosch_5pin", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bosch_5pin:current", - "description": "Values of `socket:bosch_5pin:current` are shown with \"Bosch Active Connect with 5 pins and cable outputs at most {canonical(socket:bosch_5pin:current)}\" and can be updated. The question is \"What current do the plugs with Bosch Active Connect with 5 pins and cable offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_bosch_5pin", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bosch_5pin:output", - "description": "Values of `socket:bosch_5pin:output` are shown with \"Bosch Active Connect with 5 pins and cable outputs at most {canonical(socket:bosch_5pin:output)}\" and can be updated. The question is \"What power output does a single plug of type Bosch Active Connect with 5 pins and cable offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_bosch_5pin", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bs1363", - "description": "Values of `socket:bs1363` are shown with \"There are {socket:bs1363} plugs of type BS1363 (Type G) available here\" and can be updated. The question is \"How much plugs of type BS1363 (Type G) are available here?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_bs1363", - "icon_url": "./assets/layers/charging_station/bs1363.svg" - }, - { - "key": "socket:bs1363:voltage", - "description": "Values of `socket:bs1363:voltage` are shown with \"BS1363 (Type G) outputs {canonical(socket:bs1363:voltage)}\" and can be updated. The question is \"What voltage do the plugs with BS1363 (Type G) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_bs1363", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bs1363:voltage", - "value": "230", - "description": "socket:bs1363:voltage=230 is displayed as \"BS1363 (Type G) outputs 230 volt\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_bs1363", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bs1363:current", - "description": "Values of `socket:bs1363:current` are shown with \"BS1363 (Type G) outputs at most {canonical(socket:bs1363:current)}\" and can be updated. The question is \"What current do the plugs with BS1363 (Type G) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_bs1363", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bs1363:current", - "value": "13", - "description": "socket:bs1363:current=13 is displayed as \"BS1363 (Type G) outputs at most 13 A\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_bs1363", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bs1363:output", - "description": "Values of `socket:bs1363:output` are shown with \"BS1363 (Type G) outputs at most {canonical(socket:bs1363:output)}\" and can be updated. The question is \"What power output does a single plug of type BS1363 (Type G) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_bs1363", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bs1363:output", - "value": "3kW", - "description": "socket:bs1363:output=3kW is displayed as \"BS1363 (Type G) outputs at most 3kW\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_bs1363", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema5_15", - "description": "Values of `socket:nema5_15` are shown with \"There are {socket:nema5_15} plugs of type NEMA 5-15 (Type B) available here\" and can be updated. The question is \"How much plugs of type NEMA 5-15 (Type B) are available here?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_nema5_15", - "icon_url": "./assets/layers/charging_station/nema-5-15.svg" - }, - { - "key": "socket:nema5_15:voltage", - "description": "Values of `socket:nema5_15:voltage` are shown with \"NEMA 5-15 (Type B) outputs {canonical(socket:nema5_15:voltage)}\" and can be updated. The question is \"What voltage do the plugs with NEMA 5-15 (Type B) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_nema5_15", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema5_15:voltage", - "value": "120", - "description": "socket:nema5_15:voltage=120 is displayed as \"NEMA 5-15 (Type B) outputs 120 volt\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_nema5_15", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema5_15:current", - "description": "Values of `socket:nema5_15:current` are shown with \"NEMA 5-15 (Type B) outputs at most {canonical(socket:nema5_15:current)}\" and can be updated. The question is \"What current do the plugs with NEMA 5-15 (Type B) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_nema5_15", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema5_15:current", - "value": "15", - "description": "socket:nema5_15:current=15 is displayed as \"NEMA 5-15 (Type B) outputs at most 15 A\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_nema5_15", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema5_15:output", - "description": "Values of `socket:nema5_15:output` are shown with \"NEMA 5-15 (Type B) outputs at most {canonical(socket:nema5_15:output)}\" and can be updated. The question is \"What power output does a single plug of type NEMA 5-15 (Type B) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_nema5_15", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema5_15:output", - "value": "1.8 kW", - "description": "socket:nema5_15:output=1.8 kW is displayed as \"NEMA 5-15 (Type B) outputs at most 1.8 kW\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_nema5_15", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:sev1011_t23", - "description": "Values of `socket:sev1011_t23` are shown with \"There are {socket:sev1011_t23} plugs of type SEV 1011 T23 (Type J) available here\" and can be updated. The question is \"How much plugs of type SEV 1011 T23 (Type J) are available here?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_sev1011_t23", - "icon_url": "./assets/layers/charging_station/typej.svg" - }, - { - "key": "socket:sev1011_t23:voltage", - "description": "Values of `socket:sev1011_t23:voltage` are shown with \"SEV 1011 T23 (Type J) outputs {canonical(socket:sev1011_t23:voltage)}\" and can be updated. The question is \"What voltage do the plugs with SEV 1011 T23 (Type J) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_sev1011_t23", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:sev1011_t23:voltage", - "value": "230", - "description": "socket:sev1011_t23:voltage=230 is displayed as \"SEV 1011 T23 (Type J) outputs 230 volt\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_sev1011_t23", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:sev1011_t23:current", - "description": "Values of `socket:sev1011_t23:current` are shown with \"SEV 1011 T23 (Type J) outputs at most {canonical(socket:sev1011_t23:current)}\" and can be updated. The question is \"What current do the plugs with SEV 1011 T23 (Type J) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_sev1011_t23", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:sev1011_t23:current", - "value": "16", - "description": "socket:sev1011_t23:current=16 is displayed as \"SEV 1011 T23 (Type J) outputs at most 16 A\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_sev1011_t23", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:sev1011_t23:output", - "description": "Values of `socket:sev1011_t23:output` are shown with \"SEV 1011 T23 (Type J) outputs at most {canonical(socket:sev1011_t23:output)}\" and can be updated. The question is \"What power output does a single plug of type SEV 1011 T23 (Type J) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_sev1011_t23", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:sev1011_t23:output", - "value": "3.7 kW", - "description": "socket:sev1011_t23:output=3.7 kW is displayed as \"SEV 1011 T23 (Type J) outputs at most 3.7 kW\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_sev1011_t23", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:as3112", - "description": "Values of `socket:as3112` are shown with \"There are {socket:as3112} plugs of type AS3112 (Type I) available here\" and can be updated. The question is \"How much plugs of type AS3112 (Type I) are available here?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_as3112", - "icon_url": "./assets/layers/charging_station/as3112.svg" - }, - { - "key": "socket:as3112:voltage", - "description": "Values of `socket:as3112:voltage` are shown with \"AS3112 (Type I) outputs {canonical(socket:as3112:voltage)}\" and can be updated. The question is \"What voltage do the plugs with AS3112 (Type I) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_as3112", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:as3112:voltage", - "value": "230", - "description": "socket:as3112:voltage=230 is displayed as \"AS3112 (Type I) outputs 230 volt\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_as3112", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:as3112:current", - "description": "Values of `socket:as3112:current` are shown with \"AS3112 (Type I) outputs at most {canonical(socket:as3112:current)}\" and can be updated. The question is \"What current do the plugs with AS3112 (Type I) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_as3112", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:as3112:current", - "value": "10", - "description": "socket:as3112:current=10 is displayed as \"AS3112 (Type I) outputs at most 10 A\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_as3112", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:as3112:output", - "description": "Values of `socket:as3112:output` are shown with \"AS3112 (Type I) outputs at most {canonical(socket:as3112:output)}\" and can be updated. The question is \"What power output does a single plug of type AS3112 (Type I) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_as3112", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:as3112:output", - "value": "2.3 kW", - "description": "socket:as3112:output=2.3 kW is displayed as \"AS3112 (Type I) outputs at most 2.3 kW\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_as3112", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema_5_20", - "description": "Values of `socket:nema_5_20` are shown with \"There are {socket:nema_5_20} plugs of type NEMA 5-20 (Type B) available here\" and can be updated. The question is \"How much plugs of type NEMA 5-20 (Type B) are available here?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_nema_5_20", - "icon_url": "./assets/layers/charging_station/nema-5-20.svg" - }, - { - "key": "socket:nema_5_20:voltage", - "description": "Values of `socket:nema_5_20:voltage` are shown with \"NEMA 5-20 (Type B) outputs {canonical(socket:nema_5_20:voltage)}\" and can be updated. The question is \"What voltage do the plugs with NEMA 5-20 (Type B) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_nema_5_20", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema_5_20:voltage", - "value": "120", - "description": "socket:nema_5_20:voltage=120 is displayed as \"NEMA 5-20 (Type B) outputs 120 volt\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_nema_5_20", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema_5_20:current", - "description": "Values of `socket:nema_5_20:current` are shown with \"NEMA 5-20 (Type B) outputs at most {canonical(socket:nema_5_20:current)}\" and can be updated. The question is \"What current do the plugs with NEMA 5-20 (Type B) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_nema_5_20", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema_5_20:current", - "value": "20", - "description": "socket:nema_5_20:current=20 is displayed as \"NEMA 5-20 (Type B) outputs at most 20 A\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_nema_5_20", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema_5_20:output", - "description": "Values of `socket:nema_5_20:output` are shown with \"NEMA 5-20 (Type B) outputs at most {canonical(socket:nema_5_20:output)}\" and can be updated. The question is \"What power output does a single plug of type NEMA 5-20 (Type B) offer?\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_nema_5_20", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema_5_20:output", - "value": "2.4 kW", - "description": "socket:nema_5_20:output=2.4 kW is displayed as \"NEMA 5-20 (Type B) outputs at most 2.4 kW\" by layers Charging stations, Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_nema_5_20", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"When is this charging station opened?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#OH", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "opening_hours", - "value": "24/7", - "description": "opening_hours=24/7 is displayed as \"24/7 opened (including holidays)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#OH", - "icon_url": "./assets/layers/questions/open24_7.svg" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#OH", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "fee", - "value": "no", - "description": "fee=no & fee:conditional= & charge= & authentication:none=yes is displayed as \"Free to use (without authenticating)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "fee:conditional", - "description": "fee=no & fee:conditional= & charge= & authentication:none=yes is displayed as \"Free to use (without authenticating)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "charge", - "description": "fee=no & fee:conditional= & charge= & authentication:none=yes is displayed as \"Free to use (without authenticating)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "authentication:none", - "value": "yes", - "description": "fee=no & fee:conditional= & charge= & authentication:none=yes is displayed as \"Free to use (without authenticating)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "fee", - "value": "no", - "description": "fee=no & fee:conditional= & charge= & authentication:none=no is displayed as \"Free to use, but one has to authenticate\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "fee:conditional", - "description": "fee=no & fee:conditional= & charge= & authentication:none=no is displayed as \"Free to use, but one has to authenticate\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "charge", - "description": "fee=no & fee:conditional= & charge= & authentication:none=no is displayed as \"Free to use, but one has to authenticate\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "authentication:none", - "value": "no", - "description": "fee=no & fee:conditional= & charge= & authentication:none=no is displayed as \"Free to use, but one has to authenticate\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "fee", - "value": "no", - "description": "fee=no is displayed as \"Free to use\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "fee", - "value": "yes", - "description": "fee=yes & fee:conditional=no @ customers is displayed as \"Paid use, but free for customers of the hotel/pub/hospital/... who operates the charging station\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "fee:conditional", - "value": "no @ customers", - "description": "fee=yes & fee:conditional=no @ customers is displayed as \"Paid use, but free for customers of the hotel/pub/hospital/... who operates the charging station\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "fee", - "value": "yes", - "description": "fee=yes & fee:conditional= is displayed as \"Paid use\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "fee:conditional", - "description": "fee=yes & fee:conditional= is displayed as \"Paid use\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "charge", - "description": "Values of `charge` are shown with \"Using this charging station costs {charge}\" and can be updated. The question is \"How much does one have to pay to use this charging station?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#charge", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "payment:cash", - "value": "yes", - "description": "payment:cash=yes is displayed as \"Cash is accepted here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#payment_options", - "icon_url": "./assets/layers/questions/cash.svg" - }, - { - "key": "payment:cards", - "value": "yes", - "description": "payment:cards=yes is displayed as \"Payment cards are accepted here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#payment_options", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:qr_code", - "value": "yes", - "description": "payment:qr_code=yes is displayed as \"Payment by QR-code is possible here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#payment_options", - "icon_url": "./assets/layers/questions/qrcode.svg" - }, - { - "key": "payment:app", - "value": "yes", - "description": "payment:app=yes is displayed as \"Payment is done using a dedicated app\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#payment_options", - "icon_url": "./assets/layers/questions/smartphone.svg" - }, - { - "key": "payment:membership_card", - "value": "yes", - "description": "payment:membership_card=yes is displayed as \"Payment is done using a membership card\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#payment_options", - "icon_url": "./assets/layers/questions/nfc_card.svg" - }, - { - "key": "payment:app", - "description": "payment:app~.+ & payment:app!=no & payment:app!=yes is displayed as \"Payment is done using a dedicated app\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#payment_options", - "icon_url": "./assets/layers/questions/smartphone.svg" - }, - { - "key": "payment:app", - "description": "Values of `payment:app` are shown with \"Payment can be done using the app {payment:app}\" and can be updated. The question is \"What is the name of the app used for payment?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#app_name", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "authentication:membership_card", - "value": "yes", - "description": "authentication:membership_card=yes is displayed as \"Authentication by a membership card\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Authentication", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "authentication:app", - "value": "yes", - "description": "authentication:app=yes is displayed as \"Authentication by an app\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Authentication", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "authentication:phone_call", - "value": "yes", - "description": "authentication:phone_call=yes is displayed as \"Authentication via phone call is available\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Authentication", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "authentication:short_message", - "value": "yes", - "description": "authentication:short_message=yes is displayed as \"Authentication via SMS is available\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Authentication", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "authentication:nfc", - "value": "yes", - "description": "authentication:nfc=yes is displayed as \"Authentication via NFC is available\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Authentication", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "authentication:money_card", - "value": "yes", - "description": "authentication:money_card=yes is displayed as \"Authentication via Money Card is available\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Authentication", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "authentication:debit_card", - "value": "yes", - "description": "authentication:debit_card=yes is displayed as \"Authentication via debit card is available\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Authentication", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "authentication:none", - "value": "yes", - "description": "authentication:none=yes is displayed as \"Charging here is (also) possible without authentication\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Authentication", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "authentication:phone_call:number", - "description": "Values of `authentication:phone_call:number` are shown with \"Authenticate by calling or SMS'ing to {authentication:phone_call:number}\" and can be updated. The question is \"What's the phone number for authentication call or SMS?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Auth_phone", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "maxstay", - "description": "Values of `maxstay` are shown with \"One can stay at most {canonical(maxstay)}\" and can be updated. The question is \"What is the maximum amount of time one is allowed to stay here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#maxstay", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "maxstay", - "value": "unlimited", - "description": "maxstay=unlimited is displayed as \"There is no limit to the amount of time one can stay here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#maxstay", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "network", - "description": "Values of `network` are shown with \"Part of the network {network}\" and can be updated. The question is \"Is this charging station part of a network?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Network", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "no:network", - "value": "yes", - "description": "no:network=yes is displayed as \"Not part of a bigger network, e.g. because the charging station is maintained by a local business\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Network", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "network", - "value": "none", - "description": "network=none is displayed as \"Not part of a bigger network\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Network", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "network", - "value": "AeroVironment", - "description": "network=AeroVironment is displayed as \"AeroVironment\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Network", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "network", - "value": "Blink", - "description": "network=Blink is displayed as \"Blink\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Network", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "network", - "value": "EVgo", - "description": "network=EVgo is displayed as \"EVgo\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Network", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "network", - "value": "Allego", - "description": "network=Allego is displayed as \"Allego\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Network", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "network", - "value": "Blue Corner", - "description": "network=Blue Corner is displayed as \"Blue Corner\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Network", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "network", - "value": "Tesla", - "description": "network=Tesla is displayed as \"Tesla\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Network", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "operator", - "description": "Values of `operator` are shown with \"This charging station is operated by {operator}\" and can be updated. The question is \"Who is the operator of this charging station?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operator", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "network", - "description": "network= is displayed as \"Actually, {operator} is the network\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operator", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"In case of problems, call {phone}\" and can be updated. The question is \"What number can one call if there is a problem with this charging station?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#phone", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"In case of problems, send an email to {email}\" and can be updated. The question is \"What is the email address of the operator?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#email", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"More info on {website}\" and can be updated. The question is \"What is the website where one can find more information about this charging station?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#website", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "level", - "description": "Values of `level` are shown with \"Located on the {level}th floor\" and can be updated. The question is \"On what level is this feature located?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#single_level", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "location", - "value": "underground", - "description": "location=underground is displayed as \"Located underground\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#single_level", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "level", - "value": "0", - "description": "level=0 is displayed as \"Located on the ground floor\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#single_level", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "level", - "description": "level= is displayed as \"Located on the ground floor\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#single_level", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "level", - "value": "1", - "description": "level=1 is displayed as \"Located on the first floor\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#single_level", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "level", - "value": "-1", - "description": "level=-1 is displayed as \"Located on the first basement level\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#single_level", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "ref", - "description": "Values of `ref` are shown with \"Reference number is {ref}\" and can be updated. The question is \"What is the reference number of this charging station?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#ref", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "planned:amenity", - "description": "planned:amenity= & construction:amenity= & disused:amenity= & operational_status= & amenity=charging_station is displayed as \"This charging station works\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "construction:amenity", - "description": "planned:amenity= & construction:amenity= & disused:amenity= & operational_status= & amenity=charging_station is displayed as \"This charging station works\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "disused:amenity", - "description": "planned:amenity= & construction:amenity= & disused:amenity= & operational_status= & amenity=charging_station is displayed as \"This charging station works\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "operational_status", - "description": "planned:amenity= & construction:amenity= & disused:amenity= & operational_status= & amenity=charging_station is displayed as \"This charging station works\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "amenity", - "value": "charging_station", - "description": "planned:amenity= & construction:amenity= & disused:amenity= & operational_status= & amenity=charging_station is displayed as \"This charging station works\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "planned:amenity", - "description": "planned:amenity= & construction:amenity= & disused:amenity= & operational_status=broken & amenity=charging_station is displayed as \"This charging station is broken\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "construction:amenity", - "description": "planned:amenity= & construction:amenity= & disused:amenity= & operational_status=broken & amenity=charging_station is displayed as \"This charging station is broken\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "disused:amenity", - "description": "planned:amenity= & construction:amenity= & disused:amenity= & operational_status=broken & amenity=charging_station is displayed as \"This charging station is broken\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "operational_status", - "value": "broken", - "description": "planned:amenity= & construction:amenity= & disused:amenity= & operational_status=broken & amenity=charging_station is displayed as \"This charging station is broken\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "amenity", - "value": "charging_station", - "description": "planned:amenity= & construction:amenity= & disused:amenity= & operational_status=broken & amenity=charging_station is displayed as \"This charging station is broken\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "planned:amenity", - "value": "charging_station", - "description": "planned:amenity=charging_station & construction:amenity= & disused:amenity= & operational_status= & amenity= is displayed as \"A charging station is planned here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "construction:amenity", - "description": "planned:amenity=charging_station & construction:amenity= & disused:amenity= & operational_status= & amenity= is displayed as \"A charging station is planned here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "disused:amenity", - "description": "planned:amenity=charging_station & construction:amenity= & disused:amenity= & operational_status= & amenity= is displayed as \"A charging station is planned here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "operational_status", - "description": "planned:amenity=charging_station & construction:amenity= & disused:amenity= & operational_status= & amenity= is displayed as \"A charging station is planned here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "amenity", - "description": "planned:amenity=charging_station & construction:amenity= & disused:amenity= & operational_status= & amenity= is displayed as \"A charging station is planned here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "planned:amenity", - "description": "planned:amenity= & construction:amenity=charging_station & disused:amenity= & operational_status= & amenity= is displayed as \"A charging station is constructed here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "construction:amenity", - "value": "charging_station", - "description": "planned:amenity= & construction:amenity=charging_station & disused:amenity= & operational_status= & amenity= is displayed as \"A charging station is constructed here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "disused:amenity", - "description": "planned:amenity= & construction:amenity=charging_station & disused:amenity= & operational_status= & amenity= is displayed as \"A charging station is constructed here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "operational_status", - "description": "planned:amenity= & construction:amenity=charging_station & disused:amenity= & operational_status= & amenity= is displayed as \"A charging station is constructed here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "amenity", - "description": "planned:amenity= & construction:amenity=charging_station & disused:amenity= & operational_status= & amenity= is displayed as \"A charging station is constructed here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "planned:amenity", - "description": "planned:amenity= & construction:amenity= & disused:amenity=charging_station & operational_status= & amenity= is displayed as \"This charging station has beed permanently disabled and is not in use anymore but is still visible\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "construction:amenity", - "description": "planned:amenity= & construction:amenity= & disused:amenity=charging_station & operational_status= & amenity= is displayed as \"This charging station has beed permanently disabled and is not in use anymore but is still visible\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "disused:amenity", - "value": "charging_station", - "description": "planned:amenity= & construction:amenity= & disused:amenity=charging_station & operational_status= & amenity= is displayed as \"This charging station has beed permanently disabled and is not in use anymore but is still visible\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "operational_status", - "description": "planned:amenity= & construction:amenity= & disused:amenity=charging_station & operational_status= & amenity= is displayed as \"This charging station has beed permanently disabled and is not in use anymore but is still visible\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "amenity", - "description": "planned:amenity= & construction:amenity= & disused:amenity=charging_station & operational_status= & amenity= is displayed as \"This charging station has beed permanently disabled and is not in use anymore but is still visible\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "parking:fee", - "value": "no", - "description": "parking:fee=no is displayed as \"No additional parking cost while charging\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Parking_fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "parking:fee", - "value": "yes", - "description": "parking:fee=yes is displayed as \"An additional parking fee should be paid while charging\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Parking_fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "man_made", - "value": "charge_point", - "description": "Features with this tag are displayed by layer Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charge_point.md", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "ref", - "description": "Values of `ref` are shown with \"The reference of this charge point is {ref}\" and can be updated. The question is \"What is the reference number of this charge point?\" by layer Charge points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charge_point.md#ref", - "icon_url": "./assets/themes/charging_stations/plug.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_circular_economy.json b/Docs/TagInfo/mapcomplete_circular_economy.json deleted file mode 100644 index a729098ed0..0000000000 --- a/Docs/TagInfo/mapcomplete_circular_economy.json +++ /dev/null @@ -1,2559 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Circular economy", - "description": "Various items which help people to share, reuse or recycle", - "project_url": "https://mapcomplete.org/circular_economy", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/circular_economy/circular.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "amenity", - "value": "public_bookcase", - "description": "Features with this tag are displayed by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Bookcases, Bicycle library, Bicycle pump and repair, Tool libraries, Repair cafés and assisted repair workshops, Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Bookcases, Bicycle library, Bicycle pump and repair, Tool libraries, Repair cafés and assisted repair workshops, Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#images", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Bookcases, Bicycle library, Bicycle pump and repair, Tool libraries, Repair cafés and assisted repair workshops, Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#images", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Bookcases, Bicycle library, Bicycle pump and repair, Tool libraries, Repair cafés and assisted repair workshops, Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#images", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Bookcases, Bicycle library, Bicycle pump and repair, Tool libraries, Repair cafés and assisted repair workshops, Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#images", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Bookcases, Bicycle library, Bicycle pump and repair, Tool libraries, Repair cafés and assisted repair workshops, Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#images", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"The name of this bookcase is {name}\" and can be updated. The question is \"What is the name of this public bookcase?\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#public_bookcase_name", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "noname", - "value": "yes", - "description": "noname=yes & name= is displayed as \"This bookcase doesn't have a name\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#public_bookcase_name", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "name", - "description": "noname=yes & name= is displayed as \"This bookcase doesn't have a name\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#public_bookcase_name", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "capacity", - "description": "Values of `capacity` are shown with \"{capacity} books fit in this bookcase\" and can be updated. The question is \"How many books fit into this public bookcase?\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#public_bookcase_capacity", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "books", - "description": "Values of `books` are shown with \"This place mostly serves {books}\" and can be updated. The question is \"What kind of books can be found in this public bookcase?\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#bookcase_booktypes", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "books", - "value": "children", - "description": "books=children is displayed as \"Mostly children books\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#bookcase_booktypes", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "books", - "value": "adults", - "description": "books=adults is displayed as \"Mostly books for adults\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#bookcase_booktypes", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "indoor", - "value": "yes", - "description": "indoor=yes is displayed as \"This bookcase is located indoors\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#bookcase_is_indoors", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "indoor", - "value": "no", - "description": "indoor=no is displayed as \"This bookcase is located outdoors\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#bookcase_is_indoors", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "indoor", - "description": "indoor= is displayed as \"This bookcase is located outdoors\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#bookcase_is_indoors", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "access", - "value": "yes", - "description": "access=yes is displayed as \"Publicly accessible\" by layers Bookcases, Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#bookcase_is_accessible", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "access", - "value": "customers", - "description": "access=customers is displayed as \"Only accessible to customers\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#bookcase_is_accessible", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "operator", - "description": "Values of `operator` are shown with \"Operated by {operator}\" and can be updated. The question is \"Who maintains this public bookcase?\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#public_bookcase_operator", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "brand", - "description": "Values of `brand` are shown with \"This public bookcase is part of {brand}\" and can be updated. The question is \"Is this public bookcase part of a bigger network?\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#public_bookcase_brand", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "nobrand", - "value": "yes", - "description": "nobrand=yes is displayed as \"This public bookcase is not part of a bigger network\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#public_bookcase_brand", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "ref", - "description": "Values of `ref` are shown with \"The reference number of this public bookcase within {brand} is {ref}\" and can be updated. The question is \"What is the reference number of this public bookcase?\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#public_bookcase_ref", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "nobrand", - "value": "yes", - "description": "nobrand=yes & brand= & ref= is displayed as \"This bookcase is not part of a bigger network\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#public_bookcase_ref", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "brand", - "description": "nobrand=yes & brand= & ref= is displayed as \"This bookcase is not part of a bigger network\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#public_bookcase_ref", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "ref", - "description": "nobrand=yes & brand= & ref= is displayed as \"This bookcase is not part of a bigger network\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#public_bookcase_ref", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "start_date", - "description": "Values of `start_date` are shown with \"Installed on {start_date}\" and can be updated. The question is \"When was this public bookcase installed?\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#public_bookcase_start_date", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{link(More info on the website,&LBRACEwebsite&RBRACE,,,,)}\" and can be updated. The question is \"Is there a website with more information about this public bookcase?\" by layer Bookcases", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/public_bookcase.md#public_bookcase_website", - "icon_url": "./assets/themes/bookcases/bookcase.svg" - }, - { - "key": "amenity", - "value": "bicycle_library", - "description": "Features with this tag are displayed by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This bicycle library is called {name}\" and can be updated. The question is \"What is the name of this bicycle library?\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#bicycle_library_name", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{website}\" and can be updated. The question is \"What is the website of {title()}?\" by layers Bicycle library, Tool libraries, Repair cafés and assisted repair workshops, Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layers Bicycle library, Tool libraries, Repair cafés and assisted repair workshops, Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}\" and can be updated. The question is \"What is the phone number of {title()}?\" by layers Bicycle library, Tool libraries, Repair cafés and assisted repair workshops, Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "contact:phone", - "description": "contact:phone~.+ is displayed as \"{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}\" by layers Bicycle library, Tool libraries, Repair cafés and assisted repair workshops, Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"{email}\" and can be updated. The question is \"What is the email address of {title()}?\" by layers Bicycle library, Tool libraries, Repair cafés and assisted repair workshops, Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "contact:email", - "description": "contact:email~.+ is displayed as \"{contact:email}\" by layers Bicycle library, Tool libraries, Repair cafés and assisted repair workshops, Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "operator:email", - "description": "operator:email~.+ is displayed as \"{operator:email}\" by layers Bicycle library, Tool libraries, Repair cafés and assisted repair workshops, Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"What are the opening hours of {title()}?\" by layers Bicycle library, Tool libraries, Repair cafés and assisted repair workshops, Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#opening_hours", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layers Bicycle library, Bicycle pump and repair, Tool libraries, Repair cafés and assisted repair workshops, Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#opening_hours", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "charge", - "description": "Values of `charge` are shown with \"Lending a bicycle costs {charge}\" and can be updated. The question is \"How much does lending a bicycle cost?\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#bicycle_library_charge", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "fee", - "value": "no", - "description": "fee=no & charge= is displayed as \"Lending a bicycle is free\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#bicycle_library_charge", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "charge", - "description": "fee=no & charge= is displayed as \"Lending a bicycle is free\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#bicycle_library_charge", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "fee", - "value": "yes", - "description": "fee=yes & charge=€20warranty + €20/year is displayed as \"Lending a bicycle costs €20/year and €20 warranty\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#bicycle_library_charge", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "charge", - "value": "€20warranty + €20/year", - "description": "fee=yes & charge=€20warranty + €20/year is displayed as \"Lending a bicycle costs €20/year and €20 warranty\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#bicycle_library_charge", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "bicycle_library:for", - "value": "child", - "description": "bicycle_library:for=child is displayed as \"Bikes for children available\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#bicycle_library_target_group", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "bicycle_library:for", - "value": "adult", - "description": "bicycle_library:for=adult is displayed as \"Bikes for adult available\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#bicycle_library_target_group", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "bicycle_library:for", - "value": "disabled", - "description": "bicycle_library:for=disabled is displayed as \"Bikes for disabled persons available\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#bicycle_library_target_group", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "description", - "description": "Values of `description` are shown with \"{description}\" and can be updated. The question is \"Is there still some relevant info that the previous questions did not cover? Feel free to add it here.\" by layers Bicycle library, Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#description", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "amenity", - "value": "bicycle_repair_station", - "description": "Features with this tag are displayed by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "service:bicycle:tools", - "value": "no", - "description": "service:bicycle:tools=no & service:bicycle:pump=yes is displayed as \"There is only a pump present\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_available_services", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "service:bicycle:pump", - "value": "yes", - "description": "service:bicycle:tools=no & service:bicycle:pump=yes is displayed as \"There is only a pump present\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_available_services", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "service:bicycle:tools", - "value": "yes", - "description": "service:bicycle:tools=yes & service:bicycle:pump=no is displayed as \"There are only tools (screwdrivers, pliers, …) present\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_available_services", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "service:bicycle:pump", - "value": "no", - "description": "service:bicycle:tools=yes & service:bicycle:pump=no is displayed as \"There are only tools (screwdrivers, pliers, …) present\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_available_services", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "service:bicycle:tools", - "value": "yes", - "description": "service:bicycle:tools=yes & service:bicycle:pump=yes is displayed as \"There are both tools and a pump present\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_available_services", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "service:bicycle:pump", - "value": "yes", - "description": "service:bicycle:tools=yes & service:bicycle:pump=yes is displayed as \"There are both tools and a pump present\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_available_services", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "service:bicycle:pump:operational_status", - "value": "broken", - "description": "service:bicycle:pump:operational_status=broken is displayed as \"The bike pump is broken\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#Operational_status", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "service:bicycle:pump:operational_status", - "value": "operational", - "description": "service:bicycle:pump:operational_status=operational is displayed as \"The bike pump is operational\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#Operational_status", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"When is this bicycle repair point open?\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#opening_hours_24_7", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "opening_hours", - "value": "24/7", - "description": "opening_hours=24/7 is displayed as \"24/7 opened (including holidays)\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#opening_hours_24_7", - "icon_url": "./assets/layers/questions/open24_7.svg" - }, - { - "key": "access", - "value": "public", - "description": "access=public is displayed as \"Publicly accessible\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#access", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "access", - "value": "customers", - "description": "access=customers is displayed as \"Only for customers\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#access", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "access", - "value": "private", - "description": "access=private is displayed as \"Not accessible to the general public\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#access", - "icon_url": "./assets/svg/invalid.svg" - }, - { - "key": "access", - "value": "no", - "description": "access=no is displayed as \"Not accessible to the general public\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#access", - "icon_url": "./assets/svg/invalid.svg" - }, - { - "key": "operator", - "description": "Values of `operator` are shown with \"Maintained by {operator}\" and can be updated. The question is \"Who maintains this cycle pump?\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_operator", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"{email}\" and can be updated. The question is \"What is the email address of the maintainer?\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_email", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"{phone}\" and can be updated. The question is \"What is the phone number of the maintainer?\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_phone", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "service:bicycle:chain_tool", - "value": "yes", - "description": "service:bicycle:chain_tool=yes is displayed as \"There is a chain tool\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_bike_chain_tool", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "service:bicycle:chain_tool", - "value": "no", - "description": "service:bicycle:chain_tool=no is displayed as \"There is no chain tool\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_bike_chain_tool", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "service:bicycle:stand", - "value": "yes", - "description": "service:bicycle:stand=yes is displayed as \"There is a hook or stand\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_bike_stand", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "service:bicycle:stand", - "value": "no", - "description": "service:bicycle:stand=no is displayed as \"There is no hook or stand\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_bike_stand", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "valves", - "description": "Values of `valves` are shown with \"This pump supports the following valves: {valves}\" and can be updated. The question is \"What valves are supported?\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_valves", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "valves", - "value": "sclaverand", - "description": "valves=sclaverand is displayed as \"Sclaverand/Presta (narrow-width bike tires)\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_valves", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "valves", - "value": "dunlop", - "description": "valves=dunlop is displayed as \"Dunlop\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_valves", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "valves", - "value": "schrader", - "description": "valves=schrader is displayed as \"Schrader (cars and mountainbikes)\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_valves", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "manual", - "value": "yes", - "description": "manual=yes is displayed as \"Manual pump\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_electrical_pump", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "manual", - "value": "no", - "description": "manual=no is displayed as \"Electrical pump\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_electrical_pump", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "manometer", - "value": "yes", - "description": "manometer=yes is displayed as \"There is a manometer\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_manometer", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "manometer", - "value": "no", - "description": "manometer=no is displayed as \"There is no manometer\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_manometer", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "manometer", - "value": "broken", - "description": "manometer=broken is displayed as \"There is manometer but it is broken\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_manometer", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "level", - "description": "Values of `level` are shown with \"Located on the {level}th floor\" and can be updated. The question is \"On what level is this feature located?\" by layers Bicycle pump and repair, Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#single_level", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "location", - "value": "underground", - "description": "location=underground is displayed as \"Located underground\" by layers Bicycle pump and repair, Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#single_level", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "level", - "value": "0", - "description": "level=0 is displayed as \"Located on the ground floor\" by layers Bicycle pump and repair, Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#single_level", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "level", - "description": "level= is displayed as \"Located on the ground floor\" by layers Bicycle pump and repair, Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#single_level", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "level", - "value": "1", - "description": "level=1 is displayed as \"Located on the first floor\" by layers Bicycle pump and repair, Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#single_level", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "level", - "value": "-1", - "description": "level=-1 is displayed as \"Located on the first basement level\" by layers Bicycle pump and repair, Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#single_level", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "amenity", - "value": "tool_library", - "description": "Features with this tag are displayed by layer Tool libraries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tool_library.md", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "contact:facebook", - "description": "Values of `contact:facebook` are shown with \"{link(Facebook page,&LBRACEcontact:facebook&RBRACE,,,,)}
Facebook is known to harm mental health, manipulate public opinion and cause hate. Try to use healthier alternatives
\" and can be updated. The question is \"What is the facebook page of of {title()}?\" by layers Tool libraries, Repair cafés and assisted repair workshops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tool_library.md#facebook", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "opening_hours", - "value": "\"by appointment\"", - "description": "opening_hours=\"by appointment\" is displayed as \"Only by appointment\" by layers Tool libraries, Repair cafés and assisted repair workshops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tool_library.md#opening_hours_by_appointment", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "opening_hours", - "description": "opening_hours~^(\"by appointment\"|by appointment)$ is displayed as \"Only by appointment\" by layers Tool libraries, Repair cafés and assisted repair workshops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tool_library.md#opening_hours_by_appointment", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "membership", - "value": "no", - "description": "membership=no is displayed as \"No membership is required to borrow tools here\" by layer Tool libraries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tool_library.md#membership", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "membership", - "value": "required", - "description": "membership=required is displayed as \"A membership is required to use this tool library\" by layer Tool libraries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tool_library.md#membership", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "membership", - "value": "optional", - "description": "membership=optional is displayed as \"A membership is possible but not required to use this tool library\" by layer Tool libraries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tool_library.md#membership", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "charge:membership", - "description": "Values of `charge:membership` are shown with \"A membership costs {charge:membership}\" and can be updated. The question is \"How much does a membership cost?\" by layer Tool libraries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tool_library.md#membership_charge", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "fee", - "value": "no", - "description": "fee=no & membership=required is displayed as \"Borrowing tools is free (if one has a membership)\" by layer Tool libraries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tool_library.md#fee", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "membership", - "value": "required", - "description": "fee=no & membership=required is displayed as \"Borrowing tools is free (if one has a membership)\" by layer Tool libraries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tool_library.md#fee", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "fee", - "value": "no", - "description": "fee=no is displayed as \"Borrowing tools is free\" by layer Tool libraries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tool_library.md#fee", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "fee", - "value": "yes", - "description": "fee=yes is displayed as \"A fee is asked when borrowing tools\" by layer Tool libraries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tool_library.md#fee", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "fee", - "value": "donation", - "description": "fee=donation is displayed as \"A donation can be given when borrowing tools\" by layer Tool libraries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tool_library.md#fee", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "repair", - "value": "assisted_self_service", - "description": "Features with this tag are displayed by layer Repair cafés and assisted repair workshops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/assisted_repair.md", - "icon_url": "gear" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This workshop is called {name}\" and can be updated. The question is \"What is the name of this repair workshop?\" by layer Repair cafés and assisted repair workshops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/assisted_repair.md#name", - "icon_url": "gear" - }, - { - "key": "contact:mastodon", - "description": "Values of `contact:mastodon` are shown with \"{fediverse_link(contact:mastodon)}\" and can be updated. The question is \"What is the Mastodon-handle of {title()}?\" by layer Repair cafés and assisted repair workshops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/assisted_repair.md#mastodon", - "icon_url": "./assets/svg/mastodon.svg" - }, - { - "key": "service:mobile_phone:repair", - "value": "yes", - "description": "service:mobile_phone:repair=yes is displayed as \"Mobile phones are repaired here\" by layer Repair cafés and assisted repair workshops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/assisted_repair.md#item_repair", - "icon_url": "gear" - }, - { - "key": "service:computer:repair", - "value": "yes", - "description": "service:computer:repair=yes is displayed as \"Computers are repaired here\" by layer Repair cafés and assisted repair workshops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/assisted_repair.md#item_repair", - "icon_url": "gear" - }, - { - "key": "service:bicycle:repair", - "value": "yes", - "description": "service:bicycle:repair=yes is displayed as \"Bicycles are repaired here\" by layer Repair cafés and assisted repair workshops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/assisted_repair.md#item_repair", - "icon_url": "gear" - }, - { - "key": "service:electronics:repair", - "value": "yes", - "description": "service:electronics:repair=yes is displayed as \"Electronic devices are repaired here\" by layer Repair cafés and assisted repair workshops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/assisted_repair.md#item_repair", - "icon_url": "./assets/layers/recycling/small_electrical_appliances.svg" - }, - { - "key": "service:furniture:repair", - "value": "yes", - "description": "service:furniture:repair=yes is displayed as \"Furniture is repaired here\" by layer Repair cafés and assisted repair workshops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/assisted_repair.md#item_repair", - "icon_url": "./assets/layers/recycling/furniture.svg" - }, - { - "key": "service:clothes:repair", - "value": "yes", - "description": "service:clothes:repair=yes is displayed as \"Clothes are repaired here\" by layer Repair cafés and assisted repair workshops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/assisted_repair.md#item_repair", - "icon_url": "./assets/layers/recycling/clothes.svg" - }, - { - "key": "shop", - "value": "second_hand", - "description": "Features with this tag are displayed by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "charity", - "description": "Features with this tag are displayed by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "description": "Features with this tag are displayed by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "second_hand", - "value": "yes", - "description": "Features with this tag are displayed by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "second_hand", - "value": "only", - "description": "Features with this tag are displayed by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This shop is called {name}\" and can be updated. The question is \"What is the name of this shop?\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shops_name", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "description": "Values of `shop` are shown with \"This is a {shop}\" and can be updated. The question is \"What kind of shop is this?\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "bicycle_rental", - "description": "shop=bicycle_rental is displayed as \"Bicycle rental shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/bicycle_rental.svg" - }, - { - "key": "shop", - "value": "agrarian", - "description": "shop=agrarian is displayed as \"Farm Supply Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-tractor.svg" - }, - { - "key": "shop", - "value": "alcohol", - "description": "shop=alcohol is displayed as \"Liquor Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-wine-bottle.svg" - }, - { - "key": "shop", - "value": "anime", - "description": "shop=anime is displayed as \"Anime / Manga Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-dragon.svg" - }, - { - "key": "shop", - "value": "antiques", - "description": "shop=antiques is displayed as \"Antique Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-furniture.svg" - }, - { - "key": "shop", - "value": "appliance", - "description": "shop=appliance is displayed as \"Appliance Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-laundry.svg" - }, - { - "key": "shop", - "value": "art", - "description": "shop=art is displayed as \"Art Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "baby_goods", - "description": "shop=baby_goods is displayed as \"Baby Goods Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-baby-carriage.svg" - }, - { - "key": "shop", - "value": "bag", - "description": "shop=bag is displayed as \"Bag/Luggage Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-suitcase-rolling.svg" - }, - { - "key": "shop", - "value": "bakery", - "description": "shop=bakery is displayed as \"Bakery\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-bakery.svg" - }, - { - "key": "shop", - "value": "bathroom_furnishing", - "description": "shop=bathroom_furnishing is displayed as \"Bathroom Furnishing Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-bath.svg" - }, - { - "key": "shop", - "value": "beauty", - "description": "shop=beauty is displayed as \"Beauty Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-lipstick.svg" - }, - { - "key": "shop", - "value": "bed", - "description": "shop=bed is displayed as \"Bedding/Mattress Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-lodging.svg" - }, - { - "key": "shop", - "value": "beverages", - "description": "shop=beverages is displayed as \"Beverage Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-bottles.svg" - }, - { - "key": "shop", - "value": "bicycle", - "description": "shop=bicycle is displayed as \"Bicycle Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-bicycle.svg" - }, - { - "key": "shop", - "value": "boat", - "description": "shop=boat is displayed as \"Boat Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-boat.svg" - }, - { - "key": "shop", - "value": "bookmaker", - "description": "shop=bookmaker is displayed as \"Bookmaker\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-money_hand.svg" - }, - { - "key": "shop", - "value": "books", - "description": "shop=books is displayed as \"Bookstore\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-book.svg" - }, - { - "key": "shop", - "value": "brewing_supplies", - "description": "shop=brewing_supplies is displayed as \"Brewing Supply Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-storage_fermenter.svg" - }, - { - "key": "shop", - "value": "butcher", - "description": "shop=butcher is displayed as \"Butcher\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-cleaver.svg" - }, - { - "key": "shop", - "value": "camera", - "description": "shop=camera is displayed as \"Camera Equipment Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-camera-retro.svg" - }, - { - "key": "shop", - "value": "candles", - "description": "shop=candles is displayed as \"Candle Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "cannabis", - "description": "shop=cannabis is displayed as \"Cannabis Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cannabis.svg" - }, - { - "key": "shop", - "value": "car", - "description": "shop=car is displayed as \"Car Dealership\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "car_parts", - "description": "shop=car_parts is displayed as \"Car Parts Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-car-battery.svg" - }, - { - "key": "shop", - "value": "car_repair", - "description": "shop=car_repair is displayed as \"Car Repair Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-car-repair.svg" - }, - { - "key": "shop", - "value": "caravan", - "description": "shop=caravan is displayed as \"RV Dealership\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-camper_trailer.svg" - }, - { - "key": "shop", - "value": "carpet", - "description": "shop=carpet is displayed as \"Carpet Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-tape.svg" - }, - { - "key": "shop", - "value": "catalogue", - "description": "shop=catalogue is displayed as \"Catalog Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "charity", - "description": "shop=charity is displayed as \"Charity Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "cheese", - "description": "shop=cheese is displayed as \"Cheese Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cheese.svg" - }, - { - "key": "shop", - "value": "chemist", - "description": "shop=chemist is displayed as \"Drugstore\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "chocolate", - "description": "shop=chocolate is displayed as \"Chocolate Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-confectionery.svg" - }, - { - "key": "shop", - "value": "clothes", - "description": "shop=clothes is displayed as \"Clothing Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-clothing-store.svg" - }, - { - "key": "shop", - "value": "coffee", - "description": "shop=coffee is displayed as \"Coffee Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-coffee.svg" - }, - { - "key": "shop", - "value": "collector", - "description": "shop=collector is displayed as \"Collectibles Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "computer", - "description": "shop=computer is displayed as \"Computer Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-laptop.svg" - }, - { - "key": "shop", - "value": "confectionery", - "description": "shop=confectionery is displayed as \"Candy Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-confectionery.svg" - }, - { - "key": "shop", - "value": "convenience", - "description": "shop=convenience is displayed as \"Convenience Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "copyshop", - "description": "shop=copyshop is displayed as \"Copy Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-print.svg" - }, - { - "key": "shop", - "value": "cosmetics", - "description": "shop=cosmetics is displayed as \"Cosmetics Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-lipstick.svg" - }, - { - "key": "shop", - "value": "country_store", - "description": "shop=country_store is displayed as \"Rural Supplies Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-hat-cowboy-side.svg" - }, - { - "key": "shop", - "value": "craft", - "description": "shop=craft is displayed as \"Arts & Crafts Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "curtain", - "description": "shop=curtain is displayed as \"Curtain Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-curtains.svg" - }, - { - "key": "shop", - "value": "dairy", - "description": "shop=dairy is displayed as \"Dairy Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cheese.svg" - }, - { - "key": "shop", - "value": "deli", - "description": "shop=deli is displayed as \"Delicatessen\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-jar.svg" - }, - { - "key": "shop", - "value": "department_store", - "description": "shop=department_store is displayed as \"Department Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "doityourself", - "description": "shop=doityourself is displayed as \"DIY Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "doors", - "description": "shop=doors is displayed as \"Door Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-door-open.svg" - }, - { - "key": "shop", - "value": "dry_cleaning", - "description": "shop=dry_cleaning is displayed as \"Dry Cleaner\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-clothes_hanger.svg" - }, - { - "key": "shop", - "value": "e-cigarette", - "description": "shop=e-cigarette is displayed as \"E-Cigarette Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "electrical", - "description": "shop=electrical is displayed as \"Electrical Equipment Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-power.svg" - }, - { - "key": "shop", - "value": "electronics", - "description": "shop=electronics is displayed as \"Electronics Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-plug.svg" - }, - { - "key": "shop", - "value": "erotic", - "description": "shop=erotic is displayed as \"Erotic Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "fabric", - "description": "shop=fabric is displayed as \"Fabric Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-tape.svg" - }, - { - "key": "shop", - "value": "farm", - "description": "shop=farm is displayed as \"Produce Stand\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "fashion_accessories", - "description": "shop=fashion_accessories is displayed as \"Fashion Accessories Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-fashion_accessories.svg" - }, - { - "key": "shop", - "value": "fireplace", - "description": "shop=fireplace is displayed as \"Fireplace Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-fireplace.svg" - }, - { - "key": "shop", - "value": "fishing", - "description": "shop=fishing is displayed as \"Fishing Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-ice_fishing.svg" - }, - { - "key": "shop", - "value": "flooring", - "description": "shop=flooring is displayed as \"Flooring Supply Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "florist", - "description": "shop=florist is displayed as \"Florist\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-florist.svg" - }, - { - "key": "shop", - "value": "frame", - "description": "shop=frame is displayed as \"Framing Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-vector-square.svg" - }, - { - "key": "shop", - "value": "frozen_food", - "description": "shop=frozen_food is displayed as \"Frozen Food Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "fuel", - "description": "shop=fuel is displayed as \"Fuel Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-propane_tank.svg" - }, - { - "key": "shop", - "value": "funeral_directors", - "description": "shop=funeral_directors is displayed as \"Funeral Home\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-cemetery.svg" - }, - { - "key": "shop", - "value": "furniture", - "description": "shop=furniture is displayed as \"Furniture Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-couch.svg" - }, - { - "key": "shop", - "value": "games", - "description": "shop=games is displayed as \"Tabletop Game Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-dice.svg" - }, - { - "key": "shop", - "value": "garden_centre", - "description": "shop=garden_centre is displayed as \"Garden Center\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-garden-centre.svg" - }, - { - "key": "shop", - "value": "gas", - "description": "shop=gas is displayed as \"Bottled Gas Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-propane_tank.svg" - }, - { - "key": "shop", - "value": "general", - "description": "shop=general is displayed as \"General Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "gift", - "description": "shop=gift is displayed as \"Gift Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-gift.svg" - }, - { - "key": "shop", - "value": "greengrocer", - "description": "shop=greengrocer is displayed as \"Greengrocer\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-carrot.svg" - }, - { - "key": "shop", - "value": "hairdresser", - "description": "shop=hairdresser is displayed as \"Hairdresser\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-beauty_salon.svg" - }, - { - "key": "shop", - "value": "hairdresser_supply", - "description": "shop=hairdresser_supply is displayed as \"Hairdresser Supply Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-hair_care.svg" - }, - { - "key": "shop", - "value": "hardware", - "description": "shop=hardware is displayed as \"Hardware Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "health_food", - "description": "shop=health_food is displayed as \"Health Food Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "hearing_aids", - "description": "shop=hearing_aids is displayed as \"Hearing Aids Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-hearing_aid.svg" - }, - { - "key": "shop", - "value": "herbalist", - "description": "shop=herbalist is displayed as \"Herbalist\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-leaf.svg" - }, - { - "key": "shop", - "value": "hifi", - "description": "shop=hifi is displayed as \"Hifi Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-speaker.svg" - }, - { - "key": "shop", - "value": "honey", - "description": "shop=honey is displayed as \"Honey Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "household_linen", - "description": "shop=household_linen is displayed as \"Household Linen Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-cloth.svg" - }, - { - "key": "shop", - "value": "houseware", - "description": "shop=houseware is displayed as \"Houseware Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-blender.svg" - }, - { - "key": "shop", - "value": "hunting", - "description": "shop=hunting is displayed as \"Hunting Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-bow_and_arrow.svg" - }, - { - "key": "shop", - "value": "interior_decoration", - "description": "shop=interior_decoration is displayed as \"Interior Decoration Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "jewelry", - "description": "shop=jewelry is displayed as \"Jewelry Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-jewelry-store.svg" - }, - { - "key": "shop", - "value": "kiosk", - "description": "shop=kiosk is displayed as \"Kiosk\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-store.svg" - }, - { - "key": "shop", - "value": "kitchen", - "description": "shop=kitchen is displayed as \"Kitchen Design Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-kitchen_sink.svg" - }, - { - "key": "shop", - "value": "laundry", - "description": "shop=laundry is displayed as \"Laundry\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-laundry.svg" - }, - { - "key": "shop", - "value": "leather", - "description": "shop=leather is displayed as \"Leather Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-handbag.svg" - }, - { - "key": "shop", - "value": "lighting", - "description": "shop=lighting is displayed as \"Lighting Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-desk_lamp.svg" - }, - { - "key": "shop", - "value": "locksmith", - "description": "shop=locksmith is displayed as \"Locksmith\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-key.svg" - }, - { - "key": "shop", - "value": "lottery", - "description": "shop=lottery is displayed as \"Lottery Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "mall", - "description": "shop=mall is displayed as \"Mall\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "massage", - "description": "shop=massage is displayed as \"Massage Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-spa.svg" - }, - { - "key": "shop", - "value": "medical_supply", - "description": "shop=medical_supply is displayed as \"Medical Supply Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-crutch.svg" - }, - { - "key": "shop", - "value": "military_surplus", - "description": "shop=military_surplus is displayed as \"Military Surplus Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-military.svg" - }, - { - "key": "shop", - "value": "mobile_phone", - "description": "shop=mobile_phone is displayed as \"Mobile Phone Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "model", - "description": "shop=model is displayed as \"Model Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "money_lender", - "description": "shop=money_lender is displayed as \"Money Lender\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-money_hand.svg" - }, - { - "key": "shop", - "value": "motorcycle", - "description": "shop=motorcycle is displayed as \"Motorcycle Dealership\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-motorcycle.svg" - }, - { - "key": "shop", - "value": "motorcycle_repair", - "description": "shop=motorcycle_repair is displayed as \"Motorcycle Repair Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-motorcycle_repair.svg" - }, - { - "key": "shop", - "value": "music", - "description": "shop=music is displayed as \"Music Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-compact-disc.svg" - }, - { - "key": "shop", - "value": "musical_instrument", - "description": "shop=musical_instrument is displayed as \"Musical Instrument Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-guitar.svg" - }, - { - "key": "shop", - "value": "newsagent", - "description": "shop=newsagent is displayed as \"Newsstand\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-newspaper.svg" - }, - { - "key": "shop", - "value": "nutrition_supplements", - "description": "shop=nutrition_supplements is displayed as \"Nutrition Supplements Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-pills.svg" - }, - { - "key": "shop", - "value": "nuts", - "description": "shop=nuts is displayed as \"Nuts Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "optician", - "description": "shop=optician is displayed as \"Optician\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-optician.svg" - }, - { - "key": "shop", - "value": "outdoor", - "description": "shop=outdoor is displayed as \"Outdoors Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-compass.svg" - }, - { - "key": "shop", - "value": "outpost", - "description": "shop=outpost is displayed as \"Online Retailer Outpost\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "paint", - "description": "shop=paint is displayed as \"Paint Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-paint-roller.svg" - }, - { - "key": "shop", - "value": "party", - "description": "shop=party is displayed as \"Party Supply Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-balloon.svg" - }, - { - "key": "shop", - "value": "pasta", - "description": "shop=pasta is displayed as \"Pasta Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-plate-wheat.svg" - }, - { - "key": "shop", - "value": "pastry", - "description": "shop=pastry is displayed as \"Pastry Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-bakery.svg" - }, - { - "key": "shop", - "value": "pawnbroker", - "description": "shop=pawnbroker is displayed as \"Pawnshop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-money_hand.svg" - }, - { - "key": "shop", - "value": "perfumery", - "description": "shop=perfumery is displayed as \"Perfume Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-perfume.svg" - }, - { - "key": "shop", - "value": "pet", - "description": "shop=pet is displayed as \"Pet Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cat.svg" - }, - { - "key": "shop", - "value": "pet_grooming", - "description": "shop=pet_grooming is displayed as \"Pet Groomer\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-pet_grooming.svg" - }, - { - "key": "shop", - "value": "photo", - "description": "shop=photo is displayed as \"Photography Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-camera-retro.svg" - }, - { - "key": "shop", - "value": "pottery", - "description": "shop=pottery is displayed as \"Pottery Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-vase.svg" - }, - { - "key": "shop", - "value": "printer_ink", - "description": "shop=printer_ink is displayed as \"Printer Ink Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-print.svg" - }, - { - "key": "shop", - "value": "psychic", - "description": "shop=psychic is displayed as \"Psychic\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-psychic.svg" - }, - { - "key": "shop", - "value": "pyrotechnics", - "description": "shop=pyrotechnics is displayed as \"Fireworks Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-rocket_firework.svg" - }, - { - "key": "shop", - "value": "radiotechnics", - "description": "shop=radiotechnics is displayed as \"Radio/Electronic Component Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-microchip.svg" - }, - { - "key": "shop", - "value": "religion", - "description": "shop=religion is displayed as \"Religious Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "rental", - "description": "shop=rental is displayed as \"Rental Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-dolly.svg" - }, - { - "key": "shop", - "value": "repair", - "description": "shop=repair is displayed as \"Repair Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "rice", - "description": "shop=rice is displayed as \"Rice Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-bowl-rice.svg" - }, - { - "key": "shop", - "value": "scuba_diving", - "description": "shop=scuba_diving is displayed as \"Scuba Diving Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-scuba_diving.svg" - }, - { - "key": "shop", - "value": "seafood", - "description": "shop=seafood is displayed as \"Seafood Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-fish_cleaning.svg" - }, - { - "key": "shop", - "value": "second_hand", - "description": "shop=second_hand is displayed as \"Thrift Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "sewing", - "description": "shop=sewing is displayed as \"Sewing Supply Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-needle_and_spool.svg" - }, - { - "key": "shop", - "value": "shoe_repair", - "description": "shop=shoe_repair is displayed as \"Shoe Repair Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-hammer_shoe.svg" - }, - { - "key": "shop", - "value": "shoes", - "description": "shop=shoes is displayed as \"Shoe Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shoe.svg" - }, - { - "key": "shop", - "value": "spices", - "description": "shop=spices is displayed as \"Spice Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-spice_bottle.svg" - }, - { - "key": "shop", - "value": "sports", - "description": "shop=sports is displayed as \"Sporting Goods Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-futbol.svg" - }, - { - "key": "shop", - "value": "stationery", - "description": "shop=stationery is displayed as \"Stationery Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-paperclip.svg" - }, - { - "key": "shop", - "value": "storage_rental", - "description": "shop=storage_rental is displayed as \"Storage Rental\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-storage_rental.svg" - }, - { - "key": "shop", - "value": "supermarket", - "description": "shop=supermarket is displayed as \"Supermarket\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-grocery.svg" - }, - { - "key": "shop", - "value": "swimming_pool", - "description": "shop=swimming_pool is displayed as \"Pool Supply Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "tailor", - "description": "shop=tailor is displayed as \"Tailor\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-needle_and_spool.svg" - }, - { - "key": "shop", - "value": "tattoo", - "description": "shop=tattoo is displayed as \"Tattoo Parlor\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tattoo_machine.svg" - }, - { - "key": "shop", - "value": "tea", - "description": "shop=tea is displayed as \"Tea Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-teahouse.svg" - }, - { - "key": "shop", - "value": "telecommunication", - "description": "shop=telecommunication is displayed as \"Telecom Retail Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-telephone.svg" - }, - { - "key": "shop", - "value": "ticket", - "description": "shop=ticket is displayed as \"Ticket Seller\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "tiles", - "description": "shop=tiles is displayed as \"Tile Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tiling.svg" - }, - { - "key": "shop", - "value": "tobacco", - "description": "shop=tobacco is displayed as \"Tobacco Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-pipe.svg" - }, - { - "key": "shop", - "value": "tool_hire", - "description": "shop=tool_hire is displayed as \"Tool Rental\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "toys", - "description": "shop=toys is displayed as \"Toy Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-rocket.svg" - }, - { - "key": "shop", - "value": "trade", - "description": "shop=trade is displayed as \"Trade Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "travel_agency", - "description": "shop=travel_agency is displayed as \"Travel Agency\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-suitcase.svg" - }, - { - "key": "shop", - "value": "trophy", - "description": "shop=trophy is displayed as \"Trophy Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-trophy.svg" - }, - { - "key": "shop", - "value": "tyres", - "description": "shop=tyres is displayed as \"Tire Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tire.svg" - }, - { - "key": "shop", - "value": "vacuum_cleaner", - "description": "shop=vacuum_cleaner is displayed as \"Vacuum Cleaner Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-vacuum.svg" - }, - { - "key": "shop", - "value": "variety_store", - "description": "shop=variety_store is displayed as \"Discount Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "video", - "description": "shop=video is displayed as \"Video Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-movie_rental.svg" - }, - { - "key": "shop", - "value": "video_games", - "description": "shop=video_games is displayed as \"Video Game Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-gaming.svg" - }, - { - "key": "shop", - "value": "watches", - "description": "shop=watches is displayed as \"Watches Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-watch.svg" - }, - { - "key": "shop", - "value": "water", - "description": "shop=water is displayed as \"Drinking Water Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-water_bottle.svg" - }, - { - "key": "shop", - "value": "water_sports", - "description": "shop=water_sports is displayed as \"Watersport/Swim Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "weapons", - "description": "shop=weapons is displayed as \"Weapon Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-dagger.svg" - }, - { - "key": "shop", - "value": "wholesale", - "description": "shop=wholesale is displayed as \"Wholesale Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-warehouse.svg" - }, - { - "key": "shop", - "value": "wigs", - "description": "shop=wigs is displayed as \"Wig Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "window_blind", - "description": "shop=window_blind is displayed as \"Window Blind Store\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-window.svg" - }, - { - "key": "shop", - "value": "wine", - "description": "shop=wine is displayed as \"Wine Shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-alcohol-shop.svg" - }, - { - "key": "disused:shop", - "description": "disused:shop= is displayed as \"This shop is no longer used. It is vacant\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#shop_types", - "icon_url": "./assets/layers/shops/shop-disused.svg" - }, - { - "key": "brand", - "description": "Values of `brand` are shown with \"Part of {brand}\" and can be updated. The question is \"What is the brand of this shop?\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#brand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "not:brand", - "value": "yes", - "description": "not:brand=yes is displayed as \"This shop does not have a specific brand, it is not part of a bigger chain\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#brand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "second_hand", - "value": "only", - "description": "second_hand=only is displayed as \"This shop sells second-hand items only\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "second_hand", - "value": "yes", - "description": "second_hand=yes is displayed as \"This shop sells second-hand items along with new items\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "second_hand", - "value": "no", - "description": "second_hand=no is displayed as \"This shop only sells brand-new items\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "payment:cash", - "value": "yes", - "description": "payment:cash=yes is displayed as \"Cash is accepted here\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#payment_options", - "icon_url": "./assets/layers/questions/cash.svg" - }, - { - "key": "payment:cards", - "value": "yes", - "description": "payment:cards=yes is displayed as \"Payment cards are accepted here\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#payment_options", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:qr_code", - "value": "yes", - "description": "payment:qr_code=yes is displayed as \"Payment by QR-code is possible here\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#payment_options", - "icon_url": "./assets/layers/questions/qrcode.svg" - }, - { - "key": "service:print:A4", - "value": "yes", - "description": "service:print:A4=yes is displayed as \"This shop can print on papers of size A4\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A3", - "value": "yes", - "description": "service:print:A3=yes is displayed as \"This shop can print on papers of size A3\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A2", - "value": "yes", - "description": "service:print:A2=yes is displayed as \"This shop can print on papers of size A2\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A1", - "value": "yes", - "description": "service:print:A1=yes is displayed as \"This shop can print on papers of size A1\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A0", - "value": "yes", - "description": "service:print:A0=yes is displayed as \"This shop can print on papers of size A0\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:binding", - "value": "yes", - "description": "service:binding=yes is displayed as \"This shop binds papers into a booklet\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#copyshop_binding", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:binding", - "value": "no", - "description": "service:binding=no is displayed as \"This shop does bind books\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#copyshop_binding", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "healthcare", - "value": "optometrist", - "description": "healthcare=optometrist is displayed as \"This shop offers eye exams by certified optometrists\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#optometrist_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "healthcare", - "value": "audiologist", - "description": "healthcare=audiologist is displayed as \"This shop offers hearing tests by a certified audiologist\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#optometrist_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "craft", - "value": "key_cutter", - "description": "craft=key_cutter is displayed as \"This shop is also specialized in key cutting\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#key_cutter", - "icon_url": "./assets/layers/id_presets/fas-key.svg" - }, - { - "key": "service:key_cutting", - "value": "yes", - "description": "service:key_cutting=yes is displayed as \"This shop offers key cutting as a service\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#key_cutter", - "icon_url": "./assets/layers/id_presets/fas-key.svg" - }, - { - "key": "craft", - "description": "craft= & service:key_cutting=no is displayed as \"This shops does not offer key cutting as a service\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#key_cutter", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:key_cutting", - "value": "no", - "description": "craft= & service:key_cutting=no is displayed as \"This shops does not offer key cutting as a service\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#key_cutter", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:retail", - "value": "yes", - "description": "service:bicycle:retail=yes is displayed as \"This shop sells new bikes\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#sells_new_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:retail", - "value": "no", - "description": "service:bicycle:retail=no is displayed as \"This shop doesn't sell new bikes\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#sells_new_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:second_hand", - "value": "yes", - "description": "service:bicycle:second_hand=yes is displayed as \"This shop sells second-hand bikes\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#bike_second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:second_hand", - "value": "no", - "description": "service:bicycle:second_hand=no is displayed as \"This shop doesn't sell second-hand bikes\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#bike_second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:second_hand", - "value": "only", - "description": "service:bicycle:second_hand=only is displayed as \"This shop only sells second-hand bikes\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#bike_second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "yes", - "description": "service:bicycle:repair=yes is displayed as \"This shop repairs bikes\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "no", - "description": "service:bicycle:repair=no is displayed as \"This shop doesn't repair bikes\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "only_sold", - "description": "service:bicycle:repair=only_sold is displayed as \"This shop only repairs bikes bought here\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "brand", - "description": "service:bicycle:repair=brand is displayed as \"This shop only repairs bikes of a certain brand\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:rental", - "value": "yes", - "description": "service:bicycle:rental=yes is displayed as \"This shop rents out bikes\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#bicycle_rental", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:rental", - "value": "no", - "description": "service:bicycle:rental=no is displayed as \"This shop doesn't rent out bikes\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#bicycle_rental", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "description": "Values of `rental` are shown with \"{rental} is rented here\" and can be updated. The question is \"What kind of bicycles and accessories are rented here?\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "city_bike", - "description": "rental=city_bike is displayed as \"Normal city bikes can be rented here\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "ebike", - "description": "rental=ebike is displayed as \"Electrical bikes can be rented here\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "bmx", - "description": "rental=bmx is displayed as \"BMX bikes can be rented here\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "mtb", - "description": "rental=mtb is displayed as \"Mountainbikes can be rented here\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "kid_bike", - "description": "rental=kid_bike is displayed as \"Bikes for children can be rented here\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "tandem", - "description": "rental=tandem is displayed as \"Tandem bicycles can be rented here\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "racebike", - "description": "rental=racebike is displayed as \"Race bicycles can be rented here\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "bike_helmet", - "description": "rental=bike_helmet is displayed as \"Bike helmets can be rented here\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "cargo_bike", - "description": "rental=cargo_bike is displayed as \"Cargo bikes can be rented here\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:city_bike", - "description": "Values of `capacity:city_bike` are shown with \"{capacity:city_bike} city bikes can be rented here\" and can be updated. The question is \"How many city bikes can be rented here?\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#rental_capacity_city_bike", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:ebike", - "description": "Values of `capacity:ebike` are shown with \"{capacity:ebike} electrical bikes can be rented here\" and can be updated. The question is \"How many electrical bikes can be rented here?\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#rental_capacity_ebike", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:kid_bike", - "description": "Values of `capacity:kid_bike` are shown with \"{capacity:kid_bike} bikes for children can be rented here\" and can be updated. The question is \"How many bikes for children can be rented here?\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#rental_capacity_kid_bike", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:bmx", - "description": "Values of `capacity:bmx` are shown with \"{capacity:bmx} BMX bikes can be rented here\" and can be updated. The question is \"How many BMX bikes can be rented here?\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#rental_capacity_bmx", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:mtb", - "description": "Values of `capacity:mtb` are shown with \"{capacity:mtb} mountainbikes can be rented here\" and can be updated. The question is \"How many mountainbikes can be rented here?\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#rental_capacity_mtb", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:bicycle_pannier", - "description": "Values of `capacity:bicycle_pannier` are shown with \"{capacity:bicycle_pannier} bicycle panniers can be rented here\" and can be updated. The question is \"How many bicycle panniers can be rented here?\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#rental_capacity_bicycle_pannier", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:tandem_bicycle", - "description": "Values of `capacity:tandem_bicycle` are shown with \"{capacity:tandem_bicycle} tandem can be rented here\" and can be updated. The question is \"How many tandem can be rented here?\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#rental_capacity_tandem_bicycle", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:pump", - "value": "yes", - "description": "service:bicycle:pump=yes is displayed as \"This shop offers a bike pump for anyone\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#bike_pump_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:pump", - "value": "no", - "description": "service:bicycle:pump=no is displayed as \"This shop doesn't offer a bike pump for anyone\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#bike_pump_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:pump", - "value": "separate", - "description": "service:bicycle:pump=separate is displayed as \"There is bicycle pump, it is shown as a separate point\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#bike_pump_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:diy", - "value": "yes", - "description": "service:bicycle:diy=yes is displayed as \"This shop offers tools for DIY bicycle repair\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#bike_repair_tools", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:diy", - "value": "no", - "description": "service:bicycle:diy=no is displayed as \"This shop doesn't offer tools for DIY bicycle repair\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#bike_repair_tools", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:diy", - "value": "only_sold", - "description": "service:bicycle:diy=only_sold is displayed as \"Tools for DIY bicycle repair are only available if you bought/hire the bike in the shop\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#bike_repair_tools", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning", - "value": "yes", - "description": "service:bicycle:cleaning=yes is displayed as \"This shop cleans bicycles\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#bike_wash", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning", - "value": "diy", - "description": "service:bicycle:cleaning=diy is displayed as \"This shop has an installation where one can clean bicycles themselves\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#bike_wash", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning", - "value": "no", - "description": "service:bicycle:cleaning=no is displayed as \"This shop doesn't offer bicycle cleaning\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#bike_wash", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:charge", - "description": "Values of `service:bicycle:cleaning:charge` are shown with \"Using the cleaning service costs {service:bicycle:cleaning:charge}\" and can be updated. The question is \"How much does it cost to use the cleaning service?\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:fee", - "value": "no", - "description": "service:bicycle:cleaning:fee=no is displayed as \"The cleaning service is free to use\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:fee", - "value": "yes", - "description": "service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= is displayed as \"Free to use\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:charge", - "description": "service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= is displayed as \"Free to use\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access", - "value": "wlan", - "description": "internet_access=wlan is displayed as \"This place offers wireless internet access\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#internet", - "icon_url": "wifi" - }, - { - "key": "internet_access", - "value": "no", - "description": "internet_access=no is displayed as \"This place does not offer internet access\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#internet", - "icon_url": "wifi;cross_bottom_right:red" - }, - { - "key": "internet_access", - "value": "yes", - "description": "internet_access=yes is displayed as \"This place offers internet access\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#internet", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access", - "value": "terminal", - "description": "internet_access=terminal is displayed as \"This place offers internet access via a terminal or computer\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#internet", - "icon_url": "computer" - }, - { - "key": "internet_access", - "value": "wired", - "description": "internet_access=wired is displayed as \"This place offers wired internet access\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#internet", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access", - "value": "terminal;wifi", - "description": "internet_access=terminal;wifi is displayed as \"This place offers both wireless internet and internet access via a terminal or computer\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#internet", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access:fee", - "value": "yes", - "description": "internet_access:fee=yes is displayed as \"There is a fee for the internet access at this place\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#internet_fee", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access:fee", - "value": "no", - "description": "internet_access:fee=no is displayed as \"Internet access is free at this place\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#internet_fee", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access:fee", - "value": "customers", - "description": "internet_access:fee=customers is displayed as \"Internet access is free at this place, for customers only\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#internet_fee", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access:ssid", - "description": "Values of `internet_access:ssid` are shown with \"The network name is {internet_access:ssid}\" and can be updated. The question is \"What is the network name for the wireless internet access?\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#internet_ssid", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access:ssid", - "value": "Telekom", - "description": "internet_access:ssid=Telekom is displayed as \"Telekom\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#internet_ssid", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "organic", - "value": "yes", - "description": "organic=yes is displayed as \"This shop offers organic products\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#organic", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "organic", - "value": "only", - "description": "organic=only is displayed as \"This shop only offers organic products\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#organic", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "organic", - "value": "no", - "description": "organic=no is displayed as \"This shop does not offer organic products\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#organic", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:sugar_free", - "value": "only", - "description": "diet:sugar_free=only is displayed as \"This shop only sells sugar free products\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#sugar_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:sugar_free", - "value": "yes", - "description": "diet:sugar_free=yes is displayed as \"This shop has a big sugar free offering\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#sugar_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:sugar_free", - "value": "limited", - "description": "diet:sugar_free=limited is displayed as \"This shop has a limited sugar free offering\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#sugar_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:sugar_free", - "value": "no", - "description": "diet:sugar_free=no is displayed as \"This shop has no sugar free offering\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#sugar_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:gluten_free", - "value": "only", - "description": "diet:gluten_free=only is displayed as \"This shop only sells gluten free products\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#gluten_free", - "icon_url": "./assets/layers/questions/glutenfree.svg" - }, - { - "key": "diet:gluten_free", - "value": "yes", - "description": "diet:gluten_free=yes is displayed as \"This shop has a big gluten free offering\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#gluten_free", - "icon_url": "./assets/layers/questions/glutenfree.svg" - }, - { - "key": "diet:gluten_free", - "value": "limited", - "description": "diet:gluten_free=limited is displayed as \"This shop has a limited gluten free offering\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#gluten_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:gluten_free", - "value": "no", - "description": "diet:gluten_free=no is displayed as \"This shop has no gluten free offering\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#gluten_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:lactose_free", - "value": "only", - "description": "diet:lactose_free=only is displayed as \"Only sells lactose free products\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#lactose_free", - "icon_url": "./assets/layers/questions/lactose_free.svg" - }, - { - "key": "diet:lactose_free", - "value": "yes", - "description": "diet:lactose_free=yes is displayed as \"Big lactose free offering\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#lactose_free", - "icon_url": "./assets/layers/questions/lactose_free.svg" - }, - { - "key": "diet:lactose_free", - "value": "limited", - "description": "diet:lactose_free=limited is displayed as \"Limited lactose free offering\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#lactose_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:lactose_free", - "value": "no", - "description": "diet:lactose_free=no is displayed as \"No lactose free offering\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#lactose_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "dog", - "value": "yes", - "description": "dog=yes is displayed as \"Dogs are allowed\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_allowed.svg" - }, - { - "key": "dog", - "value": "no", - "description": "dog=no is displayed as \"Dogs are not allowed\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#dog_access", - "icon_url": "./assets/layers/questions/no_dogs.svg" - }, - { - "key": "dog", - "value": "leashed", - "description": "dog=leashed is displayed as \"Dogs are allowed, but they have to be leashed\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_leashed.svg" - }, - { - "key": "dog", - "value": "unleashed", - "description": "dog=unleashed is displayed as \"Dogs are allowed and can run around freely\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_allowed.svg" - }, - { - "key": "dog", - "value": "outside", - "description": "dog=outside is displayed as \"Dogs are allowed only outside\" by layer Second hand shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_second_hand.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_outside.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_climbing.json b/Docs/TagInfo/mapcomplete_climbing.json deleted file mode 100644 index 0774b37270..0000000000 --- a/Docs/TagInfo/mapcomplete_climbing.json +++ /dev/null @@ -1,3389 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Climbing gyms, clubs and spots", - "description": "On this map you will find various climbing opportunities such as climbing gyms, bouldering halls and rocks in nature", - "project_url": "https://mapcomplete.org/climbing", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/climbing/climbing_icon.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "club", - "value": "climbing", - "description": "Features with this tag are displayed by layer Climbing club", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_club.md", - "icon_url": "./assets/themes/climbing/club.svg" - }, - { - "key": "sport", - "value": "climbing", - "description": "Features with this tag are displayed by layers Climbing club, Climbing gyms, Climbing opportunities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_club.md", - "icon_url": "./assets/themes/climbing/club.svg" - }, - { - "key": "office", - "description": "Features with this tag are displayed by layer Climbing club", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_club.md", - "icon_url": "./assets/themes/climbing/club.svg" - }, - { - "key": "club", - "description": "Features with this tag are displayed by layer Climbing club", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_club.md", - "icon_url": "./assets/themes/climbing/club.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Climbing club, Climbing gyms, Climbing routes, Climbing opportunities, Climbing opportunities?, Shop, Toilets, Drinking water, Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_club.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"{name}\" and can be updated. The question is \"What is the name of this climbing club or NGO?\" by layer Climbing club", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_club.md#climbing_club_name", - "icon_url": "./assets/themes/climbing/club.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{website}\" and can be updated. The question is \"What is the website of {title()}?\" by layers Climbing club, Climbing gyms, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_club.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layers Climbing club, Climbing gyms, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_club.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"{email}\" and can be updated. The question is \"What is the email address of {title()}?\" by layers Climbing club, Climbing gyms, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_club.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "contact:email", - "description": "contact:email~.+ is displayed as \"{contact:email}\" by layers Climbing club, Climbing gyms, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_club.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "operator:email", - "description": "operator:email~.+ is displayed as \"{operator:email}\" by layers Climbing club, Climbing gyms, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_club.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}\" and can be updated. The question is \"What is the phone number of {title()}?\" by layers Climbing club, Climbing gyms, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_club.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "contact:phone", - "description": "contact:phone~.+ is displayed as \"{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}\" by layers Climbing club, Climbing gyms, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_club.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"What are the opening hours of {title()}?\" by layers Climbing club, Climbing gyms, Shop, Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_club.md#opening_hours", - "icon_url": "./assets/themes/climbing/club.svg" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layers Climbing club, Climbing gyms, Shop, Toilets, Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_club.md#opening_hours", - "icon_url": "./assets/themes/climbing/club.svg" - }, - { - "key": "access", - "value": "yes", - "description": "access=yes is displayed as \"Publicly accessible to anyone\" by layer Climbing club", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_club.md#access", - "icon_url": "./assets/themes/climbing/club.svg" - }, - { - "key": "access", - "value": "permit", - "description": "access=permit is displayed as \"You need a permit to access here\" by layer Climbing club", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_club.md#access", - "icon_url": "./assets/themes/climbing/club.svg" - }, - { - "key": "access", - "value": "customers", - "description": "access=customers is displayed as \"Only customers\" by layer Climbing club", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_club.md#access", - "icon_url": "./assets/themes/climbing/club.svg" - }, - { - "key": "access", - "value": "members", - "description": "access=members is displayed as \"Only club members\" by layer Climbing club", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_club.md#access", - "icon_url": "./assets/themes/climbing/club.svg" - }, - { - "key": "access", - "value": "no", - "description": "access=no is displayed as \"Not accessible\" by layers Climbing club, Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_club.md#access", - "icon_url": "./assets/themes/climbing/club.svg" - }, - { - "key": "access:description", - "description": "Values of `access:description` are shown with \"{access:description}\" by layer Climbing club", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_club.md#Access_description__without__embedding_feature_access_description_", - "icon_url": "./assets/themes/climbing/club.svg" - }, - { - "key": "leisure", - "value": "sports_centre", - "description": "Features with this tag are displayed by layers Climbing gyms, Climbing opportunities?", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "leisure", - "value": "sports_hall", - "description": "Features with this tag are displayed by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Climbing gyms, Climbing routes, Climbing opportunities, Shop, Toilets, Drinking water, Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#images", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Climbing gyms, Climbing routes, Climbing opportunities, Shop, Toilets, Drinking water, Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#images", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Climbing gyms, Climbing routes, Climbing opportunities, Shop, Toilets, Drinking water, Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#images", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Climbing gyms, Climbing routes, Climbing opportunities, Shop, Toilets, Drinking water, Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#images", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Climbing gyms, Climbing routes, Climbing opportunities, Shop, Toilets, Drinking water, Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#images", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"{name}\" and can be updated. The question is \"What is the name of this climbing gym?\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#name", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "charge", - "description": "Values of `charge` are shown with \"A fee of {charge} should be paid for climbing here\" and can be updated. The question is \"Is a fee required to climb here?\" by layers Climbing gyms, Climbing opportunities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#fee", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "fee", - "value": "no", - "description": "fee=no is displayed as \"Climbing here is free of charge\" by layers Climbing gyms, Climbing opportunities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#fee", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "fee", - "value": "yes", - "description": "fee=yes & charge= is displayed as \"Paying a fee is required to climb here\" by layers Climbing gyms, Climbing opportunities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#fee", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "charge", - "description": "fee=yes & charge= is displayed as \"Paying a fee is required to climb here\" by layers Climbing gyms, Climbing opportunities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#fee", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "payment:cash", - "value": "yes", - "description": "payment:cash=yes is displayed as \"Cash is accepted here\" by layers Climbing gyms, Shop, Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#payment_options", - "icon_url": "./assets/layers/questions/cash.svg" - }, - { - "key": "payment:cards", - "value": "yes", - "description": "payment:cards=yes is displayed as \"Payment cards are accepted here\" by layers Climbing gyms, Shop, Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#payment_options", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:qr_code", - "value": "yes", - "description": "payment:qr_code=yes is displayed as \"Payment by QR-code is possible here\" by layers Climbing gyms, Shop, Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#payment_options", - "icon_url": "./assets/layers/questions/qrcode.svg" - }, - { - "key": "climbing:boulder", - "value": "yes", - "description": "climbing:boulder=yes is displayed as \"Bouldering is possible here\" by layers Climbing gyms, Climbing opportunities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#bouldering", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "climbing:boulder", - "value": "no", - "description": "climbing:boulder=no is displayed as \"Bouldering is not possible here\" by layers Climbing gyms, Climbing opportunities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#bouldering", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "climbing:boulder", - "value": "limited", - "description": "climbing:boulder=limited is displayed as \"Bouldering is possible, although there are only a few problems\" by layers Climbing gyms, Climbing opportunities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#bouldering", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "climbing:boulder", - "description": "climbing:boulder~.+ is displayed as \"There are {climbing:boulder} boulder problems\" by layers Climbing gyms, Climbing opportunities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#bouldering", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "climbing:sport", - "value": "yes", - "description": "climbing:sport=yes is displayed as \"Sport climbing is possible here\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#sportclimbing", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "climbing:sport", - "value": "no", - "description": "climbing:sport=no is displayed as \"Sport climbing is not possible here\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#sportclimbing", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "climbing:sport", - "description": "climbing:sport~.+ is displayed as \"There are {climbing:sport} sport climbing routes\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#sportclimbing", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "climbing:toprope", - "value": "yes", - "description": "climbing:toprope=yes is displayed as \"Toprope climbing is possible here\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#toprope", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "climbing:toprope", - "value": "no", - "description": "climbing:toprope=no is displayed as \"Toprope climbing is not possible here\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#toprope", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "climbing:toprope", - "description": "climbing:toprope~.+ is displayed as \"There are {climbing:toprope} toprope routes\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#toprope", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "service:climbing_shoes:rental", - "value": "yes", - "description": "service:climbing_shoes:rental=yes & service:climbing_shoes:rental:fee=no is displayed as \"Climbing shoes can be borrowed for free here\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#shoe_rental", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "service:climbing_shoes:rental:fee", - "value": "no", - "description": "service:climbing_shoes:rental=yes & service:climbing_shoes:rental:fee=no is displayed as \"Climbing shoes can be borrowed for free here\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#shoe_rental", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "service:climbing_shoes:rental", - "value": "yes", - "description": "service:climbing_shoes:rental=yes & service:climbing_shoes:rental:charge~.+ is displayed as \"Climbing shoes can be rented here for {service:climbing_shoes:rental:charge}\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#shoe_rental", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "service:climbing_shoes:rental:charge", - "description": "service:climbing_shoes:rental=yes & service:climbing_shoes:rental:charge~.+ is displayed as \"Climbing shoes can be rented here for {service:climbing_shoes:rental:charge}\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#shoe_rental", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "service:climbing_shoes:rental", - "value": "yes", - "description": "service:climbing_shoes:rental=yes & service:climbing_shoes:rental:fee=yes is displayed as \"Climbing shoes can be rented here\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#shoe_rental", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "service:climbing_shoes:rental:fee", - "value": "yes", - "description": "service:climbing_shoes:rental=yes & service:climbing_shoes:rental:fee=yes is displayed as \"Climbing shoes can be rented here\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#shoe_rental", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "service:climbing_shoes:rental", - "value": "no", - "description": "service:climbing_shoes:rental=no is displayed as \"Climbing shoes can not be rented here\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#shoe_rental", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "service:climbing_harness:rental", - "value": "yes", - "description": "service:climbing_harness:rental=yes & service:climbing_harness:rental:fee=no is displayed as \"A climbing harness can be borrowed for free here\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#harness_rental", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "service:climbing_harness:rental:fee", - "value": "no", - "description": "service:climbing_harness:rental=yes & service:climbing_harness:rental:fee=no is displayed as \"A climbing harness can be borrowed for free here\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#harness_rental", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "service:climbing_harness:rental", - "value": "yes", - "description": "service:climbing_harness:rental=yes & service:climbing_harness:rental:charge~.+ is displayed as \"A climbing harness can be rented here for {service:climbing_harness:rental:charge}\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#harness_rental", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "service:climbing_harness:rental:charge", - "description": "service:climbing_harness:rental=yes & service:climbing_harness:rental:charge~.+ is displayed as \"A climbing harness can be rented here for {service:climbing_harness:rental:charge}\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#harness_rental", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "service:climbing_harness:rental", - "value": "yes", - "description": "service:climbing_harness:rental=yes is displayed as \"A climbing harness can be rented here\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#harness_rental", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "service:climbing_harness:rental", - "value": "no", - "description": "service:climbing_harness:rental=no is displayed as \"A climbing harness can not be rented here\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#harness_rental", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "climbing:autobelay:toprope", - "description": "Values of `climbing:autobelay:toprope` are shown with \"There are {climbing:autobelay:toprope} auto belay devices for top roping\" and can be updated. The question is \"Are there auto belays for top roping here?\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#auto_belay_toprope", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "climbing:autobelay:toprope", - "value": "no", - "description": "climbing:autobelay:toprope=no is displayed as \"There are no auto belays for top roping\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#auto_belay_toprope", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "climbing:autobelay:toprope", - "value": "yes", - "description": "climbing:autobelay:toprope=yes is displayed as \"There are a number of auto belays for top roping\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#auto_belay_toprope", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "climbing:autobelay:toprope", - "value": "all", - "description": "climbing:autobelay:toprope=all is displayed as \"There is an auto belay for every top rope route but manual belaying is also possible\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#auto_belay_toprope", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "climbing:autobelay:toprope", - "value": "only", - "description": "climbing:autobelay:toprope=only is displayed as \"Top rope routes can only be climbed on auto belay\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#auto_belay_toprope", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "climbing:autobelay:sport", - "description": "Values of `climbing:autobelay:sport` are shown with \"There are {climbing:autobelay:sport} auto belays for lead climbing\" and can be updated. The question is \"Are there auto belays for lead climbing here?\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#auto_belay_lead", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "climbing:autobelay:sport", - "value": "no", - "description": "climbing:autobelay:sport=no is displayed as \"There are no auto belays for lead climbing\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#auto_belay_lead", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "climbing:autobelay:sport", - "value": "yes", - "description": "climbing:autobelay:sport=yes is displayed as \"There is a number of auto belays for lead climbing\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#auto_belay_lead", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "climbing:autobelay:sport", - "value": "all", - "description": "climbing:autobelay:sport=all is displayed as \"There is an auto belay for every lead climbing route\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#auto_belay_lead", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "service:climbing_belay_device:provided_at_each_rope", - "value": "yes", - "description": "service:climbing_belay_device:provided_at_each_rope=yes is displayed as \"Belay devices are provided at each rope\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#belay_device_rental", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "service:climbing_belay_device:rental", - "value": "yes", - "description": "service:climbing_belay_device:rental=yes & service:climbing_belay_device:rental:fee=no is displayed as \"A belay device can be borrowed for free here\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#belay_device_rental", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "service:climbing_belay_device:rental:fee", - "value": "no", - "description": "service:climbing_belay_device:rental=yes & service:climbing_belay_device:rental:fee=no is displayed as \"A belay device can be borrowed for free here\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#belay_device_rental", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "service:climbing_belay_device:rental", - "value": "yes", - "description": "service:climbing_belay_device:rental=yes & service:climbing_belay_device:rental:charge~.+ is displayed as \"A belay device can be rented here for {service:climbing_belay_device:rental:charge}\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#belay_device_rental", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "service:climbing_belay_device:rental:charge", - "description": "service:climbing_belay_device:rental=yes & service:climbing_belay_device:rental:charge~.+ is displayed as \"A belay device can be rented here for {service:climbing_belay_device:rental:charge}\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#belay_device_rental", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "service:climbing_belay_device:rental", - "value": "yes", - "description": "service:climbing_belay_device:rental=yes is displayed as \"A belay device can be rented here\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#belay_device_rental", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "service:climbing_belay_device:rental", - "value": "no", - "description": "service:climbing_belay_device:rental=no is displayed as \"A belay device can not be rented here\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#belay_device_rental", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "service:climbing_rope:rental", - "value": "yes", - "description": "service:climbing_rope:rental=yes & service:climbing_rope:rental:fee=no is displayed as \"A climbing rope can be borrowed for free here\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#rope_rental", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "service:climbing_rope:rental:fee", - "value": "no", - "description": "service:climbing_rope:rental=yes & service:climbing_rope:rental:fee=no is displayed as \"A climbing rope can be borrowed for free here\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#rope_rental", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "service:climbing_rope:rental", - "value": "yes", - "description": "service:climbing_rope:rental=yes & service:climbing_rope:rental:charge~.+ is displayed as \"A climbing rope can be rented here for {service:climbing_rope:rental:charge}\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#rope_rental", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "service:climbing_rope:rental:charge", - "description": "service:climbing_rope:rental=yes & service:climbing_rope:rental:charge~.+ is displayed as \"A climbing rope can be rented here for {service:climbing_rope:rental:charge}\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#rope_rental", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "service:climbing_rope:rental", - "value": "yes", - "description": "service:climbing_rope:rental=yes is displayed as \"A climbing rope can be rented here\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#rope_rental", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "service:climbing_rope:rental", - "value": "no", - "description": "service:climbing_rope:rental=no is displayed as \"A climbing rope can not be rented here\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#rope_rental", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "climbing:length", - "description": "Values of `climbing:length` are shown with \"The routes are {canonical(climbing:length)} long on average\" and can be updated. The question is \"What is the (average) length of the routes in meters?\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#average_length", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "climbing:grade:french:min", - "description": "Values of `climbing:grade:french:min` are shown with \"The lowest grade is {climbing:grade:french:min} according to the french/belgian system\" and can be updated. The question is \"What is the grade of the easiest route here, according to the french classification system?\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#min_difficulty", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "climbing:grade:french:max", - "description": "Values of `climbing:grade:french:max` are shown with \"The highest grade is {climbing:grade:french:max} according to the french/belgian system\" and can be updated. The question is \"What is the highest grade route here, according to the french classification system?\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#max_difficulty", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "climbing:bolts:max", - "description": "Values of `climbing:bolts:max` are shown with \"The sport climbing routes here have at most {climbing:bolts:max} bolts.
This is without belay stations and indicates how much quickdraws a climber needs.
\" and can be updated. The question is \"How many bolts do routes in {title()} have at most?\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#max_bolts", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "climbing:speed", - "value": "yes", - "description": "climbing:speed=yes is displayed as \"There is a speed climbing wall\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#Speed_climbing_", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "climbing:speed", - "value": "no", - "description": "climbing:speed=no is displayed as \"There is no speed climbing wall\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#Speed_climbing_", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "climbing:speed", - "description": "climbing:speed~.+ is displayed as \"There are {climbing:speed} speed climbing walls\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#Speed_climbing_", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "shower", - "value": "hot", - "description": "shower=hot is displayed as \"This facility does have showers with warm water\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#shower", - "icon_url": "./assets/layers/shower/shower.svg" - }, - { - "key": "shower", - "value": "cold", - "description": "shower=cold is displayed as \"This facility does have showers, but the water is not heated\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#shower", - "icon_url": "./assets/layers/shower/shower.svg" - }, - { - "key": "shower", - "value": "yes", - "description": "shower=yes is displayed as \"This facility does have showers\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#shower", - "icon_url": "./assets/layers/shower/shower.svg" - }, - { - "key": "shower", - "value": "no", - "description": "shower=no is displayed as \"This facility does not offer a shower\" by layer Climbing gyms", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#shower", - "icon_url": "invalid;./assets/layers/shower/shower.svg" - }, - { - "key": "internet_access", - "value": "wlan", - "description": "internet_access=wlan is displayed as \"This place offers wireless internet access\" by layers Climbing gyms, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#internet", - "icon_url": "wifi" - }, - { - "key": "internet_access", - "value": "no", - "description": "internet_access=no is displayed as \"This place does not offer internet access\" by layers Climbing gyms, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#internet", - "icon_url": "wifi;cross_bottom_right:red" - }, - { - "key": "internet_access", - "value": "yes", - "description": "internet_access=yes is displayed as \"This place offers internet access\" by layers Climbing gyms, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#internet", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "internet_access", - "value": "terminal", - "description": "internet_access=terminal is displayed as \"This place offers internet access via a terminal or computer\" by layers Climbing gyms, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#internet", - "icon_url": "computer" - }, - { - "key": "internet_access", - "value": "wired", - "description": "internet_access=wired is displayed as \"This place offers wired internet access\" by layers Climbing gyms, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#internet", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "internet_access", - "value": "terminal;wifi", - "description": "internet_access=terminal;wifi is displayed as \"This place offers both wireless internet and internet access via a terminal or computer\" by layers Climbing gyms, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#internet", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "internet_access:fee", - "value": "yes", - "description": "internet_access:fee=yes is displayed as \"There is a fee for the internet access at this place\" by layers Climbing gyms, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#internet_fee", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "internet_access:fee", - "value": "no", - "description": "internet_access:fee=no is displayed as \"Internet access is free at this place\" by layers Climbing gyms, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#internet_fee", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "internet_access:fee", - "value": "customers", - "description": "internet_access:fee=customers is displayed as \"Internet access is free at this place, for customers only\" by layers Climbing gyms, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#internet_fee", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "internet_access:ssid", - "description": "Values of `internet_access:ssid` are shown with \"The network name is {internet_access:ssid}\" and can be updated. The question is \"What is the network name for the wireless internet access?\" by layers Climbing gyms, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#internet_ssid", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "internet_access:ssid", - "value": "Telekom", - "description": "internet_access:ssid=Telekom is displayed as \"Telekom\" by layers Climbing gyms, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_gym.md#internet_ssid", - "icon_url": "./assets/themes/climbing/climbing_gym.svg" - }, - { - "key": "climbing", - "value": "route", - "description": "Features with this tag are displayed by layer Climbing routes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_route.md", - "icon_url": "./assets/themes/climbing/climbing_route.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"{name}\" and can be updated. The question is \"What is the name of this climbing route?\" by layer Climbing routes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_route.md#Name", - "icon_url": "./assets/themes/climbing/climbing_route.svg" - }, - { - "key": "noname", - "value": "yes", - "description": "noname=yes & name= is displayed as \"This climbing route doesn't have a name\" by layer Climbing routes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_route.md#Name", - "icon_url": "./assets/themes/climbing/climbing_route.svg" - }, - { - "key": "name", - "description": "noname=yes & name= is displayed as \"This climbing route doesn't have a name\" by layer Climbing routes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_route.md#Name", - "icon_url": "./assets/themes/climbing/climbing_route.svg" - }, - { - "key": "climbing:length", - "description": "Values of `climbing:length` are shown with \"This route is {canonical(climbing:length)} long\" and can be updated. The question is \"How long is this climbing route (in meters)?\" by layer Climbing routes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_route.md#Length", - "icon_url": "./assets/themes/climbing/climbing_route.svg" - }, - { - "key": "climbing:grade:french", - "description": "Values of `climbing:grade:french` are shown with \"The grade is {climbing:grade:french} according to the french/belgian system\" and can be updated. The question is \"What is the grade of this climbing route according to the french/belgian system?\" by layer Climbing routes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_route.md#Difficulty", - "icon_url": "./assets/themes/climbing/climbing_route.svg" - }, - { - "key": "climbing:bolts", - "description": "Values of `climbing:bolts` are shown with \"This route has {climbing:bolts} bolts.
This is without belay stations and indicates how much quickdraws a climber needs.
\" and can be updated. The question is \"How many bolts does this route have before reaching the anchor?\" by layer Climbing routes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_route.md#bolts", - "icon_url": "./assets/themes/climbing/climbing_route.svg" - }, - { - "key": "climbing:bolted", - "value": "no", - "description": "climbing:bolted=no is displayed as \"This route is not bolted\" by layer Climbing routes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_route.md#bolts", - "icon_url": "./assets/themes/climbing/climbing_route.svg" - }, - { - "key": "description", - "description": "Values of `description` are shown with \"{description}\" and can be updated. The question is \"Is there still some relevant info that the previous questions did not cover? Feel free to add it here.\" by layers Climbing routes, Shop, Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_route.md#description", - "icon_url": "./assets/themes/climbing/climbing_route.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"{name}\" and can be updated. The question is \"What is the name of this climbing opportunity?\" by layer Climbing opportunities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_area.md#name", - "icon_url": "./assets/themes/climbing/climbing_no_rope.svg" - }, - { - "key": "noname", - "value": "yes", - "description": "noname=yes & name= is displayed as \"This climbing opportunity doesn't have a name\" by layer Climbing opportunities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_area.md#name", - "icon_url": "./assets/themes/climbing/climbing_no_rope.svg" - }, - { - "key": "name", - "description": "noname=yes & name= is displayed as \"This climbing opportunity doesn't have a name\" by layer Climbing opportunities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_area.md#name", - "icon_url": "./assets/themes/climbing/climbing_no_rope.svg" - }, - { - "key": "climbing", - "value": "boulder", - "description": "climbing=boulder is displayed as \"A climbing boulder - a single rock or cliff with one or a few climbing routes which can be climbed safely without rope\" by layer Climbing opportunities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_area.md#Type", - "icon_url": "./assets/themes/climbing/climbing_no_rope.svg" - }, - { - "key": "climbing", - "value": "crag", - "description": "climbing=crag is displayed as \"A climbing crag - a single rock or cliff with at least a few climbing routes\" by layer Climbing opportunities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_area.md#Type", - "icon_url": "./assets/themes/climbing/climbing_no_rope.svg" - }, - { - "key": "climbing", - "value": "area", - "description": "climbing=area is displayed as \"A climbing area with one or more climbing crags and/or boulders\" by layer Climbing opportunities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_area.md#Type", - "icon_url": "./assets/themes/climbing/climbing_no_rope.svg" - }, - { - "key": "rock", - "description": "Values of `rock` are shown with \"The rock type is {rock}\" and can be updated. The question is \"What is the rock type here?\" by layer Climbing opportunities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_area.md#Rock_type__crag_rock_cliff_only_", - "icon_url": "./assets/themes/climbing/climbing_no_rope.svg" - }, - { - "key": "rock", - "value": "limestone", - "description": "rock=limestone is displayed as \"Limestone\" by layer Climbing opportunities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_area.md#Rock_type__crag_rock_cliff_only_", - "icon_url": "./assets/themes/climbing/climbing_no_rope.svg" - }, - { - "key": "url", - "description": "Values of `url` are shown with \"{url}\" and can be updated. The question is \"Is there a (unofficial) website with more informations (e.g. topos)?\" by layer Climbing opportunities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_area.md#website", - "icon_url": "./assets/themes/climbing/climbing_no_rope.svg" - }, - { - "key": "barrier", - "value": "wall", - "description": "Features with this tag are displayed by layer Climbing opportunities?", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_opportunity.md", - "icon_url": "./assets/themes/climbing/climbing_unknown.svg" - }, - { - "key": "barrier", - "value": "retaining_wall", - "description": "Features with this tag are displayed by layer Climbing opportunities?", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_opportunity.md", - "icon_url": "./assets/themes/climbing/climbing_unknown.svg" - }, - { - "key": "natural", - "value": "cliff", - "description": "Features with this tag are displayed by layer Climbing opportunities?", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_opportunity.md", - "icon_url": "./assets/themes/climbing/climbing_unknown.svg" - }, - { - "key": "natural", - "value": "rock", - "description": "Features with this tag are displayed by layer Climbing opportunities?", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_opportunity.md", - "icon_url": "./assets/themes/climbing/climbing_unknown.svg" - }, - { - "key": "natural", - "value": "stone", - "description": "Features with this tag are displayed by layer Climbing opportunities?", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_opportunity.md", - "icon_url": "./assets/themes/climbing/climbing_unknown.svg" - }, - { - "key": "climbing", - "description": "Features with this tag are displayed by layer Climbing opportunities?", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_opportunity.md", - "icon_url": "./assets/themes/climbing/climbing_unknown.svg" - }, - { - "key": "sport", - "value": "climbing", - "description": "sport=climbing is displayed as \"Climbing is possible here\" by layer Climbing opportunities?", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_opportunity.md#climbing_possible", - "icon_url": "./assets/themes/climbing/climbing_unknown.svg" - }, - { - "key": "climbing", - "value": "no", - "description": "climbing=no is displayed as \"Climbing is not possible here\" by layer Climbing opportunities?", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/climbing_opportunity.md#climbing_possible", - "icon_url": "./assets/themes/climbing/climbing_unknown.svg" - }, - { - "key": "service:climbing_shoes:repair", - "value": "yes", - "description": "Features with this tag are displayed by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "shoe_repair", - "description": "Features with this tag are displayed by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "craft", - "value": "shoemaker", - "description": "Features with this tag are displayed by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:climbing_shoes:repair", - "value": "yes", - "description": "service:climbing_shoes:repair=yes is displayed as \"This shop repairs climbing shoes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#repairs_climbing_shoes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:climbing_shoes:repair", - "value": "no", - "description": "service:climbing_shoes:repair=no is displayed as \"This shop does not repair climbing shoes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#repairs_climbing_shoes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This shop is called {name}\" and can be updated. The question is \"What is the name of this shop?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shops_name", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "description": "Values of `shop` are shown with \"This is a {shop}\" and can be updated. The question is \"What kind of shop is this?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "bicycle_rental", - "description": "shop=bicycle_rental is displayed as \"Bicycle rental shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/bicycle_rental.svg" - }, - { - "key": "shop", - "value": "agrarian", - "description": "shop=agrarian is displayed as \"Farm Supply Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-tractor.svg" - }, - { - "key": "shop", - "value": "alcohol", - "description": "shop=alcohol is displayed as \"Liquor Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-wine-bottle.svg" - }, - { - "key": "shop", - "value": "anime", - "description": "shop=anime is displayed as \"Anime / Manga Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-dragon.svg" - }, - { - "key": "shop", - "value": "antiques", - "description": "shop=antiques is displayed as \"Antique Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-furniture.svg" - }, - { - "key": "shop", - "value": "appliance", - "description": "shop=appliance is displayed as \"Appliance Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-laundry.svg" - }, - { - "key": "shop", - "value": "art", - "description": "shop=art is displayed as \"Art Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "baby_goods", - "description": "shop=baby_goods is displayed as \"Baby Goods Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-baby-carriage.svg" - }, - { - "key": "shop", - "value": "bag", - "description": "shop=bag is displayed as \"Bag/Luggage Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-suitcase-rolling.svg" - }, - { - "key": "shop", - "value": "bakery", - "description": "shop=bakery is displayed as \"Bakery\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-bakery.svg" - }, - { - "key": "shop", - "value": "bathroom_furnishing", - "description": "shop=bathroom_furnishing is displayed as \"Bathroom Furnishing Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-bath.svg" - }, - { - "key": "shop", - "value": "beauty", - "description": "shop=beauty is displayed as \"Beauty Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-lipstick.svg" - }, - { - "key": "shop", - "value": "bed", - "description": "shop=bed is displayed as \"Bedding/Mattress Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-lodging.svg" - }, - { - "key": "shop", - "value": "beverages", - "description": "shop=beverages is displayed as \"Beverage Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-bottles.svg" - }, - { - "key": "shop", - "value": "bicycle", - "description": "shop=bicycle is displayed as \"Bicycle Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-bicycle.svg" - }, - { - "key": "shop", - "value": "boat", - "description": "shop=boat is displayed as \"Boat Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-boat.svg" - }, - { - "key": "shop", - "value": "bookmaker", - "description": "shop=bookmaker is displayed as \"Bookmaker\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-money_hand.svg" - }, - { - "key": "shop", - "value": "books", - "description": "shop=books is displayed as \"Bookstore\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-book.svg" - }, - { - "key": "shop", - "value": "brewing_supplies", - "description": "shop=brewing_supplies is displayed as \"Brewing Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-storage_fermenter.svg" - }, - { - "key": "shop", - "value": "butcher", - "description": "shop=butcher is displayed as \"Butcher\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-cleaver.svg" - }, - { - "key": "shop", - "value": "camera", - "description": "shop=camera is displayed as \"Camera Equipment Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-camera-retro.svg" - }, - { - "key": "shop", - "value": "candles", - "description": "shop=candles is displayed as \"Candle Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "cannabis", - "description": "shop=cannabis is displayed as \"Cannabis Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cannabis.svg" - }, - { - "key": "shop", - "value": "car", - "description": "shop=car is displayed as \"Car Dealership\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "car_parts", - "description": "shop=car_parts is displayed as \"Car Parts Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-car-battery.svg" - }, - { - "key": "shop", - "value": "car_repair", - "description": "shop=car_repair is displayed as \"Car Repair Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-car-repair.svg" - }, - { - "key": "shop", - "value": "caravan", - "description": "shop=caravan is displayed as \"RV Dealership\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-camper_trailer.svg" - }, - { - "key": "shop", - "value": "carpet", - "description": "shop=carpet is displayed as \"Carpet Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-tape.svg" - }, - { - "key": "shop", - "value": "catalogue", - "description": "shop=catalogue is displayed as \"Catalog Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "charity", - "description": "shop=charity is displayed as \"Charity Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "cheese", - "description": "shop=cheese is displayed as \"Cheese Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cheese.svg" - }, - { - "key": "shop", - "value": "chemist", - "description": "shop=chemist is displayed as \"Drugstore\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "chocolate", - "description": "shop=chocolate is displayed as \"Chocolate Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-confectionery.svg" - }, - { - "key": "shop", - "value": "clothes", - "description": "shop=clothes is displayed as \"Clothing Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-clothing-store.svg" - }, - { - "key": "shop", - "value": "coffee", - "description": "shop=coffee is displayed as \"Coffee Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-coffee.svg" - }, - { - "key": "shop", - "value": "collector", - "description": "shop=collector is displayed as \"Collectibles Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "computer", - "description": "shop=computer is displayed as \"Computer Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-laptop.svg" - }, - { - "key": "shop", - "value": "confectionery", - "description": "shop=confectionery is displayed as \"Candy Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-confectionery.svg" - }, - { - "key": "shop", - "value": "convenience", - "description": "shop=convenience is displayed as \"Convenience Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "copyshop", - "description": "shop=copyshop is displayed as \"Copy Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-print.svg" - }, - { - "key": "shop", - "value": "cosmetics", - "description": "shop=cosmetics is displayed as \"Cosmetics Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-lipstick.svg" - }, - { - "key": "shop", - "value": "country_store", - "description": "shop=country_store is displayed as \"Rural Supplies Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-hat-cowboy-side.svg" - }, - { - "key": "shop", - "value": "craft", - "description": "shop=craft is displayed as \"Arts & Crafts Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "curtain", - "description": "shop=curtain is displayed as \"Curtain Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-curtains.svg" - }, - { - "key": "shop", - "value": "dairy", - "description": "shop=dairy is displayed as \"Dairy Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cheese.svg" - }, - { - "key": "shop", - "value": "deli", - "description": "shop=deli is displayed as \"Delicatessen\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-jar.svg" - }, - { - "key": "shop", - "value": "department_store", - "description": "shop=department_store is displayed as \"Department Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "doityourself", - "description": "shop=doityourself is displayed as \"DIY Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "doors", - "description": "shop=doors is displayed as \"Door Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-door-open.svg" - }, - { - "key": "shop", - "value": "dry_cleaning", - "description": "shop=dry_cleaning is displayed as \"Dry Cleaner\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-clothes_hanger.svg" - }, - { - "key": "shop", - "value": "e-cigarette", - "description": "shop=e-cigarette is displayed as \"E-Cigarette Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "electrical", - "description": "shop=electrical is displayed as \"Electrical Equipment Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-power.svg" - }, - { - "key": "shop", - "value": "electronics", - "description": "shop=electronics is displayed as \"Electronics Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-plug.svg" - }, - { - "key": "shop", - "value": "erotic", - "description": "shop=erotic is displayed as \"Erotic Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "fabric", - "description": "shop=fabric is displayed as \"Fabric Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-tape.svg" - }, - { - "key": "shop", - "value": "farm", - "description": "shop=farm is displayed as \"Produce Stand\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "fashion_accessories", - "description": "shop=fashion_accessories is displayed as \"Fashion Accessories Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-fashion_accessories.svg" - }, - { - "key": "shop", - "value": "fireplace", - "description": "shop=fireplace is displayed as \"Fireplace Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-fireplace.svg" - }, - { - "key": "shop", - "value": "fishing", - "description": "shop=fishing is displayed as \"Fishing Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-ice_fishing.svg" - }, - { - "key": "shop", - "value": "flooring", - "description": "shop=flooring is displayed as \"Flooring Supply Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "florist", - "description": "shop=florist is displayed as \"Florist\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-florist.svg" - }, - { - "key": "shop", - "value": "frame", - "description": "shop=frame is displayed as \"Framing Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-vector-square.svg" - }, - { - "key": "shop", - "value": "frozen_food", - "description": "shop=frozen_food is displayed as \"Frozen Food Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "fuel", - "description": "shop=fuel is displayed as \"Fuel Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-propane_tank.svg" - }, - { - "key": "shop", - "value": "funeral_directors", - "description": "shop=funeral_directors is displayed as \"Funeral Home\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-cemetery.svg" - }, - { - "key": "shop", - "value": "furniture", - "description": "shop=furniture is displayed as \"Furniture Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-couch.svg" - }, - { - "key": "shop", - "value": "games", - "description": "shop=games is displayed as \"Tabletop Game Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-dice.svg" - }, - { - "key": "shop", - "value": "garden_centre", - "description": "shop=garden_centre is displayed as \"Garden Center\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-garden-centre.svg" - }, - { - "key": "shop", - "value": "gas", - "description": "shop=gas is displayed as \"Bottled Gas Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-propane_tank.svg" - }, - { - "key": "shop", - "value": "general", - "description": "shop=general is displayed as \"General Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "gift", - "description": "shop=gift is displayed as \"Gift Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-gift.svg" - }, - { - "key": "shop", - "value": "greengrocer", - "description": "shop=greengrocer is displayed as \"Greengrocer\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-carrot.svg" - }, - { - "key": "shop", - "value": "hairdresser", - "description": "shop=hairdresser is displayed as \"Hairdresser\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-beauty_salon.svg" - }, - { - "key": "shop", - "value": "hairdresser_supply", - "description": "shop=hairdresser_supply is displayed as \"Hairdresser Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-hair_care.svg" - }, - { - "key": "shop", - "value": "hardware", - "description": "shop=hardware is displayed as \"Hardware Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "health_food", - "description": "shop=health_food is displayed as \"Health Food Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "hearing_aids", - "description": "shop=hearing_aids is displayed as \"Hearing Aids Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-hearing_aid.svg" - }, - { - "key": "shop", - "value": "herbalist", - "description": "shop=herbalist is displayed as \"Herbalist\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-leaf.svg" - }, - { - "key": "shop", - "value": "hifi", - "description": "shop=hifi is displayed as \"Hifi Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-speaker.svg" - }, - { - "key": "shop", - "value": "honey", - "description": "shop=honey is displayed as \"Honey Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "household_linen", - "description": "shop=household_linen is displayed as \"Household Linen Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-cloth.svg" - }, - { - "key": "shop", - "value": "houseware", - "description": "shop=houseware is displayed as \"Houseware Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-blender.svg" - }, - { - "key": "shop", - "value": "hunting", - "description": "shop=hunting is displayed as \"Hunting Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-bow_and_arrow.svg" - }, - { - "key": "shop", - "value": "interior_decoration", - "description": "shop=interior_decoration is displayed as \"Interior Decoration Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "jewelry", - "description": "shop=jewelry is displayed as \"Jewelry Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-jewelry-store.svg" - }, - { - "key": "shop", - "value": "kiosk", - "description": "shop=kiosk is displayed as \"Kiosk\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-store.svg" - }, - { - "key": "shop", - "value": "kitchen", - "description": "shop=kitchen is displayed as \"Kitchen Design Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-kitchen_sink.svg" - }, - { - "key": "shop", - "value": "laundry", - "description": "shop=laundry is displayed as \"Laundry\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-laundry.svg" - }, - { - "key": "shop", - "value": "leather", - "description": "shop=leather is displayed as \"Leather Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-handbag.svg" - }, - { - "key": "shop", - "value": "lighting", - "description": "shop=lighting is displayed as \"Lighting Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-desk_lamp.svg" - }, - { - "key": "shop", - "value": "locksmith", - "description": "shop=locksmith is displayed as \"Locksmith\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-key.svg" - }, - { - "key": "shop", - "value": "lottery", - "description": "shop=lottery is displayed as \"Lottery Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "mall", - "description": "shop=mall is displayed as \"Mall\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "massage", - "description": "shop=massage is displayed as \"Massage Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-spa.svg" - }, - { - "key": "shop", - "value": "medical_supply", - "description": "shop=medical_supply is displayed as \"Medical Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-crutch.svg" - }, - { - "key": "shop", - "value": "military_surplus", - "description": "shop=military_surplus is displayed as \"Military Surplus Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-military.svg" - }, - { - "key": "shop", - "value": "mobile_phone", - "description": "shop=mobile_phone is displayed as \"Mobile Phone Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "model", - "description": "shop=model is displayed as \"Model Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "money_lender", - "description": "shop=money_lender is displayed as \"Money Lender\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-money_hand.svg" - }, - { - "key": "shop", - "value": "motorcycle", - "description": "shop=motorcycle is displayed as \"Motorcycle Dealership\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-motorcycle.svg" - }, - { - "key": "shop", - "value": "motorcycle_repair", - "description": "shop=motorcycle_repair is displayed as \"Motorcycle Repair Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-motorcycle_repair.svg" - }, - { - "key": "shop", - "value": "music", - "description": "shop=music is displayed as \"Music Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-compact-disc.svg" - }, - { - "key": "shop", - "value": "musical_instrument", - "description": "shop=musical_instrument is displayed as \"Musical Instrument Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-guitar.svg" - }, - { - "key": "shop", - "value": "newsagent", - "description": "shop=newsagent is displayed as \"Newsstand\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-newspaper.svg" - }, - { - "key": "shop", - "value": "nutrition_supplements", - "description": "shop=nutrition_supplements is displayed as \"Nutrition Supplements Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-pills.svg" - }, - { - "key": "shop", - "value": "nuts", - "description": "shop=nuts is displayed as \"Nuts Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "optician", - "description": "shop=optician is displayed as \"Optician\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-optician.svg" - }, - { - "key": "shop", - "value": "outdoor", - "description": "shop=outdoor is displayed as \"Outdoors Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-compass.svg" - }, - { - "key": "shop", - "value": "outpost", - "description": "shop=outpost is displayed as \"Online Retailer Outpost\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "paint", - "description": "shop=paint is displayed as \"Paint Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-paint-roller.svg" - }, - { - "key": "shop", - "value": "party", - "description": "shop=party is displayed as \"Party Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-balloon.svg" - }, - { - "key": "shop", - "value": "pasta", - "description": "shop=pasta is displayed as \"Pasta Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-plate-wheat.svg" - }, - { - "key": "shop", - "value": "pastry", - "description": "shop=pastry is displayed as \"Pastry Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-bakery.svg" - }, - { - "key": "shop", - "value": "pawnbroker", - "description": "shop=pawnbroker is displayed as \"Pawnshop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-money_hand.svg" - }, - { - "key": "shop", - "value": "perfumery", - "description": "shop=perfumery is displayed as \"Perfume Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-perfume.svg" - }, - { - "key": "shop", - "value": "pet", - "description": "shop=pet is displayed as \"Pet Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cat.svg" - }, - { - "key": "shop", - "value": "pet_grooming", - "description": "shop=pet_grooming is displayed as \"Pet Groomer\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-pet_grooming.svg" - }, - { - "key": "shop", - "value": "photo", - "description": "shop=photo is displayed as \"Photography Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-camera-retro.svg" - }, - { - "key": "shop", - "value": "pottery", - "description": "shop=pottery is displayed as \"Pottery Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-vase.svg" - }, - { - "key": "shop", - "value": "printer_ink", - "description": "shop=printer_ink is displayed as \"Printer Ink Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-print.svg" - }, - { - "key": "shop", - "value": "psychic", - "description": "shop=psychic is displayed as \"Psychic\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-psychic.svg" - }, - { - "key": "shop", - "value": "pyrotechnics", - "description": "shop=pyrotechnics is displayed as \"Fireworks Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-rocket_firework.svg" - }, - { - "key": "shop", - "value": "radiotechnics", - "description": "shop=radiotechnics is displayed as \"Radio/Electronic Component Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-microchip.svg" - }, - { - "key": "shop", - "value": "religion", - "description": "shop=religion is displayed as \"Religious Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "rental", - "description": "shop=rental is displayed as \"Rental Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-dolly.svg" - }, - { - "key": "shop", - "value": "repair", - "description": "shop=repair is displayed as \"Repair Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "rice", - "description": "shop=rice is displayed as \"Rice Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-bowl-rice.svg" - }, - { - "key": "shop", - "value": "scuba_diving", - "description": "shop=scuba_diving is displayed as \"Scuba Diving Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-scuba_diving.svg" - }, - { - "key": "shop", - "value": "seafood", - "description": "shop=seafood is displayed as \"Seafood Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-fish_cleaning.svg" - }, - { - "key": "shop", - "value": "second_hand", - "description": "shop=second_hand is displayed as \"Thrift Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "sewing", - "description": "shop=sewing is displayed as \"Sewing Supply Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-needle_and_spool.svg" - }, - { - "key": "shop", - "value": "shoe_repair", - "description": "shop=shoe_repair is displayed as \"Shoe Repair Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-hammer_shoe.svg" - }, - { - "key": "shop", - "value": "shoes", - "description": "shop=shoes is displayed as \"Shoe Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shoe.svg" - }, - { - "key": "shop", - "value": "spices", - "description": "shop=spices is displayed as \"Spice Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-spice_bottle.svg" - }, - { - "key": "shop", - "value": "sports", - "description": "shop=sports is displayed as \"Sporting Goods Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-futbol.svg" - }, - { - "key": "shop", - "value": "stationery", - "description": "shop=stationery is displayed as \"Stationery Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-paperclip.svg" - }, - { - "key": "shop", - "value": "storage_rental", - "description": "shop=storage_rental is displayed as \"Storage Rental\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-storage_rental.svg" - }, - { - "key": "shop", - "value": "supermarket", - "description": "shop=supermarket is displayed as \"Supermarket\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-grocery.svg" - }, - { - "key": "shop", - "value": "swimming_pool", - "description": "shop=swimming_pool is displayed as \"Pool Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "tailor", - "description": "shop=tailor is displayed as \"Tailor\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-needle_and_spool.svg" - }, - { - "key": "shop", - "value": "tattoo", - "description": "shop=tattoo is displayed as \"Tattoo Parlor\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tattoo_machine.svg" - }, - { - "key": "shop", - "value": "tea", - "description": "shop=tea is displayed as \"Tea Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-teahouse.svg" - }, - { - "key": "shop", - "value": "telecommunication", - "description": "shop=telecommunication is displayed as \"Telecom Retail Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-telephone.svg" - }, - { - "key": "shop", - "value": "ticket", - "description": "shop=ticket is displayed as \"Ticket Seller\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "tiles", - "description": "shop=tiles is displayed as \"Tile Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tiling.svg" - }, - { - "key": "shop", - "value": "tobacco", - "description": "shop=tobacco is displayed as \"Tobacco Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-pipe.svg" - }, - { - "key": "shop", - "value": "tool_hire", - "description": "shop=tool_hire is displayed as \"Tool Rental\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "toys", - "description": "shop=toys is displayed as \"Toy Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-rocket.svg" - }, - { - "key": "shop", - "value": "trade", - "description": "shop=trade is displayed as \"Trade Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "travel_agency", - "description": "shop=travel_agency is displayed as \"Travel Agency\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-suitcase.svg" - }, - { - "key": "shop", - "value": "trophy", - "description": "shop=trophy is displayed as \"Trophy Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-trophy.svg" - }, - { - "key": "shop", - "value": "tyres", - "description": "shop=tyres is displayed as \"Tire Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tire.svg" - }, - { - "key": "shop", - "value": "vacuum_cleaner", - "description": "shop=vacuum_cleaner is displayed as \"Vacuum Cleaner Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-vacuum.svg" - }, - { - "key": "shop", - "value": "variety_store", - "description": "shop=variety_store is displayed as \"Discount Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "video", - "description": "shop=video is displayed as \"Video Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-movie_rental.svg" - }, - { - "key": "shop", - "value": "video_games", - "description": "shop=video_games is displayed as \"Video Game Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-gaming.svg" - }, - { - "key": "shop", - "value": "watches", - "description": "shop=watches is displayed as \"Watches Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-watch.svg" - }, - { - "key": "shop", - "value": "water", - "description": "shop=water is displayed as \"Drinking Water Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-water_bottle.svg" - }, - { - "key": "shop", - "value": "water_sports", - "description": "shop=water_sports is displayed as \"Watersport/Swim Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "weapons", - "description": "shop=weapons is displayed as \"Weapon Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-dagger.svg" - }, - { - "key": "shop", - "value": "wholesale", - "description": "shop=wholesale is displayed as \"Wholesale Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-warehouse.svg" - }, - { - "key": "shop", - "value": "wigs", - "description": "shop=wigs is displayed as \"Wig Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "window_blind", - "description": "shop=window_blind is displayed as \"Window Blind Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-window.svg" - }, - { - "key": "shop", - "value": "wine", - "description": "shop=wine is displayed as \"Wine Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-alcohol-shop.svg" - }, - { - "key": "disused:shop", - "description": "disused:shop= is displayed as \"This shop is no longer used. It is vacant\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#shop_types", - "icon_url": "./assets/layers/shops/shop-disused.svg" - }, - { - "key": "brand", - "description": "Values of `brand` are shown with \"Part of {brand}\" and can be updated. The question is \"What is the brand of this shop?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#brand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "not:brand", - "value": "yes", - "description": "not:brand=yes is displayed as \"This shop does not have a specific brand, it is not part of a bigger chain\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#brand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "second_hand", - "value": "only", - "description": "second_hand=only is displayed as \"This shop sells second-hand items only\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "second_hand", - "value": "yes", - "description": "second_hand=yes is displayed as \"This shop sells second-hand items along with new items\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "second_hand", - "value": "no", - "description": "second_hand=no is displayed as \"This shop only sells brand-new items\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "level", - "description": "Values of `level` are shown with \"Located on the {level}th floor\" and can be updated. The question is \"On what level is this feature located?\" by layers Shop, Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#single_level", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "location", - "value": "underground", - "description": "location=underground is displayed as \"Located underground\" by layers Shop, Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#single_level", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "level", - "value": "0", - "description": "level=0 is displayed as \"Located on the ground floor\" by layers Shop, Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#single_level", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "level", - "description": "level= is displayed as \"Located on the ground floor\" by layers Shop, Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#single_level", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "level", - "value": "1", - "description": "level=1 is displayed as \"Located on the first floor\" by layers Shop, Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#single_level", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "level", - "value": "-1", - "description": "level=-1 is displayed as \"Located on the first basement level\" by layers Shop, Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#single_level", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A4", - "value": "yes", - "description": "service:print:A4=yes is displayed as \"This shop can print on papers of size A4\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A3", - "value": "yes", - "description": "service:print:A3=yes is displayed as \"This shop can print on papers of size A3\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A2", - "value": "yes", - "description": "service:print:A2=yes is displayed as \"This shop can print on papers of size A2\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A1", - "value": "yes", - "description": "service:print:A1=yes is displayed as \"This shop can print on papers of size A1\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A0", - "value": "yes", - "description": "service:print:A0=yes is displayed as \"This shop can print on papers of size A0\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:binding", - "value": "yes", - "description": "service:binding=yes is displayed as \"This shop binds papers into a booklet\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#copyshop_binding", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:binding", - "value": "no", - "description": "service:binding=no is displayed as \"This shop does bind books\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#copyshop_binding", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "healthcare", - "value": "optometrist", - "description": "healthcare=optometrist is displayed as \"This shop offers eye exams by certified optometrists\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#optometrist_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "healthcare", - "value": "audiologist", - "description": "healthcare=audiologist is displayed as \"This shop offers hearing tests by a certified audiologist\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#optometrist_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "craft", - "value": "key_cutter", - "description": "craft=key_cutter is displayed as \"This shop is also specialized in key cutting\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#key_cutter", - "icon_url": "./assets/layers/id_presets/fas-key.svg" - }, - { - "key": "service:key_cutting", - "value": "yes", - "description": "service:key_cutting=yes is displayed as \"This shop offers key cutting as a service\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#key_cutter", - "icon_url": "./assets/layers/id_presets/fas-key.svg" - }, - { - "key": "craft", - "description": "craft= & service:key_cutting=no is displayed as \"This shops does not offer key cutting as a service\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#key_cutter", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:key_cutting", - "value": "no", - "description": "craft= & service:key_cutting=no is displayed as \"This shops does not offer key cutting as a service\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#key_cutter", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:retail", - "value": "yes", - "description": "service:bicycle:retail=yes is displayed as \"This shop sells new bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#sells_new_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:retail", - "value": "no", - "description": "service:bicycle:retail=no is displayed as \"This shop doesn't sell new bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#sells_new_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:second_hand", - "value": "yes", - "description": "service:bicycle:second_hand=yes is displayed as \"This shop sells second-hand bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#bike_second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:second_hand", - "value": "no", - "description": "service:bicycle:second_hand=no is displayed as \"This shop doesn't sell second-hand bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#bike_second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:second_hand", - "value": "only", - "description": "service:bicycle:second_hand=only is displayed as \"This shop only sells second-hand bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#bike_second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "yes", - "description": "service:bicycle:repair=yes is displayed as \"This shop repairs bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "no", - "description": "service:bicycle:repair=no is displayed as \"This shop doesn't repair bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "only_sold", - "description": "service:bicycle:repair=only_sold is displayed as \"This shop only repairs bikes bought here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "brand", - "description": "service:bicycle:repair=brand is displayed as \"This shop only repairs bikes of a certain brand\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:rental", - "value": "yes", - "description": "service:bicycle:rental=yes is displayed as \"This shop rents out bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#bicycle_rental", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:rental", - "value": "no", - "description": "service:bicycle:rental=no is displayed as \"This shop doesn't rent out bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#bicycle_rental", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "description": "Values of `rental` are shown with \"{rental} is rented here\" and can be updated. The question is \"What kind of bicycles and accessories are rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "city_bike", - "description": "rental=city_bike is displayed as \"Normal city bikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "ebike", - "description": "rental=ebike is displayed as \"Electrical bikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "bmx", - "description": "rental=bmx is displayed as \"BMX bikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "mtb", - "description": "rental=mtb is displayed as \"Mountainbikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "kid_bike", - "description": "rental=kid_bike is displayed as \"Bikes for children can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "tandem", - "description": "rental=tandem is displayed as \"Tandem bicycles can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "racebike", - "description": "rental=racebike is displayed as \"Race bicycles can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "bike_helmet", - "description": "rental=bike_helmet is displayed as \"Bike helmets can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "cargo_bike", - "description": "rental=cargo_bike is displayed as \"Cargo bikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:city_bike", - "description": "Values of `capacity:city_bike` are shown with \"{capacity:city_bike} city bikes can be rented here\" and can be updated. The question is \"How many city bikes can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#rental_capacity_city_bike", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:ebike", - "description": "Values of `capacity:ebike` are shown with \"{capacity:ebike} electrical bikes can be rented here\" and can be updated. The question is \"How many electrical bikes can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#rental_capacity_ebike", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:kid_bike", - "description": "Values of `capacity:kid_bike` are shown with \"{capacity:kid_bike} bikes for children can be rented here\" and can be updated. The question is \"How many bikes for children can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#rental_capacity_kid_bike", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:bmx", - "description": "Values of `capacity:bmx` are shown with \"{capacity:bmx} BMX bikes can be rented here\" and can be updated. The question is \"How many BMX bikes can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#rental_capacity_bmx", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:mtb", - "description": "Values of `capacity:mtb` are shown with \"{capacity:mtb} mountainbikes can be rented here\" and can be updated. The question is \"How many mountainbikes can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#rental_capacity_mtb", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:bicycle_pannier", - "description": "Values of `capacity:bicycle_pannier` are shown with \"{capacity:bicycle_pannier} bicycle panniers can be rented here\" and can be updated. The question is \"How many bicycle panniers can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#rental_capacity_bicycle_pannier", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:tandem_bicycle", - "description": "Values of `capacity:tandem_bicycle` are shown with \"{capacity:tandem_bicycle} tandem can be rented here\" and can be updated. The question is \"How many tandem can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#rental_capacity_tandem_bicycle", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:pump", - "value": "yes", - "description": "service:bicycle:pump=yes is displayed as \"This shop offers a bike pump for anyone\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#bike_pump_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:pump", - "value": "no", - "description": "service:bicycle:pump=no is displayed as \"This shop doesn't offer a bike pump for anyone\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#bike_pump_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:pump", - "value": "separate", - "description": "service:bicycle:pump=separate is displayed as \"There is bicycle pump, it is shown as a separate point\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#bike_pump_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:diy", - "value": "yes", - "description": "service:bicycle:diy=yes is displayed as \"This shop offers tools for DIY bicycle repair\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#bike_repair_tools", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:diy", - "value": "no", - "description": "service:bicycle:diy=no is displayed as \"This shop doesn't offer tools for DIY bicycle repair\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#bike_repair_tools", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:diy", - "value": "only_sold", - "description": "service:bicycle:diy=only_sold is displayed as \"Tools for DIY bicycle repair are only available if you bought/hire the bike in the shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#bike_repair_tools", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning", - "value": "yes", - "description": "service:bicycle:cleaning=yes is displayed as \"This shop cleans bicycles\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#bike_wash", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning", - "value": "diy", - "description": "service:bicycle:cleaning=diy is displayed as \"This shop has an installation where one can clean bicycles themselves\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#bike_wash", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning", - "value": "no", - "description": "service:bicycle:cleaning=no is displayed as \"This shop doesn't offer bicycle cleaning\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#bike_wash", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:charge", - "description": "Values of `service:bicycle:cleaning:charge` are shown with \"Using the cleaning service costs {service:bicycle:cleaning:charge}\" and can be updated. The question is \"How much does it cost to use the cleaning service?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:fee", - "value": "no", - "description": "service:bicycle:cleaning:fee=no is displayed as \"The cleaning service is free to use\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:fee", - "value": "yes", - "description": "service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= is displayed as \"Free to use\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:charge", - "description": "service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= is displayed as \"Free to use\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "organic", - "value": "yes", - "description": "organic=yes is displayed as \"This shop offers organic products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#organic", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "organic", - "value": "only", - "description": "organic=only is displayed as \"This shop only offers organic products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#organic", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "organic", - "value": "no", - "description": "organic=no is displayed as \"This shop does not offer organic products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#organic", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:sugar_free", - "value": "only", - "description": "diet:sugar_free=only is displayed as \"This shop only sells sugar free products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#sugar_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:sugar_free", - "value": "yes", - "description": "diet:sugar_free=yes is displayed as \"This shop has a big sugar free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#sugar_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:sugar_free", - "value": "limited", - "description": "diet:sugar_free=limited is displayed as \"This shop has a limited sugar free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#sugar_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:sugar_free", - "value": "no", - "description": "diet:sugar_free=no is displayed as \"This shop has no sugar free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#sugar_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:gluten_free", - "value": "only", - "description": "diet:gluten_free=only is displayed as \"This shop only sells gluten free products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#gluten_free", - "icon_url": "./assets/layers/questions/glutenfree.svg" - }, - { - "key": "diet:gluten_free", - "value": "yes", - "description": "diet:gluten_free=yes is displayed as \"This shop has a big gluten free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#gluten_free", - "icon_url": "./assets/layers/questions/glutenfree.svg" - }, - { - "key": "diet:gluten_free", - "value": "limited", - "description": "diet:gluten_free=limited is displayed as \"This shop has a limited gluten free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#gluten_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:gluten_free", - "value": "no", - "description": "diet:gluten_free=no is displayed as \"This shop has no gluten free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#gluten_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:lactose_free", - "value": "only", - "description": "diet:lactose_free=only is displayed as \"Only sells lactose free products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#lactose_free", - "icon_url": "./assets/layers/questions/lactose_free.svg" - }, - { - "key": "diet:lactose_free", - "value": "yes", - "description": "diet:lactose_free=yes is displayed as \"Big lactose free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#lactose_free", - "icon_url": "./assets/layers/questions/lactose_free.svg" - }, - { - "key": "diet:lactose_free", - "value": "limited", - "description": "diet:lactose_free=limited is displayed as \"Limited lactose free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#lactose_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:lactose_free", - "value": "no", - "description": "diet:lactose_free=no is displayed as \"No lactose free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#lactose_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "dog", - "value": "yes", - "description": "dog=yes is displayed as \"Dogs are allowed\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_allowed.svg" - }, - { - "key": "dog", - "value": "no", - "description": "dog=no is displayed as \"Dogs are not allowed\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#dog_access", - "icon_url": "./assets/layers/questions/no_dogs.svg" - }, - { - "key": "dog", - "value": "leashed", - "description": "dog=leashed is displayed as \"Dogs are allowed, but they have to be leashed\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_leashed.svg" - }, - { - "key": "dog", - "value": "unleashed", - "description": "dog=unleashed is displayed as \"Dogs are allowed and can run around freely\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_allowed.svg" - }, - { - "key": "dog", - "value": "outside", - "description": "dog=outside is displayed as \"Dogs are allowed only outside\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_with_climbing_shoe_repair.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_outside.svg" - }, - { - "key": "amenity", - "value": "toilets", - "description": "Features with this tag are displayed by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "access", - "description": "Values of `access` are shown with \"Access is {access}\" and can be updated. The question is \"Are these toilets publicly accessible?\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_access", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "access", - "value": "yes", - "description": "access=yes is displayed as \"Public access\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_access", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "access", - "value": "customers", - "description": "access=customers is displayed as \"Only access to customers\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_access", - "icon_url": "key" - }, - { - "key": "access", - "value": "key", - "description": "access=key is displayed as \"Accessible, but one has to ask a key to enter\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_access", - "icon_url": "key" - }, - { - "key": "access", - "value": "public", - "description": "access=public is displayed as \"Public access\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_access", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "fee", - "value": "yes", - "description": "fee=yes is displayed as \"These are paid toilets\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_fee", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "fee", - "value": "no", - "description": "fee=no is displayed as \"Free to use\" by layers Toilets, Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_fee", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "charge", - "description": "Values of `charge` are shown with \"The fee is {charge}\" and can be updated. The question is \"How much does one have to pay for these toilets?\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_charge", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "payment:coins", - "value": "yes", - "description": "payment:coins=yes is displayed as \"Coins are accepted here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/coins.svg" - }, - { - "key": "payment:notes", - "value": "yes", - "description": "payment:notes=yes is displayed as \"Bank notes are accepted here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/notes.svg" - }, - { - "key": "payment:debit_cards", - "value": "yes", - "description": "payment:debit_cards=yes is displayed as \"Debit cards are accepted here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:credit_cards", - "value": "yes", - "description": "payment:credit_cards=yes is displayed as \"Credit cards are accepted here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"When are these toilets opened?\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#opening_hours_24_7", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "opening_hours", - "value": "24/7", - "description": "opening_hours=24/7 is displayed as \"24/7 opened (including holidays)\" by layers Toilets, Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#opening_hours_24_7", - "icon_url": "./assets/layers/questions/open24_7.svg" - }, - { - "key": "wheelchair", - "value": "yes", - "description": "wheelchair=yes is displayed as \"There is a dedicated toilet for wheelchair users\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_wheelchair", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "wheelchair", - "value": "no", - "description": "wheelchair=no is displayed as \"No wheelchair access\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_wheelchair", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "wheelchair", - "value": "designated", - "description": "wheelchair=designated is displayed as \"There is only a dedicated toilet for wheelchair users\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_wheelchair", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "door:width", - "description": "Values of `door:width` are shown with \"The door to the wheelchair-accessible toilet is {canonical(door:width)} wide\" and can be updated. The question is \"What is the width of the door to the wheelchair accessible toilet?\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#wheelchair_door_width", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:position", - "value": "seated", - "description": "toilets:position=seated is displayed as \"There are only seated toilets\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_type", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:position", - "value": "urinal", - "description": "toilets:position=urinal is displayed as \"There are only urinals here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_type", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:position", - "value": "squat", - "description": "toilets:position=squat is displayed as \"There are only squat toilets here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_type", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:position", - "value": "seated;urinal", - "description": "toilets:position=seated;urinal is displayed as \"Both seated toilets and urinals are available here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_type", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "gender_segregated", - "value": "yes", - "description": "gender_segregated=yes is displayed as \"There is a separate, signposted area for men and women\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#gender_segregated", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "gender_segregated", - "value": "no", - "description": "gender_segregated=no is displayed as \"There is no separate, signposted area for men and women\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#gender_segregated", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:menstrual_products", - "value": "yes", - "description": "toilets:menstrual_products=yes is displayed as \"Free menstrual products are available to all visitors of these toilets\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:menstrual_products", - "value": "limited", - "description": "toilets:menstrual_products=limited is displayed as \"Free menstrual products are available to some visitors of these toilets\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:menstrual_products", - "value": "no", - "description": "toilets:menstrual_products=no is displayed as \"No free menstrual products are available here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:menstrual_products:location", - "description": "Values of `toilets:menstrual_products:location` are shown with \"The menstrual products are located in {toilets:menstrual_products:location}\" and can be updated. The question is \"Where are the free menstrual products located?\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:menstrual_products:location", - "value": "female_toilet", - "description": "toilets:menstrual_products:location=female_toilet is displayed as \"The free, menstrual products are located in the toilet for women\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:menstrual_products:location", - "value": "male_toilet", - "description": "toilets:menstrual_products:location=male_toilet is displayed as \"The free, menstrual products are located in the toilet for men\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:menstrual_products:location", - "value": "wheelchair_toilet", - "description": "toilets:menstrual_products:location=wheelchair_toilet is displayed as \"The free, menstrual products are located in the toilet for wheelchair users\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "changing_table", - "value": "yes", - "description": "changing_table=yes is displayed as \"A changing table is available\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_changing_table", - "icon_url": "./assets/layers/toilet/baby.svg" - }, - { - "key": "changing_table", - "value": "no", - "description": "changing_table=no is displayed as \"No changing table is available\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_changing_table", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "changing_table:location", - "description": "Values of `changing_table:location` are shown with \"A changing table is located at {changing_table:location}\" and can be updated. The question is \"Where is the changing table located?\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_changing_table_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "changing_table:location", - "value": "female_toilet", - "description": "changing_table:location=female_toilet is displayed as \"A changing table is in the toilet for women\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_changing_table_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "changing_table:location", - "value": "male_toilet", - "description": "changing_table:location=male_toilet is displayed as \"A changing table is in the toilet for men\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_changing_table_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "changing_table:location", - "value": "wheelchair_toilet", - "description": "changing_table:location=wheelchair_toilet is displayed as \"A changing table is in the toilet for wheelchair users\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_changing_table_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "changing_table:location", - "value": "dedicated_room", - "description": "changing_table:location=dedicated_room is displayed as \"A changing table is in a dedicated room\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_changing_table_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "supervised", - "value": "yes", - "description": "supervised=yes is displayed as \"There is a person supervising these toilets during (most of) the opening hours\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_supervised", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "supervised", - "value": "interval", - "description": "supervised=interval is displayed as \"There is a person supervising these toilets, but they are present only during certain times of the opening hours\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_supervised", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "supervised", - "value": "no", - "description": "supervised=no is displayed as \"These toilets are not supervised\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_supervised", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:paper_supplied", - "value": "yes", - "description": "toilets:paper_supplied=yes is displayed as \"This toilet is equipped with toilet paper\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_has_paper", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:paper_supplied", - "value": "no", - "description": "toilets:paper_supplied=no is displayed as \"You have to bring your own toilet paper to this toilet\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_has_paper", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:handwashing", - "value": "yes", - "description": "toilets:handwashing=yes is displayed as \"These toilets have a sink to wash your hands\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_handwashing", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:handwashing", - "value": "no", - "description": "toilets:handwashing=no is displayed as \"These toilets don't have a sink to wash your hands\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_handwashing", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:hands_drying", - "value": "electric_hand_dryer", - "description": "toilets:hands_drying=electric_hand_dryer is displayed as \"Electric hand dryers are available for drying hands.\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_drying", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:hands_drying", - "value": "paper_towel", - "description": "toilets:hands_drying=paper_towel is displayed as \"Paper towels are available for drying hands.\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_drying", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:hands_drying", - "value": "towel_cabinet", - "description": "toilets:hands_drying=towel_cabinet is displayed as \"A towel roll cabinet is available for drying hands\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_drying", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:hands_drying", - "value": "towel", - "description": "toilets:hands_drying=towel is displayed as \"A fabric towel available to dry your hands.\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_drying", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:hands_drying", - "value": "no", - "description": "toilets:hands_drying=no is displayed as \"There are no hand drying facilities available.\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_drying", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "amenity", - "value": "drinking_water", - "description": "Features with this tag are displayed by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "drinking_water", - "value": "yes", - "description": "Features with this tag are displayed by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "disused:amenity", - "value": "drinking_water", - "description": "Features with this tag are displayed by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "operational_status", - "description": "Values of `operational_status` are shown with \"The operational status is {operational_status}\" and can be updated. The question is \"Is this drinking water spot still operational?\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Still_in_use_", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "operational_status", - "description": "operational_status= & disused:amenity= is displayed as \"This drinking water works\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Still_in_use_", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "disused:amenity", - "description": "operational_status= & disused:amenity= is displayed as \"This drinking water works\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Still_in_use_", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "operational_status", - "value": "broken", - "description": "operational_status=broken is displayed as \"This drinking water is broken\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Still_in_use_", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "operational_status", - "value": "closed", - "description": "operational_status=closed is displayed as \"This drinking water is closed\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Still_in_use_", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "disused:amenity", - "value": "drinking_water", - "description": "disused:amenity=drinking_water is displayed as \"This drinking water is permanently closed\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Still_in_use_", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "fee", - "value": "yes", - "description": "fee=yes is displayed as \"One needs to pay to use this drinking water point\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#fee", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "fountain", - "value": "bubbler", - "description": "fountain=bubbler is displayed as \"This is a bubbler fountain. A water jet to drink from is sent upwards, typically controlled by a push button.\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#type", - "icon_url": "./assets/layers/drinking_water/bubbler.svg" - }, - { - "key": "fountain", - "value": "bottle_refill", - "description": "fountain=bottle_refill is displayed as \"This is a bottle refill point where the water is sent downwards, typically controlled by a push button or a motion sensor. Drinking directly from the stream might be very hard or impossible.\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#type", - "icon_url": "./assets/layers/drinking_water/bottle.svg" - }, - { - "key": "man_made", - "value": "water_tap", - "description": "man_made=water_tap is displayed as \"This is a water tap. The water flows downward and the stream is controlled by a valve or push-button.\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#type", - "icon_url": "./assets/layers/drinking_water/tap.svg" - }, - { - "key": "bottle", - "value": "yes", - "description": "bottle=yes is displayed as \"It is easy to refill water bottles\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Bottle_refill", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "bottle", - "value": "no", - "description": "bottle=no is displayed as \"Water bottles may not fit\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Bottle_refill", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "iced_water", - "value": "yes", - "description": "iced_water=yes is displayed as \"Ice-cold water is provided here\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#temperature_cold", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "cold_water", - "value": "yes", - "description": "cold_water=yes is displayed as \"Actively cooled water is available here\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#temperature_cold", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "room_temperature_water", - "value": "yes", - "description": "room_temperature_water=yes is displayed as \"Ambient temperature water (without active cooling or heating) is available here\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#temperature_cold", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "warm_water", - "value": "yes", - "description": "warm_water=yes is displayed as \"Warmed water is provided here; the water is not dangerously hot\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#temperature_cold", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "hot_water", - "value": "yes", - "description": "hot_water=yes is displayed as \"Hot water is provided here\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#temperature_cold", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "seasonal", - "value": "no", - "description": "seasonal=no is displayed as \"Available all around the year\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#seasonal", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "seasonal", - "value": "summer", - "description": "seasonal=summer is displayed as \"Only available in summer\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#seasonal", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "seasonal", - "value": "spring;summer;autumn", - "description": "seasonal=spring;summer;autumn is displayed as \"Closed during the winter\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#seasonal", - "icon_url": "./assets/layers/drinking_water/no_winter.svg" - }, - { - "key": "seasonal", - "description": "seasonal!=no & seasonal~.+ & ((seasonal!~^(.*winter.*)$ & _now:date~^(....-(12|01|02)-..)$) | (seasonal!~^(.*spring.*)$ & _now:date~^(....-(03|04|05)-..)$) | (seasonal!~^(.*summer.*)$ & _now:date~^(....-(06|07|08)-..)$) | (seasonal!~^(.*autumn.*)$ & _now:date~^(....-(09|10|11)-..)$)) is displayed as \"This drinking water fountain is closed this season. As such, the opening hours are not shown.\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#opening_hours_24_7", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "tourism", - "value": "artwork", - "description": "tourism=artwork is displayed as \"This drinking water point has an integrated artwork\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#bench_artwork", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "not:tourism:artwork", - "value": "yes", - "description": "not:tourism:artwork=yes is displayed as \"This drinking water point does not have an integrated artwork\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#bench_artwork", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "tourism", - "description": "tourism= is displayed as \"This drinking water point probably doesn't have an integrated artwork\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#bench_artwork", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "description": "Values of `artwork_type` are shown with \"This is a {artwork_type}\" and can be updated. The question is \"What is the type of this artwork?\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "architecture", - "description": "artwork_type=architecture is displayed as \"Architecture\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "mural", - "description": "artwork_type=mural is displayed as \"Mural\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "painting", - "description": "artwork_type=painting is displayed as \"Painting\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "sculpture", - "description": "artwork_type=sculpture is displayed as \"Sculpture\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "statue", - "description": "artwork_type=statue is displayed as \"Statue\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "bust", - "description": "artwork_type=bust is displayed as \"Bust\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "stone", - "description": "artwork_type=stone is displayed as \"Stone\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "installation", - "description": "artwork_type=installation is displayed as \"Installation\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "graffiti", - "description": "artwork_type=graffiti is displayed as \"Graffiti\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "relief", - "description": "artwork_type=relief is displayed as \"Relief\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "azulejo", - "description": "artwork_type=azulejo is displayed as \"Azulejo (Spanish decorative tilework)\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "tilework", - "description": "artwork_type=tilework is displayed as \"Tilework\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "woodcarving", - "description": "artwork_type=woodcarving is displayed as \"Woodcarving\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artist:wikidata", - "description": "Values of `artist:wikidata` are shown with \"This artwork was made by {wikidata_label(artist:wikidata):font-weight:bold}
{wikipedia(artist:wikidata)}\" and can be updated. The question is \"Who made this artwork?\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artist_wikidata", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artist_name", - "description": "Values of `artist_name` are shown with \"Created by {artist_name}\" and can be updated. The question is \"Which artist created this?\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artist_name", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{link(More information on this website,&LBRACEwebsite&RBRACE,,,,)}\" and can be updated. The question is \"Is there a website with more information about this artwork?\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_website", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "subject:wikidata", - "description": "Values of `subject:wikidata` are shown with \"This artwork depicts {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}\" and can be updated. The question is \"What does this artwork depict?\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_subject", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "information", - "value": "guidepost", - "description": "Features with this tag are displayed by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "bicycle", - "value": "yes", - "description": "bicycle=yes is displayed as \"This guidepost shows bicycle routes\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#type", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "hiking", - "value": "yes", - "description": "hiking=yes is displayed as \"This guidepost shows hiking routes\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#type", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "mtb", - "value": "yes", - "description": "mtb=yes is displayed as \"This guidepost shows mountain bike routes\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#type", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "horse", - "value": "yes", - "description": "horse=yes is displayed as \"This guidepost shows horse riding routes\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#type", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "ski", - "value": "yes", - "description": "ski=yes is displayed as \"This guidepost shows ski routes\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#type", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"Name noted on the guidepost: {name}\" and can be updated. The question is \"What is the name noted on this guidepost?\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#name", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "noname", - "value": "yes", - "description": "noname=yes is displayed as \"There is no name noted on this guidepost\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#name", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "ref", - "description": "Values of `ref` are shown with \"Reference number of the guidepost: {ref}\" and can be updated. The question is \"What is the reference number of this guidepost?\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#ref", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "noref", - "value": "yes", - "description": "noref=yes is displayed as \"There is no reference number noted on this guidepost\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#ref", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "ele", - "description": "Values of `ele` are shown with \"Elevation noted on the guidepost: {ele} m\" and can be updated. The question is \"What is the elevation noted on this guidepost?\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#ele", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "noele", - "value": "yes", - "description": "noele=yes is displayed as \"There is no elevation noted on this guidepost\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#ele", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_clock.json b/Docs/TagInfo/mapcomplete_clock.json deleted file mode 100644 index 9fa4e0800f..0000000000 --- a/Docs/TagInfo/mapcomplete_clock.json +++ /dev/null @@ -1,262 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Clocks", - "description": "Map showing all public clocks", - "project_url": "https://mapcomplete.org/clock", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/layers/clock/clock.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "amenity", - "value": "clock", - "description": "Features with this tag are displayed by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md", - "icon_url": "./assets/layers/clock/clock.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#images", - "icon_url": "./assets/layers/clock/clock.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#images", - "icon_url": "./assets/layers/clock/clock.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#images", - "icon_url": "./assets/layers/clock/clock.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#images", - "icon_url": "./assets/layers/clock/clock.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#images", - "icon_url": "./assets/layers/clock/clock.svg" - }, - { - "key": "support", - "value": "pole", - "description": "support=pole is displayed as \"This clock is mounted on a pole\" by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#support", - "icon_url": "./assets/layers/clock/clock.svg" - }, - { - "key": "support", - "value": "wall_mounted", - "description": "support=wall_mounted is displayed as \"This clock is mounted on a wall, usually through a support perpendicular to the wall\" by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#support", - "icon_url": "./assets/layers/clock/clock.svg" - }, - { - "key": "support", - "value": "wall", - "description": "support=wall is displayed as \"This clock is mounted directly on a wall\" by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#support", - "icon_url": "./assets/layers/clock/clock.svg" - }, - { - "key": "support", - "value": "billboard", - "description": "support=billboard is displayed as \"This clock is part of a billboard\" by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#support", - "icon_url": "./assets/layers/clock/clock.svg" - }, - { - "key": "support", - "value": "ground", - "description": "support=ground is displayed as \"This clock is on the ground\" by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#support", - "icon_url": "./assets/layers/clock/clock.svg" - }, - { - "key": "display", - "value": "analog", - "description": "display=analog is displayed as \"This clock displays the time with hands\" by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#display", - "icon_url": "./assets/layers/clock/clock.svg" - }, - { - "key": "display", - "value": "digital", - "description": "display=digital is displayed as \"This clock displays the time with digits\" by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#display", - "icon_url": "./assets/layers/clock/clock.svg" - }, - { - "key": "display", - "value": "sundial", - "description": "display=sundial is displayed as \"This clock displays the time with a sundial\" by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#display", - "icon_url": "./assets/layers/clock/clock.svg" - }, - { - "key": "display", - "value": "unorthodox", - "description": "display=unorthodox is displayed as \"This clock displays the time in a non-standard way, e.g using binary, water or something else\" by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#display", - "icon_url": "./assets/layers/clock/clock.svg" - }, - { - "key": "indoor", - "value": "yes", - "description": "indoor=yes is displayed as \"This clock is indoors\" by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#indoor", - "icon_url": "./assets/layers/clock/clock.svg" - }, - { - "key": "indoor", - "value": "no", - "description": "indoor=no is displayed as \"This clock is outdoors\" by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#indoor", - "icon_url": "./assets/layers/clock/clock.svg" - }, - { - "key": "visibility", - "value": "house", - "description": "visibility=house is displayed as \"This clock is visible from about 5 meters away (small wall-mounted clock)\" by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#visibility", - "icon_url": "./assets/layers/clock/clock.svg" - }, - { - "key": "visibility", - "value": "street", - "description": "visibility=street is displayed as \"This clock is visible from about 20 meters away (medium size billboard clock)\" by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#visibility", - "icon_url": "./assets/layers/clock/clock.svg" - }, - { - "key": "visibility", - "value": "area", - "description": "visibility=area is displayed as \"This clock is visible from more than 20 meters away (e.g. a church clock or station clock)\" by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#visibility", - "icon_url": "./assets/layers/clock/clock.svg" - }, - { - "key": "date", - "value": "yes", - "description": "date=yes is displayed as \"This clock also displays the date\" by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#date", - "icon_url": "./assets/layers/clock/clock.svg" - }, - { - "key": "date", - "value": "no", - "description": "date=no is displayed as \"This clock does not display the date\" by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#date", - "icon_url": "./assets/layers/clock/clock.svg" - }, - { - "key": "date", - "description": "date= is displayed as \"This clock does probably not display the date\" by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#date", - "icon_url": "./assets/layers/clock/clock.svg" - }, - { - "key": "thermometer", - "value": "yes", - "description": "thermometer=yes is displayed as \"This clock also displays the temperature\" by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#thermometer", - "icon_url": "./assets/layers/clock/clock.svg" - }, - { - "key": "thermometer", - "value": "no", - "description": "thermometer=no is displayed as \"This clock does not display the temperature\" by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#thermometer", - "icon_url": "./assets/layers/clock/clock.svg" - }, - { - "key": "thermometer", - "description": "thermometer= is displayed as \"This clock does probably not display the temperature\" by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#thermometer", - "icon_url": "./assets/layers/clock/clock.svg" - }, - { - "key": "barometer", - "value": "yes", - "description": "barometer=yes is displayed as \"This clock also displays the air pressure\" by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#barometer", - "icon_url": "./assets/layers/clock/clock.svg" - }, - { - "key": "barometer", - "value": "no", - "description": "barometer=no is displayed as \"This clock does not display the air pressure\" by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#barometer", - "icon_url": "./assets/layers/clock/clock.svg" - }, - { - "key": "barometer", - "description": "barometer= is displayed as \"This clock does probably not display the air pressure\" by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#barometer", - "icon_url": "./assets/layers/clock/clock.svg" - }, - { - "key": "hygrometer", - "value": "yes", - "description": "hygrometer=yes is displayed as \"This clock also displays the humidity\" by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#hygrometer", - "icon_url": "./assets/layers/clock/clock.svg" - }, - { - "key": "hygrometer", - "value": "no", - "description": "hygrometer=no is displayed as \"This clock does not display the humidity\" by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#hygrometer", - "icon_url": "./assets/layers/clock/clock.svg" - }, - { - "key": "hygrometer", - "description": "hygrometer= is displayed as \"This clock does probably not display the humidity\" by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#hygrometer", - "icon_url": "./assets/layers/clock/clock.svg" - }, - { - "key": "faces", - "description": "Values of `faces` are shown with \"This clock has {faces} faces\" and can be updated. The question is \"How many faces does this clock have?\" by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#faces", - "icon_url": "./assets/layers/clock/clock.svg" - }, - { - "key": "faces", - "value": "1", - "description": "faces=1 is displayed as \"This clock has one face\" by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#faces", - "icon_url": "./assets/layers/clock/clock.svg" - }, - { - "key": "faces", - "value": "2", - "description": "faces=2 is displayed as \"This clock has two faces\" by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#faces", - "icon_url": "./assets/layers/clock/clock.svg" - }, - { - "key": "faces", - "value": "4", - "description": "faces=4 is displayed as \"This clock has four faces\" by layer Clocks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/clock.md#faces", - "icon_url": "./assets/layers/clock/clock.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_cycle_infra.json b/Docs/TagInfo/mapcomplete_cycle_infra.json deleted file mode 100644 index a3b5cf7a0d..0000000000 --- a/Docs/TagInfo/mapcomplete_cycle_infra.json +++ /dev/null @@ -1,1589 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Bicycle infrastructure", - "description": "A map where you can view and edit things related to the bicycle infrastructure.", - "project_url": "https://mapcomplete.org/cycle_infra", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/cycle_infra/cycle-infra.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "highway", - "value": "cycleway", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway", - "value": "lane", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway", - "value": "shared_lane", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway", - "value": "track", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cyclestreet", - "value": "yes", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "residential", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "tertiary", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "unclassified", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "primary", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "secondary", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "tertiary_link", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "primary_link", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "secondary_link", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "service", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "footway", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "pedestrian", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "living_street", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "path", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "bicycle", - "value": "designated", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Cycleways and roads, Barriers, Crossings, Bicycle counters, Cyclist Waiting Aids", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Cycleways and roads, Barriers, Crossings, Bicycle counters, Cyclist Waiting Aids", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#images", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Cycleways and roads, Barriers, Crossings, Bicycle counters, Cyclist Waiting Aids", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#images", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Cycleways and roads, Barriers, Crossings, Bicycle counters, Cyclist Waiting Aids", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#images", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Cycleways and roads, Barriers, Crossings, Bicycle counters, Cyclist Waiting Aids", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#images", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Cycleways and roads, Barriers, Crossings, Bicycle counters, Cyclist Waiting Aids", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#images", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway", - "value": "shared_lane", - "description": "cycleway=shared_lane is displayed as \"There is a shared lane\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_type_for_a_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway", - "value": "lane", - "description": "cycleway=lane is displayed as \"There is a lane next to the road (separated with paint)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_type_for_a_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway", - "value": "track", - "description": "cycleway=track is displayed as \"There is a track, but no cycleway drawn separately from this road on the map.\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_type_for_a_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway", - "value": "separate", - "description": "cycleway=separate is displayed as \"There is a separately drawn cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_type_for_a_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway", - "value": "no", - "description": "cycleway=no is displayed as \"There is no cycleway\" by layers Cycleways and roads, Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_type_for_a_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "lit", - "value": "yes", - "description": "lit=yes is displayed as \"This street is lit\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_lit_", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "lit", - "value": "no", - "description": "lit=no is displayed as \"This road is not lit\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_lit_", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "lit", - "value": "sunset-sunrise", - "description": "lit=sunset-sunrise is displayed as \"This road is lit at night\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_lit_", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "lit", - "value": "24/7", - "description": "lit=24/7 is displayed as \"This road is lit 24/7\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_lit_", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cyclestreet", - "value": "yes", - "description": "cyclestreet=yes & maxspeed=30 & overtaking:motor_vehicle=no & proposed:cyclestreet= is displayed as \"This street is a cyclestreet (and has a speed limit of 30 km/h)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "maxspeed", - "value": "30", - "description": "cyclestreet=yes & maxspeed=30 & overtaking:motor_vehicle=no & proposed:cyclestreet= is displayed as \"This street is a cyclestreet (and has a speed limit of 30 km/h)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "overtaking:motor_vehicle", - "value": "no", - "description": "cyclestreet=yes & maxspeed=30 & overtaking:motor_vehicle=no & proposed:cyclestreet= is displayed as \"This street is a cyclestreet (and has a speed limit of 30 km/h)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "proposed:cyclestreet", - "description": "cyclestreet=yes & maxspeed=30 & overtaking:motor_vehicle=no & proposed:cyclestreet= is displayed as \"This street is a cyclestreet (and has a speed limit of 30 km/h)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "bicycle_road", - "value": "yes", - "description": "bicycle_road=yes is displayed as \"This street is a bicycle road\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "bicycle_road", - "value": "yes", - "description": "bicycle_road=yes & proposed:bicycle_road= & maxspeed=30 & source:maxspeed=DE:bicycle_road & vehicle=no & bicycle=designated is displayed as \"This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "proposed:bicycle_road", - "description": "bicycle_road=yes & proposed:bicycle_road= & maxspeed=30 & source:maxspeed=DE:bicycle_road & vehicle=no & bicycle=designated is displayed as \"This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "maxspeed", - "value": "30", - "description": "bicycle_road=yes & proposed:bicycle_road= & maxspeed=30 & source:maxspeed=DE:bicycle_road & vehicle=no & bicycle=designated is displayed as \"This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "source:maxspeed", - "value": "DE:bicycle_road", - "description": "bicycle_road=yes & proposed:bicycle_road= & maxspeed=30 & source:maxspeed=DE:bicycle_road & vehicle=no & bicycle=designated is displayed as \"This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "vehicle", - "value": "no", - "description": "bicycle_road=yes & proposed:bicycle_road= & maxspeed=30 & source:maxspeed=DE:bicycle_road & vehicle=no & bicycle=designated is displayed as \"This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "bicycle", - "value": "designated", - "description": "bicycle_road=yes & proposed:bicycle_road= & maxspeed=30 & source:maxspeed=DE:bicycle_road & vehicle=no & bicycle=designated is displayed as \"This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cyclestreet", - "value": "yes", - "description": "cyclestreet=yes & proposed:cyclestreet= is displayed as \"This street is a cyclestreet\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "proposed:cyclestreet", - "description": "cyclestreet=yes & proposed:cyclestreet= is displayed as \"This street is a cyclestreet\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cyclestreet", - "description": "cyclestreet= & proposed:cyclestreet=yes is displayed as \"This street will become a cyclestreet soon\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "proposed:cyclestreet", - "value": "yes", - "description": "cyclestreet= & proposed:cyclestreet=yes is displayed as \"This street will become a cyclestreet soon\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "bicycle_road", - "description": "bicycle_road= & proposed:bicycle_road=yes is displayed as \"This street will become a bicycle road soon\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "proposed:bicycle_road", - "value": "yes", - "description": "bicycle_road= & proposed:bicycle_road=yes is displayed as \"This street will become a bicycle road soon\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cyclestreet", - "description": "cyclestreet= & proposed:cyclestreet= & bicycle_road= & proposed:bicycle_road= & overtaking:motor_vehicle= is displayed as \"This street is not a cyclestreet\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "proposed:cyclestreet", - "description": "cyclestreet= & proposed:cyclestreet= & bicycle_road= & proposed:bicycle_road= & overtaking:motor_vehicle= is displayed as \"This street is not a cyclestreet\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "bicycle_road", - "description": "cyclestreet= & proposed:cyclestreet= & bicycle_road= & proposed:bicycle_road= & overtaking:motor_vehicle= is displayed as \"This street is not a cyclestreet\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "proposed:bicycle_road", - "description": "cyclestreet= & proposed:cyclestreet= & bicycle_road= & proposed:bicycle_road= & overtaking:motor_vehicle= is displayed as \"This street is not a cyclestreet\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "overtaking:motor_vehicle", - "description": "cyclestreet= & proposed:cyclestreet= & bicycle_road= & proposed:bicycle_road= & overtaking:motor_vehicle= is displayed as \"This street is not a cyclestreet\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "traffic_sign", - "value": "DE:244.1,1020-30", - "description": "traffic_sign=DE:244.1,1020-30 is displayed as \"Residents allowed\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#supplementary_sign", - "icon_url": "./assets/themes/cyclestreets/Zeichen_244_1020-30.svg" - }, - { - "key": "traffic_sign", - "value": "DE:244.1,1022-12,1024-10", - "description": "traffic_sign=DE:244.1,1022-12,1024-10 is displayed as \"Motor vehicles allowed\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#supplementary_sign", - "icon_url": "./assets/themes/cyclestreets/Zeichen_244_KFZ_frei.svg" - }, - { - "key": "traffic_sign", - "value": "DE:244.1,1022-12", - "description": "traffic_sign=DE:244.1,1022-12 is displayed as \"Motorcycles allowed\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#supplementary_sign", - "icon_url": "./assets/themes/cyclestreets/Zeichen_244_1022-12.svg" - }, - { - "key": "traffic_sign", - "value": "DE:244.1,1024-10", - "description": "traffic_sign=DE:244.1,1024-10 is displayed as \"Cars allowed\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#supplementary_sign", - "icon_url": "./assets/themes/cyclestreets/Zeichen_244_1024-10.svg" - }, - { - "key": "traffic_sign", - "value": "DE:244.1", - "description": "traffic_sign=DE:244.1 is displayed as \"There are no supplementary signs at this bicycle road.\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#supplementary_sign", - "icon_url": "./assets/themes/cyclestreets/Zeichen_244.svg" - }, - { - "key": "maxspeed", - "description": "Values of `maxspeed` are shown with \"The maximum speed on this road is {maxspeed} km/h\" and can be updated. The question is \"What is the maximum speed in this street?\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Maxspeed__for_road_", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "maxspeed", - "value": "20", - "description": "maxspeed=20 is displayed as \"The maximum speed is 20 km/h\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Maxspeed__for_road_", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "maxspeed", - "value": "30", - "description": "maxspeed=30 is displayed as \"The maximum speed is 30 km/h\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Maxspeed__for_road_", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "maxspeed", - "value": "50", - "description": "maxspeed=50 is displayed as \"The maximum speed is 50 km/h\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Maxspeed__for_road_", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "maxspeed", - "value": "70", - "description": "maxspeed=70 is displayed as \"The maximum speed is 70 km/h\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Maxspeed__for_road_", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "maxspeed", - "value": "90", - "description": "maxspeed=90 is displayed as \"The maximum speed is 90 km/h\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Maxspeed__for_road_", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "description": "Values of `cycleway:surface` are shown with \"This cyleway is made of {cycleway:surface}\" and can be updated. The question is \"What is the surface of the cycleway made from?\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "unpaved", - "description": "cycleway:surface=unpaved is displayed as \"This cycleway is unpaved\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "paved", - "description": "cycleway:surface=paved is displayed as \"This cycleway is paved\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "asphalt", - "description": "cycleway:surface=asphalt is displayed as \"This cycleway is made of asphalt\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "paving_stones", - "description": "cycleway:surface=paving_stones is displayed as \"This cycleway is made of smooth paving stones\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "concrete", - "description": "cycleway:surface=concrete is displayed as \"This cycleway is made of concrete\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "cobblestone", - "description": "cycleway:surface=cobblestone is displayed as \"This cycleway is made of cobblestone (unhewn or sett)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "unhewn_cobblestone", - "description": "cycleway:surface=unhewn_cobblestone is displayed as \"This cycleway is made of raw, natural cobblestone\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "sett", - "description": "cycleway:surface=sett is displayed as \"This cycleway is made of flat, square cobblestone\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "wood", - "description": "cycleway:surface=wood is displayed as \"This cycleway is made of wood\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "gravel", - "description": "cycleway:surface=gravel is displayed as \"This cycleway is made of gravel\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "fine_gravel", - "description": "cycleway:surface=fine_gravel is displayed as \"This cycleway is made of fine gravel\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "pebblestone", - "description": "cycleway:surface=pebblestone is displayed as \"This cycleway is made of pebblestone\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "ground", - "description": "cycleway:surface=ground is displayed as \"This cycleway is made from raw ground\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "incline", - "description": "Values of `incline` are shown with \"This road has an slope of {incline}\" and can be updated. The question is \"Does {title()} have an incline?\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#incline", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "incline", - "description": "incline= is displayed as \"There is (probably) no incline here\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#incline", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "incline", - "value": "up", - "description": "incline=up | incline=down | incline=yes is displayed as \"This road has a slope\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#incline", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "incline", - "value": "down", - "description": "incline=up | incline=down | incline=yes is displayed as \"This road has a slope\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#incline", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "incline", - "value": "yes", - "description": "incline=up | incline=down | incline=yes is displayed as \"This road has a slope\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#incline", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:smoothness", - "value": "excellent", - "description": "cycleway:smoothness=excellent is displayed as \"Usable for thin rollers: rollerblade, skateboard\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_smoothness", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:smoothness", - "value": "good", - "description": "cycleway:smoothness=good is displayed as \"Usable for thin wheels: racing bike\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_smoothness", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:smoothness", - "value": "intermediate", - "description": "cycleway:smoothness=intermediate is displayed as \"Usable for normal wheels: city bike, wheelchair, scooter\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_smoothness", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:smoothness", - "value": "bad", - "description": "cycleway:smoothness=bad is displayed as \"Usable for robust wheels: trekking bike, car, rickshaw\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_smoothness", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:smoothness", - "value": "very_bad", - "description": "cycleway:smoothness=very_bad is displayed as \"Usable for vehicles with high clearance: light duty off-road vehicle\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_smoothness", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:smoothness", - "value": "horrible", - "description": "cycleway:smoothness=horrible is displayed as \"Usable for off-road vehicles: heavy duty off-road vehicle\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_smoothness", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:smoothness", - "value": "very_horrible", - "description": "cycleway:smoothness=very_horrible is displayed as \"Usable for specialized off-road vehicles: tractor, ATV\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_smoothness", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:smoothness", - "value": "impassable", - "description": "cycleway:smoothness=impassable is displayed as \"Impassable / No wheeled vehicle\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_smoothness", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "description": "Values of `surface` are shown with \"This road is made of {surface}\" and can be updated. The question is \"What is the surface of the street made from?\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "unpaved", - "description": "surface=unpaved is displayed as \"This cycleway is unhardened\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "paved", - "description": "surface=paved is displayed as \"This cycleway is paved\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "asphalt", - "description": "surface=asphalt is displayed as \"This cycleway is made of asphalt\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "paving_stones", - "description": "surface=paving_stones is displayed as \"This cycleway is made of smooth paving stones\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "concrete", - "description": "surface=concrete is displayed as \"This cycleway is made of concrete\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "cobblestone", - "description": "surface=cobblestone is displayed as \"This cycleway is made of cobblestone (unhewn or sett)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "unhewn_cobblestone", - "description": "surface=unhewn_cobblestone is displayed as \"This cycleway is made of raw, natural cobblestone\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "sett", - "description": "surface=sett is displayed as \"This cycleway is made of flat, square cobblestone\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "wood", - "description": "surface=wood is displayed as \"This cycleway is made of wood\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "gravel", - "description": "surface=gravel is displayed as \"This cycleway is made of gravel\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "fine_gravel", - "description": "surface=fine_gravel is displayed as \"This cycleway is made of fine gravel\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "pebblestone", - "description": "surface=pebblestone is displayed as \"This cycleway is made of pebblestone\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "ground", - "description": "surface=ground is displayed as \"This cycleway is made from raw ground\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "smoothness", - "value": "excellent", - "description": "smoothness=excellent is displayed as \"Usable for thin rollers: rollerblade, skateboard\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_street", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "smoothness", - "value": "good", - "description": "smoothness=good is displayed as \"Usable for thin wheels: racing bike\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_street", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "smoothness", - "value": "intermediate", - "description": "smoothness=intermediate is displayed as \"Usable for normal wheels: city bike, wheelchair, scooter\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_street", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "smoothness", - "value": "bad", - "description": "smoothness=bad is displayed as \"Usable for robust wheels: trekking bike, car, rickshaw\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_street", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "smoothness", - "value": "very_bad", - "description": "smoothness=very_bad is displayed as \"Usable for vehicles with high clearance: light duty off-road vehicle\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_street", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "smoothness", - "value": "horrible", - "description": "smoothness=horrible is displayed as \"Usable for off-road vehicles: heavy duty off-road vehicle\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_street", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "smoothness", - "value": "very_horrible", - "description": "smoothness=very_horrible is displayed as \"Usable for specialized off-road vehicles: tractor, ATV\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_street", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "smoothness", - "value": "impassable", - "description": "smoothness=impassable is displayed as \"Impassable / No wheeled vehicle\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_street", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "width", - "description": "Values of `width` are shown with \"The carriage width of this road is {width}m\" and can be updated. The question is \"What is the carriage width of this road (in meters)?\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#width", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:traffic_sign", - "value": "BE:D7", - "description": "cycleway:traffic_sign=BE:D7 is displayed as \"Compulsory cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_lane_track_traffic_signs", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D07.svg" - }, - { - "key": "cycleway:traffic_sign", - "description": "cycleway:traffic_sign~^(BE:D7;.*)$ is displayed as \"Compulsory cycleway (with supplementary sign)
\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_lane_track_traffic_signs", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D07.svg" - }, - { - "key": "cycleway:traffic_sign", - "value": "BE:D9", - "description": "cycleway:traffic_sign=BE:D9 is displayed as \"Segregated foot/cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_lane_track_traffic_signs", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D09.svg" - }, - { - "key": "cycleway:traffic_sign", - "value": "BE:D10", - "description": "cycleway:traffic_sign=BE:D10 is displayed as \"Unsegregated foot/cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_lane_track_traffic_signs", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D10.svg" - }, - { - "key": "cycleway:traffic_sign", - "value": "none", - "description": "cycleway:traffic_sign=none is displayed as \"No traffic sign present\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_lane_track_traffic_signs", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "traffic_sign", - "value": "BE:D7", - "description": "traffic_sign=BE:D7 is displayed as \"Compulsory cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D07.svg" - }, - { - "key": "traffic_sign", - "description": "traffic_sign~^(BE:D7;.*)$ is displayed as \"Compulsory cycleway (with supplementary sign)
\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D07.svg" - }, - { - "key": "traffic_sign", - "value": "BE:D9", - "description": "traffic_sign=BE:D9 is displayed as \"Segregated foot/cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D09.svg" - }, - { - "key": "traffic_sign", - "value": "BE:D10", - "description": "traffic_sign=BE:D10 is displayed as \"Unsegregated foot/cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D10.svg" - }, - { - "key": "traffic_sign", - "value": "NL:G11", - "description": "traffic_sign=NL:G11 is displayed as \"Compulsory cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/nl/Nederlands_verkeersbord_G11.svg" - }, - { - "key": "traffic_sign", - "value": "NL:G12a", - "description": "traffic_sign=NL:G12a is displayed as \"Compulsory (moped)cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/nl/Nederlands_verkeersbord_G12a.svg" - }, - { - "key": "traffic_sign", - "value": "NL:G13", - "description": "traffic_sign=NL:G13 is displayed as \"Non-compulsory cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/nl/Nederlands_verkeersbord_G13.svg" - }, - { - "key": "traffic_sign", - "value": "none", - "description": "traffic_sign=none is displayed as \"No traffic sign present\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:traffic_sign", - "value": "BE:D7;BE:M6", - "description": "cycleway:traffic_sign=BE:D7;BE:M6 is displayed as \"Mopeds must use the cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs_supplementary", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_traffic_sign_M6.svg" - }, - { - "key": "cycleway:traffic_sign", - "value": "BE:D7;BE:M13", - "description": "cycleway:traffic_sign=BE:D7;BE:M13 is displayed as \"Speedpedelecs must use the cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs_supplementary", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_traffic_sign_M13.svg" - }, - { - "key": "cycleway:traffic_sign", - "value": "BE:D7;BE:M14", - "description": "cycleway:traffic_sign=BE:D7;BE:M14 is displayed as \"Mopeds and speedpedelecs must use the cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs_supplementary", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_traffic_sign_M14.svg" - }, - { - "key": "cycleway:traffic_sign", - "value": "BE:D7;BE:M7", - "description": "cycleway:traffic_sign=BE:D7;BE:M7 is displayed as \"Mopeds are not allowed\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs_supplementary", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_traffic_sign_M7.svg" - }, - { - "key": "cycleway:traffic_sign", - "value": "BE:D7;BE:M15", - "description": "cycleway:traffic_sign=BE:D7;BE:M15 is displayed as \"Speedpedelecs are not allowed\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs_supplementary", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_traffic_sign_M15.svg" - }, - { - "key": "cycleway:traffic_sign", - "value": "BE:D7;BE:M16", - "description": "cycleway:traffic_sign=BE:D7;BE:M16 is displayed as \"Mopeds and speedpedelecs are not allowed\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs_supplementary", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_traffic_sign_M16.svg" - }, - { - "key": "cycleway:traffic_sign:supplementary", - "value": "none", - "description": "cycleway:traffic_sign:supplementary=none is displayed as \"No supplementary traffic sign present\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs_supplementary", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:buffer", - "description": "Values of `cycleway:buffer` are shown with \"The buffer besides this cycleway is {cycleway:buffer} m\" and can be updated. The question is \"How wide is the gap between the cycleway and the road?\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleways_and_roads_cycleway_buffer", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:separation", - "value": "dashed_line", - "description": "cycleway:separation=dashed_line is displayed as \"This cycleway is separated by a dashed line\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cyclelan_segregation", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:separation", - "value": "solid_line", - "description": "cycleway:separation=solid_line is displayed as \"This cycleway is separated by a solid line\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cyclelan_segregation", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:separation", - "value": "parking_lane", - "description": "cycleway:separation=parking_lane is displayed as \"This cycleway is separated by a parking lane\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cyclelan_segregation", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:separation", - "value": "kerb", - "description": "cycleway:separation=kerb is displayed as \"This cycleway is separated by a kerb\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cyclelan_segregation", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "separation", - "value": "dashed_line", - "description": "separation=dashed_line is displayed as \"This cycleway is separated by a dashed line\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_segregation", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "separation", - "value": "solid_line", - "description": "separation=solid_line is displayed as \"This cycleway is separated by a solid line\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_segregation", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "separation", - "value": "parking_lane", - "description": "separation=parking_lane is displayed as \"This cycleway is separated by a parking lane\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_segregation", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "separation", - "value": "kerb", - "description": "separation=kerb is displayed as \"This cycleway is separated by a kerb\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_segregation", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "barrier", - "value": "bollard", - "description": "Features with this tag are displayed by layer Barriers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/barrier.md", - "icon_url": "./assets/layers/barrier/barrier.svg" - }, - { - "key": "barrier", - "value": "cycle_barrier", - "description": "Features with this tag are displayed by layer Barriers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/barrier.md", - "icon_url": "./assets/layers/barrier/barrier.svg" - }, - { - "key": "bicycle", - "value": "yes", - "description": "bicycle=yes is displayed as \"A cyclist can go past this.\" by layer Barriers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/barrier.md#bicycle_yes_no", - "icon_url": "./assets/layers/barrier/barrier.svg" - }, - { - "key": "bicycle", - "value": "no", - "description": "bicycle=no is displayed as \"A cyclist can not go past this.\" by layer Barriers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/barrier.md#bicycle_yes_no", - "icon_url": "./assets/layers/barrier/barrier.svg" - }, - { - "key": "barrier", - "value": "bollard", - "description": "barrier=bollard is displayed as \"This is a single bollard in the road\" by layer Barriers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/barrier.md#barrier_type", - "icon_url": "./assets/layers/barrier/barrier.svg" - }, - { - "key": "barrier", - "value": "cycle_barrier", - "description": "barrier=cycle_barrier is displayed as \"This is a cycle barrier slowing down cyclists\" by layer Barriers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/barrier.md#barrier_type", - "icon_url": "./assets/layers/barrier/barrier.svg" - }, - { - "key": "bollard", - "value": "removable", - "description": "bollard=removable is displayed as \"Removable bollard\" by layer Barriers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/barrier.md#Bollard_type", - "icon_url": "./assets/layers/barrier/barrier.svg" - }, - { - "key": "bollard", - "value": "fixed", - "description": "bollard=fixed is displayed as \"Fixed bollard\" by layer Barriers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/barrier.md#Bollard_type", - "icon_url": "./assets/layers/barrier/barrier.svg" - }, - { - "key": "bollard", - "value": "foldable", - "description": "bollard=foldable is displayed as \"Bollard that can be folded down\" by layer Barriers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/barrier.md#Bollard_type", - "icon_url": "./assets/layers/barrier/barrier.svg" - }, - { - "key": "bollard", - "value": "flexible", - "description": "bollard=flexible is displayed as \"Flexible bollard, usually plastic\" by layer Barriers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/barrier.md#Bollard_type", - "icon_url": "./assets/layers/barrier/barrier.svg" - }, - { - "key": "bollard", - "value": "rising", - "description": "bollard=rising is displayed as \"Rising bollard\" by layer Barriers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/barrier.md#Bollard_type", - "icon_url": "./assets/layers/barrier/barrier.svg" - }, - { - "key": "cycle_barrier", - "value": "single", - "description": "cycle_barrier=single is displayed as \"Single, just two barriers with a space inbetween\" by layer Barriers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/barrier.md#Cycle_barrier_type", - "icon_url": "./assets/themes/cycle_infra/Cycle_barrier_single.png" - }, - { - "key": "cycle_barrier", - "value": "double", - "description": "cycle_barrier=double is displayed as \"Double, two barriers behind each other\" by layer Barriers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/barrier.md#Cycle_barrier_type", - "icon_url": "./assets/themes/cycle_infra/Cycle_barrier_double.svg" - }, - { - "key": "cycle_barrier", - "value": "triple", - "description": "cycle_barrier=triple is displayed as \"Triple, three barriers behind each other\" by layer Barriers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/barrier.md#Cycle_barrier_type", - "icon_url": "./assets/themes/cycle_infra/Cycle_barrier_triple.png" - }, - { - "key": "cycle_barrier", - "value": "squeeze", - "description": "cycle_barrier=squeeze is displayed as \"Squeeze gate, gap is smaller at top, than at the bottom\" by layer Barriers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/barrier.md#Cycle_barrier_type", - "icon_url": "./assets/themes/cycle_infra/Cycle_barrier_squeeze.png" - }, - { - "key": "maxwidth:physical", - "description": "Values of `maxwidth:physical` are shown with \"Maximum width: {maxwidth:physical} m\" and can be updated. The question is \"How wide is the gap left over besides the barrier?\" by layer Barriers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/barrier.md#MaxWidth", - "icon_url": "./assets/layers/barrier/barrier.svg" - }, - { - "key": "width:separation", - "description": "Values of `width:separation` are shown with \"Space between barriers (along the length of the road): {width:separation} m\" and can be updated. The question is \"How much space is there between the barriers (along the length of the road)?\" by layer Barriers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/barrier.md#Space_between_barrier__cyclebarrier_", - "icon_url": "./assets/layers/barrier/barrier.svg" - }, - { - "key": "width:opening", - "description": "Values of `width:opening` are shown with \"Width of opening: {width:opening} m\" and can be updated. The question is \"How wide is the smallest opening next to the barriers?\" by layer Barriers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/barrier.md#Width_of_opening__cyclebarrier_", - "icon_url": "./assets/layers/barrier/barrier.svg" - }, - { - "key": "overlap", - "description": "Values of `overlap` are shown with \"Overlap: {overlap} m\" and can be updated. The question is \"How much overlap do the barriers have?\" by layer Barriers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/barrier.md#Overlap__cyclebarrier_", - "icon_url": "./assets/layers/barrier/barrier.svg" - }, - { - "key": "highway", - "value": "traffic_signals", - "description": "Features with this tag are displayed by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "highway", - "value": "crossing", - "description": "Features with this tag are displayed by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "crossing:signals", - "value": "no", - "description": "crossing:signals=no is displayed as \"There are no traffic signals at this crossing\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#signals", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "crossing:signals", - "value": "yes", - "description": "crossing:signals=yes is displayed as \"There are traffic signals at this crossing\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#signals", - "icon_url": "./assets/layers/crossings/traffic_lights.svg" - }, - { - "key": "crossing", - "value": "traffic_signals", - "description": "crossing=traffic_signals is displayed as \"There are traffic signals at this crossing\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#signals", - "icon_url": "./assets/layers/crossings/traffic_lights.svg" - }, - { - "key": "crossing:markings", - "description": "Values of `crossing:markings` are shown with \"This crossing has {crossing:markings} markings\" and can be updated. The question is \"What kind of markings does this crossing have?\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#markings", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "crossing:markings", - "value": "no", - "description": "crossing:markings=no is displayed as \"This crossing has no markings\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#markings", - "icon_url": "./assets/layers/crossings/crossing_unmarked.png" - }, - { - "key": "crossing:markings", - "value": "zebra", - "description": "crossing:markings=zebra is displayed as \"This crossing has zebra markings\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#markings", - "icon_url": "./assets/layers/crossings/markings_zebra.png" - }, - { - "key": "crossing:markings", - "value": "yes", - "description": "crossing:markings=yes is displayed as \"This crossing has markings of an unknown type\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#markings", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "crossing:markings", - "value": "lines", - "description": "crossing:markings=lines is displayed as \"This crossings has lines on either side of the crossing\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#markings", - "icon_url": "./assets/layers/crossings/markings_lines.png" - }, - { - "key": "crossing:markings", - "value": "ladder", - "description": "crossing:markings=ladder is displayed as \"This crossing has lines on either side of the crossing, along with bars connecting them\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#markings", - "icon_url": "./assets/layers/crossings/markings_ladder.png" - }, - { - "key": "crossing:markings", - "value": "dashes", - "description": "crossing:markings=dashes is displayed as \"This crossing has dashed lines on either sides of the crossing\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#markings", - "icon_url": "./assets/layers/crossings/markings_dashes.png" - }, - { - "key": "crossing:markings", - "value": "dots", - "description": "crossing:markings=dots is displayed as \"This crossing has dotted lines on either sides of the crossing\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#markings", - "icon_url": "./assets/layers/crossings/markings_dots.png" - }, - { - "key": "crossing:markings", - "value": "surface", - "description": "crossing:markings=surface is displayed as \"This crossing is marked by using a different coloured surface\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#markings", - "icon_url": "./assets/layers/crossings/markings_surface.png" - }, - { - "key": "crossing:markings", - "value": "ladder:skewed", - "description": "crossing:markings=ladder:skewed is displayed as \"This crossing has lines on either side of the crossing, along with angled bars connecting them\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#markings", - "icon_url": "./assets/layers/crossings/markings_ladder_skewed.png" - }, - { - "key": "crossing:markings", - "value": "zebra:paired", - "description": "crossing:markings=zebra:paired is displayed as \"This crossing has zebra markings with an interruption in every bar\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#markings", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "crossing:markings", - "value": "zebra:bicolour", - "description": "crossing:markings=zebra:bicolour is displayed as \"This crossing has zebra markings in alternating colours\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#markings", - "icon_url": "./assets/layers/crossings/markings_zebra_bicolour.png" - }, - { - "key": "crossing:markings", - "value": "zebra:double", - "description": "crossing:markings=zebra:double is displayed as \"This crossing has double zebra markings\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#markings", - "icon_url": "./assets/layers/crossings/markings_zebra_double.png" - }, - { - "key": "crossing:markings", - "value": "pictograms", - "description": "crossing:markings=pictograms is displayed as \"This crossing has pictograms on the road\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#markings", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "crossing:markings", - "value": "ladder:paired", - "description": "crossing:markings=ladder:paired is displayed as \"This crossing has lines on either side of the crossing, along with bars connecting them, with an interruption in every bar\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#markings", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "crossing:markings", - "value": "lines:paired", - "description": "crossing:markings=lines:paired is displayed as \"This crossing has double lines on either side of the crossing\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#markings", - "icon_url": "./assets/layers/crossings/markings_lines_paired.png" - }, - { - "key": "bicycle", - "value": "yes", - "description": "bicycle=yes is displayed as \"A cyclist can use this crossing\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_bicycle_allowed", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "bicycle", - "value": "no", - "description": "bicycle=no is displayed as \"A cyclist can not use this crossing\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_bicycle_allowed", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "crossing:island", - "value": "yes", - "description": "crossing:island=yes is displayed as \"This crossing has an island in the middle\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_has_island", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "crossing:island", - "value": "no", - "description": "crossing:island=no is displayed as \"This crossing does not have an island in the middle\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_has_island", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "tactile_paving", - "value": "yes", - "description": "tactile_paving=yes is displayed as \"This crossing has tactile paving\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_tactile", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "tactile_paving", - "value": "no", - "description": "tactile_paving=no is displayed as \"This crossing does not have tactile paving\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_tactile", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "tactile_paving", - "value": "incorrect", - "description": "tactile_paving=incorrect is displayed as \"This crossing has tactile paving, but is not correct\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_tactile", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "tactile_paving", - "value": "partial", - "description": "tactile_paving=partial is displayed as \"This crrosing has tactile paving, but only on one side\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_tactile", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "button_operated", - "value": "yes", - "description": "button_operated=yes is displayed as \"This traffic light has a button to request green light\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_button", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "button_operated", - "value": "no", - "description": "button_operated=no is displayed as \"This traffic light does not have a button to request green light\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_button", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "traffic_signals:sound", - "value": "yes", - "description": "traffic_signals:sound=yes is displayed as \"This traffic light has sound signals to help crossing, both for finding the crossing and for crossing.\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_sound", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "traffic_signals:sound", - "value": "no", - "description": "traffic_signals:sound=no is displayed as \"This traffic light does not have sound signals to help crossing.\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_sound", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "traffic_signals:sound", - "value": "locate", - "description": "traffic_signals:sound=locate is displayed as \"This traffic light has a sound signal to help locate the pole, but no signal to sign that it is safe to cross.\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_sound", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "traffic_signals:sound", - "value": "walk", - "description": "traffic_signals:sound=walk is displayed as \"This traffic light has a sound signal to sign that it is safe to cross, but no signal to help locate the pole.\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_sound", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "traffic_signals:vibration", - "value": "yes", - "description": "traffic_signals:vibration=yes is displayed as \"The button for this traffic light has a vibration signal to indicate that it is safe to cross.\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_vibration", - "icon_url": "./assets/layers/crossings/Vibrating_button_illustration.jpg" - }, - { - "key": "traffic_signals:vibration", - "value": "no", - "description": "traffic_signals:vibration=no is displayed as \"The button for this traffic light does not have a vibration signal to indicate that it is safe to cross.\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_vibration", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "traffic_signals:arrow", - "value": "yes", - "description": "traffic_signals:arrow=yes is displayed as \"This traffic light has an arrow pointing in the direction of crossing.\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_arrow", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "traffic_signals:arrow", - "value": "no", - "description": "traffic_signals:arrow=no is displayed as \"This traffic light does not have an arrow pointing in the direction of crossing.\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_arrow", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "traffic_signals:minimap", - "value": "yes", - "description": "traffic_signals:minimap=yes is displayed as \"This traffic light has a tactile map showing the layout of the crossing.\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_minimap", - "icon_url": "./assets/layers/crossings/180px-Trairvoja_mapeto.jpg" - }, - { - "key": "traffic_signals:minimap", - "value": "no", - "description": "traffic_signals:minimap=no is displayed as \"This traffic light does not have a tactile map showing the layout of the crossing.\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_minimap", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "red_turn:right:bicycle", - "value": "yes", - "description": "red_turn:right:bicycle=yes is displayed as \"A cyclist can turn right if the light is red\" by layers Crossings, Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_right_turn_through_red", - "icon_url": "./assets/layers/crossings/Belgian_road_sign_B22.svg" - }, - { - "key": "red_turn:right:bicycle", - "value": "no", - "description": "red_turn:right:bicycle=no is displayed as \"A cyclist can not turn right if the light is red\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_right_turn_through_red", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "red_turn:straight:bicycle", - "value": "yes", - "description": "red_turn:straight:bicycle=yes is displayed as \"A cyclist can go straight on if the light is red\" by layers Crossings, Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_continue_through_red", - "icon_url": "./assets/layers/crossings/Belgian_road_sign_B23.svg" - }, - { - "key": "red_turn:straight:bicycle", - "value": "no", - "description": "red_turn:straight:bicycle=no is displayed as \"A cyclist can not go straight on if the light is red\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings.md#crossing_continue_through_red", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "man_made", - "value": "monitoring_station", - "description": "Features with this tag are displayed by layer Bicycle counters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_counter.md", - "icon_url": "./assets/layers/bicycle_counter/bicycle_monitoring_station.svg" - }, - { - "key": "monitoring:bicycle", - "value": "yes", - "description": "Features with this tag are displayed by layer Bicycle counters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_counter.md", - "icon_url": "./assets/layers/bicycle_counter/bicycle_monitoring_station.svg" - }, - { - "key": "display", - "value": "digital", - "description": "display=digital is displayed as \"This counter has a digital display\" by layer Bicycle counters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_counter.md#display", - "icon_url": "./assets/layers/bicycle_counter/bicycle_monitoring_station.svg" - }, - { - "key": "display", - "value": "analog", - "description": "display=analog is displayed as \"This counter has an analog display\" by layer Bicycle counters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_counter.md#display", - "icon_url": "./assets/layers/bicycle_counter/bicycle_monitoring_station.svg" - }, - { - "key": "display", - "value": "no", - "description": "display=no is displayed as \"This counter has no display\" by layer Bicycle counters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_counter.md#display", - "icon_url": "./assets/layers/bicycle_counter/bicycle_monitoring_station.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"Name of the counted location: {name}\" and can be updated. The question is \"What is the name of the counted location?\" by layer Bicycle counters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_counter.md#name", - "icon_url": "./assets/layers/bicycle_counter/bicycle_monitoring_station.svg" - }, - { - "key": "start_date", - "description": "Values of `start_date` are shown with \"This counter started counting on {start_date}\" and can be updated. The question is \"When did this counter start counting?\" by layer Bicycle counters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_counter.md#start_date", - "icon_url": "./assets/layers/bicycle_counter/bicycle_monitoring_station.svg" - }, - { - "key": "amenity", - "value": "clock", - "description": "amenity=clock is displayed as \"This counter has a clock\" by layer Bicycle counters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_counter.md#clock", - "icon_url": "./assets/layers/bicycle_counter/bicycle_monitoring_station.svg" - }, - { - "key": "amenity", - "description": "amenity= is displayed as \"This counter has no clock\" by layer Bicycle counters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_counter.md#clock", - "icon_url": "./assets/layers/bicycle_counter/bicycle_monitoring_station.svg" - }, - { - "key": "ref", - "description": "Values of `ref` are shown with \"Reference number of the counter: {ref}\" and can be updated. The question is \"What is the reference number of this counter?\" by layer Bicycle counters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_counter.md#ref", - "icon_url": "./assets/layers/bicycle_counter/bicycle_monitoring_station.svg" - }, - { - "key": "noref", - "value": "yes", - "description": "noref=yes is displayed as \"This counter has no reference number\" by layer Bicycle counters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_counter.md#ref", - "icon_url": "./assets/layers/bicycle_counter/bicycle_monitoring_station.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"Website of the counter: {website}\" and can be updated. The question is \"Is there a website for this bicycle counter?\" by layer Bicycle counters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_counter.md#website", - "icon_url": "./assets/layers/bicycle_counter/bicycle_monitoring_station.svg" - }, - { - "key": "highway", - "value": "cyclist_waiting_aid", - "description": "Features with this tag are displayed by layer Cyclist Waiting Aids", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclist_waiting_aid.md", - "icon_url": "./assets/layers/cyclist_waiting_aid/waiting_aid.svg" - }, - { - "key": "footrest", - "value": "yes", - "description": "footrest=yes is displayed as \"There is a board or peg to rest your foot on here\" by layer Cyclist Waiting Aids", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclist_waiting_aid.md#type", - "icon_url": "./assets/layers/cyclist_waiting_aid/waiting_aid.svg" - }, - { - "key": "handrest", - "value": "yes", - "description": "handrest=yes is displayed as \"There is a rail or a handle to hold on to here\" by layer Cyclist Waiting Aids", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclist_waiting_aid.md#type", - "icon_url": "./assets/layers/cyclist_waiting_aid/waiting_aid.svg" - }, - { - "key": "side", - "value": "left", - "description": "side=left is displayed as \"This waiting aid is located on the left side\" by layer Cyclist Waiting Aids", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclist_waiting_aid.md#side", - "icon_url": "./assets/layers/cyclist_waiting_aid/waiting_aid.svg" - }, - { - "key": "side", - "value": "right", - "description": "side=right is displayed as \"This waiting aid is located on the right side\" by layer Cyclist Waiting Aids", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclist_waiting_aid.md#side", - "icon_url": "./assets/layers/cyclist_waiting_aid/waiting_aid.svg" - }, - { - "key": "side", - "value": "both", - "description": "side=both is displayed as \"There are waiting aids on both sides of the road\" by layer Cyclist Waiting Aids", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclist_waiting_aid.md#side", - "icon_url": "./assets/layers/cyclist_waiting_aid/waiting_aid.svg" - }, - { - "key": "direction", - "value": "forward", - "description": "direction=forward is displayed as \"This waiting aid can be used when going forward on this way\" by layer Cyclist Waiting Aids", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclist_waiting_aid.md#direction", - "icon_url": "./assets/layers/cyclist_waiting_aid/waiting_aid.svg" - }, - { - "key": "direction", - "value": "backward", - "description": "direction=backward is displayed as \"This waiting aid can be used when going backward on this way\" by layer Cyclist Waiting Aids", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclist_waiting_aid.md#direction", - "icon_url": "./assets/layers/cyclist_waiting_aid/waiting_aid.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_cyclestreets.json b/Docs/TagInfo/mapcomplete_cyclestreets.json deleted file mode 100644 index e0cd3779b0..0000000000 --- a/Docs/TagInfo/mapcomplete_cyclestreets.json +++ /dev/null @@ -1,249 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Cyclestreets", - "description": "A map of cyclestreets", - "project_url": "https://mapcomplete.org/cyclestreets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/cyclestreets/logo.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "cyclestreet", - "value": "yes", - "description": "Features with this tag are displayed by layer Cyclestreets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md" - }, - { - "key": "bicycle_road", - "value": "yes", - "description": "Features with this tag are displayed by layer Cyclestreets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Cyclestreets, Future cyclestreet, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Cyclestreets, Future cyclestreet, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#images" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Cyclestreets, Future cyclestreet, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#images" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Cyclestreets, Future cyclestreet, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#images" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Cyclestreets, Future cyclestreet, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#images" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Cyclestreets, Future cyclestreet, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#images" - }, - { - "key": "cyclestreet", - "value": "yes", - "description": "cyclestreet=yes & maxspeed=30 & overtaking:motor_vehicle=no & proposed:cyclestreet= is displayed as \"This street is a cyclestreet (and has a speed limit of 30 km/h)\" by layers Cyclestreets, Future cyclestreet, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#is_cyclestreet" - }, - { - "key": "maxspeed", - "value": "30", - "description": "cyclestreet=yes & maxspeed=30 & overtaking:motor_vehicle=no & proposed:cyclestreet= is displayed as \"This street is a cyclestreet (and has a speed limit of 30 km/h)\" by layers Cyclestreets, Future cyclestreet, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#is_cyclestreet" - }, - { - "key": "overtaking:motor_vehicle", - "value": "no", - "description": "cyclestreet=yes & maxspeed=30 & overtaking:motor_vehicle=no & proposed:cyclestreet= is displayed as \"This street is a cyclestreet (and has a speed limit of 30 km/h)\" by layers Cyclestreets, Future cyclestreet, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#is_cyclestreet" - }, - { - "key": "proposed:cyclestreet", - "description": "cyclestreet=yes & maxspeed=30 & overtaking:motor_vehicle=no & proposed:cyclestreet= is displayed as \"This street is a cyclestreet (and has a speed limit of 30 km/h)\" by layers Cyclestreets, Future cyclestreet, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#is_cyclestreet" - }, - { - "key": "bicycle_road", - "value": "yes", - "description": "bicycle_road=yes is displayed as \"This street is a bicycle road\" by layers Cyclestreets, Future cyclestreet, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#is_cyclestreet" - }, - { - "key": "bicycle_road", - "value": "yes", - "description": "bicycle_road=yes & proposed:bicycle_road= & maxspeed=30 & source:maxspeed=DE:bicycle_road & vehicle=no & bicycle=designated is displayed as \"This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)\" by layers Cyclestreets, Future cyclestreet, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#is_cyclestreet" - }, - { - "key": "proposed:bicycle_road", - "description": "bicycle_road=yes & proposed:bicycle_road= & maxspeed=30 & source:maxspeed=DE:bicycle_road & vehicle=no & bicycle=designated is displayed as \"This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)\" by layers Cyclestreets, Future cyclestreet, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#is_cyclestreet" - }, - { - "key": "maxspeed", - "value": "30", - "description": "bicycle_road=yes & proposed:bicycle_road= & maxspeed=30 & source:maxspeed=DE:bicycle_road & vehicle=no & bicycle=designated is displayed as \"This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)\" by layers Cyclestreets, Future cyclestreet, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#is_cyclestreet" - }, - { - "key": "source:maxspeed", - "value": "DE:bicycle_road", - "description": "bicycle_road=yes & proposed:bicycle_road= & maxspeed=30 & source:maxspeed=DE:bicycle_road & vehicle=no & bicycle=designated is displayed as \"This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)\" by layers Cyclestreets, Future cyclestreet, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#is_cyclestreet" - }, - { - "key": "vehicle", - "value": "no", - "description": "bicycle_road=yes & proposed:bicycle_road= & maxspeed=30 & source:maxspeed=DE:bicycle_road & vehicle=no & bicycle=designated is displayed as \"This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)\" by layers Cyclestreets, Future cyclestreet, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#is_cyclestreet" - }, - { - "key": "bicycle", - "value": "designated", - "description": "bicycle_road=yes & proposed:bicycle_road= & maxspeed=30 & source:maxspeed=DE:bicycle_road & vehicle=no & bicycle=designated is displayed as \"This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)\" by layers Cyclestreets, Future cyclestreet, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#is_cyclestreet" - }, - { - "key": "cyclestreet", - "value": "yes", - "description": "cyclestreet=yes & proposed:cyclestreet= is displayed as \"This street is a cyclestreet\" by layers Cyclestreets, Future cyclestreet, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#is_cyclestreet" - }, - { - "key": "proposed:cyclestreet", - "description": "cyclestreet=yes & proposed:cyclestreet= is displayed as \"This street is a cyclestreet\" by layers Cyclestreets, Future cyclestreet, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#is_cyclestreet" - }, - { - "key": "cyclestreet", - "description": "cyclestreet= & proposed:cyclestreet=yes is displayed as \"This street will become a cyclestreet soon\" by layers Cyclestreets, Future cyclestreet, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#is_cyclestreet" - }, - { - "key": "proposed:cyclestreet", - "value": "yes", - "description": "cyclestreet= & proposed:cyclestreet=yes is displayed as \"This street will become a cyclestreet soon\" by layers Cyclestreets, Future cyclestreet, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#is_cyclestreet" - }, - { - "key": "bicycle_road", - "description": "bicycle_road= & proposed:bicycle_road=yes is displayed as \"This street will become a bicycle road soon\" by layers Cyclestreets, Future cyclestreet, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#is_cyclestreet" - }, - { - "key": "proposed:bicycle_road", - "value": "yes", - "description": "bicycle_road= & proposed:bicycle_road=yes is displayed as \"This street will become a bicycle road soon\" by layers Cyclestreets, Future cyclestreet, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#is_cyclestreet" - }, - { - "key": "cyclestreet", - "description": "cyclestreet= & proposed:cyclestreet= & bicycle_road= & proposed:bicycle_road= & overtaking:motor_vehicle= is displayed as \"This street is not a cyclestreet\" by layers Cyclestreets, Future cyclestreet, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#is_cyclestreet" - }, - { - "key": "proposed:cyclestreet", - "description": "cyclestreet= & proposed:cyclestreet= & bicycle_road= & proposed:bicycle_road= & overtaking:motor_vehicle= is displayed as \"This street is not a cyclestreet\" by layers Cyclestreets, Future cyclestreet, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#is_cyclestreet" - }, - { - "key": "bicycle_road", - "description": "cyclestreet= & proposed:cyclestreet= & bicycle_road= & proposed:bicycle_road= & overtaking:motor_vehicle= is displayed as \"This street is not a cyclestreet\" by layers Cyclestreets, Future cyclestreet, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#is_cyclestreet" - }, - { - "key": "proposed:bicycle_road", - "description": "cyclestreet= & proposed:cyclestreet= & bicycle_road= & proposed:bicycle_road= & overtaking:motor_vehicle= is displayed as \"This street is not a cyclestreet\" by layers Cyclestreets, Future cyclestreet, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#is_cyclestreet" - }, - { - "key": "overtaking:motor_vehicle", - "description": "cyclestreet= & proposed:cyclestreet= & bicycle_road= & proposed:bicycle_road= & overtaking:motor_vehicle= is displayed as \"This street is not a cyclestreet\" by layers Cyclestreets, Future cyclestreet, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#is_cyclestreet" - }, - { - "key": "traffic_sign", - "value": "DE:244.1,1020-30", - "description": "traffic_sign=DE:244.1,1020-30 is displayed as \"Residents allowed\" by layers Cyclestreets, Future cyclestreet, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#supplementary_sign", - "icon_url": "./assets/themes/cyclestreets/Zeichen_244_1020-30.svg" - }, - { - "key": "traffic_sign", - "value": "DE:244.1,1022-12,1024-10", - "description": "traffic_sign=DE:244.1,1022-12,1024-10 is displayed as \"Motor vehicles allowed\" by layers Cyclestreets, Future cyclestreet, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#supplementary_sign", - "icon_url": "./assets/themes/cyclestreets/Zeichen_244_KFZ_frei.svg" - }, - { - "key": "traffic_sign", - "value": "DE:244.1,1022-12", - "description": "traffic_sign=DE:244.1,1022-12 is displayed as \"Motorcycles allowed\" by layers Cyclestreets, Future cyclestreet, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#supplementary_sign", - "icon_url": "./assets/themes/cyclestreets/Zeichen_244_1022-12.svg" - }, - { - "key": "traffic_sign", - "value": "DE:244.1,1024-10", - "description": "traffic_sign=DE:244.1,1024-10 is displayed as \"Cars allowed\" by layers Cyclestreets, Future cyclestreet, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#supplementary_sign", - "icon_url": "./assets/themes/cyclestreets/Zeichen_244_1024-10.svg" - }, - { - "key": "traffic_sign", - "value": "DE:244.1", - "description": "traffic_sign=DE:244.1 is displayed as \"There are no supplementary signs at this bicycle road.\" by layers Cyclestreets, Future cyclestreet, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#supplementary_sign", - "icon_url": "./assets/themes/cyclestreets/Zeichen_244.svg" - }, - { - "key": "cyclestreet:start_date", - "description": "Values of `cyclestreet:start_date` are shown with \"This street will become a cyclestreet at {cyclestreet:start_date}\" and can be updated. The question is \"When will this street become a cyclestreet?\" by layers Cyclestreets, Future cyclestreet, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cyclestreets.md#future_cyclestreet" - }, - { - "key": "proposed:cyclestreet", - "value": "yes", - "description": "Features with this tag are displayed by layer Future cyclestreet", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toekomstige_fietsstraat.md" - }, - { - "key": "proposed:bicycle_road", - "value": "yes", - "description": "Features with this tag are displayed by layer Future cyclestreet", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toekomstige_fietsstraat.md" - }, - { - "key": "highway", - "value": "residential", - "description": "Features with this tag are displayed by layer All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/not_cyclestreets.md" - }, - { - "key": "highway", - "value": "tertiary", - "description": "Features with this tag are displayed by layer All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/not_cyclestreets.md" - }, - { - "key": "highway", - "value": "unclassified", - "description": "Features with this tag are displayed by layer All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/not_cyclestreets.md" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_cyclofix.json b/Docs/TagInfo/mapcomplete_cyclofix.json deleted file mode 100644 index bbb3c3aa21..0000000000 --- a/Docs/TagInfo/mapcomplete_cyclofix.json +++ /dev/null @@ -1,5903 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Cyclofix - a map for cyclists", - "description": "A map for cyclists to find the appropriate infrastructure for their needs, such as bicycle pumps, drinking water, bicycle shops, repair stations or parkings", - "project_url": "https://mapcomplete.org/cyclofix", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/cyclofix/logo.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "repair", - "value": "assisted_self_service", - "description": "Features with this tag are displayed by layer Repair cafés and assisted repair workshops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_assisted_repair_workshop.md", - "icon_url": "gear" - }, - { - "key": "service:bicycle:repair", - "value": "yes", - "description": "Features with this tag are displayed by layers Repair cafés and assisted repair workshops, Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_assisted_repair_workshop.md", - "icon_url": "gear" - }, - { - "key": "bicycle:repair", - "value": "yes", - "description": "Features with this tag are displayed by layer Repair cafés and assisted repair workshops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_assisted_repair_workshop.md", - "icon_url": "gear" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Repair cafés and assisted repair workshops, Bike cafe, Bike repair/shop, Bicycle pump and repair, Drinking water, Bike-related object, Bike cleaning service, Bicycle rental, Bicycle library, Bike parking, Charging stations, Vending Machines, Bicycle counters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_assisted_repair_workshop.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Repair cafés and assisted repair workshops, Bike cafe, Bike repair/shop, Bicycle pump and repair, Drinking water, Bike-related object, Bike cleaning service, Bicycle rental, Bicycle library, Bike parking, Charging stations, Vending Machines, Bicycle counters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_assisted_repair_workshop.md#images", - "icon_url": "gear" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Repair cafés and assisted repair workshops, Bike cafe, Bike repair/shop, Bicycle pump and repair, Drinking water, Bike-related object, Bike cleaning service, Bicycle rental, Bicycle library, Bike parking, Charging stations, Vending Machines, Bicycle counters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_assisted_repair_workshop.md#images", - "icon_url": "gear" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Repair cafés and assisted repair workshops, Bike cafe, Bike repair/shop, Bicycle pump and repair, Drinking water, Bike-related object, Bike cleaning service, Bicycle rental, Bicycle library, Bike parking, Charging stations, Vending Machines, Bicycle counters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_assisted_repair_workshop.md#images", - "icon_url": "gear" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Repair cafés and assisted repair workshops, Bike cafe, Bike repair/shop, Bicycle pump and repair, Drinking water, Bike-related object, Bike cleaning service, Bicycle rental, Bicycle library, Bike parking, Charging stations, Vending Machines, Bicycle counters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_assisted_repair_workshop.md#images", - "icon_url": "gear" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Repair cafés and assisted repair workshops, Bike cafe, Bike repair/shop, Bicycle pump and repair, Drinking water, Bike-related object, Bike cleaning service, Bicycle rental, Bicycle library, Bike parking, Charging stations, Vending Machines, Bicycle counters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_assisted_repair_workshop.md#images", - "icon_url": "gear" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This workshop is called {name}\" and can be updated. The question is \"What is the name of this repair workshop?\" by layer Repair cafés and assisted repair workshops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_assisted_repair_workshop.md#name", - "icon_url": "gear" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"What are the opening hours of {title()}?\" by layers Repair cafés and assisted repair workshops, Bike repair/shop, Drinking water, Bike-related object, Bicycle rental, Bicycle library, Bike parking, Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_assisted_repair_workshop.md#opening_hours_by_appointment", - "icon_url": "gear" - }, - { - "key": "opening_hours", - "value": "\"by appointment\"", - "description": "opening_hours=\"by appointment\" is displayed as \"Only by appointment\" by layer Repair cafés and assisted repair workshops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_assisted_repair_workshop.md#opening_hours_by_appointment", - "icon_url": "gear" - }, - { - "key": "opening_hours", - "description": "opening_hours~^(\"by appointment\"|by appointment)$ is displayed as \"Only by appointment\" by layer Repair cafés and assisted repair workshops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_assisted_repair_workshop.md#opening_hours_by_appointment", - "icon_url": "gear" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layers Repair cafés and assisted repair workshops, Bike cafe, Bike repair/shop, Bicycle pump and repair, Drinking water, Bike-related object, Bicycle rental, Bicycle library, Bike parking, Charging stations, Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_assisted_repair_workshop.md#opening_hours_by_appointment", - "icon_url": "gear" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}\" and can be updated. The question is \"What is the phone number of {title()}?\" by layers Repair cafés and assisted repair workshops, Bike cafe, Bike repair/shop, Bike-related object, Bicycle rental, Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_assisted_repair_workshop.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "contact:phone", - "description": "contact:phone~.+ is displayed as \"{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}\" by layers Repair cafés and assisted repair workshops, Bike cafe, Bike repair/shop, Bike-related object, Bicycle rental, Bicycle library, Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_assisted_repair_workshop.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"{email}\" and can be updated. The question is \"What is the email address of {title()}?\" by layers Repair cafés and assisted repair workshops, Bike cafe, Bike repair/shop, Bike-related object, Bicycle rental, Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_assisted_repair_workshop.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "contact:email", - "description": "contact:email~.+ is displayed as \"{contact:email}\" by layers Repair cafés and assisted repair workshops, Bike cafe, Bike repair/shop, Bike-related object, Bicycle rental, Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_assisted_repair_workshop.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "operator:email", - "description": "operator:email~.+ is displayed as \"{operator:email}\" by layers Repair cafés and assisted repair workshops, Bike cafe, Bike repair/shop, Bike-related object, Bicycle rental, Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_assisted_repair_workshop.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{website}\" and can be updated. The question is \"What is the website of {title()}?\" by layers Repair cafés and assisted repair workshops, Bike cafe, Bike repair/shop, Bike-related object, Bicycle rental, Bicycle library, Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_assisted_repair_workshop.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layers Repair cafés and assisted repair workshops, Bike cafe, Bike repair/shop, Bike-related object, Bicycle rental, Bicycle library, Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_assisted_repair_workshop.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:mastodon", - "description": "Values of `contact:mastodon` are shown with \"{fediverse_link(contact:mastodon)}\" and can be updated. The question is \"What is the Mastodon-handle of {title()}?\" by layer Repair cafés and assisted repair workshops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_assisted_repair_workshop.md#mastodon", - "icon_url": "./assets/svg/mastodon.svg" - }, - { - "key": "contact:facebook", - "description": "Values of `contact:facebook` are shown with \"{link(Facebook page,&LBRACEcontact:facebook&RBRACE,,,,)}
Facebook is known to harm mental health, manipulate public opinion and cause hate. Try to use healthier alternatives
\" and can be updated. The question is \"What is the facebook page of of {title()}?\" by layer Repair cafés and assisted repair workshops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_assisted_repair_workshop.md#facebook", - "icon_url": "gear" - }, - { - "key": "service:mobile_phone:repair", - "value": "yes", - "description": "service:mobile_phone:repair=yes is displayed as \"Mobile phones are repaired here\" by layer Repair cafés and assisted repair workshops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_assisted_repair_workshop.md#item_repair", - "icon_url": "gear" - }, - { - "key": "service:computer:repair", - "value": "yes", - "description": "service:computer:repair=yes is displayed as \"Computers are repaired here\" by layer Repair cafés and assisted repair workshops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_assisted_repair_workshop.md#item_repair", - "icon_url": "gear" - }, - { - "key": "service:bicycle:repair", - "value": "yes", - "description": "service:bicycle:repair=yes is displayed as \"Bicycles are repaired here\" by layer Repair cafés and assisted repair workshops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_assisted_repair_workshop.md#item_repair", - "icon_url": "gear" - }, - { - "key": "service:electronics:repair", - "value": "yes", - "description": "service:electronics:repair=yes is displayed as \"Electronic devices are repaired here\" by layer Repair cafés and assisted repair workshops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_assisted_repair_workshop.md#item_repair", - "icon_url": "./assets/layers/recycling/small_electrical_appliances.svg" - }, - { - "key": "service:furniture:repair", - "value": "yes", - "description": "service:furniture:repair=yes is displayed as \"Furniture is repaired here\" by layer Repair cafés and assisted repair workshops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_assisted_repair_workshop.md#item_repair", - "icon_url": "./assets/layers/recycling/furniture.svg" - }, - { - "key": "service:clothes:repair", - "value": "yes", - "description": "service:clothes:repair=yes is displayed as \"Clothes are repaired here\" by layer Repair cafés and assisted repair workshops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_assisted_repair_workshop.md#item_repair", - "icon_url": "./assets/layers/recycling/clothes.svg" - }, - { - "key": "amenity", - "value": "pub", - "description": "Features with this tag are displayed by layer Bike cafe", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_cafe.md", - "icon_url": "./assets/layers/bike_cafe/bike_cafe.svg" - }, - { - "key": "amenity", - "value": "bar", - "description": "Features with this tag are displayed by layer Bike cafe", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_cafe.md", - "icon_url": "./assets/layers/bike_cafe/bike_cafe.svg" - }, - { - "key": "amenity", - "value": "cafe", - "description": "Features with this tag are displayed by layer Bike cafe", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_cafe.md", - "icon_url": "./assets/layers/bike_cafe/bike_cafe.svg" - }, - { - "key": "amenity", - "value": "restaurant", - "description": "Features with this tag are displayed by layer Bike cafe", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_cafe.md", - "icon_url": "./assets/layers/bike_cafe/bike_cafe.svg" - }, - { - "key": "pub", - "value": "cycling", - "description": "Features with this tag are displayed by layer Bike cafe", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_cafe.md", - "icon_url": "./assets/layers/bike_cafe/bike_cafe.svg" - }, - { - "key": "pub", - "value": "bicycle", - "description": "Features with this tag are displayed by layer Bike cafe", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_cafe.md", - "icon_url": "./assets/layers/bike_cafe/bike_cafe.svg" - }, - { - "key": "theme", - "value": "cycling", - "description": "Features with this tag are displayed by layers Bike cafe, Bike-related object", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_cafe.md", - "icon_url": "./assets/layers/bike_cafe/bike_cafe.svg" - }, - { - "key": "theme", - "value": "bicycle", - "description": "Features with this tag are displayed by layers Bike cafe, Bike-related object", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_cafe.md", - "icon_url": "./assets/layers/bike_cafe/bike_cafe.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This bike cafe is called {name}\" and can be updated. The question is \"What is the name of this bike cafe?\" by layer Bike cafe", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_cafe.md#bike_cafe_name", - "icon_url": "./assets/layers/bike_cafe/bike_cafe.svg" - }, - { - "key": "service:bicycle:pump", - "value": "yes", - "description": "service:bicycle:pump=yes is displayed as \"This bike cafe offers a bike pump for anyone\" by layer Bike cafe", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_cafe.md#bike_cafe_bike_pump", - "icon_url": "./assets/layers/bike_cafe/bike_cafe.svg" - }, - { - "key": "service:bicycle:pump", - "value": "no", - "description": "service:bicycle:pump=no is displayed as \"This bike cafe doesn't offer a bike pump for anyone\" by layer Bike cafe", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_cafe.md#bike_cafe_bike_pump", - "icon_url": "./assets/layers/bike_cafe/bike_cafe.svg" - }, - { - "key": "service:bicycle:diy", - "value": "yes", - "description": "service:bicycle:diy=yes is displayed as \"This bike cafe offers tools for DIY repair\" by layer Bike cafe", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_cafe.md#bike_cafe_repair_tools", - "icon_url": "./assets/layers/bike_cafe/bike_cafe.svg" - }, - { - "key": "service:bicycle:diy", - "value": "no", - "description": "service:bicycle:diy=no is displayed as \"This bike cafe doesn't offer tools for DIY repair\" by layer Bike cafe", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_cafe.md#bike_cafe_repair_tools", - "icon_url": "./assets/layers/bike_cafe/bike_cafe.svg" - }, - { - "key": "service:bicycle:repair", - "value": "yes", - "description": "service:bicycle:repair=yes is displayed as \"This bike cafe repairs bikes\" by layer Bike cafe", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_cafe.md#bike_cafe_repair_service", - "icon_url": "./assets/layers/bike_cafe/bike_cafe.svg" - }, - { - "key": "service:bicycle:repair", - "value": "no", - "description": "service:bicycle:repair=no is displayed as \"This bike cafe doesn't repair bikes\" by layer Bike cafe", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_cafe.md#bike_cafe_repair_service", - "icon_url": "./assets/layers/bike_cafe/bike_cafe.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"When it this bike café opened?\" by layer Bike cafe", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_cafe.md#opening_hours", - "icon_url": "./assets/layers/bike_cafe/bike_cafe.svg" - }, - { - "key": "shop", - "value": "bicycle", - "description": "Features with this tag are displayed by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "service:bicycle:retail", - "value": "yes", - "description": "Features with this tag are displayed by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "service:bicycle:second_hand", - "value": "yes", - "description": "Features with this tag are displayed by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "shop", - "value": "sports", - "description": "Features with this tag are displayed by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "sport", - "value": "bicycle", - "description": "Features with this tag are displayed by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "sport", - "value": "cycling", - "description": "Features with this tag are displayed by layers Bike repair/shop, Bike-related object", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "sport", - "description": "Features with this tag are displayed by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This shop is called {name}\" and can be updated. The question is \"What is the name of this shop?\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shops_name", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "shop", - "description": "Values of `shop` are shown with \"This is a {shop}\" and can be updated. The question is \"What kind of shop is this?\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "shop", - "value": "bicycle_rental", - "description": "shop=bicycle_rental is displayed as \"Bicycle rental shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/bicycle_rental.svg" - }, - { - "key": "shop", - "value": "agrarian", - "description": "shop=agrarian is displayed as \"Farm Supply Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-tractor.svg" - }, - { - "key": "shop", - "value": "alcohol", - "description": "shop=alcohol is displayed as \"Liquor Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-wine-bottle.svg" - }, - { - "key": "shop", - "value": "anime", - "description": "shop=anime is displayed as \"Anime / Manga Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-dragon.svg" - }, - { - "key": "shop", - "value": "antiques", - "description": "shop=antiques is displayed as \"Antique Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-furniture.svg" - }, - { - "key": "shop", - "value": "appliance", - "description": "shop=appliance is displayed as \"Appliance Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-laundry.svg" - }, - { - "key": "shop", - "value": "art", - "description": "shop=art is displayed as \"Art Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "baby_goods", - "description": "shop=baby_goods is displayed as \"Baby Goods Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-baby-carriage.svg" - }, - { - "key": "shop", - "value": "bag", - "description": "shop=bag is displayed as \"Bag/Luggage Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-suitcase-rolling.svg" - }, - { - "key": "shop", - "value": "bakery", - "description": "shop=bakery is displayed as \"Bakery\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-bakery.svg" - }, - { - "key": "shop", - "value": "bathroom_furnishing", - "description": "shop=bathroom_furnishing is displayed as \"Bathroom Furnishing Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-bath.svg" - }, - { - "key": "shop", - "value": "beauty", - "description": "shop=beauty is displayed as \"Beauty Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-lipstick.svg" - }, - { - "key": "shop", - "value": "bed", - "description": "shop=bed is displayed as \"Bedding/Mattress Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-lodging.svg" - }, - { - "key": "shop", - "value": "beverages", - "description": "shop=beverages is displayed as \"Beverage Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-bottles.svg" - }, - { - "key": "shop", - "value": "bicycle", - "description": "shop=bicycle is displayed as \"Bicycle Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-bicycle.svg" - }, - { - "key": "shop", - "value": "boat", - "description": "shop=boat is displayed as \"Boat Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-boat.svg" - }, - { - "key": "shop", - "value": "bookmaker", - "description": "shop=bookmaker is displayed as \"Bookmaker\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-money_hand.svg" - }, - { - "key": "shop", - "value": "books", - "description": "shop=books is displayed as \"Bookstore\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-book.svg" - }, - { - "key": "shop", - "value": "brewing_supplies", - "description": "shop=brewing_supplies is displayed as \"Brewing Supply Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-storage_fermenter.svg" - }, - { - "key": "shop", - "value": "butcher", - "description": "shop=butcher is displayed as \"Butcher\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-cleaver.svg" - }, - { - "key": "shop", - "value": "camera", - "description": "shop=camera is displayed as \"Camera Equipment Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-camera-retro.svg" - }, - { - "key": "shop", - "value": "candles", - "description": "shop=candles is displayed as \"Candle Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "shop", - "value": "cannabis", - "description": "shop=cannabis is displayed as \"Cannabis Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cannabis.svg" - }, - { - "key": "shop", - "value": "car", - "description": "shop=car is displayed as \"Car Dealership\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "shop", - "value": "car_parts", - "description": "shop=car_parts is displayed as \"Car Parts Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-car-battery.svg" - }, - { - "key": "shop", - "value": "car_repair", - "description": "shop=car_repair is displayed as \"Car Repair Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-car-repair.svg" - }, - { - "key": "shop", - "value": "caravan", - "description": "shop=caravan is displayed as \"RV Dealership\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-camper_trailer.svg" - }, - { - "key": "shop", - "value": "carpet", - "description": "shop=carpet is displayed as \"Carpet Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-tape.svg" - }, - { - "key": "shop", - "value": "catalogue", - "description": "shop=catalogue is displayed as \"Catalog Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "charity", - "description": "shop=charity is displayed as \"Charity Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "cheese", - "description": "shop=cheese is displayed as \"Cheese Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cheese.svg" - }, - { - "key": "shop", - "value": "chemist", - "description": "shop=chemist is displayed as \"Drugstore\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "shop", - "value": "chocolate", - "description": "shop=chocolate is displayed as \"Chocolate Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-confectionery.svg" - }, - { - "key": "shop", - "value": "clothes", - "description": "shop=clothes is displayed as \"Clothing Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-clothing-store.svg" - }, - { - "key": "shop", - "value": "coffee", - "description": "shop=coffee is displayed as \"Coffee Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-coffee.svg" - }, - { - "key": "shop", - "value": "collector", - "description": "shop=collector is displayed as \"Collectibles Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "shop", - "value": "computer", - "description": "shop=computer is displayed as \"Computer Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-laptop.svg" - }, - { - "key": "shop", - "value": "confectionery", - "description": "shop=confectionery is displayed as \"Candy Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-confectionery.svg" - }, - { - "key": "shop", - "value": "convenience", - "description": "shop=convenience is displayed as \"Convenience Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "shop", - "value": "copyshop", - "description": "shop=copyshop is displayed as \"Copy Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-print.svg" - }, - { - "key": "shop", - "value": "cosmetics", - "description": "shop=cosmetics is displayed as \"Cosmetics Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-lipstick.svg" - }, - { - "key": "shop", - "value": "country_store", - "description": "shop=country_store is displayed as \"Rural Supplies Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-hat-cowboy-side.svg" - }, - { - "key": "shop", - "value": "craft", - "description": "shop=craft is displayed as \"Arts & Crafts Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "shop", - "value": "curtain", - "description": "shop=curtain is displayed as \"Curtain Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-curtains.svg" - }, - { - "key": "shop", - "value": "dairy", - "description": "shop=dairy is displayed as \"Dairy Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cheese.svg" - }, - { - "key": "shop", - "value": "deli", - "description": "shop=deli is displayed as \"Delicatessen\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-jar.svg" - }, - { - "key": "shop", - "value": "department_store", - "description": "shop=department_store is displayed as \"Department Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "doityourself", - "description": "shop=doityourself is displayed as \"DIY Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "doors", - "description": "shop=doors is displayed as \"Door Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-door-open.svg" - }, - { - "key": "shop", - "value": "dry_cleaning", - "description": "shop=dry_cleaning is displayed as \"Dry Cleaner\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-clothes_hanger.svg" - }, - { - "key": "shop", - "value": "e-cigarette", - "description": "shop=e-cigarette is displayed as \"E-Cigarette Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "electrical", - "description": "shop=electrical is displayed as \"Electrical Equipment Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-power.svg" - }, - { - "key": "shop", - "value": "electronics", - "description": "shop=electronics is displayed as \"Electronics Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-plug.svg" - }, - { - "key": "shop", - "value": "erotic", - "description": "shop=erotic is displayed as \"Erotic Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "fabric", - "description": "shop=fabric is displayed as \"Fabric Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-tape.svg" - }, - { - "key": "shop", - "value": "farm", - "description": "shop=farm is displayed as \"Produce Stand\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "shop", - "value": "fashion_accessories", - "description": "shop=fashion_accessories is displayed as \"Fashion Accessories Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-fashion_accessories.svg" - }, - { - "key": "shop", - "value": "fireplace", - "description": "shop=fireplace is displayed as \"Fireplace Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-fireplace.svg" - }, - { - "key": "shop", - "value": "fishing", - "description": "shop=fishing is displayed as \"Fishing Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-ice_fishing.svg" - }, - { - "key": "shop", - "value": "flooring", - "description": "shop=flooring is displayed as \"Flooring Supply Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "florist", - "description": "shop=florist is displayed as \"Florist\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-florist.svg" - }, - { - "key": "shop", - "value": "frame", - "description": "shop=frame is displayed as \"Framing Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-vector-square.svg" - }, - { - "key": "shop", - "value": "frozen_food", - "description": "shop=frozen_food is displayed as \"Frozen Food Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "shop", - "value": "fuel", - "description": "shop=fuel is displayed as \"Fuel Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-propane_tank.svg" - }, - { - "key": "shop", - "value": "funeral_directors", - "description": "shop=funeral_directors is displayed as \"Funeral Home\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-cemetery.svg" - }, - { - "key": "shop", - "value": "furniture", - "description": "shop=furniture is displayed as \"Furniture Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-couch.svg" - }, - { - "key": "shop", - "value": "games", - "description": "shop=games is displayed as \"Tabletop Game Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-dice.svg" - }, - { - "key": "shop", - "value": "garden_centre", - "description": "shop=garden_centre is displayed as \"Garden Center\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-garden-centre.svg" - }, - { - "key": "shop", - "value": "gas", - "description": "shop=gas is displayed as \"Bottled Gas Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-propane_tank.svg" - }, - { - "key": "shop", - "value": "general", - "description": "shop=general is displayed as \"General Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "gift", - "description": "shop=gift is displayed as \"Gift Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-gift.svg" - }, - { - "key": "shop", - "value": "greengrocer", - "description": "shop=greengrocer is displayed as \"Greengrocer\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-carrot.svg" - }, - { - "key": "shop", - "value": "hairdresser", - "description": "shop=hairdresser is displayed as \"Hairdresser\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-beauty_salon.svg" - }, - { - "key": "shop", - "value": "hairdresser_supply", - "description": "shop=hairdresser_supply is displayed as \"Hairdresser Supply Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-hair_care.svg" - }, - { - "key": "shop", - "value": "hardware", - "description": "shop=hardware is displayed as \"Hardware Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "health_food", - "description": "shop=health_food is displayed as \"Health Food Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "hearing_aids", - "description": "shop=hearing_aids is displayed as \"Hearing Aids Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-hearing_aid.svg" - }, - { - "key": "shop", - "value": "herbalist", - "description": "shop=herbalist is displayed as \"Herbalist\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-leaf.svg" - }, - { - "key": "shop", - "value": "hifi", - "description": "shop=hifi is displayed as \"Hifi Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-speaker.svg" - }, - { - "key": "shop", - "value": "honey", - "description": "shop=honey is displayed as \"Honey Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "household_linen", - "description": "shop=household_linen is displayed as \"Household Linen Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-cloth.svg" - }, - { - "key": "shop", - "value": "houseware", - "description": "shop=houseware is displayed as \"Houseware Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-blender.svg" - }, - { - "key": "shop", - "value": "hunting", - "description": "shop=hunting is displayed as \"Hunting Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-bow_and_arrow.svg" - }, - { - "key": "shop", - "value": "interior_decoration", - "description": "shop=interior_decoration is displayed as \"Interior Decoration Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "jewelry", - "description": "shop=jewelry is displayed as \"Jewelry Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-jewelry-store.svg" - }, - { - "key": "shop", - "value": "kiosk", - "description": "shop=kiosk is displayed as \"Kiosk\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-store.svg" - }, - { - "key": "shop", - "value": "kitchen", - "description": "shop=kitchen is displayed as \"Kitchen Design Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-kitchen_sink.svg" - }, - { - "key": "shop", - "value": "laundry", - "description": "shop=laundry is displayed as \"Laundry\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-laundry.svg" - }, - { - "key": "shop", - "value": "leather", - "description": "shop=leather is displayed as \"Leather Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-handbag.svg" - }, - { - "key": "shop", - "value": "lighting", - "description": "shop=lighting is displayed as \"Lighting Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-desk_lamp.svg" - }, - { - "key": "shop", - "value": "locksmith", - "description": "shop=locksmith is displayed as \"Locksmith\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-key.svg" - }, - { - "key": "shop", - "value": "lottery", - "description": "shop=lottery is displayed as \"Lottery Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "shop", - "value": "mall", - "description": "shop=mall is displayed as \"Mall\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "shop", - "value": "massage", - "description": "shop=massage is displayed as \"Massage Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-spa.svg" - }, - { - "key": "shop", - "value": "medical_supply", - "description": "shop=medical_supply is displayed as \"Medical Supply Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-crutch.svg" - }, - { - "key": "shop", - "value": "military_surplus", - "description": "shop=military_surplus is displayed as \"Military Surplus Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-military.svg" - }, - { - "key": "shop", - "value": "mobile_phone", - "description": "shop=mobile_phone is displayed as \"Mobile Phone Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "shop", - "value": "model", - "description": "shop=model is displayed as \"Model Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "money_lender", - "description": "shop=money_lender is displayed as \"Money Lender\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-money_hand.svg" - }, - { - "key": "shop", - "value": "motorcycle", - "description": "shop=motorcycle is displayed as \"Motorcycle Dealership\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-motorcycle.svg" - }, - { - "key": "shop", - "value": "motorcycle_repair", - "description": "shop=motorcycle_repair is displayed as \"Motorcycle Repair Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-motorcycle_repair.svg" - }, - { - "key": "shop", - "value": "music", - "description": "shop=music is displayed as \"Music Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-compact-disc.svg" - }, - { - "key": "shop", - "value": "musical_instrument", - "description": "shop=musical_instrument is displayed as \"Musical Instrument Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-guitar.svg" - }, - { - "key": "shop", - "value": "newsagent", - "description": "shop=newsagent is displayed as \"Newsstand\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-newspaper.svg" - }, - { - "key": "shop", - "value": "nutrition_supplements", - "description": "shop=nutrition_supplements is displayed as \"Nutrition Supplements Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-pills.svg" - }, - { - "key": "shop", - "value": "nuts", - "description": "shop=nuts is displayed as \"Nuts Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "optician", - "description": "shop=optician is displayed as \"Optician\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-optician.svg" - }, - { - "key": "shop", - "value": "outdoor", - "description": "shop=outdoor is displayed as \"Outdoors Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-compass.svg" - }, - { - "key": "shop", - "value": "outpost", - "description": "shop=outpost is displayed as \"Online Retailer Outpost\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "paint", - "description": "shop=paint is displayed as \"Paint Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-paint-roller.svg" - }, - { - "key": "shop", - "value": "party", - "description": "shop=party is displayed as \"Party Supply Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-balloon.svg" - }, - { - "key": "shop", - "value": "pasta", - "description": "shop=pasta is displayed as \"Pasta Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-plate-wheat.svg" - }, - { - "key": "shop", - "value": "pastry", - "description": "shop=pastry is displayed as \"Pastry Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-bakery.svg" - }, - { - "key": "shop", - "value": "pawnbroker", - "description": "shop=pawnbroker is displayed as \"Pawnshop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-money_hand.svg" - }, - { - "key": "shop", - "value": "perfumery", - "description": "shop=perfumery is displayed as \"Perfume Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-perfume.svg" - }, - { - "key": "shop", - "value": "pet", - "description": "shop=pet is displayed as \"Pet Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cat.svg" - }, - { - "key": "shop", - "value": "pet_grooming", - "description": "shop=pet_grooming is displayed as \"Pet Groomer\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-pet_grooming.svg" - }, - { - "key": "shop", - "value": "photo", - "description": "shop=photo is displayed as \"Photography Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-camera-retro.svg" - }, - { - "key": "shop", - "value": "pottery", - "description": "shop=pottery is displayed as \"Pottery Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-vase.svg" - }, - { - "key": "shop", - "value": "printer_ink", - "description": "shop=printer_ink is displayed as \"Printer Ink Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-print.svg" - }, - { - "key": "shop", - "value": "psychic", - "description": "shop=psychic is displayed as \"Psychic\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-psychic.svg" - }, - { - "key": "shop", - "value": "pyrotechnics", - "description": "shop=pyrotechnics is displayed as \"Fireworks Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-rocket_firework.svg" - }, - { - "key": "shop", - "value": "radiotechnics", - "description": "shop=radiotechnics is displayed as \"Radio/Electronic Component Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-microchip.svg" - }, - { - "key": "shop", - "value": "religion", - "description": "shop=religion is displayed as \"Religious Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "rental", - "description": "shop=rental is displayed as \"Rental Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-dolly.svg" - }, - { - "key": "shop", - "value": "repair", - "description": "shop=repair is displayed as \"Repair Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "shop", - "value": "rice", - "description": "shop=rice is displayed as \"Rice Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-bowl-rice.svg" - }, - { - "key": "shop", - "value": "scuba_diving", - "description": "shop=scuba_diving is displayed as \"Scuba Diving Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-scuba_diving.svg" - }, - { - "key": "shop", - "value": "seafood", - "description": "shop=seafood is displayed as \"Seafood Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-fish_cleaning.svg" - }, - { - "key": "shop", - "value": "second_hand", - "description": "shop=second_hand is displayed as \"Thrift Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "sewing", - "description": "shop=sewing is displayed as \"Sewing Supply Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-needle_and_spool.svg" - }, - { - "key": "shop", - "value": "shoe_repair", - "description": "shop=shoe_repair is displayed as \"Shoe Repair Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-hammer_shoe.svg" - }, - { - "key": "shop", - "value": "shoes", - "description": "shop=shoes is displayed as \"Shoe Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shoe.svg" - }, - { - "key": "shop", - "value": "spices", - "description": "shop=spices is displayed as \"Spice Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-spice_bottle.svg" - }, - { - "key": "shop", - "value": "sports", - "description": "shop=sports is displayed as \"Sporting Goods Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-futbol.svg" - }, - { - "key": "shop", - "value": "stationery", - "description": "shop=stationery is displayed as \"Stationery Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-paperclip.svg" - }, - { - "key": "shop", - "value": "storage_rental", - "description": "shop=storage_rental is displayed as \"Storage Rental\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-storage_rental.svg" - }, - { - "key": "shop", - "value": "supermarket", - "description": "shop=supermarket is displayed as \"Supermarket\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-grocery.svg" - }, - { - "key": "shop", - "value": "swimming_pool", - "description": "shop=swimming_pool is displayed as \"Pool Supply Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "shop", - "value": "tailor", - "description": "shop=tailor is displayed as \"Tailor\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-needle_and_spool.svg" - }, - { - "key": "shop", - "value": "tattoo", - "description": "shop=tattoo is displayed as \"Tattoo Parlor\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tattoo_machine.svg" - }, - { - "key": "shop", - "value": "tea", - "description": "shop=tea is displayed as \"Tea Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-teahouse.svg" - }, - { - "key": "shop", - "value": "telecommunication", - "description": "shop=telecommunication is displayed as \"Telecom Retail Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-telephone.svg" - }, - { - "key": "shop", - "value": "ticket", - "description": "shop=ticket is displayed as \"Ticket Seller\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "shop", - "value": "tiles", - "description": "shop=tiles is displayed as \"Tile Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tiling.svg" - }, - { - "key": "shop", - "value": "tobacco", - "description": "shop=tobacco is displayed as \"Tobacco Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-pipe.svg" - }, - { - "key": "shop", - "value": "tool_hire", - "description": "shop=tool_hire is displayed as \"Tool Rental\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "toys", - "description": "shop=toys is displayed as \"Toy Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-rocket.svg" - }, - { - "key": "shop", - "value": "trade", - "description": "shop=trade is displayed as \"Trade Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "travel_agency", - "description": "shop=travel_agency is displayed as \"Travel Agency\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-suitcase.svg" - }, - { - "key": "shop", - "value": "trophy", - "description": "shop=trophy is displayed as \"Trophy Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-trophy.svg" - }, - { - "key": "shop", - "value": "tyres", - "description": "shop=tyres is displayed as \"Tire Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tire.svg" - }, - { - "key": "shop", - "value": "vacuum_cleaner", - "description": "shop=vacuum_cleaner is displayed as \"Vacuum Cleaner Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-vacuum.svg" - }, - { - "key": "shop", - "value": "variety_store", - "description": "shop=variety_store is displayed as \"Discount Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "video", - "description": "shop=video is displayed as \"Video Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-movie_rental.svg" - }, - { - "key": "shop", - "value": "video_games", - "description": "shop=video_games is displayed as \"Video Game Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-gaming.svg" - }, - { - "key": "shop", - "value": "watches", - "description": "shop=watches is displayed as \"Watches Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-watch.svg" - }, - { - "key": "shop", - "value": "water", - "description": "shop=water is displayed as \"Drinking Water Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-water_bottle.svg" - }, - { - "key": "shop", - "value": "water_sports", - "description": "shop=water_sports is displayed as \"Watersport/Swim Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "shop", - "value": "weapons", - "description": "shop=weapons is displayed as \"Weapon Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-dagger.svg" - }, - { - "key": "shop", - "value": "wholesale", - "description": "shop=wholesale is displayed as \"Wholesale Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-warehouse.svg" - }, - { - "key": "shop", - "value": "wigs", - "description": "shop=wigs is displayed as \"Wig Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "window_blind", - "description": "shop=window_blind is displayed as \"Window Blind Store\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-window.svg" - }, - { - "key": "shop", - "value": "wine", - "description": "shop=wine is displayed as \"Wine Shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-alcohol-shop.svg" - }, - { - "key": "disused:shop", - "description": "disused:shop= is displayed as \"This shop is no longer used. It is vacant\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#shop_types", - "icon_url": "./assets/layers/shops/shop-disused.svg" - }, - { - "key": "brand", - "description": "Values of `brand` are shown with \"Part of {brand}\" and can be updated. The question is \"What is the brand of this shop?\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#brand", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "not:brand", - "value": "yes", - "description": "not:brand=yes is displayed as \"This shop does not have a specific brand, it is not part of a bigger chain\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#brand", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "second_hand", - "value": "only", - "description": "second_hand=only is displayed as \"This shop sells second-hand items only\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#second_hand", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "second_hand", - "value": "yes", - "description": "second_hand=yes is displayed as \"This shop sells second-hand items along with new items\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#second_hand", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "second_hand", - "value": "no", - "description": "second_hand=no is displayed as \"This shop only sells brand-new items\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#second_hand", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "payment:cash", - "value": "yes", - "description": "payment:cash=yes is displayed as \"Cash is accepted here\" by layers Bike repair/shop, Bicycle rental, Bicycle rental, Charging stations, Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#payment_options", - "icon_url": "./assets/layers/questions/cash.svg" - }, - { - "key": "payment:cards", - "value": "yes", - "description": "payment:cards=yes is displayed as \"Payment cards are accepted here\" by layers Bike repair/shop, Bicycle rental, Bicycle rental, Charging stations, Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#payment_options", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:qr_code", - "value": "yes", - "description": "payment:qr_code=yes is displayed as \"Payment by QR-code is possible here\" by layers Bike repair/shop, Bicycle rental, Bicycle rental, Charging stations, Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#payment_options", - "icon_url": "./assets/layers/questions/qrcode.svg" - }, - { - "key": "level", - "description": "Values of `level` are shown with \"Located on the {level}th floor\" and can be updated. The question is \"On what level is this feature located?\" by layers Bike repair/shop, Bicycle pump and repair, Charging stations, Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#single_level", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "location", - "value": "underground", - "description": "location=underground is displayed as \"Located underground\" by layers Bike repair/shop, Bicycle pump and repair, Charging stations, Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#single_level", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "level", - "value": "0", - "description": "level=0 is displayed as \"Located on the ground floor\" by layers Bike repair/shop, Bicycle pump and repair, Charging stations, Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#single_level", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "level", - "description": "level= is displayed as \"Located on the ground floor\" by layers Bike repair/shop, Bicycle pump and repair, Charging stations, Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#single_level", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "level", - "value": "1", - "description": "level=1 is displayed as \"Located on the first floor\" by layers Bike repair/shop, Bicycle pump and repair, Charging stations, Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#single_level", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "level", - "value": "-1", - "description": "level=-1 is displayed as \"Located on the first basement level\" by layers Bike repair/shop, Bicycle pump and repair, Charging stations, Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#single_level", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "service:print:A4", - "value": "yes", - "description": "service:print:A4=yes is displayed as \"This shop can print on papers of size A4\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#copyshop_print_sizes", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "service:print:A3", - "value": "yes", - "description": "service:print:A3=yes is displayed as \"This shop can print on papers of size A3\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#copyshop_print_sizes", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "service:print:A2", - "value": "yes", - "description": "service:print:A2=yes is displayed as \"This shop can print on papers of size A2\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#copyshop_print_sizes", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "service:print:A1", - "value": "yes", - "description": "service:print:A1=yes is displayed as \"This shop can print on papers of size A1\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#copyshop_print_sizes", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "service:print:A0", - "value": "yes", - "description": "service:print:A0=yes is displayed as \"This shop can print on papers of size A0\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#copyshop_print_sizes", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "service:binding", - "value": "yes", - "description": "service:binding=yes is displayed as \"This shop binds papers into a booklet\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#copyshop_binding", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "service:binding", - "value": "no", - "description": "service:binding=no is displayed as \"This shop does bind books\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#copyshop_binding", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "healthcare", - "value": "optometrist", - "description": "healthcare=optometrist is displayed as \"This shop offers eye exams by certified optometrists\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#optometrist_service", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "healthcare", - "value": "audiologist", - "description": "healthcare=audiologist is displayed as \"This shop offers hearing tests by a certified audiologist\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#optometrist_service", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "craft", - "value": "key_cutter", - "description": "craft=key_cutter is displayed as \"This shop is also specialized in key cutting\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#key_cutter", - "icon_url": "./assets/layers/id_presets/fas-key.svg" - }, - { - "key": "service:key_cutting", - "value": "yes", - "description": "service:key_cutting=yes is displayed as \"This shop offers key cutting as a service\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#key_cutter", - "icon_url": "./assets/layers/id_presets/fas-key.svg" - }, - { - "key": "craft", - "description": "craft= & service:key_cutting=no is displayed as \"This shops does not offer key cutting as a service\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#key_cutter", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "service:key_cutting", - "value": "no", - "description": "craft= & service:key_cutting=no is displayed as \"This shops does not offer key cutting as a service\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#key_cutter", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "service:bicycle:retail", - "value": "yes", - "description": "service:bicycle:retail=yes is displayed as \"This shop sells new bikes\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#sells_new_bikes", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "service:bicycle:retail", - "value": "no", - "description": "service:bicycle:retail=no is displayed as \"This shop doesn't sell new bikes\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#sells_new_bikes", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "service:bicycle:second_hand", - "value": "yes", - "description": "service:bicycle:second_hand=yes is displayed as \"This shop sells second-hand bikes\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#bike_second_hand", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "service:bicycle:second_hand", - "value": "no", - "description": "service:bicycle:second_hand=no is displayed as \"This shop doesn't sell second-hand bikes\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#bike_second_hand", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "service:bicycle:second_hand", - "value": "only", - "description": "service:bicycle:second_hand=only is displayed as \"This shop only sells second-hand bikes\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#bike_second_hand", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "yes", - "description": "service:bicycle:repair=yes is displayed as \"This shop repairs bikes\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#repairs_bikes", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "no", - "description": "service:bicycle:repair=no is displayed as \"This shop doesn't repair bikes\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#repairs_bikes", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "only_sold", - "description": "service:bicycle:repair=only_sold is displayed as \"This shop only repairs bikes bought here\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#repairs_bikes", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "brand", - "description": "service:bicycle:repair=brand is displayed as \"This shop only repairs bikes of a certain brand\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#repairs_bikes", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "service:bicycle:rental", - "value": "yes", - "description": "service:bicycle:rental=yes is displayed as \"This shop rents out bikes\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#bicycle_rental", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "service:bicycle:rental", - "value": "no", - "description": "service:bicycle:rental=no is displayed as \"This shop doesn't rent out bikes\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#bicycle_rental", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "rental", - "description": "Values of `rental` are shown with \"{rental} is rented here\" and can be updated. The question is \"What kind of bicycles and accessories are rented here?\" by layers Bike repair/shop, Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#bicycle_types", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "rental", - "value": "city_bike", - "description": "rental=city_bike is displayed as \"Normal city bikes can be rented here\" by layers Bike repair/shop, Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#bicycle_types", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "rental", - "value": "ebike", - "description": "rental=ebike is displayed as \"Electrical bikes can be rented here\" by layers Bike repair/shop, Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#bicycle_types", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "rental", - "value": "bmx", - "description": "rental=bmx is displayed as \"BMX bikes can be rented here\" by layers Bike repair/shop, Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#bicycle_types", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "rental", - "value": "mtb", - "description": "rental=mtb is displayed as \"Mountainbikes can be rented here\" by layers Bike repair/shop, Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#bicycle_types", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "rental", - "value": "kid_bike", - "description": "rental=kid_bike is displayed as \"Bikes for children can be rented here\" by layers Bike repair/shop, Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#bicycle_types", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "rental", - "value": "tandem", - "description": "rental=tandem is displayed as \"Tandem bicycles can be rented here\" by layers Bike repair/shop, Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#bicycle_types", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "rental", - "value": "racebike", - "description": "rental=racebike is displayed as \"Race bicycles can be rented here\" by layers Bike repair/shop, Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#bicycle_types", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "rental", - "value": "bike_helmet", - "description": "rental=bike_helmet is displayed as \"Bike helmets can be rented here\" by layers Bike repair/shop, Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#bicycle_types", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "rental", - "value": "cargo_bike", - "description": "rental=cargo_bike is displayed as \"Cargo bikes can be rented here\" by layers Bike repair/shop, Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#bicycle_types", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "capacity:city_bike", - "description": "Values of `capacity:city_bike` are shown with \"{capacity:city_bike} city bikes can be rented here\" and can be updated. The question is \"How many city bikes can be rented here?\" by layers Bike repair/shop, Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#rental_capacity_city_bike", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "capacity:ebike", - "description": "Values of `capacity:ebike` are shown with \"{capacity:ebike} electrical bikes can be rented here\" and can be updated. The question is \"How many electrical bikes can be rented here?\" by layers Bike repair/shop, Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#rental_capacity_ebike", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "capacity:kid_bike", - "description": "Values of `capacity:kid_bike` are shown with \"{capacity:kid_bike} bikes for children can be rented here\" and can be updated. The question is \"How many bikes for children can be rented here?\" by layers Bike repair/shop, Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#rental_capacity_kid_bike", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "capacity:bmx", - "description": "Values of `capacity:bmx` are shown with \"{capacity:bmx} BMX bikes can be rented here\" and can be updated. The question is \"How many BMX bikes can be rented here?\" by layers Bike repair/shop, Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#rental_capacity_bmx", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "capacity:mtb", - "description": "Values of `capacity:mtb` are shown with \"{capacity:mtb} mountainbikes can be rented here\" and can be updated. The question is \"How many mountainbikes can be rented here?\" by layers Bike repair/shop, Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#rental_capacity_mtb", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "capacity:bicycle_pannier", - "description": "Values of `capacity:bicycle_pannier` are shown with \"{capacity:bicycle_pannier} bicycle panniers can be rented here\" and can be updated. The question is \"How many bicycle panniers can be rented here?\" by layers Bike repair/shop, Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#rental_capacity_bicycle_pannier", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "capacity:tandem_bicycle", - "description": "Values of `capacity:tandem_bicycle` are shown with \"{capacity:tandem_bicycle} tandem can be rented here\" and can be updated. The question is \"How many tandem can be rented here?\" by layers Bike repair/shop, Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#rental_capacity_tandem_bicycle", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "service:bicycle:pump", - "value": "yes", - "description": "service:bicycle:pump=yes is displayed as \"This shop offers a bike pump for anyone\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#bike_pump_service", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "service:bicycle:pump", - "value": "no", - "description": "service:bicycle:pump=no is displayed as \"This shop doesn't offer a bike pump for anyone\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#bike_pump_service", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "service:bicycle:pump", - "value": "separate", - "description": "service:bicycle:pump=separate is displayed as \"There is bicycle pump, it is shown as a separate point\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#bike_pump_service", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "service:bicycle:diy", - "value": "yes", - "description": "service:bicycle:diy=yes is displayed as \"This shop offers tools for DIY bicycle repair\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#bike_repair_tools", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "service:bicycle:diy", - "value": "no", - "description": "service:bicycle:diy=no is displayed as \"This shop doesn't offer tools for DIY bicycle repair\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#bike_repair_tools", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "service:bicycle:diy", - "value": "only_sold", - "description": "service:bicycle:diy=only_sold is displayed as \"Tools for DIY bicycle repair are only available if you bought/hire the bike in the shop\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#bike_repair_tools", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "service:bicycle:cleaning", - "value": "yes", - "description": "service:bicycle:cleaning=yes is displayed as \"This shop cleans bicycles\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#bike_wash", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "service:bicycle:cleaning", - "value": "diy", - "description": "service:bicycle:cleaning=diy is displayed as \"This shop has an installation where one can clean bicycles themselves\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#bike_wash", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "service:bicycle:cleaning", - "value": "no", - "description": "service:bicycle:cleaning=no is displayed as \"This shop doesn't offer bicycle cleaning\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#bike_wash", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "service:bicycle:cleaning:charge", - "description": "Values of `service:bicycle:cleaning:charge` are shown with \"Using the cleaning service costs {service:bicycle:cleaning:charge}\" and can be updated. The question is \"How much does it cost to use the cleaning service?\" by layers Bike repair/shop, Bike cleaning service", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "service:bicycle:cleaning:fee", - "value": "no", - "description": "service:bicycle:cleaning:fee=no is displayed as \"The cleaning service is free to use\" by layers Bike repair/shop, Bike cleaning service", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "service:bicycle:cleaning:fee", - "value": "yes", - "description": "service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= is displayed as \"Free to use\" by layers Bike repair/shop, Bike cleaning service", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "service:bicycle:cleaning:charge", - "description": "service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= is displayed as \"Free to use\" by layers Bike repair/shop, Bike cleaning service", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "internet_access", - "value": "wlan", - "description": "internet_access=wlan is displayed as \"This place offers wireless internet access\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#internet", - "icon_url": "wifi" - }, - { - "key": "internet_access", - "value": "no", - "description": "internet_access=no is displayed as \"This place does not offer internet access\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#internet", - "icon_url": "wifi;cross_bottom_right:red" - }, - { - "key": "internet_access", - "value": "yes", - "description": "internet_access=yes is displayed as \"This place offers internet access\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#internet", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "internet_access", - "value": "terminal", - "description": "internet_access=terminal is displayed as \"This place offers internet access via a terminal or computer\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#internet", - "icon_url": "computer" - }, - { - "key": "internet_access", - "value": "wired", - "description": "internet_access=wired is displayed as \"This place offers wired internet access\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#internet", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "internet_access", - "value": "terminal;wifi", - "description": "internet_access=terminal;wifi is displayed as \"This place offers both wireless internet and internet access via a terminal or computer\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#internet", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "internet_access:fee", - "value": "yes", - "description": "internet_access:fee=yes is displayed as \"There is a fee for the internet access at this place\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#internet_fee", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "internet_access:fee", - "value": "no", - "description": "internet_access:fee=no is displayed as \"Internet access is free at this place\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#internet_fee", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "internet_access:fee", - "value": "customers", - "description": "internet_access:fee=customers is displayed as \"Internet access is free at this place, for customers only\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#internet_fee", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "internet_access:ssid", - "description": "Values of `internet_access:ssid` are shown with \"The network name is {internet_access:ssid}\" and can be updated. The question is \"What is the network name for the wireless internet access?\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#internet_ssid", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "internet_access:ssid", - "value": "Telekom", - "description": "internet_access:ssid=Telekom is displayed as \"Telekom\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#internet_ssid", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "organic", - "value": "yes", - "description": "organic=yes is displayed as \"This shop offers organic products\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#organic", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "organic", - "value": "only", - "description": "organic=only is displayed as \"This shop only offers organic products\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#organic", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "organic", - "value": "no", - "description": "organic=no is displayed as \"This shop does not offer organic products\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#organic", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "diet:sugar_free", - "value": "only", - "description": "diet:sugar_free=only is displayed as \"This shop only sells sugar free products\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#sugar_free", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "diet:sugar_free", - "value": "yes", - "description": "diet:sugar_free=yes is displayed as \"This shop has a big sugar free offering\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#sugar_free", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "diet:sugar_free", - "value": "limited", - "description": "diet:sugar_free=limited is displayed as \"This shop has a limited sugar free offering\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#sugar_free", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "diet:sugar_free", - "value": "no", - "description": "diet:sugar_free=no is displayed as \"This shop has no sugar free offering\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#sugar_free", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "diet:gluten_free", - "value": "only", - "description": "diet:gluten_free=only is displayed as \"This shop only sells gluten free products\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#gluten_free", - "icon_url": "./assets/layers/questions/glutenfree.svg" - }, - { - "key": "diet:gluten_free", - "value": "yes", - "description": "diet:gluten_free=yes is displayed as \"This shop has a big gluten free offering\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#gluten_free", - "icon_url": "./assets/layers/questions/glutenfree.svg" - }, - { - "key": "diet:gluten_free", - "value": "limited", - "description": "diet:gluten_free=limited is displayed as \"This shop has a limited gluten free offering\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#gluten_free", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "diet:gluten_free", - "value": "no", - "description": "diet:gluten_free=no is displayed as \"This shop has no gluten free offering\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#gluten_free", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "diet:lactose_free", - "value": "only", - "description": "diet:lactose_free=only is displayed as \"Only sells lactose free products\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#lactose_free", - "icon_url": "./assets/layers/questions/lactose_free.svg" - }, - { - "key": "diet:lactose_free", - "value": "yes", - "description": "diet:lactose_free=yes is displayed as \"Big lactose free offering\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#lactose_free", - "icon_url": "./assets/layers/questions/lactose_free.svg" - }, - { - "key": "diet:lactose_free", - "value": "limited", - "description": "diet:lactose_free=limited is displayed as \"Limited lactose free offering\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#lactose_free", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "diet:lactose_free", - "value": "no", - "description": "diet:lactose_free=no is displayed as \"No lactose free offering\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#lactose_free", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "dog", - "value": "yes", - "description": "dog=yes is displayed as \"Dogs are allowed\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_allowed.svg" - }, - { - "key": "dog", - "value": "no", - "description": "dog=no is displayed as \"Dogs are not allowed\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#dog_access", - "icon_url": "./assets/layers/questions/no_dogs.svg" - }, - { - "key": "dog", - "value": "leashed", - "description": "dog=leashed is displayed as \"Dogs are allowed, but they have to be leashed\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_leashed.svg" - }, - { - "key": "dog", - "value": "unleashed", - "description": "dog=unleashed is displayed as \"Dogs are allowed and can run around freely\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_allowed.svg" - }, - { - "key": "dog", - "value": "outside", - "description": "dog=outside is displayed as \"Dogs are allowed only outside\" by layer Bike repair/shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_outside.svg" - }, - { - "key": "description", - "description": "Values of `description` are shown with \"{description}\" and can be updated. The question is \"Is there still some relevant info that the previous questions did not cover? Feel free to add it here.\" by layers Bike repair/shop, Bike-related object, Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_shop.md#description", - "icon_url": "./assets/layers/bike_shop/repair_shop.svg" - }, - { - "key": "amenity", - "value": "bicycle_repair_station", - "description": "Features with this tag are displayed by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "service:bicycle:tools", - "value": "no", - "description": "service:bicycle:tools=no & service:bicycle:pump=yes is displayed as \"There is only a pump present\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_available_services", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "service:bicycle:pump", - "value": "yes", - "description": "service:bicycle:tools=no & service:bicycle:pump=yes is displayed as \"There is only a pump present\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_available_services", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "service:bicycle:tools", - "value": "yes", - "description": "service:bicycle:tools=yes & service:bicycle:pump=no is displayed as \"There are only tools (screwdrivers, pliers, …) present\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_available_services", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "service:bicycle:pump", - "value": "no", - "description": "service:bicycle:tools=yes & service:bicycle:pump=no is displayed as \"There are only tools (screwdrivers, pliers, …) present\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_available_services", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "service:bicycle:tools", - "value": "yes", - "description": "service:bicycle:tools=yes & service:bicycle:pump=yes is displayed as \"There are both tools and a pump present\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_available_services", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "service:bicycle:pump", - "value": "yes", - "description": "service:bicycle:tools=yes & service:bicycle:pump=yes is displayed as \"There are both tools and a pump present\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_available_services", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "service:bicycle:pump:operational_status", - "value": "broken", - "description": "service:bicycle:pump:operational_status=broken is displayed as \"The bike pump is broken\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#Operational_status", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "service:bicycle:pump:operational_status", - "value": "operational", - "description": "service:bicycle:pump:operational_status=operational is displayed as \"The bike pump is operational\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#Operational_status", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"When is this bicycle repair point open?\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#opening_hours_24_7", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "opening_hours", - "value": "24/7", - "description": "opening_hours=24/7 is displayed as \"24/7 opened (including holidays)\" by layers Bicycle pump and repair, Drinking water, Bike parking, Charging stations, Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#opening_hours_24_7", - "icon_url": "./assets/layers/questions/open24_7.svg" - }, - { - "key": "access", - "value": "yes", - "description": "access=yes is displayed as \"Publicly accessible\" by layers Bicycle pump and repair, Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#access", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "access", - "value": "public", - "description": "access=public is displayed as \"Publicly accessible\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#access", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "access", - "value": "customers", - "description": "access=customers is displayed as \"Only for customers\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#access", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "access", - "value": "private", - "description": "access=private is displayed as \"Not accessible to the general public\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#access", - "icon_url": "./assets/svg/invalid.svg" - }, - { - "key": "access", - "value": "no", - "description": "access=no is displayed as \"Not accessible to the general public\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#access", - "icon_url": "./assets/svg/invalid.svg" - }, - { - "key": "operator", - "description": "Values of `operator` are shown with \"Maintained by {operator}\" and can be updated. The question is \"Who maintains this cycle pump?\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_operator", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"{email}\" and can be updated. The question is \"What is the email address of the maintainer?\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_email", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"{phone}\" and can be updated. The question is \"What is the phone number of the maintainer?\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_phone", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "service:bicycle:chain_tool", - "value": "yes", - "description": "service:bicycle:chain_tool=yes is displayed as \"There is a chain tool\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_bike_chain_tool", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "service:bicycle:chain_tool", - "value": "no", - "description": "service:bicycle:chain_tool=no is displayed as \"There is no chain tool\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_bike_chain_tool", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "service:bicycle:stand", - "value": "yes", - "description": "service:bicycle:stand=yes is displayed as \"There is a hook or stand\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_bike_stand", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "service:bicycle:stand", - "value": "no", - "description": "service:bicycle:stand=no is displayed as \"There is no hook or stand\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_bike_stand", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "valves", - "description": "Values of `valves` are shown with \"This pump supports the following valves: {valves}\" and can be updated. The question is \"What valves are supported?\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_valves", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "valves", - "value": "sclaverand", - "description": "valves=sclaverand is displayed as \"Sclaverand/Presta (narrow-width bike tires)\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_valves", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "valves", - "value": "dunlop", - "description": "valves=dunlop is displayed as \"Dunlop\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_valves", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "valves", - "value": "schrader", - "description": "valves=schrader is displayed as \"Schrader (cars and mountainbikes)\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_valves", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "manual", - "value": "yes", - "description": "manual=yes is displayed as \"Manual pump\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_electrical_pump", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "manual", - "value": "no", - "description": "manual=no is displayed as \"Electrical pump\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_electrical_pump", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "manometer", - "value": "yes", - "description": "manometer=yes is displayed as \"There is a manometer\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_manometer", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "manometer", - "value": "no", - "description": "manometer=no is displayed as \"There is no manometer\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_manometer", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "manometer", - "value": "broken", - "description": "manometer=broken is displayed as \"There is manometer but it is broken\" by layer Bicycle pump and repair", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_repair_station.md#bike_repair_station_manometer", - "icon_url": "./assets/layers/bike_repair_station/repair_station.svg" - }, - { - "key": "amenity", - "value": "drinking_water", - "description": "Features with this tag are displayed by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "drinking_water", - "value": "yes", - "description": "Features with this tag are displayed by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "disused:amenity", - "value": "drinking_water", - "description": "Features with this tag are displayed by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "operational_status", - "description": "Values of `operational_status` are shown with \"The operational status is {operational_status}\" and can be updated. The question is \"Is this drinking water spot still operational?\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Still_in_use_", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "operational_status", - "description": "operational_status= & disused:amenity= is displayed as \"This drinking water works\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Still_in_use_", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "disused:amenity", - "description": "operational_status= & disused:amenity= is displayed as \"This drinking water works\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Still_in_use_", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "operational_status", - "value": "broken", - "description": "operational_status=broken is displayed as \"This drinking water is broken\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Still_in_use_", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "operational_status", - "value": "closed", - "description": "operational_status=closed is displayed as \"This drinking water is closed\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Still_in_use_", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "disused:amenity", - "value": "drinking_water", - "description": "disused:amenity=drinking_water is displayed as \"This drinking water is permanently closed\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Still_in_use_", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "fee", - "value": "no", - "description": "fee=no is displayed as \"Free to use\" by layers Drinking water, Bike parking, Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#fee", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "fee", - "value": "yes", - "description": "fee=yes is displayed as \"One needs to pay to use this drinking water point\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#fee", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "fountain", - "value": "bubbler", - "description": "fountain=bubbler is displayed as \"This is a bubbler fountain. A water jet to drink from is sent upwards, typically controlled by a push button.\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#type", - "icon_url": "./assets/layers/drinking_water/bubbler.svg" - }, - { - "key": "fountain", - "value": "bottle_refill", - "description": "fountain=bottle_refill is displayed as \"This is a bottle refill point where the water is sent downwards, typically controlled by a push button or a motion sensor. Drinking directly from the stream might be very hard or impossible.\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#type", - "icon_url": "./assets/layers/drinking_water/bottle.svg" - }, - { - "key": "man_made", - "value": "water_tap", - "description": "man_made=water_tap is displayed as \"This is a water tap. The water flows downward and the stream is controlled by a valve or push-button.\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#type", - "icon_url": "./assets/layers/drinking_water/tap.svg" - }, - { - "key": "bottle", - "value": "yes", - "description": "bottle=yes is displayed as \"It is easy to refill water bottles\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Bottle_refill", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "bottle", - "value": "no", - "description": "bottle=no is displayed as \"Water bottles may not fit\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Bottle_refill", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "iced_water", - "value": "yes", - "description": "iced_water=yes is displayed as \"Ice-cold water is provided here\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#temperature_cold", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "cold_water", - "value": "yes", - "description": "cold_water=yes is displayed as \"Actively cooled water is available here\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#temperature_cold", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "room_temperature_water", - "value": "yes", - "description": "room_temperature_water=yes is displayed as \"Ambient temperature water (without active cooling or heating) is available here\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#temperature_cold", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "warm_water", - "value": "yes", - "description": "warm_water=yes is displayed as \"Warmed water is provided here; the water is not dangerously hot\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#temperature_cold", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "hot_water", - "value": "yes", - "description": "hot_water=yes is displayed as \"Hot water is provided here\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#temperature_cold", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "seasonal", - "value": "no", - "description": "seasonal=no is displayed as \"Available all around the year\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#seasonal", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "seasonal", - "value": "summer", - "description": "seasonal=summer is displayed as \"Only available in summer\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#seasonal", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "seasonal", - "value": "spring;summer;autumn", - "description": "seasonal=spring;summer;autumn is displayed as \"Closed during the winter\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#seasonal", - "icon_url": "./assets/layers/drinking_water/no_winter.svg" - }, - { - "key": "seasonal", - "description": "seasonal!=no & seasonal~.+ & ((seasonal!~^(.*winter.*)$ & _now:date~^(....-(12|01|02)-..)$) | (seasonal!~^(.*spring.*)$ & _now:date~^(....-(03|04|05)-..)$) | (seasonal!~^(.*summer.*)$ & _now:date~^(....-(06|07|08)-..)$) | (seasonal!~^(.*autumn.*)$ & _now:date~^(....-(09|10|11)-..)$)) is displayed as \"This drinking water fountain is closed this season. As such, the opening hours are not shown.\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#opening_hours_24_7", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "tourism", - "value": "artwork", - "description": "tourism=artwork is displayed as \"This drinking water point has an integrated artwork\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#bench_artwork", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "not:tourism:artwork", - "value": "yes", - "description": "not:tourism:artwork=yes is displayed as \"This drinking water point does not have an integrated artwork\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#bench_artwork", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "tourism", - "description": "tourism= is displayed as \"This drinking water point probably doesn't have an integrated artwork\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#bench_artwork", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "description": "Values of `artwork_type` are shown with \"This is a {artwork_type}\" and can be updated. The question is \"What is the type of this artwork?\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "architecture", - "description": "artwork_type=architecture is displayed as \"Architecture\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "mural", - "description": "artwork_type=mural is displayed as \"Mural\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "painting", - "description": "artwork_type=painting is displayed as \"Painting\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "sculpture", - "description": "artwork_type=sculpture is displayed as \"Sculpture\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "statue", - "description": "artwork_type=statue is displayed as \"Statue\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "bust", - "description": "artwork_type=bust is displayed as \"Bust\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "stone", - "description": "artwork_type=stone is displayed as \"Stone\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "installation", - "description": "artwork_type=installation is displayed as \"Installation\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "graffiti", - "description": "artwork_type=graffiti is displayed as \"Graffiti\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "relief", - "description": "artwork_type=relief is displayed as \"Relief\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "azulejo", - "description": "artwork_type=azulejo is displayed as \"Azulejo (Spanish decorative tilework)\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "tilework", - "description": "artwork_type=tilework is displayed as \"Tilework\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "woodcarving", - "description": "artwork_type=woodcarving is displayed as \"Woodcarving\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artist:wikidata", - "description": "Values of `artist:wikidata` are shown with \"This artwork was made by {wikidata_label(artist:wikidata):font-weight:bold}
{wikipedia(artist:wikidata)}\" and can be updated. The question is \"Who made this artwork?\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artist_wikidata", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artist_name", - "description": "Values of `artist_name` are shown with \"Created by {artist_name}\" and can be updated. The question is \"Which artist created this?\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artist_name", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{link(More information on this website,&LBRACEwebsite&RBRACE,,,,)}\" and can be updated. The question is \"Is there a website with more information about this artwork?\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_website", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "subject:wikidata", - "description": "Values of `subject:wikidata` are shown with \"This artwork depicts {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}\" and can be updated. The question is \"What does this artwork depict?\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_subject", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "association", - "value": "cycling", - "description": "Features with this tag are displayed by layer Bike-related object", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_themed_object.md", - "icon_url": "./assets/layers/bike_themed_object/other_services.svg" - }, - { - "key": "association", - "value": "bicycle", - "description": "Features with this tag are displayed by layer Bike-related object", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_themed_object.md", - "icon_url": "./assets/layers/bike_themed_object/other_services.svg" - }, - { - "key": "ngo", - "value": "cycling", - "description": "Features with this tag are displayed by layer Bike-related object", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_themed_object.md", - "icon_url": "./assets/layers/bike_themed_object/other_services.svg" - }, - { - "key": "ngo", - "value": "bicycle", - "description": "Features with this tag are displayed by layer Bike-related object", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_themed_object.md", - "icon_url": "./assets/layers/bike_themed_object/other_services.svg" - }, - { - "key": "club", - "value": "bicycle", - "description": "Features with this tag are displayed by layer Bike-related object", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_themed_object.md", - "icon_url": "./assets/layers/bike_themed_object/other_services.svg" - }, - { - "key": "club", - "value": "cycling", - "description": "Features with this tag are displayed by layer Bike-related object", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_themed_object.md", - "icon_url": "./assets/layers/bike_themed_object/other_services.svg" - }, - { - "key": "service:bicycle:cleaning", - "value": "yes", - "description": "Features with this tag are displayed by layer Bike cleaning service", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_cleaning.md", - "icon_url": "./assets/layers/bike_cleaning/bike_cleaning.svg" - }, - { - "key": "service:bicycle:cleaning", - "value": "diy", - "description": "Features with this tag are displayed by layer Bike cleaning service", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_cleaning.md", - "icon_url": "./assets/layers/bike_cleaning/bike_cleaning.svg" - }, - { - "key": "amenity", - "value": "bicycle_wash", - "description": "Features with this tag are displayed by layer Bike cleaning service", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_cleaning.md", - "icon_url": "./assets/layers/bike_cleaning/bike_cleaning.svg" - }, - { - "key": "charge", - "description": "Values of `charge` are shown with \"Using the cleaning service costs {charge}\" and can be updated. The question is \"How much does it cost to use the cleaning service?\" by layer Bike cleaning service", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_cleaning.md#bike_cleaning_charge", - "icon_url": "./assets/layers/bike_cleaning/bike_cleaning.svg" - }, - { - "key": "fee", - "value": "no", - "description": "fee=no is displayed as \"This cleaning service is free to use\" by layer Bike cleaning service", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_cleaning.md#bike_cleaning_charge", - "icon_url": "./assets/layers/bike_cleaning/bike_cleaning.svg" - }, - { - "key": "fee", - "value": "yes", - "description": "fee=yes is displayed as \"There is a fee to use this cleaning service\" by layer Bike cleaning service", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_cleaning.md#bike_cleaning_charge", - "icon_url": "./assets/layers/bike_cleaning/bike_cleaning.svg" - }, - { - "key": "automated", - "value": "no", - "description": "automated=no is displayed as \"This is a manual bike washing station\" by layer Bike cleaning service", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_cleaning.md#automated", - "icon_url": "./assets/layers/bike_cleaning/bike_cleaning.svg" - }, - { - "key": "automated", - "value": "yes", - "description": "automated=yes is displayed as \"This is an automated bike wash\" by layer Bike cleaning service", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_cleaning.md#automated", - "icon_url": "./assets/layers/bike_cleaning/bike_cleaning.svg" - }, - { - "key": "self_service", - "value": "yes", - "description": "self_service=yes is displayed as \"This cleaning service is self-service\" by layer Bike cleaning service", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_cleaning.md#self_service", - "icon_url": "./assets/layers/bike_cleaning/bike_cleaning.svg" - }, - { - "key": "self_service", - "value": "no", - "description": "self_service=no is displayed as \"This cleaning service is operated by an employee\" by layer Bike cleaning service", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_cleaning.md#self_service", - "icon_url": "./assets/layers/bike_cleaning/bike_cleaning.svg" - }, - { - "key": "amenity", - "value": "bicycle_rental", - "description": "Features with this tag are displayed by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental_non_docking.md", - "icon_url": "./assets/themes/cyclofix/key.svg" - }, - { - "key": "bicycle_rental", - "description": "Features with this tag are displayed by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental_non_docking.md", - "icon_url": "./assets/themes/cyclofix/key.svg" - }, - { - "key": "service:bicycle:rental", - "value": "yes", - "description": "Features with this tag are displayed by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental_non_docking.md", - "icon_url": "./assets/themes/cyclofix/key.svg" - }, - { - "key": "rental", - "description": "Features with this tag are displayed by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental_non_docking.md", - "icon_url": "./assets/themes/cyclofix/key.svg" - }, - { - "key": "shop", - "value": "rental", - "description": "shop=rental & bicycle_rental=shop is displayed as \"This is a shop whose main focus is bicycle rental\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental_non_docking.md#bicycle_rental_type", - "icon_url": "./assets/themes/cyclofix/key.svg" - }, - { - "key": "bicycle_rental", - "value": "shop", - "description": "shop=rental & bicycle_rental=shop is displayed as \"This is a shop whose main focus is bicycle rental\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental_non_docking.md#bicycle_rental_type", - "icon_url": "./assets/themes/cyclofix/key.svg" - }, - { - "key": "shop", - "value": "rental", - "description": "shop=rental is displayed as \"This is a rental business which rents out various objects and/or vehicles. It rents out bicycles too, but this is not the main focus\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental_non_docking.md#bicycle_rental_type", - "icon_url": "./assets/themes/cyclofix/key.svg" - }, - { - "key": "service:bicycle:rental", - "value": "yes", - "description": "service:bicycle:rental=yes & shop=bicycle is displayed as \"This is a shop which sells or repairs bicycles, but also rents out bicycles\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental_non_docking.md#bicycle_rental_type", - "icon_url": "./assets/themes/cyclofix/key.svg" - }, - { - "key": "shop", - "value": "bicycle", - "description": "service:bicycle:rental=yes & shop=bicycle is displayed as \"This is a shop which sells or repairs bicycles, but also rents out bicycles\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental_non_docking.md#bicycle_rental_type", - "icon_url": "./assets/themes/cyclofix/key.svg" - }, - { - "key": "bicycle_rental", - "value": "docking_station", - "description": "bicycle_rental=docking_station is displayed as \"This is an automated docking station, where a bicycle is mechanically locked to a structure\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental_non_docking.md#bicycle_rental_type", - "icon_url": "./assets/themes/cyclofix/key.svg" - }, - { - "key": "bicycle_rental", - "value": "key_dispensing_machine", - "description": "bicycle_rental=key_dispensing_machine is displayed as \"A machine is present which dispenses and accepts keys, eventually after authentication and/or payment. The bicycles are parked nearby\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental_non_docking.md#bicycle_rental_type", - "icon_url": "./assets/themes/cyclofix/key.svg" - }, - { - "key": "bicycle_rental", - "value": "dropoff_point", - "description": "bicycle_rental=dropoff_point is displayed as \"This is a dropoff point, e.g. a reserved parking to place the bicycles clearly marked as being for the rental service only\" by layer Bicycle rental", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental_non_docking.md#bicycle_rental_type", - "icon_url": "./assets/themes/cyclofix/key.svg" - }, - { - "key": "payment:app", - "value": "yes", - "description": "payment:app=yes is displayed as \"Payment is done using a dedicated app\" by layers Bicycle rental, Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental_non_docking.md#payment_options_advanced", - "icon_url": "./assets/layers/questions/smartphone.svg" - }, - { - "key": "payment:membership_card", - "value": "yes", - "description": "payment:membership_card=yes is displayed as \"Payment is done using a membership card\" by layers Bicycle rental, Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_rental_non_docking.md#payment_options_advanced", - "icon_url": "./assets/layers/questions/nfc_card.svg" - }, - { - "key": "amenity", - "value": "bicycle_library", - "description": "Features with this tag are displayed by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This bicycle library is called {name}\" and can be updated. The question is \"What is the name of this bicycle library?\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#bicycle_library_name", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "charge", - "description": "Values of `charge` are shown with \"Lending a bicycle costs {charge}\" and can be updated. The question is \"How much does lending a bicycle cost?\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#bicycle_library_charge", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "fee", - "value": "no", - "description": "fee=no & charge= is displayed as \"Lending a bicycle is free\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#bicycle_library_charge", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "charge", - "description": "fee=no & charge= is displayed as \"Lending a bicycle is free\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#bicycle_library_charge", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "fee", - "value": "yes", - "description": "fee=yes & charge=€20warranty + €20/year is displayed as \"Lending a bicycle costs €20/year and €20 warranty\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#bicycle_library_charge", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "charge", - "value": "€20warranty + €20/year", - "description": "fee=yes & charge=€20warranty + €20/year is displayed as \"Lending a bicycle costs €20/year and €20 warranty\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#bicycle_library_charge", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "bicycle_library:for", - "value": "child", - "description": "bicycle_library:for=child is displayed as \"Bikes for children available\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#bicycle_library_target_group", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "bicycle_library:for", - "value": "adult", - "description": "bicycle_library:for=adult is displayed as \"Bikes for adult available\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#bicycle_library_target_group", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "bicycle_library:for", - "value": "disabled", - "description": "bicycle_library:for=disabled is displayed as \"Bikes for disabled persons available\" by layer Bicycle library", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_library.md#bicycle_library_target_group", - "icon_url": "./assets/layers/bicycle_library/bicycle_library.svg" - }, - { - "key": "amenity", - "value": "bicycle_parking", - "description": "Features with this tag are displayed by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "bicycle_parking", - "description": "Values of `bicycle_parking` are shown with \"This is a bicycle parking of the type: {bicycle_parking}\" and can be updated. The question is \"What is the type of this bicycle parking?\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "bicycle_parking", - "value": "stands", - "description": "bicycle_parking=stands is displayed as \"Stands\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/staple.svg" - }, - { - "key": "bicycle_parking", - "value": "safe_loops", - "description": "bicycle_parking=safe_loops is displayed as \"Rack with side loops\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/safe_loops.svg" - }, - { - "key": "bicycle_parking", - "value": "wall_loops", - "description": "bicycle_parking=wall_loops is displayed as \"Wheelbenders / rack\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/wall_loops.svg" - }, - { - "key": "bicycle_parking", - "value": "handlebar_holder", - "description": "bicycle_parking=handlebar_holder is displayed as \"Handlebar holder\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/handlebar_holder.svg" - }, - { - "key": "bicycle_parking", - "value": "rack", - "description": "bicycle_parking=rack is displayed as \"Rack\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/rack.svg" - }, - { - "key": "bicycle_parking", - "value": "two_tier", - "description": "bicycle_parking=two_tier is displayed as \"Two-tiered\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/two_tier.svg" - }, - { - "key": "bicycle_parking", - "value": "shed", - "description": "bicycle_parking=shed is displayed as \"Shed\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/shed.svg" - }, - { - "key": "bicycle_parking", - "value": "bollard", - "description": "bicycle_parking=bollard is displayed as \"Bollard\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/bollard.svg" - }, - { - "key": "bicycle_parking", - "value": "floor", - "description": "bicycle_parking=floor is displayed as \"An area on the floor which is marked for bicycle parking\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "bicycle_parking", - "value": "lockers", - "description": "bicycle_parking=lockers is displayed as \"A locker - the bicycles are enclosed completely individually or with a few bicycles together. The locker is too small to fit a person standing..\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "bicycle_parking", - "value": "lean_and_stick", - "description": "bicycle_parking=lean_and_stick is displayed as \"A lean-to bracket with possibility to use a lock through eyelet. The seat tube can be held by the stand by an anchor\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "location", - "value": "underground", - "description": "location=underground is displayed as \"Underground parking\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#location", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "location", - "value": "surface", - "description": "location=surface is displayed as \"Surface level parking\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#location", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "location", - "value": "rooftop", - "description": "location=rooftop is displayed as \"Rooftop parking\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#location", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "location", - "description": "location= is displayed as \"Surface level parking\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#location", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "building", - "value": "bicycle_shed", - "description": "building=bicycle_shed is displayed as \"This is a bicycle shed (with walls on at least three sides)\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#covered_and_building", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "building", - "value": "roof", - "description": "building=roof is displayed as \"This is a bicycle parking under a roof; the roof only serves the bicycle parking\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#covered_and_building", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "indoor", - "value": "yes", - "description": "indoor=yes is displayed as \"This bicycle parking is located in a building behind a door or gate\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#covered_and_building", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "indoor", - "value": "no", - "description": "indoor=no & covered=yes is displayed as \"This bicycle parking is under (a part of) a building\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#covered_and_building", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "covered", - "value": "yes", - "description": "indoor=no & covered=yes is displayed as \"This bicycle parking is under (a part of) a building\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#covered_and_building", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "covered", - "value": "yes", - "description": "covered=yes is displayed as \"This parking is covered (it has a roof)\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#covered_and_building", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "covered", - "value": "no", - "description": "covered=no is displayed as \"This parking is not covered\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#covered_and_building", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "capacity", - "description": "Values of `capacity` are shown with \"Place for {capacity} bikes\" and can be updated. The question is \"How many bicycles fit in this bicycle parking?\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Capacity", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "access", - "description": "Values of `access` are shown with \"{access}\" and can be updated. The question is \"Who can use this bicycle parking?\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Access", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "access", - "value": "customers", - "description": "access=customers is displayed as \"Access is primarily for visitors to a business\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Access", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "access", - "value": "members", - "description": "access=members is displayed as \"Access is limited to members of a school, company or organisation\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Access", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "access", - "value": "private", - "description": "access=private is displayed as \"Private bicycle parking which is never available to the public, also not via a membership fee\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Access", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "fee", - "value": "yes", - "description": "fee=yes is displayed as \"One has to pay to use this bicycle parking\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#fee", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "charge", - "description": "Values of `charge` are shown with \"Parking your bike costs {charge}\" and can be updated. The question is \"How much does it cost to park your bike here?\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#charge", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "operator", - "description": "Values of `operator` are shown with \"This bicycle parking is maintained by {operator}\" and can be updated. The question is \"Who maintains this bicycle parking?\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#operator", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "operator:phone", - "description": "Values of `operator:phone` are shown with \"{operator:phone}\" and can be updated. The question is \"What is the phone number of the operator of this bicycle parking?\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#operator_phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "phone", - "description": "phone~.+ is displayed as \"{phone}\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#operator_phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "contact:phone", - "description": "contact:phone~.+ is displayed as \"{contact:phone}\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#operator_phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "operator:website", - "description": "Values of `operator:website` are shown with \"{operator:website}\" and can be updated. The question is \"What is the website number of the operator of this bicycle parking?\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#operator_website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "website", - "description": "website~.+ is displayed as \"{website}\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#operator_website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#operator_website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "operator:email", - "description": "Values of `operator:email` are shown with \"{operator:email}\" and can be updated. The question is \"What is the email address of the operator of this bicycle parking?\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#operator_email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "cargo_bike", - "value": "yes", - "description": "cargo_bike=yes is displayed as \"This parking has room for cargo bikes\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Cargo_bike_spaces_", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "cargo_bike", - "value": "designated", - "description": "cargo_bike=designated is displayed as \"This parking has designated (official) spots for cargo bikes.\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Cargo_bike_spaces_", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "cargo_bike", - "value": "no", - "description": "cargo_bike=no is displayed as \"You're not allowed to park cargo bikes or there are no places provided for cargo bikes\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Cargo_bike_spaces_", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "capacity:cargo_bike", - "description": "Values of `capacity:cargo_bike` are shown with \"This parking fits {capacity:cargo_bike} cargo bikes\" and can be updated. The question is \"How many cargo bicycles fit in this bicycle parking?\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Cargo_bike_capacity_", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "cargo_bike", - "value": "no", - "description": "cargo_bike=no is displayed as \"There are no dedicated spaces for cargo bikes here or parking cargo bikes here is not allowed\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Cargo_bike_capacity_", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "maxstay", - "description": "Values of `maxstay` are shown with \"A bike can be parked here for at most {canonical(maxstay)}\" and can be updated. The question is \"What is the maximum allowed parking duration?\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#maxstay", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "amenity", - "value": "charging_station", - "description": "Features with this tag are displayed by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "disused:amenity", - "value": "charging_station", - "description": "Features with this tag are displayed by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "planned:amenity", - "value": "charging_station", - "description": "Features with this tag are displayed by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "construction:amenity", - "value": "charging_station", - "description": "Features with this tag are displayed by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "bicycle", - "value": "yes", - "description": "Features with this tag are displayed by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "bicycle", - "value": "yes", - "description": "bicycle=yes is displayed as \"Bicycles can be charged here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Type", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "motorcar", - "value": "yes", - "description": "motorcar=yes is displayed as \"Cars can be charged here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Type", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "scooter", - "value": "yes", - "description": "scooter=yes is displayed as \"Scooters can be charged here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Type", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "hgv", - "value": "yes", - "description": "hgv=yes is displayed as \"Heavy good vehicles (such as trucks) can be charged here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Type", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "bus", - "value": "yes", - "description": "bus=yes is displayed as \"Buses can be charged here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Type", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "access", - "description": "Values of `access` are shown with \"Access is {access}\" and can be updated. The question is \"Who is allowed to use this charging station?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#access", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "access", - "value": "yes", - "description": "access=yes is displayed as \"Anyone can use this charging station (payment might be needed)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#access", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "access", - "value": "public", - "description": "access=public is displayed as \"Anyone can use this charging station (payment might be needed)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#access", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "access", - "value": "customers", - "description": "access=customers is displayed as \"Only customers of the place this station belongs to can use this charging station
E.g. a charging station operated by hotel which is only usable by their guests\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#access", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "access", - "value": "key", - "description": "access=key is displayed as \"A key must be requested to access this charging station
E.g. a charging station operated by hotel which is only usable by their guests, which receive a key from the reception to unlock the charging station\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#access", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "access", - "value": "private", - "description": "access=private is displayed as \"Not accessible to the general public (e.g. only accessible to the owners, employees, ...)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#access", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "access", - "value": "permissive", - "description": "access=permissive is displayed as \"This charging station is accessible to the public during certain hours or conditions. Restrictions might apply, but general use is allowed.\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#access", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "capacity", - "description": "Values of `capacity` are shown with \"{capacity} vehicles can be charged here at the same time\" and can be updated. The question is \"How much vehicles can be charged here at the same time?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#capacity", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:schuko", - "value": "1", - "description": "socket:schuko=1 is displayed as \"Schuko wall plug without ground pin (CEE7/4 type F)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/CEE7_4F.svg" - }, - { - "key": "socket:schuko", - "description": "socket:schuko~.+ & socket:schuko!=1 is displayed as \"Schuko wall plug without ground pin (CEE7/4 type F)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/CEE7_4F.svg" - }, - { - "key": "socket:typee", - "value": "1", - "description": "socket:typee=1 is displayed as \"European wall plug with ground pin (CEE7/4 type E)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/TypeE.svg" - }, - { - "key": "socket:typee", - "description": "socket:typee~.+ & socket:typee!=1 is displayed as \"European wall plug with ground pin (CEE7/4 type E)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/TypeE.svg" - }, - { - "key": "socket:chademo", - "value": "1", - "description": "socket:chademo=1 is displayed as \"Chademo\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Chademo_type4.svg" - }, - { - "key": "socket:chademo", - "description": "socket:chademo~.+ & socket:chademo!=1 is displayed as \"Chademo\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Chademo_type4.svg" - }, - { - "key": "socket:type1_cable", - "value": "1", - "description": "socket:type1_cable=1 is displayed as \"Type 1 with cable (J1772)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type1_J1772.svg" - }, - { - "key": "socket:type1_cable", - "description": "socket:type1_cable~.+ & socket:type1_cable!=1 is displayed as \"Type 1 with cable (J1772)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type1_J1772.svg" - }, - { - "key": "socket:type1", - "value": "1", - "description": "socket:type1=1 is displayed as \"Type 1 without cable (J1772)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type1_J1772.svg" - }, - { - "key": "socket:type1", - "description": "socket:type1~.+ & socket:type1!=1 is displayed as \"Type 1 without cable (J1772)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type1_J1772.svg" - }, - { - "key": "socket:type1_combo", - "value": "1", - "description": "socket:type1_combo=1 is displayed as \"Type 1 CCS (aka Type 1 Combo)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type1-ccs.svg" - }, - { - "key": "socket:type1_combo", - "description": "socket:type1_combo~.+ & socket:type1_combo!=1 is displayed as \"Type 1 CCS (aka Type 1 Combo)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type1-ccs.svg" - }, - { - "key": "socket:tesla_supercharger", - "value": "1", - "description": "socket:tesla_supercharger=1 is displayed as \"Tesla Supercharger\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg" - }, - { - "key": "socket:tesla_supercharger", - "description": "socket:tesla_supercharger~.+ & socket:tesla_supercharger!=1 is displayed as \"Tesla Supercharger\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg" - }, - { - "key": "socket:type2", - "value": "1", - "description": "socket:type2=1 is displayed as \"Type 2 (mennekes)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type2_socket.svg" - }, - { - "key": "socket:type2", - "description": "socket:type2~.+ & socket:type2!=1 is displayed as \"Type 2 (mennekes)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type2_socket.svg" - }, - { - "key": "socket:type2_combo", - "value": "1", - "description": "socket:type2_combo=1 is displayed as \"Type 2 CCS (mennekes)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type2_CCS.svg" - }, - { - "key": "socket:type2_combo", - "description": "socket:type2_combo~.+ & socket:type2_combo!=1 is displayed as \"Type 2 CCS (mennekes)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type2_CCS.svg" - }, - { - "key": "socket:type2_cable", - "value": "1", - "description": "socket:type2_cable=1 is displayed as \"Type 2 with cable (mennekes)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type2_tethered.svg" - }, - { - "key": "socket:type2_cable", - "description": "socket:type2_cable~.+ & socket:type2_cable!=1 is displayed as \"Type 2 with cable (mennekes)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type2_tethered.svg" - }, - { - "key": "socket:tesla_supercharger_ccs", - "value": "1", - "description": "socket:tesla_supercharger_ccs=1 is displayed as \"Tesla Supercharger CCS (a branded type2_css)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type2_CCS.svg" - }, - { - "key": "socket:tesla_supercharger_ccs", - "description": "socket:tesla_supercharger_ccs~.+ & socket:tesla_supercharger_ccs!=1 is displayed as \"Tesla Supercharger CCS (a branded type2_css)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type2_CCS.svg" - }, - { - "key": "socket:tesla_destination", - "value": "1", - "description": "socket:tesla_destination=1 is displayed as \"Tesla Supercharger (destination)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg" - }, - { - "key": "socket:tesla_destination", - "description": "socket:tesla_destination~.+ & socket:tesla_destination!=1 & _country=us is displayed as \"Tesla Supercharger (destination)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg" - }, - { - "key": "socket:tesla_destination", - "value": "1", - "description": "socket:tesla_destination=1 is displayed as \"Tesla supercharger (destination) (A Type 2 with cable branded as tesla)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type2_tethered.svg" - }, - { - "key": "socket:tesla_destination", - "description": "socket:tesla_destination~.+ & socket:tesla_destination!=1 & _country!=us is displayed as \"Tesla supercharger (destination) (A Type 2 with cable branded as tesla)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type2_tethered.svg" - }, - { - "key": "socket:USB-A", - "value": "1", - "description": "socket:USB-A=1 is displayed as \"USB to charge phones and small electronics\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/usb_port.svg" - }, - { - "key": "socket:USB-A", - "description": "socket:USB-A~.+ & socket:USB-A!=1 is displayed as \"USB to charge phones and small electronics\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/usb_port.svg" - }, - { - "key": "socket:bosch_3pin", - "value": "1", - "description": "socket:bosch_3pin=1 is displayed as \"Bosch Active Connect with 3 pins and cable\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/bosch-3pin.svg" - }, - { - "key": "socket:bosch_3pin", - "description": "socket:bosch_3pin~.+ & socket:bosch_3pin!=1 is displayed as \"Bosch Active Connect with 3 pins and cable\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/bosch-3pin.svg" - }, - { - "key": "socket:bosch_5pin", - "value": "1", - "description": "socket:bosch_5pin=1 is displayed as \"Bosch Active Connect with 5 pins and cable\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/bosch-5pin.svg" - }, - { - "key": "socket:bosch_5pin", - "description": "socket:bosch_5pin~.+ & socket:bosch_5pin!=1 is displayed as \"Bosch Active Connect with 5 pins and cable\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/bosch-5pin.svg" - }, - { - "key": "socket:bs1363", - "value": "1", - "description": "socket:bs1363=1 is displayed as \"BS1363 (Type G)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/bs1363.svg" - }, - { - "key": "socket:bs1363", - "description": "socket:bs1363~.+ & socket:bs1363!=1 is displayed as \"BS1363 (Type G)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/bs1363.svg" - }, - { - "key": "socket:nema5_15", - "value": "1", - "description": "socket:nema5_15=1 is displayed as \"NEMA 5-15 (Type B)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/nema-5-15.svg" - }, - { - "key": "socket:nema5_15", - "description": "socket:nema5_15~.+ & socket:nema5_15!=1 is displayed as \"NEMA 5-15 (Type B)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/nema-5-15.svg" - }, - { - "key": "socket:sev1011_t23", - "value": "1", - "description": "socket:sev1011_t23=1 is displayed as \"SEV 1011 T23 (Type J)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/typej.svg" - }, - { - "key": "socket:sev1011_t23", - "description": "socket:sev1011_t23~.+ & socket:sev1011_t23!=1 is displayed as \"SEV 1011 T23 (Type J)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/typej.svg" - }, - { - "key": "socket:as3112", - "value": "1", - "description": "socket:as3112=1 is displayed as \"AS3112 (Type I)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/as3112.svg" - }, - { - "key": "socket:as3112", - "description": "socket:as3112~.+ & socket:as3112!=1 is displayed as \"AS3112 (Type I)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/as3112.svg" - }, - { - "key": "socket:nema_5_20", - "value": "1", - "description": "socket:nema_5_20=1 is displayed as \"NEMA 5-20 (Type B)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/nema-5-20.svg" - }, - { - "key": "socket:nema_5_20", - "description": "socket:nema_5_20~.+ & socket:nema_5_20!=1 is displayed as \"NEMA 5-20 (Type B)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/nema-5-20.svg" - }, - { - "key": "socket:schuko", - "description": "Values of `socket:schuko` are shown with \"There are {socket:schuko} plugs of type Schuko wall plug without ground pin (CEE7/4 type F) available here\" and can be updated. The question is \"How much plugs of type Schuko wall plug without ground pin (CEE7/4 type F) are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#plugs_amount_socket_schuko", - "icon_url": "./assets/layers/charging_station/CEE7_4F.svg" - }, - { - "key": "socket:schuko:voltage", - "description": "Values of `socket:schuko:voltage` are shown with \"Schuko wall plug without ground pin (CEE7/4 type F) outputs {canonical(socket:schuko:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Schuko wall plug without ground pin (CEE7/4 type F) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_schuko", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:schuko:voltage", - "value": "230", - "description": "socket:schuko:voltage=230 is displayed as \"Schuko wall plug without ground pin (CEE7/4 type F) outputs 230 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_schuko", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:schuko:current", - "description": "Values of `socket:schuko:current` are shown with \"Schuko wall plug without ground pin (CEE7/4 type F) outputs at most {canonical(socket:schuko:current)}\" and can be updated. The question is \"What current do the plugs with Schuko wall plug without ground pin (CEE7/4 type F) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_schuko", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:schuko:current", - "value": "16", - "description": "socket:schuko:current=16 is displayed as \"Schuko wall plug without ground pin (CEE7/4 type F) outputs at most 16 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_schuko", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:schuko:output", - "description": "Values of `socket:schuko:output` are shown with \"Schuko wall plug without ground pin (CEE7/4 type F) outputs at most {canonical(socket:schuko:output)}\" and can be updated. The question is \"What power output does a single plug of type Schuko wall plug without ground pin (CEE7/4 type F) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_schuko", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:schuko:output", - "value": "3.6 kW", - "description": "socket:schuko:output=3.6 kW is displayed as \"Schuko wall plug without ground pin (CEE7/4 type F) outputs at most 3.6 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_schuko", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:typee", - "description": "Values of `socket:typee` are shown with \"There are {socket:typee} plugs of type European wall plug with ground pin (CEE7/4 type E) available here\" and can be updated. The question is \"How much plugs of type European wall plug with ground pin (CEE7/4 type E) are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#plugs_amount_socket_typee", - "icon_url": "./assets/layers/charging_station/TypeE.svg" - }, - { - "key": "socket:typee:voltage", - "description": "Values of `socket:typee:voltage` are shown with \"European wall plug with ground pin (CEE7/4 type E) outputs {canonical(socket:typee:voltage)}\" and can be updated. The question is \"What voltage do the plugs with European wall plug with ground pin (CEE7/4 type E) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_typee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:typee:voltage", - "value": "230", - "description": "socket:typee:voltage=230 is displayed as \"European wall plug with ground pin (CEE7/4 type E) outputs 230 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_typee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:typee:current", - "description": "Values of `socket:typee:current` are shown with \"European wall plug with ground pin (CEE7/4 type E) outputs at most {canonical(socket:typee:current)}\" and can be updated. The question is \"What current do the plugs with European wall plug with ground pin (CEE7/4 type E) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_typee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:typee:current", - "value": "16", - "description": "socket:typee:current=16 is displayed as \"European wall plug with ground pin (CEE7/4 type E) outputs at most 16 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_typee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:typee:output", - "description": "Values of `socket:typee:output` are shown with \"European wall plug with ground pin (CEE7/4 type E) outputs at most {canonical(socket:typee:output)}\" and can be updated. The question is \"What power output does a single plug of type European wall plug with ground pin (CEE7/4 type E) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_typee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:typee:output", - "value": "3 kW", - "description": "socket:typee:output=3 kW is displayed as \"European wall plug with ground pin (CEE7/4 type E) outputs at most 3 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_typee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:typee:output", - "value": "22 kW", - "description": "socket:typee:output=22 kW is displayed as \"European wall plug with ground pin (CEE7/4 type E) outputs at most 22 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_typee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:chademo", - "description": "Values of `socket:chademo` are shown with \"There are {socket:chademo} plugs of type Chademo available here\" and can be updated. The question is \"How much plugs of type Chademo are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#plugs_amount_socket_chademo", - "icon_url": "./assets/layers/charging_station/Chademo_type4.svg" - }, - { - "key": "socket:chademo:voltage", - "description": "Values of `socket:chademo:voltage` are shown with \"Chademo outputs {canonical(socket:chademo:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Chademo offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_chademo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:chademo:voltage", - "value": "500", - "description": "socket:chademo:voltage=500 is displayed as \"Chademo outputs 500 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_chademo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:chademo:current", - "description": "Values of `socket:chademo:current` are shown with \"Chademo outputs at most {canonical(socket:chademo:current)}\" and can be updated. The question is \"What current do the plugs with Chademo offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_chademo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:chademo:current", - "value": "120", - "description": "socket:chademo:current=120 is displayed as \"Chademo outputs at most 120 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_chademo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:chademo:output", - "description": "Values of `socket:chademo:output` are shown with \"Chademo outputs at most {canonical(socket:chademo:output)}\" and can be updated. The question is \"What power output does a single plug of type Chademo offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_chademo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:chademo:output", - "value": "50 kW", - "description": "socket:chademo:output=50 kW is displayed as \"Chademo outputs at most 50 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_chademo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_cable", - "description": "Values of `socket:type1_cable` are shown with \"There are {socket:type1_cable} plugs of type Type 1 with cable (J1772) available here\" and can be updated. The question is \"How much plugs of type Type 1 with cable (J1772) are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#plugs_amount_socket_type1_cable", - "icon_url": "./assets/layers/charging_station/Type1_J1772.svg" - }, - { - "key": "socket:type1_cable:voltage", - "description": "Values of `socket:type1_cable:voltage` are shown with \"Type 1 with cable (J1772) outputs {canonical(socket:type1_cable:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Type 1 with cable (J1772) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_type1_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_cable:voltage", - "value": "200", - "description": "socket:type1_cable:voltage=200 is displayed as \"Type 1 with cable (J1772) outputs 200 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_type1_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_cable:voltage", - "value": "240", - "description": "socket:type1_cable:voltage=240 is displayed as \"Type 1 with cable (J1772) outputs 240 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_type1_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_cable:current", - "description": "Values of `socket:type1_cable:current` are shown with \"Type 1 with cable (J1772) outputs at most {canonical(socket:type1_cable:current)}\" and can be updated. The question is \"What current do the plugs with Type 1 with cable (J1772) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_type1_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_cable:current", - "value": "32", - "description": "socket:type1_cable:current=32 is displayed as \"Type 1 with cable (J1772) outputs at most 32 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_type1_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_cable:output", - "description": "Values of `socket:type1_cable:output` are shown with \"Type 1 with cable (J1772) outputs at most {canonical(socket:type1_cable:output)}\" and can be updated. The question is \"What power output does a single plug of type Type 1 with cable (J1772) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_type1_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_cable:output", - "value": "3.7 kW", - "description": "socket:type1_cable:output=3.7 kW is displayed as \"Type 1 with cable (J1772) outputs at most 3.7 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_type1_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_cable:output", - "value": "7 kW", - "description": "socket:type1_cable:output=7 kW is displayed as \"Type 1 with cable (J1772) outputs at most 7 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_type1_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1", - "description": "Values of `socket:type1` are shown with \"There are {socket:type1} plugs of type Type 1 without cable (J1772) available here\" and can be updated. The question is \"How much plugs of type Type 1 without cable (J1772) are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#plugs_amount_socket_type1", - "icon_url": "./assets/layers/charging_station/Type1_J1772.svg" - }, - { - "key": "socket:type1:voltage", - "description": "Values of `socket:type1:voltage` are shown with \"Type 1 without cable (J1772) outputs {canonical(socket:type1:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Type 1 without cable (J1772) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_type1", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1:voltage", - "value": "200", - "description": "socket:type1:voltage=200 is displayed as \"Type 1 without cable (J1772) outputs 200 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_type1", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1:voltage", - "value": "240", - "description": "socket:type1:voltage=240 is displayed as \"Type 1 without cable (J1772) outputs 240 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_type1", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1:current", - "description": "Values of `socket:type1:current` are shown with \"Type 1 without cable (J1772) outputs at most {canonical(socket:type1:current)}\" and can be updated. The question is \"What current do the plugs with Type 1 without cable (J1772) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_type1", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1:current", - "value": "32", - "description": "socket:type1:current=32 is displayed as \"Type 1 without cable (J1772) outputs at most 32 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_type1", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1:output", - "description": "Values of `socket:type1:output` are shown with \"Type 1 without cable (J1772) outputs at most {canonical(socket:type1:output)}\" and can be updated. The question is \"What power output does a single plug of type Type 1 without cable (J1772) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_type1", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1:output", - "value": "3.7 kW", - "description": "socket:type1:output=3.7 kW is displayed as \"Type 1 without cable (J1772) outputs at most 3.7 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_type1", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1:output", - "value": "6.6 kW", - "description": "socket:type1:output=6.6 kW is displayed as \"Type 1 without cable (J1772) outputs at most 6.6 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_type1", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1:output", - "value": "7 kW", - "description": "socket:type1:output=7 kW is displayed as \"Type 1 without cable (J1772) outputs at most 7 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_type1", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1:output", - "value": "7.2 kW", - "description": "socket:type1:output=7.2 kW is displayed as \"Type 1 without cable (J1772) outputs at most 7.2 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_type1", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_combo", - "description": "Values of `socket:type1_combo` are shown with \"There are {socket:type1_combo} plugs of type Type 1 CCS (aka Type 1 Combo) available here\" and can be updated. The question is \"How much plugs of type Type 1 CCS (aka Type 1 Combo) are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#plugs_amount_socket_type1_combo", - "icon_url": "./assets/layers/charging_station/Type1-ccs.svg" - }, - { - "key": "socket:type1_combo:voltage", - "description": "Values of `socket:type1_combo:voltage` are shown with \"Type 1 CCS (aka Type 1 Combo) outputs {canonical(socket:type1_combo:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Type 1 CCS (aka Type 1 Combo) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_type1_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_combo:voltage", - "value": "400", - "description": "socket:type1_combo:voltage=400 is displayed as \"Type 1 CCS (aka Type 1 Combo) outputs 400 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_type1_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_combo:voltage", - "value": "1000", - "description": "socket:type1_combo:voltage=1000 is displayed as \"Type 1 CCS (aka Type 1 Combo) outputs 1000 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_type1_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_combo:current", - "description": "Values of `socket:type1_combo:current` are shown with \"Type 1 CCS (aka Type 1 Combo) outputs at most {canonical(socket:type1_combo:current)}\" and can be updated. The question is \"What current do the plugs with Type 1 CCS (aka Type 1 Combo) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_type1_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_combo:current", - "value": "50", - "description": "socket:type1_combo:current=50 is displayed as \"Type 1 CCS (aka Type 1 Combo) outputs at most 50 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_type1_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_combo:current", - "value": "125", - "description": "socket:type1_combo:current=125 is displayed as \"Type 1 CCS (aka Type 1 Combo) outputs at most 125 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_type1_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_combo:output", - "description": "Values of `socket:type1_combo:output` are shown with \"Type 1 CCS (aka Type 1 Combo) outputs at most {canonical(socket:type1_combo:output)}\" and can be updated. The question is \"What power output does a single plug of type Type 1 CCS (aka Type 1 Combo) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_type1_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_combo:output", - "value": "50 kW", - "description": "socket:type1_combo:output=50 kW is displayed as \"Type 1 CCS (aka Type 1 Combo) outputs at most 50 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_type1_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_combo:output", - "value": "62.5 kW", - "description": "socket:type1_combo:output=62.5 kW is displayed as \"Type 1 CCS (aka Type 1 Combo) outputs at most 62.5 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_type1_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_combo:output", - "value": "150 kW", - "description": "socket:type1_combo:output=150 kW is displayed as \"Type 1 CCS (aka Type 1 Combo) outputs at most 150 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_type1_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_combo:output", - "value": "350 kW", - "description": "socket:type1_combo:output=350 kW is displayed as \"Type 1 CCS (aka Type 1 Combo) outputs at most 350 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_type1_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger", - "description": "Values of `socket:tesla_supercharger` are shown with \"There are {socket:tesla_supercharger} plugs of type Tesla Supercharger available here\" and can be updated. The question is \"How much plugs of type Tesla Supercharger are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#plugs_amount_socket_tesla_supercharger", - "icon_url": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg" - }, - { - "key": "socket:tesla_supercharger:voltage", - "description": "Values of `socket:tesla_supercharger:voltage` are shown with \"Tesla Supercharger outputs {canonical(socket:tesla_supercharger:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Tesla Supercharger offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_tesla_supercharger", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger:voltage", - "value": "480", - "description": "socket:tesla_supercharger:voltage=480 is displayed as \"Tesla Supercharger outputs 480 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_tesla_supercharger", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger:current", - "description": "Values of `socket:tesla_supercharger:current` are shown with \"Tesla Supercharger outputs at most {canonical(socket:tesla_supercharger:current)}\" and can be updated. The question is \"What current do the plugs with Tesla Supercharger offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_tesla_supercharger", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger:current", - "value": "125", - "description": "socket:tesla_supercharger:current=125 is displayed as \"Tesla Supercharger outputs at most 125 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_tesla_supercharger", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger:current", - "value": "350", - "description": "socket:tesla_supercharger:current=350 is displayed as \"Tesla Supercharger outputs at most 350 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_tesla_supercharger", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger:output", - "description": "Values of `socket:tesla_supercharger:output` are shown with \"Tesla Supercharger outputs at most {canonical(socket:tesla_supercharger:output)}\" and can be updated. The question is \"What power output does a single plug of type Tesla Supercharger offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_tesla_supercharger", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger:output", - "value": "120 kW", - "description": "socket:tesla_supercharger:output=120 kW is displayed as \"Tesla Supercharger outputs at most 120 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_tesla_supercharger", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger:output", - "value": "150 kW", - "description": "socket:tesla_supercharger:output=150 kW is displayed as \"Tesla Supercharger outputs at most 150 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_tesla_supercharger", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger:output", - "value": "250 kW", - "description": "socket:tesla_supercharger:output=250 kW is displayed as \"Tesla Supercharger outputs at most 250 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_tesla_supercharger", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2", - "description": "Values of `socket:type2` are shown with \"There are {socket:type2} plugs of type Type 2 (mennekes) available here\" and can be updated. The question is \"How much plugs of type Type 2 (mennekes) are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#plugs_amount_socket_type2", - "icon_url": "./assets/layers/charging_station/Type2_socket.svg" - }, - { - "key": "socket:type2:voltage", - "description": "Values of `socket:type2:voltage` are shown with \"Type 2 (mennekes) outputs {canonical(socket:type2:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Type 2 (mennekes) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_type2", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2:voltage", - "value": "230", - "description": "socket:type2:voltage=230 is displayed as \"Type 2 (mennekes) outputs 230 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_type2", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2:voltage", - "value": "400", - "description": "socket:type2:voltage=400 is displayed as \"Type 2 (mennekes) outputs 400 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_type2", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2:current", - "description": "Values of `socket:type2:current` are shown with \"Type 2 (mennekes) outputs at most {canonical(socket:type2:current)}\" and can be updated. The question is \"What current do the plugs with Type 2 (mennekes) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_type2", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2:current", - "value": "16", - "description": "socket:type2:current=16 is displayed as \"Type 2 (mennekes) outputs at most 16 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_type2", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2:current", - "value": "32", - "description": "socket:type2:current=32 is displayed as \"Type 2 (mennekes) outputs at most 32 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_type2", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2:output", - "description": "Values of `socket:type2:output` are shown with \"Type 2 (mennekes) outputs at most {canonical(socket:type2:output)}\" and can be updated. The question is \"What power output does a single plug of type Type 2 (mennekes) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_type2", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2:output", - "value": "11 kW", - "description": "socket:type2:output=11 kW is displayed as \"Type 2 (mennekes) outputs at most 11 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_type2", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2:output", - "value": "22 kW", - "description": "socket:type2:output=22 kW is displayed as \"Type 2 (mennekes) outputs at most 22 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_type2", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_combo", - "description": "Values of `socket:type2_combo` are shown with \"There are {socket:type2_combo} plugs of type Type 2 CCS (mennekes) available here\" and can be updated. The question is \"How much plugs of type Type 2 CCS (mennekes) are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#plugs_amount_socket_type2_combo", - "icon_url": "./assets/layers/charging_station/Type2_CCS.svg" - }, - { - "key": "socket:type2_combo:voltage", - "description": "Values of `socket:type2_combo:voltage` are shown with \"Type 2 CCS (mennekes) outputs {canonical(socket:type2_combo:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Type 2 CCS (mennekes) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_type2_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_combo:voltage", - "value": "500", - "description": "socket:type2_combo:voltage=500 is displayed as \"Type 2 CCS (mennekes) outputs 500 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_type2_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_combo:voltage", - "value": "920", - "description": "socket:type2_combo:voltage=920 is displayed as \"Type 2 CCS (mennekes) outputs 920 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_type2_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_combo:current", - "description": "Values of `socket:type2_combo:current` are shown with \"Type 2 CCS (mennekes) outputs at most {canonical(socket:type2_combo:current)}\" and can be updated. The question is \"What current do the plugs with Type 2 CCS (mennekes) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_type2_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_combo:current", - "value": "125", - "description": "socket:type2_combo:current=125 is displayed as \"Type 2 CCS (mennekes) outputs at most 125 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_type2_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_combo:current", - "value": "350", - "description": "socket:type2_combo:current=350 is displayed as \"Type 2 CCS (mennekes) outputs at most 350 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_type2_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_combo:output", - "description": "Values of `socket:type2_combo:output` are shown with \"Type 2 CCS (mennekes) outputs at most {canonical(socket:type2_combo:output)}\" and can be updated. The question is \"What power output does a single plug of type Type 2 CCS (mennekes) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_type2_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_combo:output", - "value": "50 kW", - "description": "socket:type2_combo:output=50 kW is displayed as \"Type 2 CCS (mennekes) outputs at most 50 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_type2_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_cable", - "description": "Values of `socket:type2_cable` are shown with \"There are {socket:type2_cable} plugs of type Type 2 with cable (mennekes) available here\" and can be updated. The question is \"How much plugs of type Type 2 with cable (mennekes) are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#plugs_amount_socket_type2_cable", - "icon_url": "./assets/layers/charging_station/Type2_tethered.svg" - }, - { - "key": "socket:type2_cable:voltage", - "description": "Values of `socket:type2_cable:voltage` are shown with \"Type 2 with cable (mennekes) outputs {canonical(socket:type2_cable:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Type 2 with cable (mennekes) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_type2_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_cable:voltage", - "value": "230", - "description": "socket:type2_cable:voltage=230 is displayed as \"Type 2 with cable (mennekes) outputs 230 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_type2_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_cable:voltage", - "value": "400", - "description": "socket:type2_cable:voltage=400 is displayed as \"Type 2 with cable (mennekes) outputs 400 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_type2_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_cable:current", - "description": "Values of `socket:type2_cable:current` are shown with \"Type 2 with cable (mennekes) outputs at most {canonical(socket:type2_cable:current)}\" and can be updated. The question is \"What current do the plugs with Type 2 with cable (mennekes) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_type2_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_cable:current", - "value": "16", - "description": "socket:type2_cable:current=16 is displayed as \"Type 2 with cable (mennekes) outputs at most 16 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_type2_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_cable:current", - "value": "32", - "description": "socket:type2_cable:current=32 is displayed as \"Type 2 with cable (mennekes) outputs at most 32 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_type2_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_cable:output", - "description": "Values of `socket:type2_cable:output` are shown with \"Type 2 with cable (mennekes) outputs at most {canonical(socket:type2_cable:output)}\" and can be updated. The question is \"What power output does a single plug of type Type 2 with cable (mennekes) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_type2_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_cable:output", - "value": "11 kW", - "description": "socket:type2_cable:output=11 kW is displayed as \"Type 2 with cable (mennekes) outputs at most 11 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_type2_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_cable:output", - "value": "22 kW", - "description": "socket:type2_cable:output=22 kW is displayed as \"Type 2 with cable (mennekes) outputs at most 22 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_type2_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger_ccs", - "description": "Values of `socket:tesla_supercharger_ccs` are shown with \"There are {socket:tesla_supercharger_ccs} plugs of type Tesla Supercharger CCS (a branded type2_css) available here\" and can be updated. The question is \"How much plugs of type Tesla Supercharger CCS (a branded type2_css) are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#plugs_amount_socket_tesla_supercharger_ccs", - "icon_url": "./assets/layers/charging_station/Type2_CCS.svg" - }, - { - "key": "socket:tesla_supercharger_ccs:voltage", - "description": "Values of `socket:tesla_supercharger_ccs:voltage` are shown with \"Tesla Supercharger CCS (a branded type2_css) outputs {canonical(socket:tesla_supercharger_ccs:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Tesla Supercharger CCS (a branded type2_css) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_tesla_supercharger_ccs", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger_ccs:voltage", - "value": "500", - "description": "socket:tesla_supercharger_ccs:voltage=500 is displayed as \"Tesla Supercharger CCS (a branded type2_css) outputs 500 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_tesla_supercharger_ccs", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger_ccs:voltage", - "value": "920", - "description": "socket:tesla_supercharger_ccs:voltage=920 is displayed as \"Tesla Supercharger CCS (a branded type2_css) outputs 920 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_tesla_supercharger_ccs", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger_ccs:current", - "description": "Values of `socket:tesla_supercharger_ccs:current` are shown with \"Tesla Supercharger CCS (a branded type2_css) outputs at most {canonical(socket:tesla_supercharger_ccs:current)}\" and can be updated. The question is \"What current do the plugs with Tesla Supercharger CCS (a branded type2_css) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_tesla_supercharger_ccs", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger_ccs:current", - "value": "125", - "description": "socket:tesla_supercharger_ccs:current=125 is displayed as \"Tesla Supercharger CCS (a branded type2_css) outputs at most 125 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_tesla_supercharger_ccs", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger_ccs:current", - "value": "350", - "description": "socket:tesla_supercharger_ccs:current=350 is displayed as \"Tesla Supercharger CCS (a branded type2_css) outputs at most 350 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_tesla_supercharger_ccs", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger_ccs:output", - "description": "Values of `socket:tesla_supercharger_ccs:output` are shown with \"Tesla Supercharger CCS (a branded type2_css) outputs at most {canonical(socket:tesla_supercharger_ccs:output)}\" and can be updated. The question is \"What power output does a single plug of type Tesla Supercharger CCS (a branded type2_css) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_tesla_supercharger_ccs", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger_ccs:output", - "value": "50 kW", - "description": "socket:tesla_supercharger_ccs:output=50 kW is displayed as \"Tesla Supercharger CCS (a branded type2_css) outputs at most 50 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_tesla_supercharger_ccs", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination", - "description": "Values of `socket:tesla_destination` are shown with \"There are {socket:tesla_destination} plugs of type Tesla Supercharger (destination) available here\" and can be updated. The question is \"How much plugs of type Tesla Supercharger (destination) are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#plugs_amount_socket_tesla_destination_us", - "icon_url": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg" - }, - { - "key": "socket:tesla_destination:voltage", - "description": "Values of `socket:tesla_destination:voltage` are shown with \"Tesla Supercharger (destination) outputs {canonical(socket:tesla_destination:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Tesla Supercharger (destination) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_tesla_destination_us", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:voltage", - "value": "480", - "description": "socket:tesla_destination:voltage=480 is displayed as \"Tesla Supercharger (destination) outputs 480 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_tesla_destination_us", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:current", - "description": "Values of `socket:tesla_destination:current` are shown with \"Tesla Supercharger (destination) outputs at most {canonical(socket:tesla_destination:current)}\" and can be updated. The question is \"What current do the plugs with Tesla Supercharger (destination) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_tesla_destination_us", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:current", - "value": "125", - "description": "socket:tesla_destination:current=125 is displayed as \"Tesla Supercharger (destination) outputs at most 125 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_tesla_destination_us", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:current", - "value": "350", - "description": "socket:tesla_destination:current=350 is displayed as \"Tesla Supercharger (destination) outputs at most 350 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_tesla_destination_us", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:output", - "description": "Values of `socket:tesla_destination:output` are shown with \"Tesla Supercharger (destination) outputs at most {canonical(socket:tesla_destination:output)}\" and can be updated. The question is \"What power output does a single plug of type Tesla Supercharger (destination) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_tesla_destination_us", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:output", - "value": "120 kW", - "description": "socket:tesla_destination:output=120 kW is displayed as \"Tesla Supercharger (destination) outputs at most 120 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_tesla_destination_us", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:output", - "value": "150 kW", - "description": "socket:tesla_destination:output=150 kW is displayed as \"Tesla Supercharger (destination) outputs at most 150 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_tesla_destination_us", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:output", - "value": "250 kW", - "description": "socket:tesla_destination:output=250 kW is displayed as \"Tesla Supercharger (destination) outputs at most 250 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_tesla_destination_us", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination", - "description": "Values of `socket:tesla_destination` are shown with \"There are {socket:tesla_destination} plugs of type Tesla supercharger (destination) (A Type 2 with cable branded as tesla) available here\" and can be updated. The question is \"How much plugs of type Tesla supercharger (destination) (A Type 2 with cable branded as tesla) are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#plugs_amount_socket_tesla_destination", - "icon_url": "./assets/layers/charging_station/Type2_tethered.svg" - }, - { - "key": "socket:tesla_destination:voltage", - "description": "Values of `socket:tesla_destination:voltage` are shown with \"Tesla supercharger (destination) (A Type 2 with cable branded as tesla) outputs {canonical(socket:tesla_destination:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Tesla supercharger (destination) (A Type 2 with cable branded as tesla) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_tesla_destination", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:voltage", - "value": "230", - "description": "socket:tesla_destination:voltage=230 is displayed as \"Tesla supercharger (destination) (A Type 2 with cable branded as tesla) outputs 230 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_tesla_destination", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:voltage", - "value": "400", - "description": "socket:tesla_destination:voltage=400 is displayed as \"Tesla supercharger (destination) (A Type 2 with cable branded as tesla) outputs 400 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_tesla_destination", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:current", - "description": "Values of `socket:tesla_destination:current` are shown with \"Tesla supercharger (destination) (A Type 2 with cable branded as tesla) outputs at most {canonical(socket:tesla_destination:current)}\" and can be updated. The question is \"What current do the plugs with Tesla supercharger (destination) (A Type 2 with cable branded as tesla) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_tesla_destination", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:current", - "value": "16", - "description": "socket:tesla_destination:current=16 is displayed as \"Tesla supercharger (destination) (A Type 2 with cable branded as tesla) outputs at most 16 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_tesla_destination", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:current", - "value": "32", - "description": "socket:tesla_destination:current=32 is displayed as \"Tesla supercharger (destination) (A Type 2 with cable branded as tesla) outputs at most 32 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_tesla_destination", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:output", - "description": "Values of `socket:tesla_destination:output` are shown with \"Tesla supercharger (destination) (A Type 2 with cable branded as tesla) outputs at most {canonical(socket:tesla_destination:output)}\" and can be updated. The question is \"What power output does a single plug of type Tesla supercharger (destination) (A Type 2 with cable branded as tesla) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_tesla_destination", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:output", - "value": "11 kW", - "description": "socket:tesla_destination:output=11 kW is displayed as \"Tesla supercharger (destination) (A Type 2 with cable branded as tesla) outputs at most 11 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_tesla_destination", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:output", - "value": "22 kW", - "description": "socket:tesla_destination:output=22 kW is displayed as \"Tesla supercharger (destination) (A Type 2 with cable branded as tesla) outputs at most 22 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_tesla_destination", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:USB-A", - "description": "Values of `socket:USB-A` are shown with \"There are {socket:USB-A} plugs of type USB to charge phones and small electronics available here\" and can be updated. The question is \"How much plugs of type USB to charge phones and small electronics are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#plugs_amount_socket_USB_A", - "icon_url": "./assets/layers/charging_station/usb_port.svg" - }, - { - "key": "socket:USB-A:voltage", - "description": "Values of `socket:USB-A:voltage` are shown with \"USB to charge phones and small electronics outputs {canonical(socket:USB-A:voltage)}\" and can be updated. The question is \"What voltage do the plugs with USB to charge phones and small electronics offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_USB_A", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:USB-A:voltage", - "value": "5", - "description": "socket:USB-A:voltage=5 is displayed as \"USB to charge phones and small electronics outputs 5 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_USB_A", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:USB-A:current", - "description": "Values of `socket:USB-A:current` are shown with \"USB to charge phones and small electronics outputs at most {canonical(socket:USB-A:current)}\" and can be updated. The question is \"What current do the plugs with USB to charge phones and small electronics offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_USB_A", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:USB-A:current", - "value": "1", - "description": "socket:USB-A:current=1 is displayed as \"USB to charge phones and small electronics outputs at most 1 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_USB_A", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:USB-A:current", - "value": "2", - "description": "socket:USB-A:current=2 is displayed as \"USB to charge phones and small electronics outputs at most 2 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_USB_A", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:USB-A:output", - "description": "Values of `socket:USB-A:output` are shown with \"USB to charge phones and small electronics outputs at most {canonical(socket:USB-A:output)}\" and can be updated. The question is \"What power output does a single plug of type USB to charge phones and small electronics offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_USB_A", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:USB-A:output", - "value": "5W", - "description": "socket:USB-A:output=5W is displayed as \"USB to charge phones and small electronics outputs at most 5W\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_USB_A", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:USB-A:output", - "value": "10W", - "description": "socket:USB-A:output=10W is displayed as \"USB to charge phones and small electronics outputs at most 10W\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_USB_A", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bosch_3pin", - "description": "Values of `socket:bosch_3pin` are shown with \"There are {socket:bosch_3pin} plugs of type Bosch Active Connect with 3 pins and cable available here\" and can be updated. The question is \"How much plugs of type Bosch Active Connect with 3 pins and cable are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#plugs_amount_socket_bosch_3pin", - "icon_url": "./assets/layers/charging_station/bosch-3pin.svg" - }, - { - "key": "socket:bosch_3pin:voltage", - "description": "Values of `socket:bosch_3pin:voltage` are shown with \"Bosch Active Connect with 3 pins and cable outputs {canonical(socket:bosch_3pin:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Bosch Active Connect with 3 pins and cable offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_bosch_3pin", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bosch_3pin:current", - "description": "Values of `socket:bosch_3pin:current` are shown with \"Bosch Active Connect with 3 pins and cable outputs at most {canonical(socket:bosch_3pin:current)}\" and can be updated. The question is \"What current do the plugs with Bosch Active Connect with 3 pins and cable offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_bosch_3pin", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bosch_3pin:output", - "description": "Values of `socket:bosch_3pin:output` are shown with \"Bosch Active Connect with 3 pins and cable outputs at most {canonical(socket:bosch_3pin:output)}\" and can be updated. The question is \"What power output does a single plug of type Bosch Active Connect with 3 pins and cable offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_bosch_3pin", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bosch_5pin", - "description": "Values of `socket:bosch_5pin` are shown with \"There are {socket:bosch_5pin} plugs of type Bosch Active Connect with 5 pins and cable available here\" and can be updated. The question is \"How much plugs of type Bosch Active Connect with 5 pins and cable are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#plugs_amount_socket_bosch_5pin", - "icon_url": "./assets/layers/charging_station/bosch-5pin.svg" - }, - { - "key": "socket:bosch_5pin:voltage", - "description": "Values of `socket:bosch_5pin:voltage` are shown with \"Bosch Active Connect with 5 pins and cable outputs {canonical(socket:bosch_5pin:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Bosch Active Connect with 5 pins and cable offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_bosch_5pin", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bosch_5pin:current", - "description": "Values of `socket:bosch_5pin:current` are shown with \"Bosch Active Connect with 5 pins and cable outputs at most {canonical(socket:bosch_5pin:current)}\" and can be updated. The question is \"What current do the plugs with Bosch Active Connect with 5 pins and cable offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_bosch_5pin", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bosch_5pin:output", - "description": "Values of `socket:bosch_5pin:output` are shown with \"Bosch Active Connect with 5 pins and cable outputs at most {canonical(socket:bosch_5pin:output)}\" and can be updated. The question is \"What power output does a single plug of type Bosch Active Connect with 5 pins and cable offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_bosch_5pin", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bs1363", - "description": "Values of `socket:bs1363` are shown with \"There are {socket:bs1363} plugs of type BS1363 (Type G) available here\" and can be updated. The question is \"How much plugs of type BS1363 (Type G) are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#plugs_amount_socket_bs1363", - "icon_url": "./assets/layers/charging_station/bs1363.svg" - }, - { - "key": "socket:bs1363:voltage", - "description": "Values of `socket:bs1363:voltage` are shown with \"BS1363 (Type G) outputs {canonical(socket:bs1363:voltage)}\" and can be updated. The question is \"What voltage do the plugs with BS1363 (Type G) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_bs1363", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bs1363:voltage", - "value": "230", - "description": "socket:bs1363:voltage=230 is displayed as \"BS1363 (Type G) outputs 230 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_bs1363", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bs1363:current", - "description": "Values of `socket:bs1363:current` are shown with \"BS1363 (Type G) outputs at most {canonical(socket:bs1363:current)}\" and can be updated. The question is \"What current do the plugs with BS1363 (Type G) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_bs1363", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bs1363:current", - "value": "13", - "description": "socket:bs1363:current=13 is displayed as \"BS1363 (Type G) outputs at most 13 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_bs1363", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bs1363:output", - "description": "Values of `socket:bs1363:output` are shown with \"BS1363 (Type G) outputs at most {canonical(socket:bs1363:output)}\" and can be updated. The question is \"What power output does a single plug of type BS1363 (Type G) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_bs1363", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bs1363:output", - "value": "3kW", - "description": "socket:bs1363:output=3kW is displayed as \"BS1363 (Type G) outputs at most 3kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_bs1363", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema5_15", - "description": "Values of `socket:nema5_15` are shown with \"There are {socket:nema5_15} plugs of type NEMA 5-15 (Type B) available here\" and can be updated. The question is \"How much plugs of type NEMA 5-15 (Type B) are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#plugs_amount_socket_nema5_15", - "icon_url": "./assets/layers/charging_station/nema-5-15.svg" - }, - { - "key": "socket:nema5_15:voltage", - "description": "Values of `socket:nema5_15:voltage` are shown with \"NEMA 5-15 (Type B) outputs {canonical(socket:nema5_15:voltage)}\" and can be updated. The question is \"What voltage do the plugs with NEMA 5-15 (Type B) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_nema5_15", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema5_15:voltage", - "value": "120", - "description": "socket:nema5_15:voltage=120 is displayed as \"NEMA 5-15 (Type B) outputs 120 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_nema5_15", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema5_15:current", - "description": "Values of `socket:nema5_15:current` are shown with \"NEMA 5-15 (Type B) outputs at most {canonical(socket:nema5_15:current)}\" and can be updated. The question is \"What current do the plugs with NEMA 5-15 (Type B) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_nema5_15", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema5_15:current", - "value": "15", - "description": "socket:nema5_15:current=15 is displayed as \"NEMA 5-15 (Type B) outputs at most 15 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_nema5_15", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema5_15:output", - "description": "Values of `socket:nema5_15:output` are shown with \"NEMA 5-15 (Type B) outputs at most {canonical(socket:nema5_15:output)}\" and can be updated. The question is \"What power output does a single plug of type NEMA 5-15 (Type B) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_nema5_15", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema5_15:output", - "value": "1.8 kW", - "description": "socket:nema5_15:output=1.8 kW is displayed as \"NEMA 5-15 (Type B) outputs at most 1.8 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_nema5_15", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:sev1011_t23", - "description": "Values of `socket:sev1011_t23` are shown with \"There are {socket:sev1011_t23} plugs of type SEV 1011 T23 (Type J) available here\" and can be updated. The question is \"How much plugs of type SEV 1011 T23 (Type J) are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#plugs_amount_socket_sev1011_t23", - "icon_url": "./assets/layers/charging_station/typej.svg" - }, - { - "key": "socket:sev1011_t23:voltage", - "description": "Values of `socket:sev1011_t23:voltage` are shown with \"SEV 1011 T23 (Type J) outputs {canonical(socket:sev1011_t23:voltage)}\" and can be updated. The question is \"What voltage do the plugs with SEV 1011 T23 (Type J) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_sev1011_t23", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:sev1011_t23:voltage", - "value": "230", - "description": "socket:sev1011_t23:voltage=230 is displayed as \"SEV 1011 T23 (Type J) outputs 230 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_sev1011_t23", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:sev1011_t23:current", - "description": "Values of `socket:sev1011_t23:current` are shown with \"SEV 1011 T23 (Type J) outputs at most {canonical(socket:sev1011_t23:current)}\" and can be updated. The question is \"What current do the plugs with SEV 1011 T23 (Type J) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_sev1011_t23", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:sev1011_t23:current", - "value": "16", - "description": "socket:sev1011_t23:current=16 is displayed as \"SEV 1011 T23 (Type J) outputs at most 16 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_sev1011_t23", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:sev1011_t23:output", - "description": "Values of `socket:sev1011_t23:output` are shown with \"SEV 1011 T23 (Type J) outputs at most {canonical(socket:sev1011_t23:output)}\" and can be updated. The question is \"What power output does a single plug of type SEV 1011 T23 (Type J) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_sev1011_t23", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:sev1011_t23:output", - "value": "3.7 kW", - "description": "socket:sev1011_t23:output=3.7 kW is displayed as \"SEV 1011 T23 (Type J) outputs at most 3.7 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_sev1011_t23", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:as3112", - "description": "Values of `socket:as3112` are shown with \"There are {socket:as3112} plugs of type AS3112 (Type I) available here\" and can be updated. The question is \"How much plugs of type AS3112 (Type I) are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#plugs_amount_socket_as3112", - "icon_url": "./assets/layers/charging_station/as3112.svg" - }, - { - "key": "socket:as3112:voltage", - "description": "Values of `socket:as3112:voltage` are shown with \"AS3112 (Type I) outputs {canonical(socket:as3112:voltage)}\" and can be updated. The question is \"What voltage do the plugs with AS3112 (Type I) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_as3112", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:as3112:voltage", - "value": "230", - "description": "socket:as3112:voltage=230 is displayed as \"AS3112 (Type I) outputs 230 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_as3112", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:as3112:current", - "description": "Values of `socket:as3112:current` are shown with \"AS3112 (Type I) outputs at most {canonical(socket:as3112:current)}\" and can be updated. The question is \"What current do the plugs with AS3112 (Type I) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_as3112", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:as3112:current", - "value": "10", - "description": "socket:as3112:current=10 is displayed as \"AS3112 (Type I) outputs at most 10 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_as3112", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:as3112:output", - "description": "Values of `socket:as3112:output` are shown with \"AS3112 (Type I) outputs at most {canonical(socket:as3112:output)}\" and can be updated. The question is \"What power output does a single plug of type AS3112 (Type I) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_as3112", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:as3112:output", - "value": "2.3 kW", - "description": "socket:as3112:output=2.3 kW is displayed as \"AS3112 (Type I) outputs at most 2.3 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_as3112", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema_5_20", - "description": "Values of `socket:nema_5_20` are shown with \"There are {socket:nema_5_20} plugs of type NEMA 5-20 (Type B) available here\" and can be updated. The question is \"How much plugs of type NEMA 5-20 (Type B) are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#plugs_amount_socket_nema_5_20", - "icon_url": "./assets/layers/charging_station/nema-5-20.svg" - }, - { - "key": "socket:nema_5_20:voltage", - "description": "Values of `socket:nema_5_20:voltage` are shown with \"NEMA 5-20 (Type B) outputs {canonical(socket:nema_5_20:voltage)}\" and can be updated. The question is \"What voltage do the plugs with NEMA 5-20 (Type B) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_nema_5_20", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema_5_20:voltage", - "value": "120", - "description": "socket:nema_5_20:voltage=120 is displayed as \"NEMA 5-20 (Type B) outputs 120 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#voltage_socket_nema_5_20", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema_5_20:current", - "description": "Values of `socket:nema_5_20:current` are shown with \"NEMA 5-20 (Type B) outputs at most {canonical(socket:nema_5_20:current)}\" and can be updated. The question is \"What current do the plugs with NEMA 5-20 (Type B) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_nema_5_20", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema_5_20:current", - "value": "20", - "description": "socket:nema_5_20:current=20 is displayed as \"NEMA 5-20 (Type B) outputs at most 20 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#current_socket_nema_5_20", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema_5_20:output", - "description": "Values of `socket:nema_5_20:output` are shown with \"NEMA 5-20 (Type B) outputs at most {canonical(socket:nema_5_20:output)}\" and can be updated. The question is \"What power output does a single plug of type NEMA 5-20 (Type B) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_nema_5_20", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema_5_20:output", - "value": "2.4 kW", - "description": "socket:nema_5_20:output=2.4 kW is displayed as \"NEMA 5-20 (Type B) outputs at most 2.4 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#power_output_socket_nema_5_20", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"When is this charging station opened?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#OH", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "fee", - "value": "no", - "description": "fee=no & fee:conditional= & charge= & authentication:none=yes is displayed as \"Free to use (without authenticating)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "fee:conditional", - "description": "fee=no & fee:conditional= & charge= & authentication:none=yes is displayed as \"Free to use (without authenticating)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "charge", - "description": "fee=no & fee:conditional= & charge= & authentication:none=yes is displayed as \"Free to use (without authenticating)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "authentication:none", - "value": "yes", - "description": "fee=no & fee:conditional= & charge= & authentication:none=yes is displayed as \"Free to use (without authenticating)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "fee", - "value": "no", - "description": "fee=no & fee:conditional= & charge= & authentication:none=no is displayed as \"Free to use, but one has to authenticate\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "fee:conditional", - "description": "fee=no & fee:conditional= & charge= & authentication:none=no is displayed as \"Free to use, but one has to authenticate\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "charge", - "description": "fee=no & fee:conditional= & charge= & authentication:none=no is displayed as \"Free to use, but one has to authenticate\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "authentication:none", - "value": "no", - "description": "fee=no & fee:conditional= & charge= & authentication:none=no is displayed as \"Free to use, but one has to authenticate\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "fee", - "value": "yes", - "description": "fee=yes & fee:conditional=no @ customers is displayed as \"Paid use, but free for customers of the hotel/pub/hospital/... who operates the charging station\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "fee:conditional", - "value": "no @ customers", - "description": "fee=yes & fee:conditional=no @ customers is displayed as \"Paid use, but free for customers of the hotel/pub/hospital/... who operates the charging station\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "fee", - "value": "yes", - "description": "fee=yes & fee:conditional= is displayed as \"Paid use\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "fee:conditional", - "description": "fee=yes & fee:conditional= is displayed as \"Paid use\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "charge", - "description": "Values of `charge` are shown with \"Using this charging station costs {charge}\" and can be updated. The question is \"How much does one have to pay to use this charging station?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#charge", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "payment:app", - "description": "payment:app~.+ & payment:app!=no & payment:app!=yes is displayed as \"Payment is done using a dedicated app\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#payment_options", - "icon_url": "./assets/layers/questions/smartphone.svg" - }, - { - "key": "payment:app", - "description": "Values of `payment:app` are shown with \"Payment can be done using the app {payment:app}\" and can be updated. The question is \"What is the name of the app used for payment?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#app_name", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "authentication:membership_card", - "value": "yes", - "description": "authentication:membership_card=yes is displayed as \"Authentication by a membership card\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Authentication", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "authentication:app", - "value": "yes", - "description": "authentication:app=yes is displayed as \"Authentication by an app\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Authentication", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "authentication:phone_call", - "value": "yes", - "description": "authentication:phone_call=yes is displayed as \"Authentication via phone call is available\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Authentication", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "authentication:short_message", - "value": "yes", - "description": "authentication:short_message=yes is displayed as \"Authentication via SMS is available\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Authentication", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "authentication:nfc", - "value": "yes", - "description": "authentication:nfc=yes is displayed as \"Authentication via NFC is available\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Authentication", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "authentication:money_card", - "value": "yes", - "description": "authentication:money_card=yes is displayed as \"Authentication via Money Card is available\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Authentication", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "authentication:debit_card", - "value": "yes", - "description": "authentication:debit_card=yes is displayed as \"Authentication via debit card is available\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Authentication", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "authentication:none", - "value": "yes", - "description": "authentication:none=yes is displayed as \"Charging here is (also) possible without authentication\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Authentication", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "authentication:phone_call:number", - "description": "Values of `authentication:phone_call:number` are shown with \"Authenticate by calling or SMS'ing to {authentication:phone_call:number}\" and can be updated. The question is \"What's the phone number for authentication call or SMS?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Auth_phone", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "maxstay", - "description": "Values of `maxstay` are shown with \"One can stay at most {canonical(maxstay)}\" and can be updated. The question is \"What is the maximum amount of time one is allowed to stay here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#maxstay", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "maxstay", - "value": "unlimited", - "description": "maxstay=unlimited is displayed as \"There is no limit to the amount of time one can stay here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#maxstay", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "network", - "description": "Values of `network` are shown with \"Part of the network {network}\" and can be updated. The question is \"Is this charging station part of a network?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Network", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "no:network", - "value": "yes", - "description": "no:network=yes is displayed as \"Not part of a bigger network, e.g. because the charging station is maintained by a local business\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Network", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "network", - "value": "none", - "description": "network=none is displayed as \"Not part of a bigger network\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Network", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "network", - "value": "AeroVironment", - "description": "network=AeroVironment is displayed as \"AeroVironment\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Network", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "network", - "value": "Blink", - "description": "network=Blink is displayed as \"Blink\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Network", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "network", - "value": "EVgo", - "description": "network=EVgo is displayed as \"EVgo\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Network", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "network", - "value": "Allego", - "description": "network=Allego is displayed as \"Allego\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Network", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "network", - "value": "Blue Corner", - "description": "network=Blue Corner is displayed as \"Blue Corner\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Network", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "network", - "value": "Tesla", - "description": "network=Tesla is displayed as \"Tesla\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Network", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "operator", - "description": "Values of `operator` are shown with \"This charging station is operated by {operator}\" and can be updated. The question is \"Who is the operator of this charging station?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Operator", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "network", - "description": "network= is displayed as \"Actually, {operator} is the network\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Operator", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"In case of problems, call {phone}\" and can be updated. The question is \"What number can one call if there is a problem with this charging station?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#phone", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"In case of problems, send an email to {email}\" and can be updated. The question is \"What is the email address of the operator?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#email", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"More info on {website}\" and can be updated. The question is \"What is the website where one can find more information about this charging station?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#website", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "ref", - "description": "Values of `ref` are shown with \"Reference number is {ref}\" and can be updated. The question is \"What is the reference number of this charging station?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#ref", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "planned:amenity", - "description": "planned:amenity= & construction:amenity= & disused:amenity= & operational_status= & amenity=charging_station is displayed as \"This charging station works\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "construction:amenity", - "description": "planned:amenity= & construction:amenity= & disused:amenity= & operational_status= & amenity=charging_station is displayed as \"This charging station works\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "disused:amenity", - "description": "planned:amenity= & construction:amenity= & disused:amenity= & operational_status= & amenity=charging_station is displayed as \"This charging station works\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "operational_status", - "description": "planned:amenity= & construction:amenity= & disused:amenity= & operational_status= & amenity=charging_station is displayed as \"This charging station works\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "amenity", - "value": "charging_station", - "description": "planned:amenity= & construction:amenity= & disused:amenity= & operational_status= & amenity=charging_station is displayed as \"This charging station works\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "planned:amenity", - "description": "planned:amenity= & construction:amenity= & disused:amenity= & operational_status=broken & amenity=charging_station is displayed as \"This charging station is broken\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "construction:amenity", - "description": "planned:amenity= & construction:amenity= & disused:amenity= & operational_status=broken & amenity=charging_station is displayed as \"This charging station is broken\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "disused:amenity", - "description": "planned:amenity= & construction:amenity= & disused:amenity= & operational_status=broken & amenity=charging_station is displayed as \"This charging station is broken\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "operational_status", - "value": "broken", - "description": "planned:amenity= & construction:amenity= & disused:amenity= & operational_status=broken & amenity=charging_station is displayed as \"This charging station is broken\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "amenity", - "value": "charging_station", - "description": "planned:amenity= & construction:amenity= & disused:amenity= & operational_status=broken & amenity=charging_station is displayed as \"This charging station is broken\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "planned:amenity", - "value": "charging_station", - "description": "planned:amenity=charging_station & construction:amenity= & disused:amenity= & operational_status= & amenity= is displayed as \"A charging station is planned here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "construction:amenity", - "description": "planned:amenity=charging_station & construction:amenity= & disused:amenity= & operational_status= & amenity= is displayed as \"A charging station is planned here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "disused:amenity", - "description": "planned:amenity=charging_station & construction:amenity= & disused:amenity= & operational_status= & amenity= is displayed as \"A charging station is planned here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "operational_status", - "description": "planned:amenity=charging_station & construction:amenity= & disused:amenity= & operational_status= & amenity= is displayed as \"A charging station is planned here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "amenity", - "description": "planned:amenity=charging_station & construction:amenity= & disused:amenity= & operational_status= & amenity= is displayed as \"A charging station is planned here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "planned:amenity", - "description": "planned:amenity= & construction:amenity=charging_station & disused:amenity= & operational_status= & amenity= is displayed as \"A charging station is constructed here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "construction:amenity", - "value": "charging_station", - "description": "planned:amenity= & construction:amenity=charging_station & disused:amenity= & operational_status= & amenity= is displayed as \"A charging station is constructed here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "disused:amenity", - "description": "planned:amenity= & construction:amenity=charging_station & disused:amenity= & operational_status= & amenity= is displayed as \"A charging station is constructed here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "operational_status", - "description": "planned:amenity= & construction:amenity=charging_station & disused:amenity= & operational_status= & amenity= is displayed as \"A charging station is constructed here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "amenity", - "description": "planned:amenity= & construction:amenity=charging_station & disused:amenity= & operational_status= & amenity= is displayed as \"A charging station is constructed here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "planned:amenity", - "description": "planned:amenity= & construction:amenity= & disused:amenity=charging_station & operational_status= & amenity= is displayed as \"This charging station has beed permanently disabled and is not in use anymore but is still visible\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "construction:amenity", - "description": "planned:amenity= & construction:amenity= & disused:amenity=charging_station & operational_status= & amenity= is displayed as \"This charging station has beed permanently disabled and is not in use anymore but is still visible\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "disused:amenity", - "value": "charging_station", - "description": "planned:amenity= & construction:amenity= & disused:amenity=charging_station & operational_status= & amenity= is displayed as \"This charging station has beed permanently disabled and is not in use anymore but is still visible\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "operational_status", - "description": "planned:amenity= & construction:amenity= & disused:amenity=charging_station & operational_status= & amenity= is displayed as \"This charging station has beed permanently disabled and is not in use anymore but is still visible\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "amenity", - "description": "planned:amenity= & construction:amenity= & disused:amenity=charging_station & operational_status= & amenity= is displayed as \"This charging station has beed permanently disabled and is not in use anymore but is still visible\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "parking:fee", - "value": "no", - "description": "parking:fee=no is displayed as \"No additional parking cost while charging\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Parking_fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "parking:fee", - "value": "yes", - "description": "parking:fee=yes is displayed as \"An additional parking fee should be paid while charging\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station_ebikes.md#Parking_fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "amenity", - "value": "vending_machine", - "description": "Features with this tag are displayed by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "vending", - "description": "Features with this tag are displayed by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "vending", - "description": "Values of `vending` are shown with \"This vending machine sells {vending}\" and can be updated. The question is \"What does this vending machine sell?\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#vending", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "vending", - "value": "drinks", - "description": "vending=drinks is displayed as \"Drinks are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#vending", - "icon_url": "./assets/layers/id_presets/temaki-bottles.svg" - }, - { - "key": "vending", - "value": "sweets", - "description": "vending=sweets is displayed as \"Sweets are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#vending", - "icon_url": "./assets/layers/id_presets/maki-confectionery.svg" - }, - { - "key": "vending", - "value": "food", - "description": "vending=food is displayed as \"Food is sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#vending", - "icon_url": "./assets/layers/vending_machine/utensils.svg" - }, - { - "key": "vending", - "value": "cigarettes", - "description": "vending=cigarettes is displayed as \"Cigarettes are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#vending", - "icon_url": "./assets/layers/vending_machine/smoking.svg" - }, - { - "key": "vending", - "value": "condoms", - "description": "vending=condoms is displayed as \"Condoms are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#vending", - "icon_url": "./assets/layers/vending_machine/condom.svg" - }, - { - "key": "vending", - "value": "coffee", - "description": "vending=coffee is displayed as \"Coffee is sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#vending", - "icon_url": "./assets/layers/vending_machine/mug-saucer.svg" - }, - { - "key": "vending", - "value": "water", - "description": "vending=water is displayed as \"Drinking water is sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#vending", - "icon_url": "./assets/layers/id_presets/temaki-water_bottle.svg" - }, - { - "key": "vending", - "value": "newspapers", - "description": "vending=newspapers is displayed as \"Newspapers are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#vending", - "icon_url": "./assets/layers/id_presets/fas-newspaper.svg" - }, - { - "key": "vending", - "value": "bicycle_tube", - "description": "vending=bicycle_tube is displayed as \"Bicycle inner tubes are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#vending", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "vending", - "value": "milk", - "description": "vending=milk is displayed as \"Milk is sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#vending", - "icon_url": "./assets/layers/vending_machine/cow.svg" - }, - { - "key": "vending", - "value": "bread", - "description": "vending=bread is displayed as \"Bread is sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#vending", - "icon_url": "./assets/layers/id_presets/maki-bakery.svg" - }, - { - "key": "vending", - "value": "eggs", - "description": "vending=eggs is displayed as \"Eggs are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#vending", - "icon_url": "./assets/layers/vending_machine/egg.svg" - }, - { - "key": "vending", - "value": "ice_cream", - "description": "vending=ice_cream is displayed as \"Ice cream is sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#vending", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "vending", - "value": "cheese", - "description": "vending=cheese is displayed as \"Cheese is sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#vending", - "icon_url": "./assets/layers/id_presets/fas-cheese.svg" - }, - { - "key": "vending", - "value": "honey", - "description": "vending=honey is displayed as \"Honey is sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#vending", - "icon_url": "./assets/layers/vending_machine/honey.svg" - }, - { - "key": "vending", - "value": "potatoes", - "description": "vending=potatoes is displayed as \"Potatoes are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#vending", - "icon_url": "./assets/layers/vending_machine/potato.svg" - }, - { - "key": "vending", - "value": "meat", - "description": "vending=meat is displayed as \"Meat is sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#vending", - "icon_url": "./assets/layers/id_presets/temaki-meat.svg" - }, - { - "key": "vending", - "value": "fruit", - "description": "vending=fruit is displayed as \"Fruit is sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#vending", - "icon_url": "./assets/layers/vending_machine/fruits.svg" - }, - { - "key": "vending", - "value": "strawberries", - "description": "vending=strawberries is displayed as \"Strawberries are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#vending", - "icon_url": "./assets/layers/vending_machine/strawberry.svg" - }, - { - "key": "vending", - "value": "flowers", - "description": "vending=flowers is displayed as \"Flowers are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#vending", - "icon_url": "./assets/layers/id_presets/maki-florist.svg" - }, - { - "key": "vending", - "value": "parking_tickets", - "description": "vending=parking_tickets is displayed as \"Parking tickets are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#vending", - "icon_url": "./assets/layers/parking_ticket_machine/parking_tickets.svg" - }, - { - "key": "vending", - "value": "elongated_coin", - "description": "vending=elongated_coin is displayed as \"Pressed pennies are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#vending", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "vending", - "value": "public_transport_tickets", - "description": "vending=public_transport_tickets is displayed as \"Public transport tickets are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#vending", - "icon_url": "./assets/themes/stations/public_transport_tickets.svg" - }, - { - "key": "vending", - "value": "bicycle_light", - "description": "vending=bicycle_light is displayed as \"Bicycle lights are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#vending", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "vending", - "value": "gloves", - "description": "vending=gloves is displayed as \"Gloves are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#vending", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "vending", - "value": "bicycle_repair_kit", - "description": "vending=bicycle_repair_kit is displayed as \"Bicycle repair kits are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#vending", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "vending", - "value": "bicycle_pump", - "description": "vending=bicycle_pump is displayed as \"Bicycle pumps are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#vending", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "vending", - "value": "bicycle_lock", - "description": "vending=bicycle_lock is displayed as \"Bicycle locks are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#vending", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "brand", - "description": "Values of `brand` are shown with \"{brand} tubes are sold here\" and can be updated. The question is \"Which brand of tubes are sold here?\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#bicycle_tube_vending_machine_brand", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "brand", - "value": "Continental", - "description": "brand=Continental is displayed as \"Continental tubes are sold here\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#bicycle_tube_vending_machine_brand", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "brand", - "value": "Schwalbe", - "description": "brand=Schwalbe is displayed as \"Schwalbe tubes are sold here\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#bicycle_tube_vending_machine_brand", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "payment:coins", - "value": "yes", - "description": "payment:coins=yes is displayed as \"Coins are accepted here\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#payment_options_split", - "icon_url": "./assets/layers/questions/coins.svg" - }, - { - "key": "payment:notes", - "value": "yes", - "description": "payment:notes=yes is displayed as \"Bank notes are accepted here\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#payment_options_split", - "icon_url": "./assets/layers/questions/notes.svg" - }, - { - "key": "payment:debit_cards", - "value": "yes", - "description": "payment:debit_cards=yes is displayed as \"Debit cards are accepted here\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#payment_options_split", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:credit_cards", - "value": "yes", - "description": "payment:credit_cards=yes is displayed as \"Credit cards are accepted here\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#payment_options_split", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:coins:denominations", - "value": "0.01 EUR", - "description": "payment:coins:denominations=0.01 EUR is displayed as \"1 cent coins are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/eur/1cent.svg" - }, - { - "key": "payment:coins:denominations", - "value": "0.02 EUR", - "description": "payment:coins:denominations=0.02 EUR is displayed as \"2 cent coins are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/eur/2cent.svg" - }, - { - "key": "payment:coins:denominations", - "value": "0.05 EUR", - "description": "payment:coins:denominations=0.05 EUR is displayed as \"5 cent coins are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/eur/5cent.svg" - }, - { - "key": "payment:coins:denominations", - "value": "0.10 EUR", - "description": "payment:coins:denominations=0.10 EUR is displayed as \"10 cent coins are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/eur/10cent.svg" - }, - { - "key": "payment:coins:denominations", - "value": "0.20 EUR", - "description": "payment:coins:denominations=0.20 EUR is displayed as \"20 cent coins are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/eur/20cent.svg" - }, - { - "key": "payment:coins:denominations", - "value": "0.50 EUR", - "description": "payment:coins:denominations=0.50 EUR is displayed as \"50 cent coins are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/eur/50cent.svg" - }, - { - "key": "payment:coins:denominations", - "value": "1 EUR", - "description": "payment:coins:denominations=1 EUR is displayed as \"1 euro coins are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/eur/1euro.svg" - }, - { - "key": "payment:coins:denominations", - "value": "2 EUR", - "description": "payment:coins:denominations=2 EUR is displayed as \"2 euro coins are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/eur/2euro.svg" - }, - { - "key": "payment:coins:denominations", - "value": "0.05 CHF", - "description": "payment:coins:denominations=0.05 CHF is displayed as \"5 centimes coins are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/chf/5rp-2019-800px.png" - }, - { - "key": "payment:coins:denominations", - "value": "0.10 CHF", - "description": "payment:coins:denominations=0.10 CHF is displayed as \"10 centimes coins are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/chf/10rp-2019-800px.png" - }, - { - "key": "payment:coins:denominations", - "value": "0.20 CHF", - "description": "payment:coins:denominations=0.20 CHF is displayed as \"20 centimes coins are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/chf/20rp-2019-800px.png" - }, - { - "key": "payment:coins:denominations", - "value": "0.50 CHF", - "description": "payment:coins:denominations=0.50 CHF is displayed as \"½ franc coins are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/chf/50rp-2019-800px.png" - }, - { - "key": "payment:coins:denominations", - "value": "1 CHF", - "description": "payment:coins:denominations=1 CHF is displayed as \"1 franc coins are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/chf/1fr-2019-800px.png" - }, - { - "key": "payment:coins:denominations", - "value": "2 CHF", - "description": "payment:coins:denominations=2 CHF is displayed as \"2 francs coins are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/chf/2fr-2019-800px.png" - }, - { - "key": "payment:coins:denominations", - "value": "5 CHF", - "description": "payment:coins:denominations=5 CHF is displayed as \"5 francs coins are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/chf/5fr-2019-800px.png" - }, - { - "key": "payment:notes:denominations", - "value": "5 EUR", - "description": "payment:notes:denominations=5 EUR is displayed as \"5 euro notes are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/eur/5euro.svg" - }, - { - "key": "payment:notes:denominations", - "value": "10 EUR", - "description": "payment:notes:denominations=10 EUR is displayed as \"10 euro notes are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/eur/10euro.svg" - }, - { - "key": "payment:notes:denominations", - "value": "20 EUR", - "description": "payment:notes:denominations=20 EUR is displayed as \"20 euro notes are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/eur/20euro.svg" - }, - { - "key": "payment:notes:denominations", - "value": "50 EUR", - "description": "payment:notes:denominations=50 EUR is displayed as \"50 euro notes are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/eur/50euro.svg" - }, - { - "key": "payment:notes:denominations", - "value": "100 EUR", - "description": "payment:notes:denominations=100 EUR is displayed as \"100 euro notes are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/eur/100euro.svg" - }, - { - "key": "payment:notes:denominations", - "value": "200 EUR", - "description": "payment:notes:denominations=200 EUR is displayed as \"200 euro notes are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/eur/200euro.svg" - }, - { - "key": "payment:notes:denominations", - "value": "500 EUR", - "description": "payment:notes:denominations=500 EUR is displayed as \"500 euro notes are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/eur/500euro.svg" - }, - { - "key": "payment:notes:denominations", - "value": "10 CHF", - "description": "payment:notes:denominations=10 CHF is displayed as \"10 francs notes are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/chf/10chf.svg" - }, - { - "key": "payment:notes:denominations", - "value": "20 CHF", - "description": "payment:notes:denominations=20 CHF is displayed as \"20 francs notes are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/chf/20chf.svg" - }, - { - "key": "payment:notes:denominations", - "value": "50 CHF", - "description": "payment:notes:denominations=50 CHF is displayed as \"50 francs notes are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/chf/50chf.svg" - }, - { - "key": "payment:notes:denominations", - "value": "100 CHF", - "description": "payment:notes:denominations=100 CHF is displayed as \"100 francs notes are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/chf/100chf.svg" - }, - { - "key": "payment:notes:denominations", - "value": "200 CHF", - "description": "payment:notes:denominations=200 CHF is displayed as \"200 francs notes are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/chf/200chf.svg" - }, - { - "key": "payment:notes:denominations", - "value": "1000 CHF", - "description": "payment:notes:denominations=1000 CHF is displayed as \"1000 francs notes are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/chf/1000chf.svg" - }, - { - "key": "operator", - "description": "Values of `operator` are shown with \"This vending machine is operated by {operator}\" and can be updated. The question is \"Who operates this vending machine?\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#operator", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "indoor", - "description": "indoor= is displayed as \"This vending machine is outdoors\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#indoor", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "indoor", - "value": "yes", - "description": "indoor=yes is displayed as \"This vending machine is indoors\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#indoor", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "indoor", - "value": "no", - "description": "indoor=no is displayed as \"This vending machine is outdoors\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#indoor", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}\" and can be updated. The question is \"What is the phone number of the operator of this vending machine?\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "charge", - "description": "Values of `charge` are shown with \"a bicycle tube costs {charge}\" and can be updated. The question is \"How much does a a bicycle tube cost?\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#charge_bicycle_tube", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "charge", - "description": "Values of `charge` are shown with \"bicycle light costs {charge}\" and can be updated. The question is \"How much does a bicycle light cost?\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#charge_bicycle_light", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "charge", - "description": "Values of `charge` are shown with \"a condom costs {charge}\" and can be updated. The question is \"How much does a a condom cost?\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#charge_condom", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "operational_status", - "description": "operational_status= is displayed as \"This vending machine works\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#operational_status", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "operational_status", - "value": "broken", - "description": "operational_status=broken is displayed as \"This vending machine is broken\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#operational_status", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "operational_status", - "value": "closed", - "description": "operational_status=closed is displayed as \"This vending machine is closed\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#operational_status", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "operational_status", - "description": "operational_status~.+ is displayed as \"The operational status is {operational_status}\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine_bicycle.md#operational_status", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "man_made", - "value": "monitoring_station", - "description": "Features with this tag are displayed by layer Bicycle counters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_counter.md", - "icon_url": "./assets/layers/bicycle_counter/bicycle_monitoring_station.svg" - }, - { - "key": "monitoring:bicycle", - "value": "yes", - "description": "Features with this tag are displayed by layer Bicycle counters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_counter.md", - "icon_url": "./assets/layers/bicycle_counter/bicycle_monitoring_station.svg" - }, - { - "key": "display", - "value": "digital", - "description": "display=digital is displayed as \"This counter has a digital display\" by layer Bicycle counters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_counter.md#display", - "icon_url": "./assets/layers/bicycle_counter/bicycle_monitoring_station.svg" - }, - { - "key": "display", - "value": "analog", - "description": "display=analog is displayed as \"This counter has an analog display\" by layer Bicycle counters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_counter.md#display", - "icon_url": "./assets/layers/bicycle_counter/bicycle_monitoring_station.svg" - }, - { - "key": "display", - "value": "no", - "description": "display=no is displayed as \"This counter has no display\" by layer Bicycle counters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_counter.md#display", - "icon_url": "./assets/layers/bicycle_counter/bicycle_monitoring_station.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"Name of the counted location: {name}\" and can be updated. The question is \"What is the name of the counted location?\" by layer Bicycle counters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_counter.md#name", - "icon_url": "./assets/layers/bicycle_counter/bicycle_monitoring_station.svg" - }, - { - "key": "start_date", - "description": "Values of `start_date` are shown with \"This counter started counting on {start_date}\" and can be updated. The question is \"When did this counter start counting?\" by layer Bicycle counters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_counter.md#start_date", - "icon_url": "./assets/layers/bicycle_counter/bicycle_monitoring_station.svg" - }, - { - "key": "amenity", - "value": "clock", - "description": "amenity=clock is displayed as \"This counter has a clock\" by layer Bicycle counters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_counter.md#clock", - "icon_url": "./assets/layers/bicycle_counter/bicycle_monitoring_station.svg" - }, - { - "key": "amenity", - "description": "amenity= is displayed as \"This counter has no clock\" by layer Bicycle counters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_counter.md#clock", - "icon_url": "./assets/layers/bicycle_counter/bicycle_monitoring_station.svg" - }, - { - "key": "ref", - "description": "Values of `ref` are shown with \"Reference number of the counter: {ref}\" and can be updated. The question is \"What is the reference number of this counter?\" by layer Bicycle counters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_counter.md#ref", - "icon_url": "./assets/layers/bicycle_counter/bicycle_monitoring_station.svg" - }, - { - "key": "noref", - "value": "yes", - "description": "noref=yes is displayed as \"This counter has no reference number\" by layer Bicycle counters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_counter.md#ref", - "icon_url": "./assets/layers/bicycle_counter/bicycle_monitoring_station.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"Website of the counter: {website}\" and can be updated. The question is \"Is there a website for this bicycle counter?\" by layer Bicycle counters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bicycle_counter.md#website", - "icon_url": "./assets/layers/bicycle_counter/bicycle_monitoring_station.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_disaster_response.json b/Docs/TagInfo/mapcomplete_disaster_response.json deleted file mode 100644 index cfb6df8467..0000000000 --- a/Docs/TagInfo/mapcomplete_disaster_response.json +++ /dev/null @@ -1,835 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Disaster response and emergency services", - "description": "This map contains elements meant for disaster preparedness and response", - "project_url": "https://mapcomplete.org/disaster_response", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/disaster_response/CivilDefence.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "amenity", - "value": "hospital", - "description": "Features with this tag are displayed by layer Hospitals", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hospital.md", - "icon_url": "./assets/layers/hospital/hospital.svg" - }, - { - "key": "amenity", - "value": "clinic", - "description": "Features with this tag are displayed by layer Hospitals", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hospital.md", - "icon_url": "./assets/layers/hospital/hospital.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Hospitals, Map of fire stations, Disaster response organizations, Police stations, Map of fire extinguishers, Emergency assembly points, Defibrillators, Map of hydrants, Doctors, Map of ambulance stations, Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hospital.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This hospital is called {name}\" and can be updated. The question is \"What is the name of this hospital?\" by layer Hospitals", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hospital.md#name", - "icon_url": "./assets/layers/hospital/hospital.svg" - }, - { - "key": "amenity", - "value": "clinic", - "description": "amenity=clinic is displayed as \"This is a clinic - patients can not stay overnight\" by layer Hospitals", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hospital.md#inpatient", - "icon_url": "./assets/layers/hospital/hospital.svg" - }, - { - "key": "amenity", - "value": "hospital", - "description": "amenity=hospital is displayed as \"This is a hospital - patients can be admitted here for multiple days\" by layer Hospitals", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hospital.md#inpatient", - "icon_url": "./assets/layers/hospital/hospital.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}\" and can be updated. The question is \"What is the phone number of {title()}?\" by layers Hospitals, Police stations, Doctors, Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hospital.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "contact:phone", - "description": "contact:phone~.+ is displayed as \"{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}\" by layers Hospitals, Police stations, Doctors, Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hospital.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"{email}\" and can be updated. The question is \"What is the email address of {title()}?\" by layers Hospitals, Police stations, Doctors, Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hospital.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "contact:email", - "description": "contact:email~.+ is displayed as \"{contact:email}\" by layers Hospitals, Police stations, Doctors, Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hospital.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "operator:email", - "description": "operator:email~.+ is displayed as \"{operator:email}\" by layers Hospitals, Police stations, Doctors, Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hospital.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{website}\" and can be updated. The question is \"What is the website of {title()}?\" by layers Hospitals, Disaster response organizations, Police stations, Doctors, Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hospital.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layers Hospitals, Disaster response organizations, Police stations, Doctors, Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hospital.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "addr:street", - "description": "addr:street= & addr:unit= & addr:housenumber= is displayed as \"No address is known\" by layers Hospitals, Doctors, Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hospital.md#header", - "icon_url": "./assets/layers/hospital/hospital.svg" - }, - { - "key": "addr:unit", - "description": "addr:street= & addr:unit= & addr:housenumber= is displayed as \"No address is known\" by layers Hospitals, Doctors, Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hospital.md#header", - "icon_url": "./assets/layers/hospital/hospital.svg" - }, - { - "key": "addr:housenumber", - "description": "addr:street= & addr:unit= & addr:housenumber= is displayed as \"No address is known\" by layers Hospitals, Doctors, Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hospital.md#header", - "icon_url": "./assets/layers/hospital/hospital.svg" - }, - { - "key": "addr:housenumber", - "description": "Values of `addr:housenumber` are shown with \"The house number is {addr:housenumber}\" and can be updated. The question is \"What is the number of this house?\" by layers Hospitals, Doctors, Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hospital.md#housenumber", - "icon_url": "./assets/layers/hospital/hospital.svg" - }, - { - "key": "nohousenumber", - "value": "yes", - "description": "nohousenumber=yes is displayed as \"This building has no house number\" by layers Hospitals, Doctors, Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hospital.md#housenumber", - "icon_url": "./assets/layers/hospital/hospital.svg" - }, - { - "key": "addr:street", - "description": "Values of `addr:street` are shown with \"This address is in street {addr:street}\" and can be updated. The question is \"What street is this address located in?\" by layers Hospitals, Doctors, Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hospital.md#street", - "icon_url": "./assets/layers/hospital/hospital.svg" - }, - { - "key": "addr:unit", - "description": "Values of `addr:unit` are shown with \"The unit number is {addr:unit}\" and can be updated. The question is \"What is the unit number or letter?\" by layers Hospitals, Doctors, Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hospital.md#unit", - "icon_url": "./assets/layers/hospital/hospital.svg" - }, - { - "key": "addr:unit", - "description": "addr:unit= is displayed as \"No unit number\" by layers Hospitals, Doctors, Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hospital.md#unit", - "icon_url": "./assets/layers/hospital/hospital.svg" - }, - { - "key": "opening_hours:visitors", - "description": "Values of `opening_hours:visitors` are shown with \"

Opening hours for visitors

Regular visitors are allowed at the following moments: {opening_hours_table(opening_hours:visitors)}

Some wands might have different opening hours. Many hospitals allow visits during emergencies too.

\" and can be updated. The question is \"When are visitors allowed to visit?\" by layer Hospitals", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hospital.md#oh_visitor", - "icon_url": "./assets/layers/hospital/hospital.svg" - }, - { - "key": "amenity", - "value": "fire_station", - "description": "Features with this tag are displayed by layer Map of fire stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fire_station.md", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f692.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This station is called {name}.\" and can be updated. The question is \"What is the name of this fire station?\" by layer Map of fire stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fire_station.md#station_name", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f692.svg" - }, - { - "key": "addr:street", - "description": "Values of `addr:street` are shown with \"This station is along a highway called {addr:street}.\" and can be updated. The question is \" What is the street name where the station located?\" by layer Map of fire stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fire_station.md#station_street", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f692.svg" - }, - { - "key": "addr:place", - "description": "Values of `addr:place` are shown with \"This station is found within {addr:place}.\" and can be updated. The question is \"Where is the station located? (e.g. name of neighborhood, villlage, or town)\" by layers Map of fire stations, Map of ambulance stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fire_station.md#station_place", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f692.svg" - }, - { - "key": "operator", - "description": "Values of `operator` are shown with \"This station is operated by {operator}.\" and can be updated. The question is \"What agency operates this station?\" by layers Map of fire stations, Map of ambulance stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fire_station.md#station_agency", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f692.svg" - }, - { - "key": "operator", - "value": "Bureau of Fire Protection", - "description": "operator=Bureau of Fire Protection & operator:type=government is displayed as \"Bureau of Fire Protection\" by layer Map of fire stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fire_station.md#station_agency", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f692.svg" - }, - { - "key": "operator:type", - "value": "government", - "description": "operator=Bureau of Fire Protection & operator:type=government is displayed as \"Bureau of Fire Protection\" by layer Map of fire stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fire_station.md#station_agency", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f692.svg" - }, - { - "key": "operator:type", - "description": "Values of `operator:type` are shown with \"The operator is a(n) {operator:type} entity.\" and can be updated. The question is \"How is the station operator classified?\" by layers Map of fire stations, Map of ambulance stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fire_station.md#station_operator", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f692.svg" - }, - { - "key": "operator:type", - "value": "government", - "description": "operator:type=government is displayed as \"The station is operated by the government.\" by layers Map of fire stations, Map of ambulance stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fire_station.md#station_operator", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f692.svg" - }, - { - "key": "operator:type", - "value": "community", - "description": "operator:type=community is displayed as \"The station is operated by a community-based, or informal organization.\" by layers Map of fire stations, Map of ambulance stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fire_station.md#station_operator", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f692.svg" - }, - { - "key": "operator:type", - "value": "ngo", - "description": "operator:type=ngo is displayed as \"The station is operated by a formal group of volunteers.\" by layers Map of fire stations, Map of ambulance stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fire_station.md#station_operator", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f692.svg" - }, - { - "key": "operator:type", - "value": "private", - "description": "operator:type=private is displayed as \"The station is privately operated.\" by layers Map of fire stations, Map of ambulance stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fire_station.md#station_operator", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f692.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Map of fire stations, Disaster response organizations, Police stations, Map of fire extinguishers, Emergency assembly points, Defibrillators, Map of hydrants, Doctors, Map of ambulance stations, Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fire_station.md#images", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f692.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Map of fire stations, Disaster response organizations, Police stations, Map of fire extinguishers, Emergency assembly points, Defibrillators, Map of hydrants, Doctors, Map of ambulance stations, Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fire_station.md#images", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f692.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Map of fire stations, Disaster response organizations, Police stations, Map of fire extinguishers, Emergency assembly points, Defibrillators, Map of hydrants, Doctors, Map of ambulance stations, Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fire_station.md#images", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f692.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Map of fire stations, Disaster response organizations, Police stations, Map of fire extinguishers, Emergency assembly points, Defibrillators, Map of hydrants, Doctors, Map of ambulance stations, Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fire_station.md#images", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f692.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Map of fire stations, Disaster response organizations, Police stations, Map of fire extinguishers, Emergency assembly points, Defibrillators, Map of hydrants, Doctors, Map of ambulance stations, Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fire_station.md#images", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f692.svg" - }, - { - "key": "emergency", - "value": "disaster_response", - "description": "Features with this tag are displayed by layer Disaster response organizations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/disaster_response.md", - "icon_url": "./assets/themes/disaster_response/CivilDefence.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This organization is named {name}\" and can be updated. The question is \"What is the name of this organization?\" by layer Disaster response organizations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/disaster_response.md#disaster_response_name", - "icon_url": "./assets/themes/disaster_response/CivilDefence.svg" - }, - { - "key": "amenity", - "value": "police", - "description": "Features with this tag are displayed by layer Police stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/police.md", - "icon_url": "./assets/layers/police/police.svg" - }, - { - "key": "police", - "description": "Features with this tag are displayed by layer Police stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/police.md", - "icon_url": "./assets/layers/police/police.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"{name}\" and can be updated. The question is \"What is the name of this police facility?\" by layer Police stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/police.md#police_name", - "icon_url": "./assets/layers/police/police.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"What are the opening hours of {title()}?\" by layers Police stations, Doctors, Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/police.md#opening_hours", - "icon_url": "./assets/layers/police/police.svg" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layers Police stations, Defibrillators, Doctors, Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/police.md#opening_hours", - "icon_url": "./assets/layers/police/police.svg" - }, - { - "key": "detention", - "value": "yes", - "description": "detention=yes is displayed as \"This police office has some cells to detain people\" by layer Police stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/police.md#4_z2nrdhy6tyyh4fd", - "icon_url": "./assets/layers/police/jail.svg" - }, - { - "key": "detention", - "value": "no", - "description": "detention=no is displayed as \"This police office does not have cells to detain people\" by layer Police stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/police.md#4_z2nrdhy6tyyh4fd", - "icon_url": "./assets/layers/police/police.svg" - }, - { - "key": "emergency", - "value": "fire_extinguisher", - "description": "Features with this tag are displayed by layer Map of fire extinguishers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/extinguisher.md", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f9ef.svg" - }, - { - "key": "location", - "description": "Values of `location` are shown with \"Location: {location}\" and can be updated. The question is \"Where is it positioned?\" by layer Map of fire extinguishers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/extinguisher.md#extinguisher_location", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f9ef.svg" - }, - { - "key": "location", - "value": "indoor", - "description": "location=indoor is displayed as \"Found indoors.\" by layer Map of fire extinguishers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/extinguisher.md#extinguisher_location", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f9ef.svg" - }, - { - "key": "location", - "value": "outdoor", - "description": "location=outdoor is displayed as \"Found outdoors.\" by layer Map of fire extinguishers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/extinguisher.md#extinguisher_location", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f9ef.svg" - }, - { - "key": "emergency", - "value": "assembly_point", - "description": "Features with this tag are displayed by layer Emergency assembly points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/assembly_point.md", - "icon_url": "./assets/layers/assembly_point/assembly_point.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This assembly point is named {name}\" and can be updated. The question is \"What is the name of this assembly point?\" by layer Emergency assembly points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/assembly_point.md#assembly_point_name", - "icon_url": "./assets/layers/assembly_point/assembly_point.svg" - }, - { - "key": "operator", - "description": "Values of `operator` are shown with \"This assembly point is operated by {operator}\" and can be updated. The question is \"What organization operates this assembly point?\" by layer Emergency assembly points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/assembly_point.md#assembly_point_operator", - "icon_url": "./assets/layers/assembly_point/assembly_point.svg" - }, - { - "key": "assembly_point:earthquake", - "value": "yes", - "description": "assembly_point:earthquake=yes is displayed as \"Earthquake\" by layer Emergency assembly points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/assembly_point.md#disaster_type", - "icon_url": "./assets/layers/assembly_point/earthquake.svg" - }, - { - "key": "assembly_point:flood", - "value": "yes", - "description": "assembly_point:flood=yes is displayed as \"Flood\" by layer Emergency assembly points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/assembly_point.md#disaster_type", - "icon_url": "./assets/layers/assembly_point/flood.svg" - }, - { - "key": "assembly_point:fire", - "value": "yes", - "description": "assembly_point:fire=yes is displayed as \"Fire\" by layer Emergency assembly points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/assembly_point.md#disaster_type", - "icon_url": "./assets/layers/assembly_point/fire.svg" - }, - { - "key": "assembly_point:landslide", - "value": "yes", - "description": "assembly_point:landslide=yes is displayed as \"Landslide\" by layer Emergency assembly points", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/assembly_point.md#disaster_type", - "icon_url": "./assets/layers/assembly_point/landslide.svg" - }, - { - "key": "emergency", - "value": "defibrillator", - "description": "Features with this tag are displayed by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "indoor", - "value": "yes", - "description": "indoor=yes is displayed as \"This defibrillator is located indoors\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_indoors", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "indoor", - "value": "no", - "description": "indoor=no is displayed as \"This defibrillator is located outdoors\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_indoors", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "access", - "description": "Values of `access` are shown with \"Access is {access}\" and can be updated. The question is \"Is this defibrillator freely accessible?\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_access", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "access", - "value": "yes", - "description": "access=yes is displayed as \"Publicly accessible\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_access", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "access", - "value": "public", - "description": "access=public is displayed as \"Publicly accessible\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_access", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "access", - "value": "customers", - "description": "access=customers is displayed as \"Only accessible to customers\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_access", - "icon_url": "./assets/layers/barrier/barrier.svg" - }, - { - "key": "access", - "value": "private", - "description": "access=private is displayed as \"Not accessible to the general public (e.g. only accesible to staff, the owners, …)\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_access", - "icon_url": "./assets/layers/barrier/barrier.svg" - }, - { - "key": "access", - "value": "no", - "description": "access=no is displayed as \"Not accessible, possibly only for professional use\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_access", - "icon_url": "./assets/layers/barrier/barrier.svg" - }, - { - "key": "level", - "description": "Values of `level` are shown with \"This defibrillator is on floor {level}\" and can be updated. The question is \"On which floor is this defibrillator located?\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_level", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "level", - "value": "0", - "description": "level=0 is displayed as \"This defibrillator is on the ground floor\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_level", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "level", - "value": "1", - "description": "level=1 is displayed as \"This defibrillator is on the first floor\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_level", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "defibrillator:location", - "description": "Values of `defibrillator:location` are shown with \"Extra information about the location (in the local language):
{defibrillator:location}\" and can be updated. The question is \"Please give some explanation on where the defibrillator can be found (in the local language)\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_defibrillator_location", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "defibrillator:location:en", - "description": "Values of `defibrillator:location:en` are shown with \"Extra information about the location (in English):
{defibrillator:location:en}\" and can be updated. The question is \"Please give some explanation on where the defibrillator can be found (in English)\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_defibrillator_location_en", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "defibrillator:location:fr", - "description": "Values of `defibrillator:location:fr` are shown with \"Extra information about the location (in French):
{defibrillator:location:fr}\" and can be updated. The question is \"Please give some explanation on where the defibrillator can be found (in French)\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_defibrillator_location_fr", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "wheelchair", - "value": "designated", - "description": "wheelchair=designated is displayed as \"This place is specially adapted for wheelchair users\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#wheelchair_access", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "wheelchair", - "value": "yes", - "description": "wheelchair=yes is displayed as \"This place is easily reachable with a wheelchair\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#wheelchair_access", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "wheelchair", - "value": "limited", - "description": "wheelchair=limited is displayed as \"It is possible to reach this place in a wheelchair, but it is not easy\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#wheelchair_access", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "wheelchair", - "value": "no", - "description": "wheelchair=no is displayed as \"This place is not reachable with a wheelchair\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#wheelchair_access", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "ref", - "description": "Values of `ref` are shown with \"Official identification number of the device: {ref}\" and can be updated. The question is \"What is the official identification number of the device? (if visible on device)\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_ref", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"Email for questions about this defibrillator: {email}\" and can be updated. The question is \"What is the email for questions about this defibrillator?\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_email", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"Telephone for questions about this defibrillator: {phone}\" and can be updated. The question is \"What is the phone number for questions about this defibrillator?\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_phone", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"At what times is this defibrillator available?\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#opening_hours_24_7", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "opening_hours", - "value": "24/7", - "description": "opening_hours=24/7 is displayed as \"24/7 opened (including holidays)\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#opening_hours_24_7", - "icon_url": "./assets/layers/questions/open24_7.svg" - }, - { - "key": "opening_hours", - "value": "unknown", - "description": "opening_hours=unknown is displayed as \"Not accessible 24/7, but the exact hours are unknown\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#opening_hours_24_7", - "icon_url": "./assets/layers/barrier/barrier.svg" - }, - { - "key": "description", - "description": "Values of `description` are shown with \"Additional information: {description}\" and can be updated. The question is \"Is there any useful information for users that you haven't been able to describe above? (leave blank if no)\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_description", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "survey:date", - "description": "Values of `survey:date` are shown with \"This defibrillator was last surveyed on {survey:date}\" and can be updated. The question is \"When was this defibrillator last surveyed?\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_survey_date", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "survey:date", - "description": "survey:date= is displayed as \"Checked today!\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_survey_date", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "fixme", - "description": "Values of `fixme` are shown with \"Extra information for OpenStreetMap experts: {fixme}\" and can be updated. The question is \"Is there something wrong with how this is mapped, that you weren't able to fix here? (leave a note to OpenStreetMap experts)\" by layer Defibrillators", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/defibrillator.md#defibrillator_fixme", - "icon_url": "./assets/layers/defibrillator/defibrillator.svg" - }, - { - "key": "emergency", - "value": "fire_hydrant", - "description": "Features with this tag are displayed by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md", - "icon_url": "./assets/themes/hailhydrant/hydrant.svg" - }, - { - "key": "colour", - "description": "Values of `colour` are shown with \"The hydrant color is {colour}\" and can be updated. The question is \"What color is the hydrant?\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_color", - "icon_url": "./assets/themes/hailhydrant/hydrant.svg" - }, - { - "key": "colour", - "value": "yellow", - "description": "colour=yellow is displayed as \"The hydrant color is yellow.\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_color", - "icon_url": "./assets/themes/hailhydrant/hydrant.svg" - }, - { - "key": "colour", - "value": "red", - "description": "colour=red is displayed as \"The hydrant color is red.\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_color", - "icon_url": "./assets/themes/hailhydrant/hydrant.svg" - }, - { - "key": "fire_hydrant:type", - "description": "Values of `fire_hydrant:type` are shown with \" Hydrant type: {fire_hydrant:type}\" and can be updated. The question is \"What type of hydrant is it?\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_type", - "icon_url": "./assets/themes/hailhydrant/hydrant.svg" - }, - { - "key": "fire_hydrant:type", - "value": "pillar", - "description": "fire_hydrant:type=pillar is displayed as \"Pillar type.\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_type", - "icon_url": "./assets/themes/hailhydrant/hydrant_pillar.svg" - }, - { - "key": "fire_hydrant:type", - "value": "pipe", - "description": "fire_hydrant:type=pipe is displayed as \"Pipe type.\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_type", - "icon_url": "./assets/themes/hailhydrant/hydrant_unknown.svg" - }, - { - "key": "fire_hydrant:type", - "value": "wall", - "description": "fire_hydrant:type=wall is displayed as \"Wall type.\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_type", - "icon_url": "./assets/themes/hailhydrant/hydrant_unknown.svg" - }, - { - "key": "fire_hydrant:type", - "value": "underground", - "description": "fire_hydrant:type=underground is displayed as \"Underground type.\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_type", - "icon_url": "./assets/themes/hailhydrant/hydrant_underground.svg" - }, - { - "key": "emergency", - "value": "fire_hydrant", - "description": "emergency=fire_hydrant is displayed as \"The hydrant is (fully or partially) working\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_state", - "icon_url": "./assets/themes/hailhydrant/hydrant.svg" - }, - { - "key": "disused:emergency", - "value": "fire_hydrant", - "description": "disused:emergency=fire_hydrant & emergency= is displayed as \"The hydrant is unavailable\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_state", - "icon_url": "./assets/themes/hailhydrant/hydrant.svg" - }, - { - "key": "emergency", - "description": "disused:emergency=fire_hydrant & emergency= is displayed as \"The hydrant is unavailable\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_state", - "icon_url": "./assets/themes/hailhydrant/hydrant.svg" - }, - { - "key": "removed:emergency", - "value": "fire_hydrant", - "description": "removed:emergency=fire_hydrant & emergency= is displayed as \"The hydrant has been removed\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_state", - "icon_url": "./assets/themes/hailhydrant/hydrant.svg" - }, - { - "key": "emergency", - "description": "removed:emergency=fire_hydrant & emergency= is displayed as \"The hydrant has been removed\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_state", - "icon_url": "./assets/themes/hailhydrant/hydrant.svg" - }, - { - "key": "fire_hydrant:diameter", - "description": "Values of `fire_hydrant:diameter` are shown with \"Pipe diameter: {canonical(fire_hydrant:diameter)}\" and can be updated. The question is \"What is the pipe diameter of this hydrant?\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_diameter", - "icon_url": "./assets/themes/hailhydrant/hydrant.svg" - }, - { - "key": "couplings", - "description": "Values of `couplings` are shown with \"Number of couplings: {couplings}\" and can be updated. The question is \"How many couplings does this fire hydrant have?\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_number_of_couplings", - "icon_url": "./assets/themes/hailhydrant/hydrant.svg" - }, - { - "key": "couplings:type", - "description": "Values of `couplings:type` are shown with \"Couplings: {couplings:type}\" and can be updated. The question is \"What kind of couplings does this hydrant have?\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_couplings", - "icon_url": "./assets/themes/hailhydrant/hydrant.svg" - }, - { - "key": "couplings:type", - "value": "Storz", - "description": "couplings:type=Storz is displayed as \"Storz coupling\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_couplings", - "icon_url": "./assets/layers/hydrant/storz.jpg" - }, - { - "key": "couplings:type", - "value": "UNI", - "description": "couplings:type=UNI is displayed as \"UNI coupling\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_couplings", - "icon_url": "./assets/themes/hailhydrant/hydrant.svg" - }, - { - "key": "couplings:type", - "value": "Barcelona", - "description": "couplings:type=Barcelona is displayed as \"Barcelona coupling\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_couplings", - "icon_url": "./assets/layers/hydrant/barcelona.jpg" - }, - { - "key": "couplings:diameters", - "description": "Values of `couplings:diameters` are shown with \"Coupling diameters: {couplings:diameters}\" and can be updated. The question is \"What diameter are the couplings of this hydrant?\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_couplings_diameters", - "icon_url": "./assets/themes/hailhydrant/hydrant.svg" - }, - { - "key": "amenity", - "value": "doctors", - "description": "Features with this tag are displayed by layer Doctors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md", - "icon_url": "./assets/layers/doctors/doctors.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This doctors place is called {name}\" and can be updated. The question is \"What is the name of this doctors place?\" by layer Doctors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#name", - "icon_url": "./assets/layers/doctors/doctors.svg" - }, - { - "key": "opening_hours", - "value": "\"by appointment\"", - "description": "opening_hours=\"by appointment\" is displayed as \"Only by appointment\" by layer Doctors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#opening_hours_by_appointment", - "icon_url": "./assets/layers/doctors/doctors.svg" - }, - { - "key": "opening_hours", - "description": "opening_hours~^(\"by appointment\"|by appointment)$ is displayed as \"Only by appointment\" by layer Doctors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#opening_hours_by_appointment", - "icon_url": "./assets/layers/doctors/doctors.svg" - }, - { - "key": "healthcare:speciality", - "description": "Values of `healthcare:speciality` are shown with \"This doctor is specialized in {healthcare:speciality}\" and can be updated. The question is \"What is this doctor specialized in?\" by layer Doctors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#specialty", - "icon_url": "./assets/layers/doctors/doctors.svg" - }, - { - "key": "healthcare:speciality", - "value": "general", - "description": "healthcare:speciality=general is displayed as \"This is a general practitioner\" by layer Doctors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#specialty", - "icon_url": "./assets/layers/doctors/doctors.svg" - }, - { - "key": "healthcare:speciality", - "value": "gynaecology", - "description": "healthcare:speciality=gynaecology is displayed as \"This is a gynaecologist\" by layer Doctors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#specialty", - "icon_url": "./assets/layers/doctors/doctors.svg" - }, - { - "key": "healthcare:speciality", - "value": "psychiatry", - "description": "healthcare:speciality=psychiatry is displayed as \"This is a psychiatrist\" by layer Doctors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#specialty", - "icon_url": "./assets/layers/doctors/doctors.svg" - }, - { - "key": "healthcare:speciality", - "value": "paediatrics", - "description": "healthcare:speciality=paediatrics is displayed as \"This is a paediatrician\" by layer Doctors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#specialty", - "icon_url": "./assets/layers/doctors/doctors.svg" - }, - { - "key": "emergency", - "value": "ambulance_station", - "description": "Features with this tag are displayed by layer Map of ambulance stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ambulancestation.md", - "icon_url": "./assets/themes/hailhydrant/Twemoji_1f691.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This station is called {name}.\" and can be updated. The question is \"What is the name of this ambulance station?\" by layer Map of ambulance stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ambulancestation.md#ambulance_name", - "icon_url": "./assets/themes/hailhydrant/Twemoji_1f691.svg" - }, - { - "key": "addr:street", - "description": "Values of `addr:street` are shown with \"This station is along a highway called {addr:street}.\" and can be updated. The question is \"What is the street name where the station located?\" by layer Map of ambulance stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ambulancestation.md#ambulance_street", - "icon_url": "./assets/themes/hailhydrant/Twemoji_1f691.svg" - }, - { - "key": "amenity", - "value": "pharmacy", - "description": "Features with this tag are displayed by layer Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pharmacy.md", - "icon_url": "./assets/layers/pharmacy/pharmacy.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This pharmacy is called {name}\" and can be updated. The question is \"What is the name of the pharmacy?\" by layer Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pharmacy.md#name", - "icon_url": "./assets/layers/pharmacy/pharmacy.svg" - }, - { - "key": "payment:cash", - "value": "yes", - "description": "payment:cash=yes is displayed as \"Cash is accepted here\" by layer Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pharmacy.md#payment_options", - "icon_url": "./assets/layers/questions/cash.svg" - }, - { - "key": "payment:cards", - "value": "yes", - "description": "payment:cards=yes is displayed as \"Payment cards are accepted here\" by layer Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pharmacy.md#payment_options", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:qr_code", - "value": "yes", - "description": "payment:qr_code=yes is displayed as \"Payment by QR-code is possible here\" by layer Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pharmacy.md#payment_options", - "icon_url": "./assets/layers/questions/qrcode.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_drinking_water.json b/Docs/TagInfo/mapcomplete_drinking_water.json deleted file mode 100644 index 0da2418356..0000000000 --- a/Docs/TagInfo/mapcomplete_drinking_water.json +++ /dev/null @@ -1,382 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Drinking Water", - "description": "On this map, publicly accessible drinking water spots are shown and can be easily added", - "project_url": "https://mapcomplete.org/drinking_water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/drinking_water/logo.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "amenity", - "value": "drinking_water", - "description": "Features with this tag are displayed by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "drinking_water", - "value": "yes", - "description": "Features with this tag are displayed by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "disused:amenity", - "value": "drinking_water", - "description": "Features with this tag are displayed by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#images", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#images", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#images", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#images", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#images", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "operational_status", - "description": "Values of `operational_status` are shown with \"The operational status is {operational_status}\" and can be updated. The question is \"Is this drinking water spot still operational?\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Still_in_use_", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "operational_status", - "description": "operational_status= & disused:amenity= is displayed as \"This drinking water works\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Still_in_use_", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "disused:amenity", - "description": "operational_status= & disused:amenity= is displayed as \"This drinking water works\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Still_in_use_", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "operational_status", - "value": "broken", - "description": "operational_status=broken is displayed as \"This drinking water is broken\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Still_in_use_", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "operational_status", - "value": "closed", - "description": "operational_status=closed is displayed as \"This drinking water is closed\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Still_in_use_", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "disused:amenity", - "value": "drinking_water", - "description": "disused:amenity=drinking_water is displayed as \"This drinking water is permanently closed\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Still_in_use_", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "fee", - "value": "no", - "description": "fee=no is displayed as \"Free to use\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#fee", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "fee", - "value": "yes", - "description": "fee=yes is displayed as \"One needs to pay to use this drinking water point\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#fee", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "fountain", - "value": "bubbler", - "description": "fountain=bubbler is displayed as \"This is a bubbler fountain. A water jet to drink from is sent upwards, typically controlled by a push button.\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#type", - "icon_url": "./assets/layers/drinking_water/bubbler.svg" - }, - { - "key": "fountain", - "value": "bottle_refill", - "description": "fountain=bottle_refill is displayed as \"This is a bottle refill point where the water is sent downwards, typically controlled by a push button or a motion sensor. Drinking directly from the stream might be very hard or impossible.\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#type", - "icon_url": "./assets/layers/drinking_water/bottle.svg" - }, - { - "key": "man_made", - "value": "water_tap", - "description": "man_made=water_tap is displayed as \"This is a water tap. The water flows downward and the stream is controlled by a valve or push-button.\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#type", - "icon_url": "./assets/layers/drinking_water/tap.svg" - }, - { - "key": "bottle", - "value": "yes", - "description": "bottle=yes is displayed as \"It is easy to refill water bottles\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Bottle_refill", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "bottle", - "value": "no", - "description": "bottle=no is displayed as \"Water bottles may not fit\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Bottle_refill", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "iced_water", - "value": "yes", - "description": "iced_water=yes is displayed as \"Ice-cold water is provided here\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#temperature_cold", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "cold_water", - "value": "yes", - "description": "cold_water=yes is displayed as \"Actively cooled water is available here\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#temperature_cold", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "room_temperature_water", - "value": "yes", - "description": "room_temperature_water=yes is displayed as \"Ambient temperature water (without active cooling or heating) is available here\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#temperature_cold", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "warm_water", - "value": "yes", - "description": "warm_water=yes is displayed as \"Warmed water is provided here; the water is not dangerously hot\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#temperature_cold", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "hot_water", - "value": "yes", - "description": "hot_water=yes is displayed as \"Hot water is provided here\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#temperature_cold", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "seasonal", - "value": "no", - "description": "seasonal=no is displayed as \"Available all around the year\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#seasonal", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "seasonal", - "value": "summer", - "description": "seasonal=summer is displayed as \"Only available in summer\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#seasonal", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "seasonal", - "value": "spring;summer;autumn", - "description": "seasonal=spring;summer;autumn is displayed as \"Closed during the winter\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#seasonal", - "icon_url": "./assets/layers/drinking_water/no_winter.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"What are the opening hours of {title()}?\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#opening_hours_24_7", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "seasonal", - "description": "seasonal!=no & seasonal~.+ & ((seasonal!~^(.*winter.*)$ & _now:date~^(....-(12|01|02)-..)$) | (seasonal!~^(.*spring.*)$ & _now:date~^(....-(03|04|05)-..)$) | (seasonal!~^(.*summer.*)$ & _now:date~^(....-(06|07|08)-..)$) | (seasonal!~^(.*autumn.*)$ & _now:date~^(....-(09|10|11)-..)$)) is displayed as \"This drinking water fountain is closed this season. As such, the opening hours are not shown.\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#opening_hours_24_7", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "opening_hours", - "value": "24/7", - "description": "opening_hours=24/7 is displayed as \"24/7 opened (including holidays)\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#opening_hours_24_7", - "icon_url": "./assets/layers/questions/open24_7.svg" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#opening_hours_24_7", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "tourism", - "value": "artwork", - "description": "tourism=artwork is displayed as \"This drinking water point has an integrated artwork\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#bench_artwork", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "not:tourism:artwork", - "value": "yes", - "description": "not:tourism:artwork=yes is displayed as \"This drinking water point does not have an integrated artwork\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#bench_artwork", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "tourism", - "description": "tourism= is displayed as \"This drinking water point probably doesn't have an integrated artwork\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#bench_artwork", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "description": "Values of `artwork_type` are shown with \"This is a {artwork_type}\" and can be updated. The question is \"What is the type of this artwork?\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "architecture", - "description": "artwork_type=architecture is displayed as \"Architecture\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "mural", - "description": "artwork_type=mural is displayed as \"Mural\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "painting", - "description": "artwork_type=painting is displayed as \"Painting\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "sculpture", - "description": "artwork_type=sculpture is displayed as \"Sculpture\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "statue", - "description": "artwork_type=statue is displayed as \"Statue\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "bust", - "description": "artwork_type=bust is displayed as \"Bust\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "stone", - "description": "artwork_type=stone is displayed as \"Stone\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "installation", - "description": "artwork_type=installation is displayed as \"Installation\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "graffiti", - "description": "artwork_type=graffiti is displayed as \"Graffiti\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "relief", - "description": "artwork_type=relief is displayed as \"Relief\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "azulejo", - "description": "artwork_type=azulejo is displayed as \"Azulejo (Spanish decorative tilework)\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "tilework", - "description": "artwork_type=tilework is displayed as \"Tilework\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "woodcarving", - "description": "artwork_type=woodcarving is displayed as \"Woodcarving\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artist:wikidata", - "description": "Values of `artist:wikidata` are shown with \"This artwork was made by {wikidata_label(artist:wikidata):font-weight:bold}
{wikipedia(artist:wikidata)}\" and can be updated. The question is \"Who made this artwork?\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artist_wikidata", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artist_name", - "description": "Values of `artist_name` are shown with \"Created by {artist_name}\" and can be updated. The question is \"Which artist created this?\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artist_name", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{link(More information on this website,&LBRACEwebsite&RBRACE,,,,)}\" and can be updated. The question is \"Is there a website with more information about this artwork?\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_website", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "subject:wikidata", - "description": "Values of `subject:wikidata` are shown with \"This artwork depicts {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}\" and can be updated. The question is \"What does this artwork depict?\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_subject", - "icon_url": "./assets/layers/drinking_water/drips.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_education.json b/Docs/TagInfo/mapcomplete_education.json deleted file mode 100644 index ecd83c8171..0000000000 --- a/Docs/TagInfo/mapcomplete_education.json +++ /dev/null @@ -1,615 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Education", - "description": "On this map, you'll find information about all types of schools and education and can easily add more information", - "project_url": "https://mapcomplete.org/education", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/layers/school/college.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "amenity", - "value": "childcare", - "description": "Features with this tag are displayed by layer Childcare", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/childcare.md" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Childcare, Primary and secondary schools, Colleges and universities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/childcare.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This facility is named {name}\" and can be updated. The question is \"What is the name of this facility?\" by layer Childcare", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/childcare.md#name" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{website}\" and can be updated. The question is \"What is the website of {title()}?\" by layers Childcare, Primary and secondary schools, Colleges and universities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/childcare.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layers Childcare, Primary and secondary schools, Colleges and universities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/childcare.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"{email}\" and can be updated. The question is \"What is the email address of {title()}?\" by layers Childcare, Primary and secondary schools, Colleges and universities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/childcare.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "contact:email", - "description": "contact:email~.+ is displayed as \"{contact:email}\" by layers Childcare, Primary and secondary schools, Colleges and universities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/childcare.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "operator:email", - "description": "operator:email~.+ is displayed as \"{operator:email}\" by layers Childcare, Primary and secondary schools, Colleges and universities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/childcare.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}\" and can be updated. The question is \"What is the phone number of {title()}?\" by layers Childcare, Primary and secondary schools, Colleges and universities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/childcare.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "contact:phone", - "description": "contact:phone~.+ is displayed as \"{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}\" by layers Childcare, Primary and secondary schools, Colleges and universities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/childcare.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"When is this childcare opened?\" by layer Childcare", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/childcare.md#opening_hours" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layer Childcare", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/childcare.md#opening_hours" - }, - { - "key": "capacity", - "description": "Values of `capacity` are shown with \"This facility has room for {capacity} kids\" and can be updated. The question is \"How much kids (at most) can be enrolled here?\" by layer Childcare", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/childcare.md#capacity" - }, - { - "key": "amenity", - "value": "school", - "description": "Features with this tag are displayed by layers Primary and secondary schools, Colleges and universities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "amenity", - "value": "kindergarten", - "description": "Features with this tag are displayed by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#images", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#images", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#images", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#images", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#images", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This school is named {name}\" and can be updated. The question is \"What is the name of this school?\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#school_name", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "addr:street", - "description": "addr:street= & addr:unit= & addr:housenumber= is displayed as \"No address is known\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#header", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "addr:unit", - "description": "addr:street= & addr:unit= & addr:housenumber= is displayed as \"No address is known\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#header", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "addr:housenumber", - "description": "addr:street= & addr:unit= & addr:housenumber= is displayed as \"No address is known\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#header", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "addr:housenumber", - "description": "Values of `addr:housenumber` are shown with \"The house number is {addr:housenumber}\" and can be updated. The question is \"What is the number of this house?\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#housenumber", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "nohousenumber", - "value": "yes", - "description": "nohousenumber=yes is displayed as \"This building has no house number\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#housenumber", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "addr:street", - "description": "Values of `addr:street` are shown with \"This address is in street {addr:street}\" and can be updated. The question is \"What street is this address located in?\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#street", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "addr:unit", - "description": "Values of `addr:unit` are shown with \"The unit number is {addr:unit}\" and can be updated. The question is \"What is the unit number or letter?\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#unit", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "addr:unit", - "description": "addr:unit= is displayed as \"No unit number\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#unit", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "capacity", - "description": "Values of `capacity` are shown with \"This school can enroll at most {capacity} students\" and can be updated. The question is \"How much students can at most enroll in this school?\" by layers Primary and secondary schools, Colleges and universities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#capacity", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "school", - "value": "kindergarten", - "description": "school=kindergarten is displayed as \"This is a school with a kindergarten section where young kids receive some education which prepares reading and writing.\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#education_level_belgium", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "school", - "value": "primary", - "description": "school=primary is displayed as \"This is a school where one learns primary skills such as basic literacy and numerical skills.
Pupils typically enroll from 6 years old till 12 years old
\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#education_level_belgium", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "school", - "value": "secondary", - "description": "school=secondary is displayed as \"This is a secondary school which offers all grades\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#education_level_belgium", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "school", - "value": "lower_secondary", - "description": "school=lower_secondary is displayed as \"This is a secondary school which does not have all grades, but offers first and second grade\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#education_level_belgium", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "school", - "value": "middle_secondary", - "description": "school=middle_secondary is displayed as \"This is a secondary school which does not have all grades, but offers third and fourth grade\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#education_level_belgium", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "school", - "value": "upper_secondary", - "description": "school=upper_secondary is displayed as \"This is a secondary school which does not have all grades, but offers fifth and sixth grade\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#education_level_belgium", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "school", - "value": "post_secondary", - "description": "school=post_secondary is displayed as \"This school offers post-secondary education (e.g. a seventh or eight specialisation year)\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#education_level_belgium", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "school:special_needs", - "value": "only", - "description": "school:special_needs=only is displayed as \"This school is only for special need students; a certificate is needed to enroll\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#is_special_needs", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "school:special_needs", - "value": "separated", - "description": "school:special_needs=separated is displayed as \"This school has a separate section for special need students.\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#is_special_needs", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "school:special_needs", - "value": "mixed", - "description": "school:special_needs=mixed is displayed as \"Students with special needs and non-special need students have classes together.\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#is_special_needs", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "school:special_needs", - "value": "limited", - "description": "school:special_needs=limited is displayed as \"This school offers limited, ad hoc support but has no significant expertise and is not considered a special needs school.\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#is_special_needs", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "school:special_needs", - "value": "no", - "description": "school:special_needs=no is displayed as \"This school has no support for special need students.\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#is_special_needs", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "school:special_needs", - "value": "yes", - "description": "school:special_needs=yes is displayed as \"This school is for special need students.\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#is_special_needs", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "school:orientation", - "value": "academic", - "description": "school:orientation=academic is displayed as \"Prepares for an academic study at university\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#orientation_belgium", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "school:orientation", - "value": "professional", - "description": "school:orientation=professional is displayed as \"Prepares for a professional study at a college\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#orientation_belgium", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "school:orientation", - "value": "vocational", - "description": "school:orientation=vocational is displayed as \"Prepares for a job\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#orientation_belgium", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "school:orientation", - "value": "care_institution", - "description": "school:orientation=care_institution is displayed as \"Training type 1: trains elementary life skills to live in an institution. There is no intention to do a (paid) job after training\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#orientation_belgium_special_needs", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "school:orientation", - "value": "sheltered_workshop", - "description": "school:orientation=sheltered_workshop is displayed as \"Training type 2: prepares to work in an environment with extra care and facilities such as a sheltered workshop\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#orientation_belgium_special_needs", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "school:orientation", - "value": "vocational", - "description": "school:orientation=vocational is displayed as \"Training type 3: prepares for a job and a (more-or-less) independent life in society\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#orientation_belgium_special_needs", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "school:orientation", - "value": "professional", - "description": "school:orientation=professional is displayed as \"Training type 4: prepares for a job or continued education\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#orientation_belgium_special_needs", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "school:gender", - "value": "mixed", - "description": "school:gender=mixed is displayed as \"Both boys and girls can enroll here and have classes together\" by layers Primary and secondary schools, Colleges and universities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#gender", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "school:gender", - "value": "separated", - "description": "school:gender=separated is displayed as \"Both boys and girls can enroll here but they are separated (e.g. they have lessons in different classrooms or at different times)\" by layers Primary and secondary schools, Colleges and universities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#gender", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "school:gender", - "value": "male", - "description": "school:gender=male is displayed as \"This is a boys only-school\" by layers Primary and secondary schools, Colleges and universities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#gender", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "school:gender", - "value": "female", - "description": "school:gender=female is displayed as \"This is a girls-only school\" by layers Primary and secondary schools, Colleges and universities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#gender", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "pedagogy", - "description": "Values of `pedagogy` are shown with \"This school uses {pedagogy}\" and can be updated. The question is \"What educational theory is applied on this school?\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#pedagogy", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "pedagogy", - "value": "mainstream", - "description": "pedagogy=mainstream is displayed as \"This school does not use a specific pedagogy\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#pedagogy", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "pedagogy", - "value": "montessori", - "description": "pedagogy=montessori is displayed as \"This school uses the Montessori method of education\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#pedagogy", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "pedagogy", - "value": "freinet", - "description": "pedagogy=freinet is displayed as \"This school is associated with the Freinet Modern School Movement\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#pedagogy", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "pedagogy", - "value": "jenaplan", - "description": "pedagogy=jenaplan is displayed as \"This school uses the Jenaplan teaching concept\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#pedagogy", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "pedagogy", - "value": "waldorf", - "description": "pedagogy=waldorf is displayed as \"This school uses the Steiner/Waldorf educational philosophy\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#pedagogy", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "pedagogy", - "value": "dalton", - "description": "pedagogy=dalton is displayed as \"This school uses the Dalton plan teaching concept\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#pedagogy", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "pedagogy", - "value": "outdoor", - "description": "pedagogy=outdoor is displayed as \"This school uses outdoor learning\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#pedagogy", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "pedagogy", - "value": "reggio_emilia", - "description": "pedagogy=reggio_emilia is displayed as \"This school uses the Reggio Emilia approach\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#pedagogy", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "pedagogy", - "value": "sudbury", - "description": "pedagogy=sudbury is displayed as \"This school uses the Sudbury system\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#pedagogy", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "special_needs:intellectual_disability", - "value": "yes", - "description": "special_needs:intellectual_disability=yes is displayed as \"For students with an intellectual disability (type 2)\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#special_needs_categories_be", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "special_needs:emotional_behavioural_disorder", - "value": "yes", - "description": "special_needs:emotional_behavioural_disorder=yes is displayed as \"For students with an emotional and behavioural problem (type 3)\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#special_needs_categories_be", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "special_needs:physical_disability", - "value": "yes", - "description": "special_needs:physical_disability=yes is displayed as \"For students with an physical disability (type 4)\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#special_needs_categories_be", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "special_needs:blind", - "value": "yes", - "description": "special_needs:blind=yes is displayed as \"For blind and visually impaired students (type 6)\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#special_needs_categories_be", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "special_needs:deaf", - "value": "yes", - "description": "special_needs:deaf=yes is displayed as \"For deaf students and students with hearing loss (type 7)\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#special_needs_categories_be", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "special_needs:language_disorder", - "value": "yes", - "description": "special_needs:language_disorder=yes is displayed as \"For students with a Developemental Language Disorder (type 7 - DLD)\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#special_needs_categories_be", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "special_needs:autism", - "value": "yes", - "description": "special_needs:autism=yes is displayed as \"For students with an autism spectrum disorder (type 9)\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#special_needs_categories_be", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "special_needs:learning_disabilities", - "value": "yes", - "description": "special_needs:learning_disabilities=yes is displayed as \"For students with a learning disability (basic offering )\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#special_needs_categories_be", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "dress_code", - "description": "Values of `dress_code` are shown with \"{dress_code}\" and can be updated. The question is \"Do pupils have to wear a uniform or obey a dresscode?\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#uniform", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "dress_code", - "value": "uniform", - "description": "dress_code=uniform is displayed as \"Students must wear a uniform, which is extensively described\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#uniform", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "dress_code", - "value": "obligated_colour", - "description": "dress_code=obligated_colour is displayed as \"Students must wear clothes in a specific colour scheme\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#uniform", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "dress_code", - "value": "casual", - "description": "dress_code=casual is displayed as \"There is no formal dress code, students are allowed to come in casual wear such as t-shirt, jeans, ...\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#uniform", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "dress_code", - "value": "arms_covered", - "description": "dress_code=arms_covered is displayed as \"Arms must be covered by the clothes\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#uniform", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "dress_code", - "value": "knees_covered", - "description": "dress_code=knees_covered is displayed as \"Knees must be covered by the clothes\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#uniform", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "dress_code", - "value": "legs_covered", - "description": "dress_code=legs_covered is displayed as \"Legs must be covered by the clothes\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#uniform", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "dress_code", - "value": "belly_covered", - "description": "dress_code=belly_covered is displayed as \"The belly must be covered by the clothes\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#uniform", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "wikidata", - "description": "Values of `wikidata` are shown with \"{wikipedia():max-height:25rem}\" and can be updated. The question is \"What is the corresponding Wikidata entity?\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#wikipedia", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "wikipedia", - "description": "wikipedia~.+ is displayed as \"{wikipedia():max-height:25rem}\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#wikipedia", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "wikidata", - "description": "wikidata= is displayed as \"No Wikipedia page has been linked yet\" by layer Primary and secondary schools", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/school.md#wikipedia", - "icon_url": "./assets/layers/school/school.svg" - }, - { - "key": "amenity", - "value": "college", - "description": "Features with this tag are displayed by layer Colleges and universities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tertiary_education.md", - "icon_url": "./assets/layers/school/college.svg" - }, - { - "key": "amenity", - "value": "university", - "description": "Features with this tag are displayed by layer Colleges and universities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tertiary_education.md", - "icon_url": "./assets/layers/school/college.svg" - }, - { - "key": "isced:2011:level", - "description": "Features with this tag are displayed by layers Colleges and universities, Colleges and universities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tertiary_education.md", - "icon_url": "./assets/layers/school/college.svg" - }, - { - "key": "amenity", - "value": "college", - "description": "amenity=college is displayed as \"This is an institution of post-secondary, non-tertiary education. One has to have completed secondary education to enroll here, but no bachelor (or higher) degrees are awarded here\" by layer Colleges and universities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tertiary_education.md#institution_kind", - "icon_url": "./assets/layers/school/college.svg" - }, - { - "key": "amenity", - "value": "university", - "description": "amenity=university is displayed as \"This is a university, an institution of tertiary education where bachelor degrees or higher are awarded.\" by layer Colleges and universities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tertiary_education.md#institution_kind", - "icon_url": "./assets/layers/school/college.svg" - }, - { - "key": "isced:2011:level", - "value": "bachelor", - "description": "isced:2011:level=bachelor is displayed as \"Bachelor degrees are awarded here\" by layer Colleges and universities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tertiary_education.md#isced", - "icon_url": "./assets/layers/school/college.svg" - }, - { - "key": "isced:2011:level", - "value": "master", - "description": "isced:2011:level=master is displayed as \"Master degrees are awarded here\" by layer Colleges and universities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tertiary_education.md#isced", - "icon_url": "./assets/layers/school/college.svg" - }, - { - "key": "isced:2011:level", - "value": "doctorate", - "description": "isced:2011:level=doctorate is displayed as \"Doctorate degrees are awarded here\" by layer Colleges and universities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tertiary_education.md#isced", - "icon_url": "./assets/layers/school/college.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_elongated_coin.json b/Docs/TagInfo/mapcomplete_elongated_coin.json deleted file mode 100644 index a15a9c041d..0000000000 --- a/Docs/TagInfo/mapcomplete_elongated_coin.json +++ /dev/null @@ -1,573 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Penny Presses", - "description": "Find penny presses to create your own elongated coins", - "project_url": "https://mapcomplete.org/elongated_coin", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/elongated_coin/penny.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "amenity", - "value": "vending_machine", - "description": "Features with this tag are displayed by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "vending", - "description": "Features with this tag are displayed by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#images", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#images", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#images", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#images", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#images", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"What are the opening hours of {title()}?\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#opening_hours_24_7", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "opening_hours", - "value": "24/7", - "description": "opening_hours=24/7 is displayed as \"24/7 opened (including holidays)\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#opening_hours_24_7", - "icon_url": "./assets/layers/questions/open24_7.svg" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#opening_hours_24_7", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "coin:design_count", - "description": "Values of `coin:design_count` are shown with \"This penny press has {coin:design_count} designs available.\" and can be updated. The question is \"How many designs are available?\" by layer Penny Presses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#designs", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "coin:design_count", - "value": "1", - "description": "coin:design_count=1 is displayed as \"This penny press has one design available.\" by layer Penny Presses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#designs", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "coin:design_count", - "value": "2", - "description": "coin:design_count=2 is displayed as \"This penny press has two designs available.\" by layer Penny Presses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#designs", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "coin:design_count", - "value": "3", - "description": "coin:design_count=3 is displayed as \"This penny press has three designs available.\" by layer Penny Presses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#designs", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "coin:design_count", - "value": "4", - "description": "coin:design_count=4 is displayed as \"This penny press has four designs available.\" by layer Penny Presses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#designs", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "fee", - "description": "fee= is displayed as \"It costs money to press a penny.\" by layer Penny Presses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#fee", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "fee", - "value": "yes", - "description": "fee=yes is displayed as \"It costs money to press a penny.\" by layer Penny Presses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#fee", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "fee", - "value": "no", - "description": "fee=no is displayed as \"It is free to press a penny.\" by layer Penny Presses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#fee", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "payment:cash", - "value": "yes", - "description": "payment:cash=yes is displayed as \"Cash is accepted here\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#payment_options_split", - "icon_url": "./assets/layers/questions/cash.svg" - }, - { - "key": "payment:cards", - "value": "yes", - "description": "payment:cards=yes is displayed as \"Payment cards are accepted here\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#payment_options_split", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:qr_code", - "value": "yes", - "description": "payment:qr_code=yes is displayed as \"Payment by QR-code is possible here\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#payment_options_split", - "icon_url": "./assets/layers/questions/qrcode.svg" - }, - { - "key": "payment:coins", - "value": "yes", - "description": "payment:coins=yes is displayed as \"Coins are accepted here\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#payment_options_split", - "icon_url": "./assets/layers/questions/coins.svg" - }, - { - "key": "payment:notes", - "value": "yes", - "description": "payment:notes=yes is displayed as \"Bank notes are accepted here\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#payment_options_split", - "icon_url": "./assets/layers/questions/notes.svg" - }, - { - "key": "payment:debit_cards", - "value": "yes", - "description": "payment:debit_cards=yes is displayed as \"Debit cards are accepted here\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#payment_options_split", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:credit_cards", - "value": "yes", - "description": "payment:credit_cards=yes is displayed as \"Credit cards are accepted here\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#payment_options_split", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "coin:type", - "description": "Values of `coin:type` are shown with \"This penny press uses a {coin:type} coin for pressing.\" and can be updated. The question is \"What coin is used for pressing?\" by layer Penny Presses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#coin", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "coin:type", - "value": "2cent", - "description": "coin:type=2cent is displayed as \"This penny press uses a 2 cent coin for pressing.\" by layer Penny Presses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#coin", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "coin:type", - "value": "5cent", - "description": "coin:type=5cent is displayed as \"This penny press uses a 5 cent coin for pressing.\" by layer Penny Presses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#coin", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "coin:type", - "value": "10cent", - "description": "coin:type=10cent is displayed as \"This penny press uses a 10 cent coin for pressing.\" by layer Penny Presses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#coin", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "coin:type", - "value": "25cent", - "description": "coin:type=25cent is displayed as \"This penny press uses a 25 cent coin for pressing.\" by layer Penny Presses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#coin", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "coin:type", - "value": "50cent", - "description": "coin:type=50cent is displayed as \"This penny press uses a 50 cent coin for pressing.\" by layer Penny Presses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#coin", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "coin:type", - "value": "10centimes", - "description": "coin:type=10centimes is displayed as \"This penny press uses a 10 centimes coin for pressing.\" by layer Penny Presses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#coin", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "coin:type", - "value": "20centimes", - "description": "coin:type=20centimes is displayed as \"This penny press uses a 20 centimes coin for pressing.\" by layer Penny Presses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#coin", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{website}\" and can be updated. The question is \"What is the website of {title()}?\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "charge", - "description": "Values of `charge` are shown with \"It costs {charge} to press a penny.\" and can be updated. The question is \"How much does it cost to press a penny?\" by layer Penny Presses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#charge", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "charge", - "value": "1 EUR", - "description": "charge=1 EUR is displayed as \"It costs 1 euro to press a penny.\" by layer Penny Presses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#charge", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "charge", - "value": "2 EUR", - "description": "charge=2 EUR is displayed as \"It costs 2 euros to press a penny.\" by layer Penny Presses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#charge", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "charge", - "value": "2 CHF", - "description": "charge=2 CHF is displayed as \"It costs 2 Swiss francs to press a penny.\" by layer Penny Presses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#charge", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "charge", - "value": "1 CHF", - "description": "charge=1 CHF is displayed as \"It costs 1 Swiss franc to press a penny.\" by layer Penny Presses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#charge", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "payment:coins:denominations", - "value": "0.01 EUR", - "description": "payment:coins:denominations=0.01 EUR is displayed as \"1 cent coins are accepted\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/eur/1cent.svg" - }, - { - "key": "payment:coins:denominations", - "value": "0.02 EUR", - "description": "payment:coins:denominations=0.02 EUR is displayed as \"2 cent coins are accepted\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/eur/2cent.svg" - }, - { - "key": "payment:coins:denominations", - "value": "0.05 EUR", - "description": "payment:coins:denominations=0.05 EUR is displayed as \"5 cent coins are accepted\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/eur/5cent.svg" - }, - { - "key": "payment:coins:denominations", - "value": "0.10 EUR", - "description": "payment:coins:denominations=0.10 EUR is displayed as \"10 cent coins are accepted\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/eur/10cent.svg" - }, - { - "key": "payment:coins:denominations", - "value": "0.20 EUR", - "description": "payment:coins:denominations=0.20 EUR is displayed as \"20 cent coins are accepted\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/eur/20cent.svg" - }, - { - "key": "payment:coins:denominations", - "value": "0.50 EUR", - "description": "payment:coins:denominations=0.50 EUR is displayed as \"50 cent coins are accepted\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/eur/50cent.svg" - }, - { - "key": "payment:coins:denominations", - "value": "1 EUR", - "description": "payment:coins:denominations=1 EUR is displayed as \"1 euro coins are accepted\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/eur/1euro.svg" - }, - { - "key": "payment:coins:denominations", - "value": "2 EUR", - "description": "payment:coins:denominations=2 EUR is displayed as \"2 euro coins are accepted\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/eur/2euro.svg" - }, - { - "key": "payment:coins:denominations", - "value": "0.05 CHF", - "description": "payment:coins:denominations=0.05 CHF is displayed as \"5 centimes coins are accepted\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/chf/5rp-2019-800px.png" - }, - { - "key": "payment:coins:denominations", - "value": "0.10 CHF", - "description": "payment:coins:denominations=0.10 CHF is displayed as \"10 centimes coins are accepted\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/chf/10rp-2019-800px.png" - }, - { - "key": "payment:coins:denominations", - "value": "0.20 CHF", - "description": "payment:coins:denominations=0.20 CHF is displayed as \"20 centimes coins are accepted\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/chf/20rp-2019-800px.png" - }, - { - "key": "payment:coins:denominations", - "value": "0.50 CHF", - "description": "payment:coins:denominations=0.50 CHF is displayed as \"½ franc coins are accepted\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/chf/50rp-2019-800px.png" - }, - { - "key": "payment:coins:denominations", - "value": "1 CHF", - "description": "payment:coins:denominations=1 CHF is displayed as \"1 franc coins are accepted\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/chf/1fr-2019-800px.png" - }, - { - "key": "payment:coins:denominations", - "value": "2 CHF", - "description": "payment:coins:denominations=2 CHF is displayed as \"2 francs coins are accepted\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/chf/2fr-2019-800px.png" - }, - { - "key": "payment:coins:denominations", - "value": "5 CHF", - "description": "payment:coins:denominations=5 CHF is displayed as \"5 francs coins are accepted\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/chf/5fr-2019-800px.png" - }, - { - "key": "indoor", - "value": "yes", - "description": "indoor=yes is displayed as \"This penny press is located indoors.\" by layer Penny Presses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#indoor", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "indoor", - "value": "no", - "description": "indoor=no is displayed as \"This penny press is located outdoors.\" by layer Penny Presses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#indoor", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "level", - "description": "Values of `level` are shown with \"Located on the {level}th floor\" and can be updated. The question is \"On what level is this feature located?\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#single_level", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "location", - "value": "underground", - "description": "location=underground is displayed as \"Located underground\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#single_level", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "level", - "value": "0", - "description": "level=0 is displayed as \"Located on the ground floor\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#single_level", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "level", - "description": "level= is displayed as \"Located on the ground floor\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#single_level", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "level", - "value": "1", - "description": "level=1 is displayed as \"Located on the first floor\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#single_level", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "level", - "value": "-1", - "description": "level=-1 is displayed as \"Located on the first basement level\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#single_level", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "check_date", - "description": "Values of `check_date` are shown with \"This object was last checked on {check_date}\" and can be updated. The question is \"When was this object last checked?\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#check_date", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "check_date", - "description": "check_date= is displayed as \"This object was last checked today\" by layers Penny Presses, Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elongated_coin.md#check_date", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "coin:design_count", - "description": "Values of `coin:design_count` are shown with \"This machine has {coin:design_count} designs available\" and can be updated. The question is \"How many designs are available?\" by layer Souvenir Coin Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/souvenir_coin.md#designs", - "icon_url": "./assets/layers/souvenir_coin/souvenir_coin.svg" - }, - { - "key": "coin:design_count", - "value": "1", - "description": "coin:design_count=1 is displayed as \"This machine has one design available\" by layer Souvenir Coin Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/souvenir_coin.md#designs", - "icon_url": "./assets/layers/souvenir_coin/souvenir_coin.svg" - }, - { - "key": "coin:design_count", - "value": "2", - "description": "coin:design_count=2 is displayed as \"This machine has two designs available\" by layer Souvenir Coin Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/souvenir_coin.md#designs", - "icon_url": "./assets/layers/souvenir_coin/souvenir_coin.svg" - }, - { - "key": "coin:design_count", - "value": "3", - "description": "coin:design_count=3 is displayed as \"This machine has three designs available\" by layer Souvenir Coin Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/souvenir_coin.md#designs", - "icon_url": "./assets/layers/souvenir_coin/souvenir_coin.svg" - }, - { - "key": "coin:design_count", - "value": "4", - "description": "coin:design_count=4 is displayed as \"This machine has four designs available\" by layer Souvenir Coin Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/souvenir_coin.md#designs", - "icon_url": "./assets/layers/souvenir_coin/souvenir_coin.svg" - }, - { - "key": "charge", - "description": "Values of `charge` are shown with \"A souvenir coins costs {charge}\" and can be updated. The question is \"How much does a souvenir coin cost?\" by layer Souvenir Coin Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/souvenir_coin.md#charge", - "icon_url": "./assets/layers/souvenir_coin/souvenir_coin.svg" - }, - { - "key": "charge", - "value": "2 EUR", - "description": "charge=2 EUR is displayed as \"A souvenir coin costs 2 euro\" by layer Souvenir Coin Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/souvenir_coin.md#charge", - "icon_url": "./assets/layers/souvenir_coin/souvenir_coin.svg" - }, - { - "key": "indoor", - "value": "yes", - "description": "indoor=yes is displayed as \"This machine is located indoors.\" by layers Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/souvenir_coin.md#indoor", - "icon_url": "./assets/layers/souvenir_coin/souvenir_coin.svg" - }, - { - "key": "indoor", - "value": "no", - "description": "indoor=no is displayed as \"This machine is located outdoors.\" by layers Souvenir Coin Machines, Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/souvenir_coin.md#indoor", - "icon_url": "./assets/layers/souvenir_coin/souvenir_coin.svg" - }, - { - "key": "note:design_count", - "description": "Values of `note:design_count` are shown with \"This machine has {note:design_count} designs available.\" and can be updated. The question is \"How many designs are available?\" by layer Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/souvenir_note.md#designs", - "icon_url": "./assets/layers/souvenir_note/souvenir_note.svg" - }, - { - "key": "note:design_count", - "value": "1", - "description": "note:design_count=1 is displayed as \"This machine has one design available.\" by layer Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/souvenir_note.md#designs", - "icon_url": "./assets/layers/souvenir_note/souvenir_note.svg" - }, - { - "key": "note:design_count", - "value": "2", - "description": "note:design_count=2 is displayed as \"This machine has two designs available.\" by layer Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/souvenir_note.md#designs", - "icon_url": "./assets/layers/souvenir_note/souvenir_note.svg" - }, - { - "key": "note:design_count", - "value": "3", - "description": "note:design_count=3 is displayed as \"This machine has three designs available.\" by layer Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/souvenir_note.md#designs", - "icon_url": "./assets/layers/souvenir_note/souvenir_note.svg" - }, - { - "key": "note:design_count", - "value": "4", - "description": "note:design_count=4 is displayed as \"This machine has four designs available.\" by layer Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/souvenir_note.md#designs", - "icon_url": "./assets/layers/souvenir_note/souvenir_note.svg" - }, - { - "key": "charge", - "description": "Values of `charge` are shown with \"A souvenir note costs {charge}\" and can be updated. The question is \"How much does a souvenir note cost?\" by layer Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/souvenir_note.md#charge", - "icon_url": "./assets/layers/souvenir_note/souvenir_note.svg" - }, - { - "key": "charge", - "value": "2 EUR", - "description": "charge=2 EUR is displayed as \"A souvenir note costs 2 euro\" by layer Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/souvenir_note.md#charge", - "icon_url": "./assets/layers/souvenir_note/souvenir_note.svg" - }, - { - "key": "charge", - "value": "3 EUR", - "description": "charge=3 EUR is displayed as \"A souvenir note costs 3 euro\" by layer Souvenir Banknote Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/souvenir_note.md#charge", - "icon_url": "./assets/layers/souvenir_note/souvenir_note.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_etymology.json b/Docs/TagInfo/mapcomplete_etymology.json deleted file mode 100644 index 9a59531095..0000000000 --- a/Docs/TagInfo/mapcomplete_etymology.json +++ /dev/null @@ -1,291 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Etymology - what is a place named after?", - "description": "What is the origin of a toponym?", - "project_url": "https://mapcomplete.org/etymology", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/layers/etymology/logo.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "name:etymology:wikidata", - "description": "Features with this tag are displayed by layer Has etymology", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/etymology.md", - "icon_url": "pin" - }, - { - "key": "name:etymology", - "description": "Features with this tag are displayed by layer Has etymology", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/etymology.md", - "icon_url": "pin" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Has etymology, Streets without etymology information, Parks and forests without etymology information, Education institutions without etymology information, Cultural places without etymology information, Touristic places without etymology information, Health and social places without etymology information, Sport places without etymology information, Parks without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/etymology.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layers Has etymology, Streets without etymology information, Parks and forests without etymology information, Education institutions without etymology information, Cultural places without etymology information, Touristic places without etymology information, Health and social places without etymology information, Sport places without etymology information, Parks without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/etymology.md#images", - "icon_url": "pin" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layers Has etymology, Streets without etymology information, Parks and forests without etymology information, Education institutions without etymology information, Cultural places without etymology information, Touristic places without etymology information, Health and social places without etymology information, Sport places without etymology information, Parks without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/etymology.md#images", - "icon_url": "pin" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layers Has etymology, Streets without etymology information, Parks and forests without etymology information, Education institutions without etymology information, Cultural places without etymology information, Touristic places without etymology information, Health and social places without etymology information, Sport places without etymology information, Parks without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/etymology.md#images", - "icon_url": "pin" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layers Has etymology, Streets without etymology information, Parks and forests without etymology information, Education institutions without etymology information, Cultural places without etymology information, Touristic places without etymology information, Health and social places without etymology information, Sport places without etymology information, Parks without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/etymology.md#images", - "icon_url": "pin" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layers Has etymology, Streets without etymology information, Parks and forests without etymology information, Education institutions without etymology information, Cultural places without etymology information, Touristic places without etymology information, Health and social places without etymology information, Sport places without etymology information, Parks without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/etymology.md#images", - "icon_url": "pin" - }, - { - "key": "name:etymology:wikidata", - "description": "Values of `name:etymology:wikidata` are shown with \"

Wikipedia article of the name giver

{wikipedia(name:etymology:wikidata):max-height:20rem}\" and can be updated. The question is \"What is the Wikidata-item that this object is named after?\" by layers Has etymology, Streets without etymology information, Parks and forests without etymology information, Education institutions without etymology information, Cultural places without etymology information, Touristic places without etymology information, Health and social places without etymology information, Sport places without etymology information, Parks without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/etymology.md#wikipedia_etymology", - "icon_url": "pin" - }, - { - "key": "name:etymology", - "description": "Values of `name:etymology` are shown with \"Named after {name:etymology}\" and can be updated. The question is \"What is this object named after?\" by layers Has etymology, Streets without etymology information, Parks and forests without etymology information, Education institutions without etymology information, Cultural places without etymology information, Touristic places without etymology information, Health and social places without etymology information, Sport places without etymology information, Parks without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/etymology.md#simple_etymology", - "icon_url": "pin" - }, - { - "key": "name:etymology", - "value": "unknown", - "description": "name:etymology=unknown is displayed as \"The origin of this name is unknown in all literature\" by layers Has etymology, Streets without etymology information, Parks and forests without etymology information, Education institutions without etymology information, Cultural places without etymology information, Touristic places without etymology information, Health and social places without etymology information, Sport places without etymology information, Parks without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/etymology.md#simple_etymology", - "icon_url": "pin" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Has etymology, Streets without etymology information, Parks and forests without etymology information, Education institutions without etymology information, Cultural places without etymology information, Touristic places without etymology information, Health and social places without etymology information, Sport places without etymology information, Parks without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/etymology.md#images", - "icon_url": "pin" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Has etymology, Streets without etymology information, Parks and forests without etymology information, Education institutions without etymology information, Cultural places without etymology information, Touristic places without etymology information, Health and social places without etymology information, Sport places without etymology information, Parks without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/etymology.md#images", - "icon_url": "pin" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Has etymology, Streets without etymology information, Parks and forests without etymology information, Education institutions without etymology information, Cultural places without etymology information, Touristic places without etymology information, Health and social places without etymology information, Sport places without etymology information, Parks without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/etymology.md#images", - "icon_url": "pin" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Has etymology, Streets without etymology information, Parks and forests without etymology information, Education institutions without etymology information, Cultural places without etymology information, Touristic places without etymology information, Health and social places without etymology information, Sport places without etymology information, Parks without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/etymology.md#images", - "icon_url": "pin" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Has etymology, Streets without etymology information, Parks and forests without etymology information, Education institutions without etymology information, Cultural places without etymology information, Touristic places without etymology information, Health and social places without etymology information, Sport places without etymology information, Parks without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/etymology.md#images", - "icon_url": "pin" - }, - { - "key": "name", - "description": "Features with this tag are displayed by layers Streets without etymology information, Parks and forests without etymology information, Education institutions without etymology information, Cultural places without etymology information, Touristic places without etymology information, Health and social places without etymology information, Sport places without etymology information, Parks without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/streets_without_etymology.md", - "icon_url": "pin" - }, - { - "key": "highway", - "description": "Features with this tag are displayed by layer Streets without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/streets_without_etymology.md", - "icon_url": "pin" - }, - { - "key": "leisure", - "value": "park", - "description": "Features with this tag are displayed by layers Parks and forests without etymology information, Parks without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parks_and_forests_without_etymology.md", - "icon_url": "pin" - }, - { - "key": "landuse", - "value": "forest", - "description": "Features with this tag are displayed by layer Parks and forests without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parks_and_forests_without_etymology.md", - "icon_url": "pin" - }, - { - "key": "amenity", - "value": "school", - "description": "Features with this tag are displayed by layer Education institutions without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/education_institutions_without_etymology.md", - "icon_url": "pin" - }, - { - "key": "amenity", - "value": "kindergarten", - "description": "Features with this tag are displayed by layer Education institutions without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/education_institutions_without_etymology.md", - "icon_url": "pin" - }, - { - "key": "amenity", - "value": "university", - "description": "Features with this tag are displayed by layer Education institutions without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/education_institutions_without_etymology.md", - "icon_url": "pin" - }, - { - "key": "amenity", - "value": "college", - "description": "Features with this tag are displayed by layer Education institutions without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/education_institutions_without_etymology.md", - "icon_url": "pin" - }, - { - "key": "landuse", - "value": "education", - "description": "Features with this tag are displayed by layer Education institutions without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/education_institutions_without_etymology.md", - "icon_url": "pin" - }, - { - "key": "amenity", - "value": "arts_centre", - "description": "Features with this tag are displayed by layer Cultural places without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cultural_places_without_etymology.md", - "icon_url": "pin" - }, - { - "key": "amenity", - "value": "cinema", - "description": "Features with this tag are displayed by layer Cultural places without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cultural_places_without_etymology.md", - "icon_url": "pin" - }, - { - "key": "amenity", - "value": "community_centre", - "description": "Features with this tag are displayed by layer Cultural places without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cultural_places_without_etymology.md", - "icon_url": "pin" - }, - { - "key": "amenity", - "value": "library", - "description": "Features with this tag are displayed by layer Cultural places without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cultural_places_without_etymology.md", - "icon_url": "pin" - }, - { - "key": "amenity", - "value": "theatre", - "description": "Features with this tag are displayed by layer Cultural places without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cultural_places_without_etymology.md", - "icon_url": "pin" - }, - { - "key": "tourism", - "value": "aquarium", - "description": "Features with this tag are displayed by layer Touristic places without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toursistic_places_without_etymology.md", - "icon_url": "pin" - }, - { - "key": "tourism", - "value": "museum", - "description": "Features with this tag are displayed by layer Touristic places without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toursistic_places_without_etymology.md", - "icon_url": "pin" - }, - { - "key": "tourism", - "value": "theme_park", - "description": "Features with this tag are displayed by layer Touristic places without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toursistic_places_without_etymology.md", - "icon_url": "pin" - }, - { - "key": "tourism", - "value": "zoo", - "description": "Features with this tag are displayed by layer Touristic places without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toursistic_places_without_etymology.md", - "icon_url": "pin" - }, - { - "key": "amenity", - "value": "clinic", - "description": "Features with this tag are displayed by layer Health and social places without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/health_and_social_places_without_etymology.md", - "icon_url": "pin" - }, - { - "key": "amenity", - "value": "hospital", - "description": "Features with this tag are displayed by layer Health and social places without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/health_and_social_places_without_etymology.md", - "icon_url": "pin" - }, - { - "key": "amenity", - "value": "social_facility", - "description": "Features with this tag are displayed by layer Health and social places without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/health_and_social_places_without_etymology.md", - "icon_url": "pin" - }, - { - "key": "leisure", - "value": "sports_centre", - "description": "Features with this tag are displayed by layer Sport places without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_places_without_etymology.md", - "icon_url": "pin" - }, - { - "key": "leisure", - "value": "stadium", - "description": "Features with this tag are displayed by layer Sport places without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_places_without_etymology.md", - "icon_url": "pin" - }, - { - "key": "leisure", - "value": "swimming_pool", - "description": "Features with this tag are displayed by layer Sport places without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_places_without_etymology.md", - "icon_url": "pin" - }, - { - "key": "landuse", - "value": "village_green", - "description": "Features with this tag are displayed by layer Parks without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parks_without_etymology.md", - "icon_url": "pin" - }, - { - "key": "landuse", - "value": "recreation_ground", - "description": "Features with this tag are displayed by layer Parks without etymology information", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parks_without_etymology.md", - "icon_url": "pin" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_facadegardens.json b/Docs/TagInfo/mapcomplete_facadegardens.json deleted file mode 100644 index 7a08c560a0..0000000000 --- a/Docs/TagInfo/mapcomplete_facadegardens.json +++ /dev/null @@ -1,159 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Facade gardens", - "description": "This map shows facade gardens with pictures and useful info about orientation, sunshine and plant types.", - "project_url": "https://mapcomplete.org/facadegardens", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/facadegardens/geveltuin.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "leisure", - "value": "garden", - "description": "Features with this tag are displayed by layer Facade gardens", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/facadegardens.md", - "icon_url": "./assets/themes/facadegardens/geveltuin.svg" - }, - { - "key": "garden:type", - "value": "facade_garden", - "description": "Features with this tag are displayed by layer Facade gardens", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/facadegardens.md", - "icon_url": "./assets/themes/facadegardens/geveltuin.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layer Facade gardens", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/facadegardens.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Facade gardens", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/facadegardens.md#images", - "icon_url": "./assets/themes/facadegardens/geveltuin.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Facade gardens", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/facadegardens.md#images", - "icon_url": "./assets/themes/facadegardens/geveltuin.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Facade gardens", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/facadegardens.md#images", - "icon_url": "./assets/themes/facadegardens/geveltuin.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Facade gardens", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/facadegardens.md#images", - "icon_url": "./assets/themes/facadegardens/geveltuin.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Facade gardens", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/facadegardens.md#images", - "icon_url": "./assets/themes/facadegardens/geveltuin.svg" - }, - { - "key": "direction", - "description": "Values of `direction` are shown with \"Orientation: {direction} (where 0=N and 90=O)\" and can be updated. The question is \"What is the orientation of the garden?\" by layer Facade gardens", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/facadegardens.md#facadegardens_direction", - "icon_url": "./assets/themes/facadegardens/geveltuin.svg" - }, - { - "key": "direct_sunlight", - "value": "yes", - "description": "direct_sunlight=yes is displayed as \"The garden is in full sun\" by layer Facade gardens", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/facadegardens.md#facadegardens_sunshine", - "icon_url": "./assets/themes/facadegardens/geveltuin.svg" - }, - { - "key": "direct_sunlight", - "value": "partial", - "description": "direct_sunlight=partial is displayed as \"The garden is in partial shade\" by layer Facade gardens", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/facadegardens.md#facadegardens_sunshine", - "icon_url": "./assets/themes/facadegardens/geveltuin.svg" - }, - { - "key": "direct_sunlight", - "value": "no", - "description": "direct_sunlight=no is displayed as \"The garden is in the shade\" by layer Facade gardens", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/facadegardens.md#facadegardens_sunshine", - "icon_url": "./assets/themes/facadegardens/geveltuin.svg" - }, - { - "key": "rain_barrel", - "value": "yes", - "description": "rain_barrel=yes is displayed as \"There is a rain barrel\" by layer Facade gardens", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/facadegardens.md#facadegardens_rainbarrel", - "icon_url": "./assets/themes/facadegardens/geveltuin.svg" - }, - { - "key": "rain_barrel", - "value": "no", - "description": "rain_barrel=no is displayed as \"There is no rain barrel\" by layer Facade gardens", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/facadegardens.md#facadegardens_rainbarrel", - "icon_url": "./assets/themes/facadegardens/geveltuin.svg" - }, - { - "key": "start_date", - "description": "Values of `start_date` are shown with \"Construction date of the garden: {start_date}\" and can be updated. The question is \"When was the garden constructed? (a year is sufficient)\" by layer Facade gardens", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/facadegardens.md#facadegardens_start_date", - "icon_url": "./assets/themes/facadegardens/geveltuin.svg" - }, - { - "key": "edible", - "value": "yes", - "description": "edible=yes is displayed as \"There are edible plants\" by layer Facade gardens", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/facadegardens.md#facadegardens_edible", - "icon_url": "./assets/themes/facadegardens/geveltuin.svg" - }, - { - "key": "edible", - "value": "no", - "description": "edible=no is displayed as \"There are no edible plants\" by layer Facade gardens", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/facadegardens.md#facadegardens_edible", - "icon_url": "./assets/themes/facadegardens/geveltuin.svg" - }, - { - "key": "plant", - "value": "vine", - "description": "plant=vine is displayed as \"There are vines\" by layer Facade gardens", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/facadegardens.md#facadegardens_plants", - "icon_url": "./assets/themes/facadegardens/geveltuin.svg" - }, - { - "key": "plant", - "value": "flower", - "description": "plant=flower is displayed as \"There are flowering plants\" by layer Facade gardens", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/facadegardens.md#facadegardens_plants", - "icon_url": "./assets/themes/facadegardens/geveltuin.svg" - }, - { - "key": "plant", - "value": "shrub", - "description": "plant=shrub is displayed as \"There are shrubs\" by layer Facade gardens", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/facadegardens.md#facadegardens_plants", - "icon_url": "./assets/themes/facadegardens/geveltuin.svg" - }, - { - "key": "plant", - "value": "groundcover", - "description": "plant=groundcover is displayed as \"There are groundcovering plants\" by layer Facade gardens", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/facadegardens.md#facadegardens_plants", - "icon_url": "./assets/themes/facadegardens/geveltuin.svg" - }, - { - "key": "description", - "description": "Values of `description` are shown with \"More details: {description}\" and can be updated. The question is \"Extra describing info about the garden (if needed and not yet described above)\" by layer Facade gardens", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/facadegardens.md#facadegardens_description", - "icon_url": "./assets/themes/facadegardens/geveltuin.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_fireplace.json b/Docs/TagInfo/mapcomplete_fireplace.json deleted file mode 100644 index 2ed07e6317..0000000000 --- a/Docs/TagInfo/mapcomplete_fireplace.json +++ /dev/null @@ -1,211 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Fireplaces and barbeques", - "description": "Outdoor place to make a fire or a fixed barbecue in an official place", - "project_url": "https://mapcomplete.org/fireplace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/layers/assembly_point/fire.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "leisure", - "value": "firepit", - "description": "Features with this tag are displayed by layer Firepit", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/firepit.md", - "icon_url": "./assets/layers/assembly_point/fire.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Firepit, BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/firepit.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Firepit, BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/firepit.md#images", - "icon_url": "./assets/layers/assembly_point/fire.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Firepit, BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/firepit.md#images", - "icon_url": "./assets/layers/assembly_point/fire.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Firepit, BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/firepit.md#images", - "icon_url": "./assets/layers/assembly_point/fire.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Firepit, BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/firepit.md#images", - "icon_url": "./assets/layers/assembly_point/fire.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Firepit, BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/firepit.md#images", - "icon_url": "./assets/layers/assembly_point/fire.svg" - }, - { - "key": "access", - "value": "yes", - "description": "access=yes is displayed as \"Public\" by layer Firepit", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/firepit.md#access", - "icon_url": "./assets/layers/assembly_point/fire.svg" - }, - { - "key": "access", - "value": "no", - "description": "access=no is displayed as \"No access\" by layer Firepit", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/firepit.md#access", - "icon_url": "./assets/layers/assembly_point/fire.svg" - }, - { - "key": "access", - "value": "private", - "description": "access=private is displayed as \"Private\" by layer Firepit", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/firepit.md#access", - "icon_url": "./assets/layers/assembly_point/fire.svg" - }, - { - "key": "access", - "value": "permissive", - "description": "access=permissive is displayed as \"Access until revoked\" by layer Firepit", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/firepit.md#access", - "icon_url": "./assets/layers/assembly_point/fire.svg" - }, - { - "key": "access", - "value": "customers", - "description": "access=customers is displayed as \"Access only for customers\" by layer Firepit", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/firepit.md#access", - "icon_url": "./assets/layers/assembly_point/fire.svg" - }, - { - "key": "access", - "value": "permit", - "description": "access=permit is displayed as \"Access only for authorized\" by layer Firepit", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/firepit.md#access", - "icon_url": "./assets/layers/assembly_point/fire.svg" - }, - { - "key": "seasonal", - "value": "no", - "description": "seasonal=no is displayed as \"Available all around the year\" by layer Firepit", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/firepit.md#seasonal", - "icon_url": "./assets/layers/assembly_point/fire.svg" - }, - { - "key": "seasonal", - "value": "summer", - "description": "seasonal=summer is displayed as \"Only available in summer\" by layer Firepit", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/firepit.md#seasonal", - "icon_url": "./assets/layers/assembly_point/fire.svg" - }, - { - "key": "seasonal", - "value": "spring;summer;autumn", - "description": "seasonal=spring;summer;autumn is displayed as \"Closed during the winter\" by layer Firepit", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/firepit.md#seasonal", - "icon_url": "./assets/layers/drinking_water/no_winter.svg" - }, - { - "key": "amenity", - "value": "bbq", - "description": "Features with this tag are displayed by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "access", - "value": "yes", - "description": "access=yes is displayed as \"This barbecue can be used by anyone\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#access", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "access", - "value": "no", - "description": "access=no is displayed as \"This barbecue can't be used by anyone\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#access", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "access", - "value": "private", - "description": "access=private is displayed as \"This barbecue is private\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#access", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "access", - "value": "permissive", - "description": "access=permissive is displayed as \"This barbecue can be used by anyone, but the owner can revoke access at any time\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#access", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "access", - "value": "customers", - "description": "access=customers is displayed as \"This barbecue can only be used by customers\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#access", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "access", - "value": "permit", - "description": "access=permit is displayed as \"This barbecue can only be used by authorized persons\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#access", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "covered", - "value": "no", - "description": "covered=no is displayed as \"This barbecue is not covered\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#covered", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "covered", - "value": "yes", - "description": "covered=yes is displayed as \"This barbecue is covered\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#covered", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "fuel", - "value": "wood", - "description": "fuel=wood is displayed as \"This barbecue uses wood as fuel\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#fuel", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "fuel", - "value": "charcoal", - "description": "fuel=charcoal is displayed as \"This barbecue uses charcoal as fuel\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#fuel", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "fuel", - "value": "electric", - "description": "fuel=electric is displayed as \"This barbecue is powered by electricity\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#fuel", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "fuel", - "value": "gas", - "description": "fuel=gas is displayed as \"This barbecue uses gas as fuel\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#fuel", - "icon_url": "./assets/layers/bbq/bbq.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_food.json b/Docs/TagInfo/mapcomplete_food.json deleted file mode 100644 index 1e465c7e6b..0000000000 --- a/Docs/TagInfo/mapcomplete_food.json +++ /dev/null @@ -1,1140 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Restaurants and fast food", - "description": "Restaurants and fast food", - "project_url": "https://mapcomplete.org/food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/layers/food/restaurant.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "amenity", - "value": "fast_food", - "description": "Features with this tag are displayed by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "amenity", - "value": "restaurant", - "description": "Features with this tag are displayed by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Restaurants and fast food, Ice cream parlors, Outdoor Seating, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Restaurants and fast food, Restaurants and fast food, Ice cream parlors, Outdoor Seating, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Restaurants and fast food, Restaurants and fast food, Ice cream parlors, Outdoor Seating, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Restaurants and fast food, Restaurants and fast food, Ice cream parlors, Outdoor Seating, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Restaurants and fast food, Restaurants and fast food, Ice cream parlors, Outdoor Seating, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Restaurants and fast food, Restaurants and fast food, Ice cream parlors, Outdoor Seating, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"The name of this business is {name}\" and can be updated. The question is \"What is the name of this business?\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Name", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "amenity", - "value": "fast_food", - "description": "amenity=fast_food is displayed as \"This is a fast-food business, focused on fast service. If seating is available, it is rather limited and functional.\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Fastfood_vs_restaurant", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "amenity", - "value": "restaurant", - "description": "amenity=restaurant is displayed as \"A restaurant, focused on creating a nice experience where one is served at the table\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Fastfood_vs_restaurant", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"What are the opening hours of {title()}?\" by layers Restaurants and fast food, Ice cream parlors, Outdoor Seating, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#opening_hours", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layers Restaurants and fast food, Ice cream parlors, Outdoor Seating, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#opening_hours", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{website}\" and can be updated. The question is \"What is the website of {title()}?\" by layers Restaurants and fast food, Ice cream parlors, Outdoor Seating, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layers Restaurants and fast food, Ice cream parlors, Outdoor Seating, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"{email}\" and can be updated. The question is \"What is the email address of {title()}?\" by layers Restaurants and fast food, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "contact:email", - "description": "contact:email~.+ is displayed as \"{contact:email}\" by layers Restaurants and fast food, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "operator:email", - "description": "operator:email~.+ is displayed as \"{operator:email}\" by layers Restaurants and fast food, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}\" and can be updated. The question is \"What is the phone number of {title()}?\" by layers Restaurants and fast food, Ice cream parlors, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "contact:phone", - "description": "contact:phone~.+ is displayed as \"{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}\" by layers Restaurants and fast food, Ice cream parlors, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "payment:cash", - "value": "yes", - "description": "payment:cash=yes is displayed as \"Cash is accepted here\" by layers Restaurants and fast food, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#payment_options", - "icon_url": "./assets/layers/questions/cash.svg" - }, - { - "key": "payment:cards", - "value": "yes", - "description": "payment:cards=yes is displayed as \"Payment cards are accepted here\" by layers Restaurants and fast food, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#payment_options", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:qr_code", - "value": "yes", - "description": "payment:qr_code=yes is displayed as \"Payment by QR-code is possible here\" by layers Restaurants and fast food, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#payment_options", - "icon_url": "./assets/layers/questions/qrcode.svg" - }, - { - "key": "level", - "description": "Values of `level` are shown with \"Located on the {level}th floor\" and can be updated. The question is \"On what level is this feature located?\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#single_level", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "location", - "value": "underground", - "description": "location=underground is displayed as \"Located underground\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#single_level", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "level", - "value": "0", - "description": "level=0 is displayed as \"Located on the ground floor\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#single_level", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "level", - "description": "level= is displayed as \"Located on the ground floor\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#single_level", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "level", - "value": "1", - "description": "level=1 is displayed as \"Located on the first floor\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#single_level", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "level", - "value": "-1", - "description": "level=-1 is displayed as \"Located on the first basement level\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#single_level", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wheelchair", - "value": "designated", - "description": "wheelchair=designated is displayed as \"This place is specially adapted for wheelchair users\" by layers Restaurants and fast food, Ice cream parlors, Outdoor Seating, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#wheelchair_access", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wheelchair", - "value": "yes", - "description": "wheelchair=yes is displayed as \"This place is easily reachable with a wheelchair\" by layers Restaurants and fast food, Ice cream parlors, Outdoor Seating, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#wheelchair_access", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wheelchair", - "value": "limited", - "description": "wheelchair=limited is displayed as \"It is possible to reach this place in a wheelchair, but it is not easy\" by layers Restaurants and fast food, Ice cream parlors, Outdoor Seating, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#wheelchair_access", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wheelchair", - "value": "no", - "description": "wheelchair=no is displayed as \"This place is not reachable with a wheelchair\" by layers Restaurants and fast food, Ice cream parlors, Outdoor Seating, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#wheelchair_access", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "description": "Values of `cuisine` are shown with \"This place mostly serves {cuisine}\" and can be updated. The question is \"What kind of food is served here?\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "pizza", - "description": "cuisine=pizza is displayed as \"Pizzeria\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "friture", - "description": "cuisine=friture is displayed as \"Friture\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "pasta", - "description": "cuisine=pasta is displayed as \"Serves mainly pasta\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "kebab", - "description": "cuisine=kebab is displayed as \"Kebab shop\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "sandwich", - "description": "cuisine=sandwich is displayed as \"Sandwich shop\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "burger", - "description": "cuisine=burger is displayed as \"Burgersrestaurant\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "sushi", - "description": "cuisine=sushi is displayed as \"Sushi restaurant\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "coffee", - "description": "cuisine=coffee is displayed as \"Coffeebar\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "italian", - "description": "cuisine=italian is displayed as \"Italian restaurant (which serves more than pasta and pizza)\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "french", - "description": "cuisine=french is displayed as \"French restaurant\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "chinese", - "description": "cuisine=chinese is displayed as \"Chinese\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "greek", - "description": "cuisine=greek is displayed as \"Greek\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "indian", - "description": "cuisine=indian is displayed as \"Indian\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "turkish", - "description": "cuisine=turkish is displayed as \"Turkish restaurant\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "thai", - "description": "cuisine=thai is displayed as \"Thai restaurant\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "mexican ", - "description": "cuisine=mexican is displayed as \"Mexican dishes are served here\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "japanese ", - "description": "cuisine=japanese is displayed as \"Japanese dishes are served here\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "chicken ", - "description": "cuisine=chicken is displayed as \"Chicken based dishes are served here\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "seafood ", - "description": "cuisine=seafood is displayed as \"Seafood dishes are served here\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "website:menu", - "description": "Values of `website:menu` are shown with \"{link(Consult the menu,&LBRACEwebsite:menu&RBRACE,,,,)}\" and can be updated. The question is \"On what webpage is the menu published?\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#menu_website", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reservation", - "value": "required", - "description": "reservation=required is displayed as \"A reservation is required at this place\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Reservation", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reservation", - "value": "recommended", - "description": "reservation=recommended is displayed as \"A reservation is not required, but still recommended to make sure you get a table\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Reservation", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reservation", - "value": "yes", - "description": "reservation=yes is displayed as \"Reservation is possible at this place\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Reservation", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reservation", - "value": "no", - "description": "reservation=no is displayed as \"Reservation is not possible at this place\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Reservation", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "takeaway", - "value": "only", - "description": "takeaway=only is displayed as \"This is a take-away only business\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Takeaway", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "takeaway", - "value": "yes", - "description": "takeaway=yes is displayed as \"Take-away is possible here\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Takeaway", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "takeaway", - "value": "no", - "description": "takeaway=no is displayed as \"Take-away is not possible here\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Takeaway", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "delivery", - "value": "yes", - "description": "delivery=yes is displayed as \"This business does home delivery (possibly via a third party)\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#delivery", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "delivery", - "value": "no", - "description": "delivery=no is displayed as \"This business does not deliver at home\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#delivery", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "drive_through", - "value": "yes", - "description": "drive_through=yes is displayed as \"This fast-food restaurant has a drive-through\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#drive_through", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "drive_through", - "value": "no", - "description": "drive_through=no is displayed as \"This fast-food restaurant does not have a drive-through\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#drive_through", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "opening_hours:drive_through", - "description": "Values of `opening_hours:drive_through` are shown with \"

Drive-through opening hours

{opening_hours_table(opening_hours:drive_through)}\" and can be updated. The question is \"What are the opening hours of the drive-through?\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#drive_through_opening_hours", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "opening_hours:drive_through", - "description": "opening_hours:drive_through= is displayed as \"The opening hours of the drive-through are the same as the restaurant\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#drive_through_opening_hours", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "no", - "description": "diet:vegetarian=no is displayed as \"No vegetarian options are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Vegetarian__no_friture_", - "icon_url": "./assets/layers/food/Vegetarian-mark.svg;cross_bottom_right:red" - }, - { - "key": "diet:vegetarian", - "value": "limited", - "description": "diet:vegetarian=limited is displayed as \"Some vegetarian options are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Vegetarian__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "yes", - "description": "diet:vegetarian=yes is displayed as \"Vegetarian options are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Vegetarian__no_friture_", - "icon_url": "./assets/layers/food/Vegetarian-mark.svg" - }, - { - "key": "diet:vegetarian", - "value": "only", - "description": "diet:vegetarian=only is displayed as \"All dishes are vegetarian\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Vegetarian__no_friture_", - "icon_url": "./assets/layers/food/Vegetarian-mark.svg" - }, - { - "key": "diet:vegetarian", - "value": "on_demand", - "description": "diet:vegetarian=on_demand is displayed as \"Some dishes might be adapted to a vegetarian version, but this should be demanded\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Vegetarian__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "no", - "description": "diet:vegan=no is displayed as \"No vegan options available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Vegan__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "limited", - "description": "diet:vegan=limited is displayed as \"Some vegan options are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Vegan__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "yes", - "description": "diet:vegan=yes is displayed as \"Vegan options are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Vegan__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "only", - "description": "diet:vegan=only is displayed as \"All dishes are vegan\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Vegan__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "on_demand", - "description": "diet:vegan=on_demand is displayed as \"Some dishes might be adapted to a vegan version if asked for\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Vegan__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:halal", - "value": "no", - "description": "diet:halal=no is displayed as \"There are no halal options available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#halal__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:halal", - "value": "limited", - "description": "diet:halal=limited is displayed as \"There is a small halal menu\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#halal__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:halal", - "value": "yes", - "description": "diet:halal=yes is displayed as \"There is a halal menu\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#halal__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:halal", - "value": "only", - "description": "diet:halal=only is displayed as \"Only halal options are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#halal__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "no", - "description": "organic=no is displayed as \"There are no organic options available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#organic__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "yes", - "description": "organic=yes is displayed as \"There is an organic menu\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#organic__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "only", - "description": "organic=only is displayed as \"Only organic options are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#organic__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "only", - "description": "diet:vegetarian=only is displayed as \"Serves only vegetarian snacks and burgers\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_vegetarian", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "yes", - "description": "diet:vegetarian=yes is displayed as \"Vegetarian snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_vegetarian", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "limited", - "description": "diet:vegetarian=limited is displayed as \"Only a small selection of snacks are vegetarian\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_vegetarian", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "no", - "description": "diet:vegetarian=no is displayed as \"No vegetarian snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_vegetarian", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "only", - "description": "diet:vegan=only is displayed as \"Serves only vegan snacks and burgers\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_vegan", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "yes", - "description": "diet:vegan=yes is displayed as \"Vegan snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_vegan", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "limited", - "description": "diet:vegan=limited is displayed as \"A small selection of vegan snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_vegan", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "no", - "description": "diet:vegan=no is displayed as \"No vegan snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_vegan", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "yes", - "description": "organic=yes is displayed as \"Organic snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_organic", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "no", - "description": "organic=no is displayed as \"No organic snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_organic", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "only", - "description": "organic=only is displayed as \"Only organic snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_organic", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "friture:oil", - "value": "vegetable", - "description": "friture:oil=vegetable is displayed as \"The frying is done with vegetable oil\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_oil", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "friture:oil", - "value": "animal", - "description": "friture:oil=animal is displayed as \"The frying is done with animal oil\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_oil", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reusable_packaging:accept", - "value": "yes", - "description": "reusable_packaging:accept=yes is displayed as \"You can bring your own containers to get your order, saving on single-use packaging material and thus waste\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_take_your_container", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reusable_packaging:accept", - "value": "no", - "description": "reusable_packaging:accept=no is displayed as \"Bringing your own container is not allowed\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_take_your_container", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reusable_packaging:accept", - "value": "only", - "description": "reusable_packaging:accept=only is displayed as \"You must bring your own container to order here.\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_take_your_container", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:sugar_free", - "value": "only", - "description": "diet:sugar_free=only is displayed as \"This shop only sells sugar free products\" by layers Restaurants and fast food, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#sugar_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:sugar_free", - "value": "yes", - "description": "diet:sugar_free=yes is displayed as \"This shop has a big sugar free offering\" by layers Restaurants and fast food, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#sugar_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:sugar_free", - "value": "limited", - "description": "diet:sugar_free=limited is displayed as \"This shop has a limited sugar free offering\" by layers Restaurants and fast food, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#sugar_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:sugar_free", - "value": "no", - "description": "diet:sugar_free=no is displayed as \"This shop has no sugar free offering\" by layers Restaurants and fast food, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#sugar_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:gluten_free", - "value": "only", - "description": "diet:gluten_free=only is displayed as \"This shop only sells gluten free products\" by layers Restaurants and fast food, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#gluten_free", - "icon_url": "./assets/layers/questions/glutenfree.svg" - }, - { - "key": "diet:gluten_free", - "value": "yes", - "description": "diet:gluten_free=yes is displayed as \"This shop has a big gluten free offering\" by layers Restaurants and fast food, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#gluten_free", - "icon_url": "./assets/layers/questions/glutenfree.svg" - }, - { - "key": "diet:gluten_free", - "value": "limited", - "description": "diet:gluten_free=limited is displayed as \"This shop has a limited gluten free offering\" by layers Restaurants and fast food, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#gluten_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:gluten_free", - "value": "no", - "description": "diet:gluten_free=no is displayed as \"This shop has no gluten free offering\" by layers Restaurants and fast food, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#gluten_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:lactose_free", - "value": "only", - "description": "diet:lactose_free=only is displayed as \"Only sells lactose free products\" by layers Restaurants and fast food, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#lactose_free", - "icon_url": "./assets/layers/questions/lactose_free.svg" - }, - { - "key": "diet:lactose_free", - "value": "yes", - "description": "diet:lactose_free=yes is displayed as \"Big lactose free offering\" by layers Restaurants and fast food, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#lactose_free", - "icon_url": "./assets/layers/questions/lactose_free.svg" - }, - { - "key": "diet:lactose_free", - "value": "limited", - "description": "diet:lactose_free=limited is displayed as \"Limited lactose free offering\" by layers Restaurants and fast food, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#lactose_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:lactose_free", - "value": "no", - "description": "diet:lactose_free=no is displayed as \"No lactose free offering\" by layers Restaurants and fast food, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#lactose_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "smoking", - "value": "yes", - "description": "smoking=yes is displayed as \"Smoking is allowed\" by layers Restaurants and fast food, Outdoor Seating, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#smoking", - "icon_url": "./assets/layers/questions/smoking.svg" - }, - { - "key": "smoking", - "value": "no", - "description": "smoking=no is displayed as \"Smoking is not allowed\" by layers Restaurants and fast food, Outdoor Seating, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#smoking", - "icon_url": "./assets/layers/questions/no_smoking.svg" - }, - { - "key": "smoking", - "value": "outside", - "description": "smoking=outside is displayed as \"Smoking is allowed outside.\" by layers Restaurants and fast food, Outdoor Seating, Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#smoking", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "service:electricity", - "value": "yes", - "description": "service:electricity=yes is displayed as \"There are plenty of domestic sockets available to customers seated indoors, where they can charge their electronics\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#service_electricity", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "service:electricity", - "value": "limited", - "description": "service:electricity=limited is displayed as \"There are a few domestic sockets available to customers seated indoors, where they can charge their electronics\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#service_electricity", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "service:electricity", - "value": "ask", - "description": "service:electricity=ask is displayed as \"There are no sockets available indoors to customers, but charging might be possible if the staff is asked\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#service_electricity", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "service:electricity", - "value": "no", - "description": "service:electricity=no is displayed as \"There are a no domestic sockets available to customers seated indoors\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#service_electricity", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "outdoor_seating", - "value": "yes", - "description": "outdoor_seating=yes is displayed as \"This place has outdoor seating\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#seating", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "indoor_seating", - "value": "yes", - "description": "indoor_seating=yes is displayed as \"This place has indoor seating\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#seating", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "dog", - "value": "yes", - "description": "dog=yes is displayed as \"Dogs are allowed\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_allowed.svg" - }, - { - "key": "dog", - "value": "no", - "description": "dog=no is displayed as \"Dogs are not allowed\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#dog_access", - "icon_url": "./assets/layers/questions/no_dogs.svg" - }, - { - "key": "dog", - "value": "leashed", - "description": "dog=leashed is displayed as \"Dogs are allowed, but they have to be leashed\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_leashed.svg" - }, - { - "key": "dog", - "value": "unleashed", - "description": "dog=unleashed is displayed as \"Dogs are allowed and can run around freely\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_allowed.svg" - }, - { - "key": "dog", - "value": "outside", - "description": "dog=outside is displayed as \"Dogs are allowed only outside\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_outside.svg" - }, - { - "key": "internet_access", - "value": "wlan", - "description": "internet_access=wlan is displayed as \"This place offers wireless internet access\" by layers Restaurants and fast food, Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#internet", - "icon_url": "wifi" - }, - { - "key": "internet_access", - "value": "no", - "description": "internet_access=no is displayed as \"This place does not offer internet access\" by layers Restaurants and fast food, Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#internet", - "icon_url": "wifi;cross_bottom_right:red" - }, - { - "key": "internet_access", - "value": "yes", - "description": "internet_access=yes is displayed as \"This place offers internet access\" by layers Restaurants and fast food, Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#internet", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access", - "value": "terminal", - "description": "internet_access=terminal is displayed as \"This place offers internet access via a terminal or computer\" by layers Restaurants and fast food, Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#internet", - "icon_url": "computer" - }, - { - "key": "internet_access", - "value": "wired", - "description": "internet_access=wired is displayed as \"This place offers wired internet access\" by layers Restaurants and fast food, Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#internet", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access", - "value": "terminal;wifi", - "description": "internet_access=terminal;wifi is displayed as \"This place offers both wireless internet and internet access via a terminal or computer\" by layers Restaurants and fast food, Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#internet", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access:fee", - "value": "yes", - "description": "internet_access:fee=yes is displayed as \"There is a fee for the internet access at this place\" by layers Restaurants and fast food, Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#internet_fee", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access:fee", - "value": "no", - "description": "internet_access:fee=no is displayed as \"Internet access is free at this place\" by layers Restaurants and fast food, Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#internet_fee", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access:fee", - "value": "customers", - "description": "internet_access:fee=customers is displayed as \"Internet access is free at this place, for customers only\" by layers Restaurants and fast food, Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#internet_fee", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access:ssid", - "description": "Values of `internet_access:ssid` are shown with \"The network name is {internet_access:ssid}\" and can be updated. The question is \"What is the network name for the wireless internet access?\" by layers Restaurants and fast food, Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#internet_ssid", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access:ssid", - "value": "Telekom", - "description": "internet_access:ssid=Telekom is displayed as \"Telekom\" by layers Restaurants and fast food, Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#internet_ssid", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "amenity", - "value": "ice_cream", - "description": "Features with this tag are displayed by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This ice cream parlor is named {name}\" and can be updated. The question is \"What is the name of this ice cream parlor?\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#1", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "diet:vegan", - "value": "only", - "description": "diet:vegan=only is displayed as \"This place only sells vegan products\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#vegan", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "diet:vegan", - "value": "yes", - "description": "diet:vegan=yes is displayed as \"This shop has a big vegan offering\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#vegan", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "diet:vegan", - "value": "limited", - "description": "diet:vegan=limited is displayed as \"This shop has a limited vegan offering\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#vegan", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "diet:vegan", - "value": "no", - "description": "diet:vegan=no is displayed as \"This shop has no vegan offering\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#vegan", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "leisure", - "value": "outdoor_seating", - "description": "Features with this tag are displayed by layer Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/outdoor_seating.md", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "access", - "value": "yes", - "description": "access=yes is displayed as \"Anyone can use this outdoor seating area.\" by layer Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/outdoor_seating.md#access", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "access", - "value": "customers", - "description": "access=customers is displayed as \"Only customers can use this outdoor seating area.\" by layer Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/outdoor_seating.md#access", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "access", - "value": "private", - "description": "access=private is displayed as \"This outdoor seating area is private.\" by layer Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/outdoor_seating.md#access", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "seasonal", - "value": "no", - "description": "seasonal=no is displayed as \"This outdoor seating area is available all year round.\" by layer Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/outdoor_seating.md#seasonal", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "seasonal", - "value": "spring", - "description": "seasonal=spring is displayed as \"This outdoor seating area is available in spring.\" by layer Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/outdoor_seating.md#seasonal", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "seasonal", - "value": "summer", - "description": "seasonal=summer is displayed as \"This outdoor seating area is available in summer.\" by layer Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/outdoor_seating.md#seasonal", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "seasonal", - "value": "autumn", - "description": "seasonal=autumn is displayed as \"This outdoor seating area is available in autumn.\" by layer Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/outdoor_seating.md#seasonal", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "seasonal", - "value": "winter", - "description": "seasonal=winter is displayed as \"This outdoor seating area is available in winter.\" by layer Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/outdoor_seating.md#seasonal", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "seasonal", - "value": "dry_season", - "description": "seasonal=dry_season is displayed as \"This outdoor seating area is available in the dry season.\" by layer Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/outdoor_seating.md#seasonal", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "opening_hours", - "value": "24/7", - "description": "opening_hours=24/7 is displayed as \"24/7 opened (including holidays)\" by layer Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/outdoor_seating.md#opening_hours_24_7", - "icon_url": "./assets/layers/questions/open24_7.svg" - }, - { - "key": "heating", - "value": "yes", - "description": "heating=yes is displayed as \"This outdoor seating area is heated.\" by layer Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/outdoor_seating.md#heating", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "heating", - "value": "no", - "description": "heating=no is displayed as \"This outdoor seating area is not heated.\" by layer Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/outdoor_seating.md#heating", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "covered", - "value": "yes", - "description": "covered=yes is displayed as \"This outdoor seating area is covered.\" by layer Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/outdoor_seating.md#covered", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "covered", - "value": "no", - "description": "covered=no is displayed as \"This outdoor seating area is not covered.\" by layer Outdoor Seating", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/outdoor_seating.md#covered", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "amenity", - "value": "food_court", - "description": "Features with this tag are displayed by layer Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_courts.md", - "icon_url": "./assets/layers/food_courts/food_court.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This food court is called {name}.\" and can be updated. The question is \"What is the name of this food court?\" by layer Food Courts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_courts.md#name", - "icon_url": "./assets/layers/food_courts/food_court.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_fritures.json b/Docs/TagInfo/mapcomplete_fritures.json deleted file mode 100644 index 8c6d7d20ed..0000000000 --- a/Docs/TagInfo/mapcomplete_fritures.json +++ /dev/null @@ -1,987 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Fries shops", - "description": "On this map, you'll find your favourite fries shop!", - "project_url": "https://mapcomplete.org/fritures", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/fritures/logo.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "cuisine", - "description": "Features with this tag are displayed by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "amenity", - "value": "fast_food", - "description": "Features with this tag are displayed by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "amenity", - "value": "restaurant", - "description": "Features with this tag are displayed by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Fries shop, Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Fries shop, Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Fries shop, Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Fries shop, Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Fries shop, Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"The name of this business is {name}\" and can be updated. The question is \"What is the name of this business?\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Name", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "amenity", - "value": "fast_food", - "description": "amenity=fast_food is displayed as \"This is a fast-food business, focused on fast service. If seating is available, it is rather limited and functional.\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Fastfood_vs_restaurant", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "amenity", - "value": "restaurant", - "description": "amenity=restaurant is displayed as \"A restaurant, focused on creating a nice experience where one is served at the table\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Fastfood_vs_restaurant", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"What are the opening hours of {title()}?\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#opening_hours", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#opening_hours", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{website}\" and can be updated. The question is \"What is the website of {title()}?\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"{email}\" and can be updated. The question is \"What is the email address of {title()}?\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "contact:email", - "description": "contact:email~.+ is displayed as \"{contact:email}\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "operator:email", - "description": "operator:email~.+ is displayed as \"{operator:email}\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}\" and can be updated. The question is \"What is the phone number of {title()}?\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "contact:phone", - "description": "contact:phone~.+ is displayed as \"{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "payment:cash", - "value": "yes", - "description": "payment:cash=yes is displayed as \"Cash is accepted here\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#payment_options", - "icon_url": "./assets/layers/questions/cash.svg" - }, - { - "key": "payment:cards", - "value": "yes", - "description": "payment:cards=yes is displayed as \"Payment cards are accepted here\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#payment_options", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:qr_code", - "value": "yes", - "description": "payment:qr_code=yes is displayed as \"Payment by QR-code is possible here\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#payment_options", - "icon_url": "./assets/layers/questions/qrcode.svg" - }, - { - "key": "level", - "description": "Values of `level` are shown with \"Located on the {level}th floor\" and can be updated. The question is \"On what level is this feature located?\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#single_level", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "location", - "value": "underground", - "description": "location=underground is displayed as \"Located underground\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#single_level", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "level", - "value": "0", - "description": "level=0 is displayed as \"Located on the ground floor\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#single_level", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "level", - "description": "level= is displayed as \"Located on the ground floor\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#single_level", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "level", - "value": "1", - "description": "level=1 is displayed as \"Located on the first floor\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#single_level", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "level", - "value": "-1", - "description": "level=-1 is displayed as \"Located on the first basement level\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#single_level", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wheelchair", - "value": "designated", - "description": "wheelchair=designated is displayed as \"This place is specially adapted for wheelchair users\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#wheelchair_access", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wheelchair", - "value": "yes", - "description": "wheelchair=yes is displayed as \"This place is easily reachable with a wheelchair\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#wheelchair_access", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wheelchair", - "value": "limited", - "description": "wheelchair=limited is displayed as \"It is possible to reach this place in a wheelchair, but it is not easy\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#wheelchair_access", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wheelchair", - "value": "no", - "description": "wheelchair=no is displayed as \"This place is not reachable with a wheelchair\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#wheelchair_access", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "description": "Values of `cuisine` are shown with \"This place mostly serves {cuisine}\" and can be updated. The question is \"What kind of food is served here?\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "pizza", - "description": "cuisine=pizza is displayed as \"Pizzeria\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "friture", - "description": "cuisine=friture is displayed as \"Friture\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "pasta", - "description": "cuisine=pasta is displayed as \"Serves mainly pasta\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "kebab", - "description": "cuisine=kebab is displayed as \"Kebab shop\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "sandwich", - "description": "cuisine=sandwich is displayed as \"Sandwich shop\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "burger", - "description": "cuisine=burger is displayed as \"Burgersrestaurant\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "sushi", - "description": "cuisine=sushi is displayed as \"Sushi restaurant\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "coffee", - "description": "cuisine=coffee is displayed as \"Coffeebar\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "italian", - "description": "cuisine=italian is displayed as \"Italian restaurant (which serves more than pasta and pizza)\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "french", - "description": "cuisine=french is displayed as \"French restaurant\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "chinese", - "description": "cuisine=chinese is displayed as \"Chinese\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "greek", - "description": "cuisine=greek is displayed as \"Greek\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "indian", - "description": "cuisine=indian is displayed as \"Indian\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "turkish", - "description": "cuisine=turkish is displayed as \"Turkish restaurant\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "thai", - "description": "cuisine=thai is displayed as \"Thai restaurant\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "mexican ", - "description": "cuisine=mexican is displayed as \"Mexican dishes are served here\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "japanese ", - "description": "cuisine=japanese is displayed as \"Japanese dishes are served here\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "chicken ", - "description": "cuisine=chicken is displayed as \"Chicken based dishes are served here\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "seafood ", - "description": "cuisine=seafood is displayed as \"Seafood dishes are served here\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "website:menu", - "description": "Values of `website:menu` are shown with \"{link(Consult the menu,&LBRACEwebsite:menu&RBRACE,,,,)}\" and can be updated. The question is \"On what webpage is the menu published?\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#menu_website", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reservation", - "value": "required", - "description": "reservation=required is displayed as \"A reservation is required at this place\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Reservation", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reservation", - "value": "recommended", - "description": "reservation=recommended is displayed as \"A reservation is not required, but still recommended to make sure you get a table\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Reservation", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reservation", - "value": "yes", - "description": "reservation=yes is displayed as \"Reservation is possible at this place\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Reservation", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reservation", - "value": "no", - "description": "reservation=no is displayed as \"Reservation is not possible at this place\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Reservation", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "takeaway", - "value": "only", - "description": "takeaway=only is displayed as \"This is a take-away only business\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Takeaway", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "takeaway", - "value": "yes", - "description": "takeaway=yes is displayed as \"Take-away is possible here\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Takeaway", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "takeaway", - "value": "no", - "description": "takeaway=no is displayed as \"Take-away is not possible here\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Takeaway", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "delivery", - "value": "yes", - "description": "delivery=yes is displayed as \"This business does home delivery (possibly via a third party)\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#delivery", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "delivery", - "value": "no", - "description": "delivery=no is displayed as \"This business does not deliver at home\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#delivery", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "drive_through", - "value": "yes", - "description": "drive_through=yes is displayed as \"This fast-food restaurant has a drive-through\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#drive_through", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "drive_through", - "value": "no", - "description": "drive_through=no is displayed as \"This fast-food restaurant does not have a drive-through\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#drive_through", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "opening_hours:drive_through", - "description": "Values of `opening_hours:drive_through` are shown with \"

Drive-through opening hours

{opening_hours_table(opening_hours:drive_through)}\" and can be updated. The question is \"What are the opening hours of the drive-through?\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#drive_through_opening_hours", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "opening_hours:drive_through", - "description": "opening_hours:drive_through= is displayed as \"The opening hours of the drive-through are the same as the restaurant\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#drive_through_opening_hours", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "no", - "description": "diet:vegetarian=no is displayed as \"No vegetarian options are available\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Vegetarian__no_friture_", - "icon_url": "./assets/layers/food/Vegetarian-mark.svg;cross_bottom_right:red" - }, - { - "key": "diet:vegetarian", - "value": "limited", - "description": "diet:vegetarian=limited is displayed as \"Some vegetarian options are available\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Vegetarian__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "yes", - "description": "diet:vegetarian=yes is displayed as \"Vegetarian options are available\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Vegetarian__no_friture_", - "icon_url": "./assets/layers/food/Vegetarian-mark.svg" - }, - { - "key": "diet:vegetarian", - "value": "only", - "description": "diet:vegetarian=only is displayed as \"All dishes are vegetarian\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Vegetarian__no_friture_", - "icon_url": "./assets/layers/food/Vegetarian-mark.svg" - }, - { - "key": "diet:vegetarian", - "value": "on_demand", - "description": "diet:vegetarian=on_demand is displayed as \"Some dishes might be adapted to a vegetarian version, but this should be demanded\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Vegetarian__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "no", - "description": "diet:vegan=no is displayed as \"No vegan options available\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Vegan__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "limited", - "description": "diet:vegan=limited is displayed as \"Some vegan options are available\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Vegan__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "yes", - "description": "diet:vegan=yes is displayed as \"Vegan options are available\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Vegan__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "only", - "description": "diet:vegan=only is displayed as \"All dishes are vegan\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Vegan__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "on_demand", - "description": "diet:vegan=on_demand is displayed as \"Some dishes might be adapted to a vegan version if asked for\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#Vegan__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:halal", - "value": "no", - "description": "diet:halal=no is displayed as \"There are no halal options available\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#halal__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:halal", - "value": "limited", - "description": "diet:halal=limited is displayed as \"There is a small halal menu\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#halal__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:halal", - "value": "yes", - "description": "diet:halal=yes is displayed as \"There is a halal menu\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#halal__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:halal", - "value": "only", - "description": "diet:halal=only is displayed as \"Only halal options are available\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#halal__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "no", - "description": "organic=no is displayed as \"There are no organic options available\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#organic__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "yes", - "description": "organic=yes is displayed as \"There is an organic menu\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#organic__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "only", - "description": "organic=only is displayed as \"Only organic options are available\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#organic__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "only", - "description": "diet:vegetarian=only is displayed as \"Serves only vegetarian snacks and burgers\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#friture_vegetarian", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "yes", - "description": "diet:vegetarian=yes is displayed as \"Vegetarian snacks are available\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#friture_vegetarian", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "limited", - "description": "diet:vegetarian=limited is displayed as \"Only a small selection of snacks are vegetarian\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#friture_vegetarian", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "no", - "description": "diet:vegetarian=no is displayed as \"No vegetarian snacks are available\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#friture_vegetarian", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "only", - "description": "diet:vegan=only is displayed as \"Serves only vegan snacks and burgers\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#friture_vegan", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "yes", - "description": "diet:vegan=yes is displayed as \"Vegan snacks are available\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#friture_vegan", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "limited", - "description": "diet:vegan=limited is displayed as \"A small selection of vegan snacks are available\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#friture_vegan", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "no", - "description": "diet:vegan=no is displayed as \"No vegan snacks are available\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#friture_vegan", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "yes", - "description": "organic=yes is displayed as \"Organic snacks are available\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#friture_organic", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "no", - "description": "organic=no is displayed as \"No organic snacks are available\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#friture_organic", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "only", - "description": "organic=only is displayed as \"Only organic snacks are available\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#friture_organic", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "friture:oil", - "value": "vegetable", - "description": "friture:oil=vegetable is displayed as \"The frying is done with vegetable oil\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#friture_oil", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "friture:oil", - "value": "animal", - "description": "friture:oil=animal is displayed as \"The frying is done with animal oil\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#friture_oil", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reusable_packaging:accept", - "value": "yes", - "description": "reusable_packaging:accept=yes is displayed as \"You can bring your own containers to get your order, saving on single-use packaging material and thus waste\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#friture_take_your_container", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reusable_packaging:accept", - "value": "no", - "description": "reusable_packaging:accept=no is displayed as \"Bringing your own container is not allowed\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#friture_take_your_container", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reusable_packaging:accept", - "value": "only", - "description": "reusable_packaging:accept=only is displayed as \"You must bring your own container to order here.\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#friture_take_your_container", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:sugar_free", - "value": "only", - "description": "diet:sugar_free=only is displayed as \"This shop only sells sugar free products\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#sugar_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:sugar_free", - "value": "yes", - "description": "diet:sugar_free=yes is displayed as \"This shop has a big sugar free offering\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#sugar_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:sugar_free", - "value": "limited", - "description": "diet:sugar_free=limited is displayed as \"This shop has a limited sugar free offering\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#sugar_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:sugar_free", - "value": "no", - "description": "diet:sugar_free=no is displayed as \"This shop has no sugar free offering\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#sugar_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:gluten_free", - "value": "only", - "description": "diet:gluten_free=only is displayed as \"This shop only sells gluten free products\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#gluten_free", - "icon_url": "./assets/layers/questions/glutenfree.svg" - }, - { - "key": "diet:gluten_free", - "value": "yes", - "description": "diet:gluten_free=yes is displayed as \"This shop has a big gluten free offering\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#gluten_free", - "icon_url": "./assets/layers/questions/glutenfree.svg" - }, - { - "key": "diet:gluten_free", - "value": "limited", - "description": "diet:gluten_free=limited is displayed as \"This shop has a limited gluten free offering\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#gluten_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:gluten_free", - "value": "no", - "description": "diet:gluten_free=no is displayed as \"This shop has no gluten free offering\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#gluten_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:lactose_free", - "value": "only", - "description": "diet:lactose_free=only is displayed as \"Only sells lactose free products\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#lactose_free", - "icon_url": "./assets/layers/questions/lactose_free.svg" - }, - { - "key": "diet:lactose_free", - "value": "yes", - "description": "diet:lactose_free=yes is displayed as \"Big lactose free offering\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#lactose_free", - "icon_url": "./assets/layers/questions/lactose_free.svg" - }, - { - "key": "diet:lactose_free", - "value": "limited", - "description": "diet:lactose_free=limited is displayed as \"Limited lactose free offering\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#lactose_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:lactose_free", - "value": "no", - "description": "diet:lactose_free=no is displayed as \"No lactose free offering\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#lactose_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "smoking", - "value": "yes", - "description": "smoking=yes is displayed as \"Smoking is allowed\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#smoking", - "icon_url": "./assets/layers/questions/smoking.svg" - }, - { - "key": "smoking", - "value": "no", - "description": "smoking=no is displayed as \"Smoking is not allowed\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#smoking", - "icon_url": "./assets/layers/questions/no_smoking.svg" - }, - { - "key": "smoking", - "value": "outside", - "description": "smoking=outside is displayed as \"Smoking is allowed outside.\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#smoking", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "service:electricity", - "value": "yes", - "description": "service:electricity=yes is displayed as \"There are plenty of domestic sockets available to customers seated indoors, where they can charge their electronics\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#service_electricity", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "service:electricity", - "value": "limited", - "description": "service:electricity=limited is displayed as \"There are a few domestic sockets available to customers seated indoors, where they can charge their electronics\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#service_electricity", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "service:electricity", - "value": "ask", - "description": "service:electricity=ask is displayed as \"There are no sockets available indoors to customers, but charging might be possible if the staff is asked\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#service_electricity", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "service:electricity", - "value": "no", - "description": "service:electricity=no is displayed as \"There are a no domestic sockets available to customers seated indoors\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#service_electricity", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "outdoor_seating", - "value": "yes", - "description": "outdoor_seating=yes is displayed as \"This place has outdoor seating\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#seating", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "indoor_seating", - "value": "yes", - "description": "indoor_seating=yes is displayed as \"This place has indoor seating\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#seating", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "dog", - "value": "yes", - "description": "dog=yes is displayed as \"Dogs are allowed\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_allowed.svg" - }, - { - "key": "dog", - "value": "no", - "description": "dog=no is displayed as \"Dogs are not allowed\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#dog_access", - "icon_url": "./assets/layers/questions/no_dogs.svg" - }, - { - "key": "dog", - "value": "leashed", - "description": "dog=leashed is displayed as \"Dogs are allowed, but they have to be leashed\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_leashed.svg" - }, - { - "key": "dog", - "value": "unleashed", - "description": "dog=unleashed is displayed as \"Dogs are allowed and can run around freely\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_allowed.svg" - }, - { - "key": "dog", - "value": "outside", - "description": "dog=outside is displayed as \"Dogs are allowed only outside\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_outside.svg" - }, - { - "key": "internet_access", - "value": "wlan", - "description": "internet_access=wlan is displayed as \"This place offers wireless internet access\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#internet", - "icon_url": "wifi" - }, - { - "key": "internet_access", - "value": "no", - "description": "internet_access=no is displayed as \"This place does not offer internet access\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#internet", - "icon_url": "wifi;cross_bottom_right:red" - }, - { - "key": "internet_access", - "value": "yes", - "description": "internet_access=yes is displayed as \"This place offers internet access\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#internet", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access", - "value": "terminal", - "description": "internet_access=terminal is displayed as \"This place offers internet access via a terminal or computer\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#internet", - "icon_url": "computer" - }, - { - "key": "internet_access", - "value": "wired", - "description": "internet_access=wired is displayed as \"This place offers wired internet access\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#internet", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access", - "value": "terminal;wifi", - "description": "internet_access=terminal;wifi is displayed as \"This place offers both wireless internet and internet access via a terminal or computer\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#internet", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access:fee", - "value": "yes", - "description": "internet_access:fee=yes is displayed as \"There is a fee for the internet access at this place\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#internet_fee", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access:fee", - "value": "no", - "description": "internet_access:fee=no is displayed as \"Internet access is free at this place\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#internet_fee", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access:fee", - "value": "customers", - "description": "internet_access:fee=customers is displayed as \"Internet access is free at this place, for customers only\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#internet_fee", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access:ssid", - "description": "Values of `internet_access:ssid` are shown with \"The network name is {internet_access:ssid}\" and can be updated. The question is \"What is the network name for the wireless internet access?\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#internet_ssid", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access:ssid", - "value": "Telekom", - "description": "internet_access:ssid=Telekom is displayed as \"Telekom\" by layer Fries shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/friture.md#internet_ssid", - "icon_url": "./assets/layers/food/restaurant.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_ghostbikes.json b/Docs/TagInfo/mapcomplete_ghostbikes.json deleted file mode 100644 index 0fbd8aef8d..0000000000 --- a/Docs/TagInfo/mapcomplete_ghostbikes.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Ghost bikes", - "description": "A ghost bike is a memorial for a cyclist who died in a traffic accident, in the form of a white bicycle placed permanently near the accident location", - "project_url": "https://mapcomplete.org/ghostbikes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/ghostbikes/logo.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "memorial", - "value": "ghost_bike", - "description": "Features with this tag are displayed by layer Ghost bikes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghost_bike.md", - "icon_url": "./assets/layers/ghost_bike/ghost_bike.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layer Ghost bikes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghost_bike.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Ghost bikes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghost_bike.md#images", - "icon_url": "./assets/layers/ghost_bike/ghost_bike.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Ghost bikes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghost_bike.md#images", - "icon_url": "./assets/layers/ghost_bike/ghost_bike.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Ghost bikes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghost_bike.md#images", - "icon_url": "./assets/layers/ghost_bike/ghost_bike.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Ghost bikes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghost_bike.md#images", - "icon_url": "./assets/layers/ghost_bike/ghost_bike.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Ghost bikes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghost_bike.md#images", - "icon_url": "./assets/layers/ghost_bike/ghost_bike.svg" - }, - { - "key": "subject", - "description": "Values of `subject` are shown with \"In remembrance of {subject}\" and can be updated. The question is \"Whom is remembered by this ghost bike?\" by layer Ghost bikes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghost_bike.md#ghost_bike_name", - "icon_url": "./assets/layers/ghost_bike/ghost_bike.svg" - }, - { - "key": "name", - "description": "name~.+ is displayed as \"In remembrance of {name}\" by layer Ghost bikes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghost_bike.md#ghost_bike_name", - "icon_url": "./assets/layers/ghost_bike/ghost_bike.svg" - }, - { - "key": "noname", - "value": "yes", - "description": "noname=yes is displayed as \"No name is marked on the bike\" by layer Ghost bikes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghost_bike.md#ghost_bike_name", - "icon_url": "./assets/layers/ghost_bike/ghost_bike.svg" - }, - { - "key": "source", - "description": "Values of `source` are shown with \"{link(More info available,&LBRACEsource&RBRACE,,,,)}\" and can be updated. The question is \"On what webpage can one find more info about the ghost bike or the accident?\" by layer Ghost bikes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghost_bike.md#ghost_bike_source", - "icon_url": "./assets/layers/ghost_bike/ghost_bike.svg" - }, - { - "key": "inscription", - "description": "Values of `inscription` are shown with \"{inscription}\" and can be updated. The question is \"What is the inscription on this Ghost bike?\" by layer Ghost bikes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghost_bike.md#ghost_bike_inscription", - "icon_url": "./assets/layers/ghost_bike/ghost_bike.svg" - }, - { - "key": "start_date", - "description": "Values of `start_date` are shown with \"Placed on {start_date}\" and can be updated. The question is \"When was this Ghost bike installed?\" by layer Ghost bikes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghost_bike.md#ghost_bike_start_date", - "icon_url": "./assets/layers/ghost_bike/ghost_bike.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_ghostsigns.json b/Docs/TagInfo/mapcomplete_ghostsigns.json deleted file mode 100644 index 6c5235b6eb..0000000000 --- a/Docs/TagInfo/mapcomplete_ghostsigns.json +++ /dev/null @@ -1,1182 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Ghost Signs", - "description": "A map showing disused signs on buildings", - "project_url": "https://mapcomplete.org/ghostsigns", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/advertising/wall_painting.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "historic", - "description": "Features with this tag are displayed by layer Ghost Signs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghostsign.md", - "icon_url": "./assets/themes/advertising/wall_painting.svg" - }, - { - "key": "advertising", - "description": "Features with this tag are displayed by layers Ghost Signs, Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghostsign.md", - "icon_url": "./assets/themes/advertising/wall_painting.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Ghost Signs, Advertisement, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghostsign.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Ghost Signs, Advertisement, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghostsign.md#images", - "icon_url": "./assets/themes/advertising/wall_painting.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Ghost Signs, Advertisement, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghostsign.md#images", - "icon_url": "./assets/themes/advertising/wall_painting.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Ghost Signs, Advertisement, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghostsign.md#images", - "icon_url": "./assets/themes/advertising/wall_painting.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Ghost Signs, Advertisement, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghostsign.md#images", - "icon_url": "./assets/themes/advertising/wall_painting.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Ghost Signs, Advertisement, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghostsign.md#images", - "icon_url": "./assets/themes/advertising/wall_painting.svg" - }, - { - "key": "historic", - "value": "advertising", - "description": "historic=advertising is displayed as \"This is a historic advertisement sign (an advertisement for a business that no longer exists or a very old sign with heritage value)\" by layers Ghost Signs, Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghostsign.md#historic", - "icon_url": "./assets/themes/advertising/wall_painting.svg" - }, - { - "key": "historic", - "description": "historic= is displayed as \"This advertisement sign has no historic value (the business still exists and has no heritage value)\" by layers Ghost Signs, Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghostsign.md#historic", - "icon_url": "./assets/themes/advertising/wall_painting.svg" - }, - { - "key": "advertising", - "description": "Values of `advertising` are shown with \"This is a {advertising}\" and can be updated. The question is \"Which type of advertising feature is this?\" by layers Ghost Signs, Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghostsign.md#type", - "icon_url": "./assets/themes/advertising/wall_painting.svg" - }, - { - "key": "advertising", - "value": "billboard", - "description": "advertising=billboard is displayed as \"This is a billboard\" by layers Ghost Signs, Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghostsign.md#type", - "icon_url": "./assets/themes/advertising/billboard.svg" - }, - { - "key": "advertising", - "value": "board", - "description": "advertising=board is displayed as \"This is a board\" by layers Ghost Signs, Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghostsign.md#type", - "icon_url": "./assets/themes/advertising/board.svg" - }, - { - "key": "advertising", - "value": "column", - "description": "advertising=column is displayed as \"This is a column\" by layers Ghost Signs, Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghostsign.md#type", - "icon_url": "./assets/themes/advertising/column.svg" - }, - { - "key": "advertising", - "value": "flag", - "description": "advertising=flag is displayed as \"This is a flag\" by layers Ghost Signs, Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghostsign.md#type", - "icon_url": "./assets/themes/advertising/flag.svg" - }, - { - "key": "advertising", - "value": "poster_box", - "description": "advertising=poster_box is displayed as \"This is a poster Box\" by layers Ghost Signs, Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghostsign.md#type", - "icon_url": "./assets/themes/advertising/poster_box.svg" - }, - { - "key": "advertising", - "value": "screen", - "description": "advertising=screen is displayed as \"This is a screen\" by layers Ghost Signs, Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghostsign.md#type", - "icon_url": "./assets/themes/advertising/screen.svg" - }, - { - "key": "advertising", - "value": "sculpture", - "description": "advertising=sculpture is displayed as \"This is a sculpture\" by layers Ghost Signs, Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghostsign.md#type", - "icon_url": "./assets/themes/advertising/sculpture.svg" - }, - { - "key": "advertising", - "value": "sign", - "description": "advertising=sign is displayed as \"This is a sign\" by layers Ghost Signs, Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghostsign.md#type", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "advertising", - "value": "tarp", - "description": "advertising=tarp is displayed as \"This is a tarp (a weatherproof piece of textile with an advertising message)\" by layers Ghost Signs, Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghostsign.md#type", - "icon_url": "./assets/themes/advertising/tarp.svg" - }, - { - "key": "advertising", - "value": "totem", - "description": "advertising=totem is displayed as \"This is a totem\" by layers Ghost Signs, Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghostsign.md#type", - "icon_url": "./assets/themes/advertising/totem.svg" - }, - { - "key": "advertising", - "value": "wall_painting", - "description": "advertising=wall_painting is displayed as \"This is a wall painting\" by layers Ghost Signs, Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghostsign.md#type", - "icon_url": "./assets/themes/advertising/wall_painting.svg" - }, - { - "key": "advertising", - "value": "tilework", - "description": "advertising=tilework is displayed as \"This is tilework - the advertisement is painted on tiles\" by layers Ghost Signs, Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghostsign.md#type", - "icon_url": "./assets/themes/advertising/wall_painting.svg" - }, - { - "key": "advertising", - "value": "relief", - "description": "advertising=relief is displayed as \"This is a relief\" by layers Ghost Signs, Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghostsign.md#type", - "icon_url": "./assets/themes/advertising/wall_painting.svg" - }, - { - "key": "inscription", - "description": "Values of `inscription` are shown with \"The text on the sign is: {inscription}\" and can be updated. The question is \"What is the text on the sign?\" by layer Ghost Signs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghostsign.md#inscription", - "icon_url": "./assets/themes/advertising/wall_painting.svg" - }, - { - "key": "brand", - "description": "Values of `brand` are shown with \"This sign was made for: {brand}\" and can be updated. The question is \"For what business was this sign made?\" by layer Ghost Signs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghostsign.md#brand", - "icon_url": "./assets/themes/advertising/wall_painting.svg" - }, - { - "key": "animated", - "value": "no", - "description": "animated=no is displayed as \"Static, always shows the same message\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising_wall_paintings.md#animated", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "animated", - "value": "digital_display", - "description": "animated=digital_display is displayed as \"This object has a built-in digital display to show prices or some other message\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising_wall_paintings.md#animated", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "animated", - "value": "trivision_blades", - "description": "animated=trivision_blades is displayed as \"Trivision - the billboard consists of many triangular prisms which regularly rotate\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising_wall_paintings.md#animated", - "icon_url": "./assets/themes/advertising/trivision.svg" - }, - { - "key": "animated", - "value": "winding_posters", - "description": "animated=winding_posters is displayed as \"Scrolling posters\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising_wall_paintings.md#animated", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "animated", - "value": "revolving", - "description": "animated=revolving is displayed as \"Rotates on itself\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising_wall_paintings.md#animated", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "luminous", - "value": "neon", - "description": "luminous=neon is displayed as \"This is a neon-tube light\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising_wall_paintings.md#luminous_or_lit_advertising", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "lit", - "value": "yes", - "description": "lit=yes & luminous=yes is displayed as \"This object both emits light and is lighted by an external light source\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising_wall_paintings.md#luminous_or_lit_advertising", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "luminous", - "value": "yes", - "description": "lit=yes & luminous=yes is displayed as \"This object both emits light and is lighted by an external light source\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising_wall_paintings.md#luminous_or_lit_advertising", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "luminous", - "value": "yes", - "description": "luminous=yes is displayed as \"This object emits light\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising_wall_paintings.md#luminous_or_lit_advertising", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "lit", - "value": "yes", - "description": "lit=yes is displayed as \"This object is lit externally, e.g. by a spotlight or other lights\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising_wall_paintings.md#luminous_or_lit_advertising", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "lit", - "value": "no", - "description": "lit=no & luminous=no is displayed as \"This object does not emit light and is not lighted by externally\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising_wall_paintings.md#luminous_or_lit_advertising", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "luminous", - "value": "no", - "description": "lit=no & luminous=no is displayed as \"This object does not emit light and is not lighted by externally\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising_wall_paintings.md#luminous_or_lit_advertising", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "operator", - "description": "Values of `operator` are shown with \"Operated by {operator}\" and can be updated. The question is \"Who operates this feature?\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising_wall_paintings.md#operator", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "message", - "value": "commercial", - "description": "message=commercial is displayed as \"Commercial message\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising_wall_paintings.md#message_type", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "message", - "value": "local", - "description": "message=local is displayed as \"Local information\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising_wall_paintings.md#message_type", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "message", - "value": "safety", - "description": "message=safety is displayed as \"Security information\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising_wall_paintings.md#message_type", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "message", - "value": "political", - "description": "message=political is displayed as \"Electoral advertising\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising_wall_paintings.md#message_type", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "message", - "value": "showbiz", - "description": "message=showbiz is displayed as \"Information related to theatre, concerts, …\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising_wall_paintings.md#message_type", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "message", - "value": "non_profit", - "description": "message=non_profit is displayed as \"Message from non-profit organizations\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising_wall_paintings.md#message_type", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "message", - "value": "opinion", - "description": "message=opinion is displayed as \"To express your opinion\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising_wall_paintings.md#message_type", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "message", - "value": "religion", - "description": "message=religion is displayed as \"Religious message\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising_wall_paintings.md#message_type", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "message", - "value": "funding", - "description": "message=funding is displayed as \"Funding sign\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising_wall_paintings.md#message_type", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "information", - "value": "map", - "description": "information=map is displayed as \"A map\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising_wall_paintings.md#message_type", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "sides", - "value": "1", - "description": "sides=1 is displayed as \"This object has advertisements on a single side\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising_wall_paintings.md#Sides", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "sides", - "value": "2", - "description": "sides=2 is displayed as \"This object has advertisements on both sides\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising_wall_paintings.md#Sides", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "ref", - "description": "Values of `ref` are shown with \"Reference number is {ref}\" and can be updated. The question is \"Wich is the reference number?\" by layer Advertisement", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/advertising_wall_paintings.md#ref", - "icon_url": "./assets/themes/advertising/sign.svg" - }, - { - "key": "tourism", - "value": "artwork", - "description": "Features with this tag are displayed by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "mural", - "description": "Features with this tag are displayed by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "graffiti", - "description": "Features with this tag are displayed by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "mosaic", - "description": "Features with this tag are displayed by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "relief", - "description": "Features with this tag are displayed by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "painting", - "description": "Features with this tag are displayed by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "mural_painting", - "description": "Features with this tag are displayed by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "historic", - "value": "advertising", - "description": "historic=advertising is displayed as \"This artwork is a historic advertisement\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#historic_or_not", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "historic", - "description": "historic= is displayed as \"This artwork is not a historic advertisement\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#historic_or_not", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "description": "Values of `artwork_type` are shown with \"This is a {artwork_type}\" and can be updated. The question is \"What is the type of this artwork?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "architecture", - "description": "artwork_type=architecture is displayed as \"Architecture\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "mural", - "description": "artwork_type=mural is displayed as \"Mural\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "painting", - "description": "artwork_type=painting is displayed as \"Painting\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "sculpture", - "description": "artwork_type=sculpture is displayed as \"Sculpture\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "statue", - "description": "artwork_type=statue is displayed as \"Statue\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "bust", - "description": "artwork_type=bust is displayed as \"Bust\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "stone", - "description": "artwork_type=stone is displayed as \"Stone\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "installation", - "description": "artwork_type=installation is displayed as \"Installation\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "graffiti", - "description": "artwork_type=graffiti is displayed as \"Graffiti\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "relief", - "description": "artwork_type=relief is displayed as \"Relief\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "azulejo", - "description": "artwork_type=azulejo is displayed as \"Azulejo (Spanish decorative tilework)\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "tilework", - "description": "artwork_type=tilework is displayed as \"Tilework\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "woodcarving", - "description": "artwork_type=woodcarving is displayed as \"Woodcarving\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artist:wikidata", - "description": "Values of `artist:wikidata` are shown with \"This artwork was made by {wikidata_label(artist:wikidata):font-weight:bold}
{wikipedia(artist:wikidata)}\" and can be updated. The question is \"Who made this artwork?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#artwork_artist_wikidata", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artist_name", - "description": "Values of `artist_name` are shown with \"Created by {artist_name}\" and can be updated. The question is \"Which artist created this?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#artwork_artist_name", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{link(More information on this website,&LBRACEwebsite&RBRACE,,,,)}\" and can be updated. The question is \"Is there a website with more information about this artwork?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#artwork_website", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "wikidata", - "description": "Values of `wikidata` are shown with \"{wikipedia():max-height:25rem}\" and can be updated. The question is \"What is the corresponding Wikidata entity?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#wikipedia", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "wikipedia", - "description": "wikipedia~.+ is displayed as \"{wikipedia():max-height:25rem}\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#wikipedia", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "wikidata", - "description": "wikidata= is displayed as \"No Wikipedia page has been linked yet\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#wikipedia", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "subject:wikidata", - "description": "Values of `subject:wikidata` are shown with \"This artwork depicts {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}\" and can be updated. The question is \"What does this artwork depict?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#artwork_subject", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "historic", - "value": "memorial", - "description": "historic=memorial is displayed as \"This artwork also serves as a memorial\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#doubles_as_memorial", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "historic", - "description": "historic= is displayed as \"This artwork does not serve as a memorial\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#doubles_as_memorial", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "description": "Values of `memorial` are shown with \"This is a {memorial}\" and can be updated. The question is \"What type of memorial is this?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "statue", - "description": "memorial=statue is displayed as \"This is a statue\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "plaque", - "description": "memorial=plaque is displayed as \"This is a plaque\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "bench", - "description": "memorial=bench is displayed as \"This is a commemorative bench\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "ghost_bike", - "description": "memorial=ghost_bike is displayed as \"This is a ghost bike - a bicycle painted white to remember a cyclist whom deceased because of a car crash\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "stolperstein", - "description": "memorial=stolperstein is displayed as \"This is a stolperstein (stumbing stone)\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "stele", - "description": "memorial=stele is displayed as \"This is a stele\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "stone", - "description": "memorial=stone is displayed as \"This is a memorial stone\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "bust", - "description": "memorial=bust is displayed as \"This is a bust\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "sculpture", - "description": "memorial=sculpture is displayed as \"This is a sculpture\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "obelisk", - "description": "memorial=obelisk is displayed as \"This is an obelisk\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "cross", - "description": "memorial=cross is displayed as \"This is a cross\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "blue_plaque", - "description": "memorial=blue_plaque is displayed as \"This is a blue plaque\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "tank", - "description": "memorial=tank is displayed as \"This is a historic tank, permanently placed in public space as memorial\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "tree", - "description": "memorial=tree is displayed as \"This is a memorial tree\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "historic", - "value": "tomb", - "description": "historic=tomb is displayed as \"This is a gravestone; the person is buried here\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "inscription", - "description": "Values of `inscription` are shown with \"The inscription on this memorial reads:

{inscription}

\" and can be updated. The question is \"What is the inscription on this memorial?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#inscription", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "not:inscription", - "value": "yes", - "description": "not:inscription=yes is displayed as \"This memorial does not have an inscription\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#inscription", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "amenity", - "value": "bench", - "description": "amenity=bench is displayed as \"This artwork also serves as a bench\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#doubles_as_bench", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "amenity", - "description": "amenity= is displayed as \"This artwork does not serve as a bench\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#doubles_as_bench", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "backrest", - "value": "yes", - "description": "backrest=yes & two_sided=yes is displayed as \"This bench is two-sided and shares the backrest\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#bench_backrest", - "icon_url": "./assets/layers/bench/two_sided.svg" - }, - { - "key": "two_sided", - "value": "yes", - "description": "backrest=yes & two_sided=yes is displayed as \"This bench is two-sided and shares the backrest\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#bench_backrest", - "icon_url": "./assets/layers/bench/two_sided.svg" - }, - { - "key": "backrest", - "value": "yes", - "description": "backrest=yes is displayed as \"This bench does have a backrest\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#bench_backrest", - "icon_url": "./assets/layers/bench/one_sided.svg" - }, - { - "key": "backrest", - "value": "no", - "description": "backrest=no is displayed as \"This bench does not have a backrest\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#bench_backrest", - "icon_url": "./assets/layers/bench/no_backrest.svg" - }, - { - "key": "armrest", - "value": "yes", - "description": "armrest=yes is displayed as \"This bench does have one or more armrests\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#bench_armrest", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "armrest", - "value": "no", - "description": "armrest=no is displayed as \"This bench does not have any armrests\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#bench_armrest", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "seats", - "description": "Values of `seats` are shown with \"This bench has {seats} seats\" and can be updated. The question is \"How many seats does this bench have?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#bench_seats", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "seats:separated", - "value": "no", - "description": "seats:separated=no is displayed as \"This bench does not have separated seats\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#bench_seats", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "material", - "description": "Values of `material` are shown with \"Material: {material}\" and can be updated. The question is \"What is the bench (seating) made from?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#bench_material", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "material", - "value": "wood", - "description": "material=wood is displayed as \"The seating is made from wood\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#bench_material", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "material", - "value": "metal", - "description": "material=metal is displayed as \"The seating is made from metal\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#bench_material", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "material", - "value": "stone", - "description": "material=stone is displayed as \"The seating is made from stone\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#bench_material", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "material", - "value": "concrete", - "description": "material=concrete is displayed as \"The seating is made from concrete\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#bench_material", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "material", - "value": "plastic", - "description": "material=plastic is displayed as \"The seating is made from plastic\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#bench_material", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "material", - "value": "steel", - "description": "material=steel is displayed as \"The seating is made from steel\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#bench_material", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "direction", - "description": "Values of `direction` are shown with \"When sitting on the bench, one looks towards {direction}°.\" and can be updated. The question is \"In which direction are you looking when sitting on the bench?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#bench_direction", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "colour", - "description": "Values of `colour` are shown with \"Colour: {colour}\" and can be updated. The question is \"Which colour does this bench have?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#bench_colour", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "colour", - "value": "brown", - "description": "colour=brown is displayed as \"Colour: brown\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#bench_colour", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "colour", - "value": "green", - "description": "colour=green is displayed as \"Colour: green\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#bench_colour", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "colour", - "value": "gray", - "description": "colour=gray is displayed as \"Colour: gray\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#bench_colour", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "colour", - "value": "white", - "description": "colour=white is displayed as \"Colour: white\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#bench_colour", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "colour", - "value": "red", - "description": "colour=red is displayed as \"Colour: red\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#bench_colour", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "colour", - "value": "black", - "description": "colour=black is displayed as \"Colour: black\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#bench_colour", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "colour", - "value": "blue", - "description": "colour=blue is displayed as \"Colour: blue\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#bench_colour", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "colour", - "value": "yellow", - "description": "colour=yellow is displayed as \"Colour: yellow\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#bench_colour", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "survey:date", - "description": "Values of `survey:date` are shown with \"This bench was last surveyed on {survey:date}\" and can be updated. The question is \"When was this bench last surveyed?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#bench_survey_date", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "survey:date", - "description": "survey:date= is displayed as \"Surveyed today!\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#bench_survey_date", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "inscription", - "description": "Values of `inscription` are shown with \"This bench has the following inscription:

{inscription}

\" and can be updated. The question is \"Does this bench have an inscription?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#bench_inscription", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "not:inscription", - "value": "yes", - "description": "not:inscription=yes is displayed as \"This bench does not have an inscription\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#bench_inscription", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "inscription", - "description": "inscription= is displayed as \"This bench probably does not not have an inscription\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#bench_inscription", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "historic", - "value": "memorial", - "description": "historic=memorial is displayed as \"This bench is a memorial for someone or something\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#bench_memorial", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "historic", - "description": "historic= & not:historic=memorial is displayed as \"This bench is a not a memorial for someone or something\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#bench_memorial", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "not:historic", - "value": "memorial", - "description": "historic= & not:historic=memorial is displayed as \"This bench is a not a memorial for someone or something\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#bench_memorial", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "historic", - "value": "wayside_shrine", - "description": "historic=wayside_shrine is displayed as \"This artwork acts as a wayside shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#doubles_as_wayside_shrine", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "historic", - "description": "historic= is displayed as \"This artwork does not act as a wayside shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#doubles_as_wayside_shrine", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"The name of this shrine is {name}\" and can be updated. The question is \"What's the name of this shrine?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#shrine_name", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "noname", - "value": "yes", - "description": "noname=yes is displayed as \"This shrine does not have a name\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#shrine_name", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "description": "Values of `religion` are shown with \"This shrine is {religion}\" and can be updated. The question is \"To which religion is this shrine dedicated?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "value": "christian", - "description": "religion=christian is displayed as \"This is a Christian shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "value": "buddhist", - "description": "religion=buddhist is displayed as \"This is a Buddhist shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "value": "hindu", - "description": "religion=hindu is displayed as \"This is a Hindu shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "value": "jain", - "description": "religion=jain is displayed as \"This is a Jain shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "value": "jewish", - "description": "religion=jewish is displayed as \"This is a Jewish shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "value": "muslim", - "description": "religion=muslim is displayed as \"This is an Islamic shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "value": "pagan", - "description": "religion=pagan is displayed as \"This is a Pagan shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "value": "shinto", - "description": "religion=shinto is displayed as \"This is a Shinto shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "value": "sikh", - "description": "religion=sikh is displayed as \"This is a Sikh shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "value": "taoist", - "description": "religion=taoist is displayed as \"This is a Taoist shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "value": "zoroastrian", - "description": "religion=zoroastrian is displayed as \"This is a Zoroastrian shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "description": "Values of `denomination` are shown with \"The religious denomination is {denomination}\" and can be updated. The question is \"What's the Christian denomination of the shrine?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#denomination_christian", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "catholic", - "description": "denomination=catholic is displayed as \"The religious subdenomination is Catholic\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#denomination_christian", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "roman_catholic", - "description": "denomination=roman_catholic is displayed as \"The religious subdenomination is Roman Catholic\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#denomination_christian", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "orthodox", - "description": "denomination=orthodox is displayed as \"The religious subdenomination is Orthodox\" by layers Artworks, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#denomination_christian", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "greek_orthodox", - "description": "denomination=greek_orthodox is displayed as \"The religious subdenomination is Greek-Orthodox\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#denomination_christian", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "russian_orthodox", - "description": "denomination=russian_orthodox is displayed as \"The religious subdenomination is Russian-Orthodox\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#denomination_christian", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "serbian_orthodox", - "description": "denomination=serbian_orthodox is displayed as \"The religious subdenomination is Serbian Orthodox\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#denomination_christian", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "protestant", - "description": "denomination=protestant is displayed as \"The religious subdenomination is Protestant\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#denomination_christian", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "anglican", - "description": "denomination=anglican is displayed as \"The religious subdenomination is Anglican\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#denomination_christian", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "adventist", - "description": "denomination=adventist is displayed as \"The religious subdenomination is Adventist\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#denomination_christian", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "evangelical", - "description": "denomination=evangelical is displayed as \"The religious subdenomination is evangelical\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#denomination_christian", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "description": "Values of `denomination` are shown with \"The religious subdenomination is {denomination}\" and can be updated. The question is \"What's the Muslim denomination of this shrine?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#denomination_muslim", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "shia", - "description": "denomination=shia is displayed as \"The religious subdenomination is Shia\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#denomination_muslim", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "sunni", - "description": "denomination=sunni is displayed as \"The religious subdenomination is Sunni\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#denomination_muslim", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "sufi", - "description": "denomination=sufi is displayed as \"The religious subdenomination is Sufi\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#denomination_muslim", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "description": "Values of `denomination` are shown with \"The religious subdenomination is {denomination}\" and can be updated. The question is \"What's the Jewish denomination of this shrine?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#denomination_jewish", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "conservative", - "description": "denomination=conservative is displayed as \"The religious subdenomination is Conservative\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#denomination_jewish", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "hasidic", - "description": "denomination=hasidic is displayed as \"The religious subdenomination is Hasidic\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#denomination_jewish", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "reform", - "description": "denomination=reform is displayed as \"The religious subdenomination is Reform\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#denomination_jewish", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "description": "Values of `denomination` are shown with \"The denomination of this shrine is {denomination}\" and can be updated. The question is \"What's the denomination of this shrine?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork_on_wall.md#denomination_other", - "icon_url": "./assets/themes/artwork/artwork.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_glutenfree.json b/Docs/TagInfo/mapcomplete_glutenfree.json deleted file mode 100644 index 6792d4d116..0000000000 --- a/Docs/TagInfo/mapcomplete_glutenfree.json +++ /dev/null @@ -1,2642 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Glutenfree", - "description": "A crowdsourced map with glutenfree items", - "project_url": "https://mapcomplete.org/glutenfree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/layers/questions/glutenfree.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "amenity", - "value": "fast_food", - "description": "Features with this tag are displayed by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "amenity", - "value": "restaurant", - "description": "Features with this tag are displayed by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:gluten_free", - "description": "Features with this tag are displayed by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Restaurants and fast food, Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Restaurants and fast food, Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Restaurants and fast food, Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Restaurants and fast food, Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Restaurants and fast food, Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:gluten_free", - "value": "only", - "description": "diet:gluten_free=only is displayed as \"This shop only sells gluten free products\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#gluten_free", - "icon_url": "./assets/layers/questions/glutenfree.svg" - }, - { - "key": "diet:gluten_free", - "value": "yes", - "description": "diet:gluten_free=yes is displayed as \"This shop has a big gluten free offering\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#gluten_free", - "icon_url": "./assets/layers/questions/glutenfree.svg" - }, - { - "key": "diet:gluten_free", - "value": "limited", - "description": "diet:gluten_free=limited is displayed as \"This shop has a limited gluten free offering\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#gluten_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:gluten_free", - "value": "no", - "description": "diet:gluten_free=no is displayed as \"This shop has no gluten free offering\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#gluten_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"The name of this business is {name}\" and can be updated. The question is \"What is the name of this business?\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Name", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "amenity", - "value": "fast_food", - "description": "amenity=fast_food is displayed as \"This is a fast-food business, focused on fast service. If seating is available, it is rather limited and functional.\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Fastfood_vs_restaurant", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "amenity", - "value": "restaurant", - "description": "amenity=restaurant is displayed as \"A restaurant, focused on creating a nice experience where one is served at the table\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Fastfood_vs_restaurant", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"What are the opening hours of {title()}?\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#opening_hours", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#opening_hours", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{website}\" and can be updated. The question is \"What is the website of {title()}?\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"{email}\" and can be updated. The question is \"What is the email address of {title()}?\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "contact:email", - "description": "contact:email~.+ is displayed as \"{contact:email}\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "operator:email", - "description": "operator:email~.+ is displayed as \"{operator:email}\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}\" and can be updated. The question is \"What is the phone number of {title()}?\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "contact:phone", - "description": "contact:phone~.+ is displayed as \"{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "payment:cash", - "value": "yes", - "description": "payment:cash=yes is displayed as \"Cash is accepted here\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#payment_options", - "icon_url": "./assets/layers/questions/cash.svg" - }, - { - "key": "payment:cards", - "value": "yes", - "description": "payment:cards=yes is displayed as \"Payment cards are accepted here\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#payment_options", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:qr_code", - "value": "yes", - "description": "payment:qr_code=yes is displayed as \"Payment by QR-code is possible here\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#payment_options", - "icon_url": "./assets/layers/questions/qrcode.svg" - }, - { - "key": "level", - "description": "Values of `level` are shown with \"Located on the {level}th floor\" and can be updated. The question is \"On what level is this feature located?\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#single_level", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "location", - "value": "underground", - "description": "location=underground is displayed as \"Located underground\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#single_level", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "level", - "value": "0", - "description": "level=0 is displayed as \"Located on the ground floor\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#single_level", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "level", - "description": "level= is displayed as \"Located on the ground floor\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#single_level", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "level", - "value": "1", - "description": "level=1 is displayed as \"Located on the first floor\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#single_level", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "level", - "value": "-1", - "description": "level=-1 is displayed as \"Located on the first basement level\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#single_level", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wheelchair", - "value": "designated", - "description": "wheelchair=designated is displayed as \"This place is specially adapted for wheelchair users\" by layers Restaurants and fast food, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#wheelchair_access", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wheelchair", - "value": "yes", - "description": "wheelchair=yes is displayed as \"This place is easily reachable with a wheelchair\" by layers Restaurants and fast food, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#wheelchair_access", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wheelchair", - "value": "limited", - "description": "wheelchair=limited is displayed as \"It is possible to reach this place in a wheelchair, but it is not easy\" by layers Restaurants and fast food, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#wheelchair_access", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wheelchair", - "value": "no", - "description": "wheelchair=no is displayed as \"This place is not reachable with a wheelchair\" by layers Restaurants and fast food, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#wheelchair_access", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "description": "Values of `cuisine` are shown with \"This place mostly serves {cuisine}\" and can be updated. The question is \"What kind of food is served here?\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "pizza", - "description": "cuisine=pizza is displayed as \"Pizzeria\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "friture", - "description": "cuisine=friture is displayed as \"Friture\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "pasta", - "description": "cuisine=pasta is displayed as \"Serves mainly pasta\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "kebab", - "description": "cuisine=kebab is displayed as \"Kebab shop\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "sandwich", - "description": "cuisine=sandwich is displayed as \"Sandwich shop\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "burger", - "description": "cuisine=burger is displayed as \"Burgersrestaurant\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "sushi", - "description": "cuisine=sushi is displayed as \"Sushi restaurant\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "coffee", - "description": "cuisine=coffee is displayed as \"Coffeebar\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "italian", - "description": "cuisine=italian is displayed as \"Italian restaurant (which serves more than pasta and pizza)\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "french", - "description": "cuisine=french is displayed as \"French restaurant\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "chinese", - "description": "cuisine=chinese is displayed as \"Chinese\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "greek", - "description": "cuisine=greek is displayed as \"Greek\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "indian", - "description": "cuisine=indian is displayed as \"Indian\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "turkish", - "description": "cuisine=turkish is displayed as \"Turkish restaurant\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "thai", - "description": "cuisine=thai is displayed as \"Thai restaurant\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "mexican ", - "description": "cuisine=mexican is displayed as \"Mexican dishes are served here\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "japanese ", - "description": "cuisine=japanese is displayed as \"Japanese dishes are served here\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "chicken ", - "description": "cuisine=chicken is displayed as \"Chicken based dishes are served here\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "seafood ", - "description": "cuisine=seafood is displayed as \"Seafood dishes are served here\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "website:menu", - "description": "Values of `website:menu` are shown with \"{link(Consult the menu,&LBRACEwebsite:menu&RBRACE,,,,)}\" and can be updated. The question is \"On what webpage is the menu published?\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#menu_website", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reservation", - "value": "required", - "description": "reservation=required is displayed as \"A reservation is required at this place\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Reservation", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reservation", - "value": "recommended", - "description": "reservation=recommended is displayed as \"A reservation is not required, but still recommended to make sure you get a table\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Reservation", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reservation", - "value": "yes", - "description": "reservation=yes is displayed as \"Reservation is possible at this place\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Reservation", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reservation", - "value": "no", - "description": "reservation=no is displayed as \"Reservation is not possible at this place\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Reservation", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "takeaway", - "value": "only", - "description": "takeaway=only is displayed as \"This is a take-away only business\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Takeaway", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "takeaway", - "value": "yes", - "description": "takeaway=yes is displayed as \"Take-away is possible here\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Takeaway", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "takeaway", - "value": "no", - "description": "takeaway=no is displayed as \"Take-away is not possible here\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Takeaway", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "delivery", - "value": "yes", - "description": "delivery=yes is displayed as \"This business does home delivery (possibly via a third party)\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#delivery", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "delivery", - "value": "no", - "description": "delivery=no is displayed as \"This business does not deliver at home\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#delivery", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "drive_through", - "value": "yes", - "description": "drive_through=yes is displayed as \"This fast-food restaurant has a drive-through\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#drive_through", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "drive_through", - "value": "no", - "description": "drive_through=no is displayed as \"This fast-food restaurant does not have a drive-through\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#drive_through", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "opening_hours:drive_through", - "description": "Values of `opening_hours:drive_through` are shown with \"

Drive-through opening hours

{opening_hours_table(opening_hours:drive_through)}\" and can be updated. The question is \"What are the opening hours of the drive-through?\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#drive_through_opening_hours", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "opening_hours:drive_through", - "description": "opening_hours:drive_through= is displayed as \"The opening hours of the drive-through are the same as the restaurant\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#drive_through_opening_hours", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "no", - "description": "diet:vegetarian=no is displayed as \"No vegetarian options are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Vegetarian__no_friture_", - "icon_url": "./assets/layers/food/Vegetarian-mark.svg;cross_bottom_right:red" - }, - { - "key": "diet:vegetarian", - "value": "limited", - "description": "diet:vegetarian=limited is displayed as \"Some vegetarian options are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Vegetarian__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "yes", - "description": "diet:vegetarian=yes is displayed as \"Vegetarian options are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Vegetarian__no_friture_", - "icon_url": "./assets/layers/food/Vegetarian-mark.svg" - }, - { - "key": "diet:vegetarian", - "value": "only", - "description": "diet:vegetarian=only is displayed as \"All dishes are vegetarian\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Vegetarian__no_friture_", - "icon_url": "./assets/layers/food/Vegetarian-mark.svg" - }, - { - "key": "diet:vegetarian", - "value": "on_demand", - "description": "diet:vegetarian=on_demand is displayed as \"Some dishes might be adapted to a vegetarian version, but this should be demanded\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Vegetarian__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "no", - "description": "diet:vegan=no is displayed as \"No vegan options available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Vegan__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "limited", - "description": "diet:vegan=limited is displayed as \"Some vegan options are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Vegan__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "yes", - "description": "diet:vegan=yes is displayed as \"Vegan options are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Vegan__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "only", - "description": "diet:vegan=only is displayed as \"All dishes are vegan\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Vegan__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "on_demand", - "description": "diet:vegan=on_demand is displayed as \"Some dishes might be adapted to a vegan version if asked for\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#Vegan__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:halal", - "value": "no", - "description": "diet:halal=no is displayed as \"There are no halal options available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#halal__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:halal", - "value": "limited", - "description": "diet:halal=limited is displayed as \"There is a small halal menu\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#halal__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:halal", - "value": "yes", - "description": "diet:halal=yes is displayed as \"There is a halal menu\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#halal__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:halal", - "value": "only", - "description": "diet:halal=only is displayed as \"Only halal options are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#halal__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "no", - "description": "organic=no is displayed as \"There are no organic options available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#organic__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "yes", - "description": "organic=yes is displayed as \"There is an organic menu\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#organic__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "only", - "description": "organic=only is displayed as \"Only organic options are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#organic__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "only", - "description": "diet:vegetarian=only is displayed as \"Serves only vegetarian snacks and burgers\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#friture_vegetarian", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "yes", - "description": "diet:vegetarian=yes is displayed as \"Vegetarian snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#friture_vegetarian", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "limited", - "description": "diet:vegetarian=limited is displayed as \"Only a small selection of snacks are vegetarian\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#friture_vegetarian", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "no", - "description": "diet:vegetarian=no is displayed as \"No vegetarian snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#friture_vegetarian", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "only", - "description": "diet:vegan=only is displayed as \"Serves only vegan snacks and burgers\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#friture_vegan", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "yes", - "description": "diet:vegan=yes is displayed as \"Vegan snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#friture_vegan", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "limited", - "description": "diet:vegan=limited is displayed as \"A small selection of vegan snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#friture_vegan", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "no", - "description": "diet:vegan=no is displayed as \"No vegan snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#friture_vegan", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "yes", - "description": "organic=yes is displayed as \"Organic snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#friture_organic", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "no", - "description": "organic=no is displayed as \"No organic snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#friture_organic", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "only", - "description": "organic=only is displayed as \"Only organic snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#friture_organic", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "friture:oil", - "value": "vegetable", - "description": "friture:oil=vegetable is displayed as \"The frying is done with vegetable oil\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#friture_oil", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "friture:oil", - "value": "animal", - "description": "friture:oil=animal is displayed as \"The frying is done with animal oil\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#friture_oil", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reusable_packaging:accept", - "value": "yes", - "description": "reusable_packaging:accept=yes is displayed as \"You can bring your own containers to get your order, saving on single-use packaging material and thus waste\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#friture_take_your_container", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reusable_packaging:accept", - "value": "no", - "description": "reusable_packaging:accept=no is displayed as \"Bringing your own container is not allowed\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#friture_take_your_container", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reusable_packaging:accept", - "value": "only", - "description": "reusable_packaging:accept=only is displayed as \"You must bring your own container to order here.\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#friture_take_your_container", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:sugar_free", - "value": "only", - "description": "diet:sugar_free=only is displayed as \"This shop only sells sugar free products\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#sugar_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:sugar_free", - "value": "yes", - "description": "diet:sugar_free=yes is displayed as \"This shop has a big sugar free offering\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#sugar_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:sugar_free", - "value": "limited", - "description": "diet:sugar_free=limited is displayed as \"This shop has a limited sugar free offering\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#sugar_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:sugar_free", - "value": "no", - "description": "diet:sugar_free=no is displayed as \"This shop has no sugar free offering\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#sugar_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:lactose_free", - "value": "only", - "description": "diet:lactose_free=only is displayed as \"Only sells lactose free products\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#lactose_free", - "icon_url": "./assets/layers/questions/lactose_free.svg" - }, - { - "key": "diet:lactose_free", - "value": "yes", - "description": "diet:lactose_free=yes is displayed as \"Big lactose free offering\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#lactose_free", - "icon_url": "./assets/layers/questions/lactose_free.svg" - }, - { - "key": "diet:lactose_free", - "value": "limited", - "description": "diet:lactose_free=limited is displayed as \"Limited lactose free offering\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#lactose_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:lactose_free", - "value": "no", - "description": "diet:lactose_free=no is displayed as \"No lactose free offering\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#lactose_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "smoking", - "value": "yes", - "description": "smoking=yes is displayed as \"Smoking is allowed\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#smoking", - "icon_url": "./assets/layers/questions/smoking.svg" - }, - { - "key": "smoking", - "value": "no", - "description": "smoking=no is displayed as \"Smoking is not allowed\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#smoking", - "icon_url": "./assets/layers/questions/no_smoking.svg" - }, - { - "key": "smoking", - "value": "outside", - "description": "smoking=outside is displayed as \"Smoking is allowed outside.\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#smoking", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "service:electricity", - "value": "yes", - "description": "service:electricity=yes is displayed as \"There are plenty of domestic sockets available to customers seated indoors, where they can charge their electronics\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#service_electricity", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "service:electricity", - "value": "limited", - "description": "service:electricity=limited is displayed as \"There are a few domestic sockets available to customers seated indoors, where they can charge their electronics\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#service_electricity", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "service:electricity", - "value": "ask", - "description": "service:electricity=ask is displayed as \"There are no sockets available indoors to customers, but charging might be possible if the staff is asked\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#service_electricity", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "service:electricity", - "value": "no", - "description": "service:electricity=no is displayed as \"There are a no domestic sockets available to customers seated indoors\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#service_electricity", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "outdoor_seating", - "value": "yes", - "description": "outdoor_seating=yes is displayed as \"This place has outdoor seating\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#seating", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "indoor_seating", - "value": "yes", - "description": "indoor_seating=yes is displayed as \"This place has indoor seating\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#seating", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "dog", - "value": "yes", - "description": "dog=yes is displayed as \"Dogs are allowed\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_allowed.svg" - }, - { - "key": "dog", - "value": "no", - "description": "dog=no is displayed as \"Dogs are not allowed\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#dog_access", - "icon_url": "./assets/layers/questions/no_dogs.svg" - }, - { - "key": "dog", - "value": "leashed", - "description": "dog=leashed is displayed as \"Dogs are allowed, but they have to be leashed\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_leashed.svg" - }, - { - "key": "dog", - "value": "unleashed", - "description": "dog=unleashed is displayed as \"Dogs are allowed and can run around freely\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_allowed.svg" - }, - { - "key": "dog", - "value": "outside", - "description": "dog=outside is displayed as \"Dogs are allowed only outside\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_outside.svg" - }, - { - "key": "internet_access", - "value": "wlan", - "description": "internet_access=wlan is displayed as \"This place offers wireless internet access\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#internet", - "icon_url": "wifi" - }, - { - "key": "internet_access", - "value": "no", - "description": "internet_access=no is displayed as \"This place does not offer internet access\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#internet", - "icon_url": "wifi;cross_bottom_right:red" - }, - { - "key": "internet_access", - "value": "yes", - "description": "internet_access=yes is displayed as \"This place offers internet access\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#internet", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access", - "value": "terminal", - "description": "internet_access=terminal is displayed as \"This place offers internet access via a terminal or computer\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#internet", - "icon_url": "computer" - }, - { - "key": "internet_access", - "value": "wired", - "description": "internet_access=wired is displayed as \"This place offers wired internet access\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#internet", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access", - "value": "terminal;wifi", - "description": "internet_access=terminal;wifi is displayed as \"This place offers both wireless internet and internet access via a terminal or computer\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#internet", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access:fee", - "value": "yes", - "description": "internet_access:fee=yes is displayed as \"There is a fee for the internet access at this place\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#internet_fee", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access:fee", - "value": "no", - "description": "internet_access:fee=no is displayed as \"Internet access is free at this place\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#internet_fee", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access:fee", - "value": "customers", - "description": "internet_access:fee=customers is displayed as \"Internet access is free at this place, for customers only\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#internet_fee", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access:ssid", - "description": "Values of `internet_access:ssid` are shown with \"The network name is {internet_access:ssid}\" and can be updated. The question is \"What is the network name for the wireless internet access?\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#internet_ssid", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access:ssid", - "value": "Telekom", - "description": "internet_access:ssid=Telekom is displayed as \"Telekom\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_glutenfree.md#internet_ssid", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "amenity", - "value": "ice_cream", - "description": "Features with this tag are displayed by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/icecream_glutenfree.md", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This ice cream parlor is named {name}\" and can be updated. The question is \"What is the name of this ice cream parlor?\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/icecream_glutenfree.md#1", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "diet:vegan", - "value": "only", - "description": "diet:vegan=only is displayed as \"This place only sells vegan products\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/icecream_glutenfree.md#vegan", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "diet:vegan", - "value": "yes", - "description": "diet:vegan=yes is displayed as \"This shop has a big vegan offering\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/icecream_glutenfree.md#vegan", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "diet:vegan", - "value": "limited", - "description": "diet:vegan=limited is displayed as \"This shop has a limited vegan offering\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/icecream_glutenfree.md#vegan", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "diet:vegan", - "value": "no", - "description": "diet:vegan=no is displayed as \"This shop has no vegan offering\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/icecream_glutenfree.md#vegan", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "shop", - "description": "Features with this tag are displayed by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "craft", - "value": "shoe_repair", - "description": "Features with this tag are displayed by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "craft", - "value": "key_cutter", - "description": "Features with this tag are displayed by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This shop is called {name}\" and can be updated. The question is \"What is the name of this shop?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shops_name", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "description": "Values of `shop` are shown with \"This is a {shop}\" and can be updated. The question is \"What kind of shop is this?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "bicycle_rental", - "description": "shop=bicycle_rental is displayed as \"Bicycle rental shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/bicycle_rental.svg" - }, - { - "key": "shop", - "value": "agrarian", - "description": "shop=agrarian is displayed as \"Farm Supply Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-tractor.svg" - }, - { - "key": "shop", - "value": "alcohol", - "description": "shop=alcohol is displayed as \"Liquor Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-wine-bottle.svg" - }, - { - "key": "shop", - "value": "anime", - "description": "shop=anime is displayed as \"Anime / Manga Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-dragon.svg" - }, - { - "key": "shop", - "value": "antiques", - "description": "shop=antiques is displayed as \"Antique Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-furniture.svg" - }, - { - "key": "shop", - "value": "appliance", - "description": "shop=appliance is displayed as \"Appliance Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-laundry.svg" - }, - { - "key": "shop", - "value": "art", - "description": "shop=art is displayed as \"Art Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "baby_goods", - "description": "shop=baby_goods is displayed as \"Baby Goods Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-baby-carriage.svg" - }, - { - "key": "shop", - "value": "bag", - "description": "shop=bag is displayed as \"Bag/Luggage Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-suitcase-rolling.svg" - }, - { - "key": "shop", - "value": "bakery", - "description": "shop=bakery is displayed as \"Bakery\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-bakery.svg" - }, - { - "key": "shop", - "value": "bathroom_furnishing", - "description": "shop=bathroom_furnishing is displayed as \"Bathroom Furnishing Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-bath.svg" - }, - { - "key": "shop", - "value": "beauty", - "description": "shop=beauty is displayed as \"Beauty Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-lipstick.svg" - }, - { - "key": "shop", - "value": "bed", - "description": "shop=bed is displayed as \"Bedding/Mattress Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-lodging.svg" - }, - { - "key": "shop", - "value": "beverages", - "description": "shop=beverages is displayed as \"Beverage Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-bottles.svg" - }, - { - "key": "shop", - "value": "bicycle", - "description": "shop=bicycle is displayed as \"Bicycle Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-bicycle.svg" - }, - { - "key": "shop", - "value": "boat", - "description": "shop=boat is displayed as \"Boat Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-boat.svg" - }, - { - "key": "shop", - "value": "bookmaker", - "description": "shop=bookmaker is displayed as \"Bookmaker\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-money_hand.svg" - }, - { - "key": "shop", - "value": "books", - "description": "shop=books is displayed as \"Bookstore\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-book.svg" - }, - { - "key": "shop", - "value": "brewing_supplies", - "description": "shop=brewing_supplies is displayed as \"Brewing Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-storage_fermenter.svg" - }, - { - "key": "shop", - "value": "butcher", - "description": "shop=butcher is displayed as \"Butcher\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-cleaver.svg" - }, - { - "key": "shop", - "value": "camera", - "description": "shop=camera is displayed as \"Camera Equipment Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-camera-retro.svg" - }, - { - "key": "shop", - "value": "candles", - "description": "shop=candles is displayed as \"Candle Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "cannabis", - "description": "shop=cannabis is displayed as \"Cannabis Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cannabis.svg" - }, - { - "key": "shop", - "value": "car", - "description": "shop=car is displayed as \"Car Dealership\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "car_parts", - "description": "shop=car_parts is displayed as \"Car Parts Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-car-battery.svg" - }, - { - "key": "shop", - "value": "car_repair", - "description": "shop=car_repair is displayed as \"Car Repair Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-car-repair.svg" - }, - { - "key": "shop", - "value": "caravan", - "description": "shop=caravan is displayed as \"RV Dealership\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-camper_trailer.svg" - }, - { - "key": "shop", - "value": "carpet", - "description": "shop=carpet is displayed as \"Carpet Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-tape.svg" - }, - { - "key": "shop", - "value": "catalogue", - "description": "shop=catalogue is displayed as \"Catalog Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "charity", - "description": "shop=charity is displayed as \"Charity Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "cheese", - "description": "shop=cheese is displayed as \"Cheese Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cheese.svg" - }, - { - "key": "shop", - "value": "chemist", - "description": "shop=chemist is displayed as \"Drugstore\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "chocolate", - "description": "shop=chocolate is displayed as \"Chocolate Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-confectionery.svg" - }, - { - "key": "shop", - "value": "clothes", - "description": "shop=clothes is displayed as \"Clothing Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-clothing-store.svg" - }, - { - "key": "shop", - "value": "coffee", - "description": "shop=coffee is displayed as \"Coffee Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-coffee.svg" - }, - { - "key": "shop", - "value": "collector", - "description": "shop=collector is displayed as \"Collectibles Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "computer", - "description": "shop=computer is displayed as \"Computer Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-laptop.svg" - }, - { - "key": "shop", - "value": "confectionery", - "description": "shop=confectionery is displayed as \"Candy Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-confectionery.svg" - }, - { - "key": "shop", - "value": "convenience", - "description": "shop=convenience is displayed as \"Convenience Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "copyshop", - "description": "shop=copyshop is displayed as \"Copy Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-print.svg" - }, - { - "key": "shop", - "value": "cosmetics", - "description": "shop=cosmetics is displayed as \"Cosmetics Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-lipstick.svg" - }, - { - "key": "shop", - "value": "country_store", - "description": "shop=country_store is displayed as \"Rural Supplies Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-hat-cowboy-side.svg" - }, - { - "key": "shop", - "value": "craft", - "description": "shop=craft is displayed as \"Arts & Crafts Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "curtain", - "description": "shop=curtain is displayed as \"Curtain Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-curtains.svg" - }, - { - "key": "shop", - "value": "dairy", - "description": "shop=dairy is displayed as \"Dairy Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cheese.svg" - }, - { - "key": "shop", - "value": "deli", - "description": "shop=deli is displayed as \"Delicatessen\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-jar.svg" - }, - { - "key": "shop", - "value": "department_store", - "description": "shop=department_store is displayed as \"Department Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "doityourself", - "description": "shop=doityourself is displayed as \"DIY Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "doors", - "description": "shop=doors is displayed as \"Door Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-door-open.svg" - }, - { - "key": "shop", - "value": "dry_cleaning", - "description": "shop=dry_cleaning is displayed as \"Dry Cleaner\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-clothes_hanger.svg" - }, - { - "key": "shop", - "value": "e-cigarette", - "description": "shop=e-cigarette is displayed as \"E-Cigarette Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "electrical", - "description": "shop=electrical is displayed as \"Electrical Equipment Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-power.svg" - }, - { - "key": "shop", - "value": "electronics", - "description": "shop=electronics is displayed as \"Electronics Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-plug.svg" - }, - { - "key": "shop", - "value": "erotic", - "description": "shop=erotic is displayed as \"Erotic Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "fabric", - "description": "shop=fabric is displayed as \"Fabric Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-tape.svg" - }, - { - "key": "shop", - "value": "farm", - "description": "shop=farm is displayed as \"Produce Stand\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "fashion_accessories", - "description": "shop=fashion_accessories is displayed as \"Fashion Accessories Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-fashion_accessories.svg" - }, - { - "key": "shop", - "value": "fireplace", - "description": "shop=fireplace is displayed as \"Fireplace Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-fireplace.svg" - }, - { - "key": "shop", - "value": "fishing", - "description": "shop=fishing is displayed as \"Fishing Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-ice_fishing.svg" - }, - { - "key": "shop", - "value": "flooring", - "description": "shop=flooring is displayed as \"Flooring Supply Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "florist", - "description": "shop=florist is displayed as \"Florist\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-florist.svg" - }, - { - "key": "shop", - "value": "frame", - "description": "shop=frame is displayed as \"Framing Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-vector-square.svg" - }, - { - "key": "shop", - "value": "frozen_food", - "description": "shop=frozen_food is displayed as \"Frozen Food Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "fuel", - "description": "shop=fuel is displayed as \"Fuel Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-propane_tank.svg" - }, - { - "key": "shop", - "value": "funeral_directors", - "description": "shop=funeral_directors is displayed as \"Funeral Home\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-cemetery.svg" - }, - { - "key": "shop", - "value": "furniture", - "description": "shop=furniture is displayed as \"Furniture Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-couch.svg" - }, - { - "key": "shop", - "value": "games", - "description": "shop=games is displayed as \"Tabletop Game Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-dice.svg" - }, - { - "key": "shop", - "value": "garden_centre", - "description": "shop=garden_centre is displayed as \"Garden Center\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-garden-centre.svg" - }, - { - "key": "shop", - "value": "gas", - "description": "shop=gas is displayed as \"Bottled Gas Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-propane_tank.svg" - }, - { - "key": "shop", - "value": "general", - "description": "shop=general is displayed as \"General Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "gift", - "description": "shop=gift is displayed as \"Gift Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-gift.svg" - }, - { - "key": "shop", - "value": "greengrocer", - "description": "shop=greengrocer is displayed as \"Greengrocer\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-carrot.svg" - }, - { - "key": "shop", - "value": "hairdresser", - "description": "shop=hairdresser is displayed as \"Hairdresser\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-beauty_salon.svg" - }, - { - "key": "shop", - "value": "hairdresser_supply", - "description": "shop=hairdresser_supply is displayed as \"Hairdresser Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-hair_care.svg" - }, - { - "key": "shop", - "value": "hardware", - "description": "shop=hardware is displayed as \"Hardware Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "health_food", - "description": "shop=health_food is displayed as \"Health Food Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "hearing_aids", - "description": "shop=hearing_aids is displayed as \"Hearing Aids Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-hearing_aid.svg" - }, - { - "key": "shop", - "value": "herbalist", - "description": "shop=herbalist is displayed as \"Herbalist\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-leaf.svg" - }, - { - "key": "shop", - "value": "hifi", - "description": "shop=hifi is displayed as \"Hifi Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-speaker.svg" - }, - { - "key": "shop", - "value": "honey", - "description": "shop=honey is displayed as \"Honey Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "household_linen", - "description": "shop=household_linen is displayed as \"Household Linen Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-cloth.svg" - }, - { - "key": "shop", - "value": "houseware", - "description": "shop=houseware is displayed as \"Houseware Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-blender.svg" - }, - { - "key": "shop", - "value": "hunting", - "description": "shop=hunting is displayed as \"Hunting Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-bow_and_arrow.svg" - }, - { - "key": "shop", - "value": "interior_decoration", - "description": "shop=interior_decoration is displayed as \"Interior Decoration Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "jewelry", - "description": "shop=jewelry is displayed as \"Jewelry Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-jewelry-store.svg" - }, - { - "key": "shop", - "value": "kiosk", - "description": "shop=kiosk is displayed as \"Kiosk\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-store.svg" - }, - { - "key": "shop", - "value": "kitchen", - "description": "shop=kitchen is displayed as \"Kitchen Design Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-kitchen_sink.svg" - }, - { - "key": "shop", - "value": "laundry", - "description": "shop=laundry is displayed as \"Laundry\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-laundry.svg" - }, - { - "key": "shop", - "value": "leather", - "description": "shop=leather is displayed as \"Leather Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-handbag.svg" - }, - { - "key": "shop", - "value": "lighting", - "description": "shop=lighting is displayed as \"Lighting Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-desk_lamp.svg" - }, - { - "key": "shop", - "value": "locksmith", - "description": "shop=locksmith is displayed as \"Locksmith\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-key.svg" - }, - { - "key": "shop", - "value": "lottery", - "description": "shop=lottery is displayed as \"Lottery Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "mall", - "description": "shop=mall is displayed as \"Mall\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "massage", - "description": "shop=massage is displayed as \"Massage Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-spa.svg" - }, - { - "key": "shop", - "value": "medical_supply", - "description": "shop=medical_supply is displayed as \"Medical Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-crutch.svg" - }, - { - "key": "shop", - "value": "military_surplus", - "description": "shop=military_surplus is displayed as \"Military Surplus Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-military.svg" - }, - { - "key": "shop", - "value": "mobile_phone", - "description": "shop=mobile_phone is displayed as \"Mobile Phone Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "model", - "description": "shop=model is displayed as \"Model Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "money_lender", - "description": "shop=money_lender is displayed as \"Money Lender\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-money_hand.svg" - }, - { - "key": "shop", - "value": "motorcycle", - "description": "shop=motorcycle is displayed as \"Motorcycle Dealership\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-motorcycle.svg" - }, - { - "key": "shop", - "value": "motorcycle_repair", - "description": "shop=motorcycle_repair is displayed as \"Motorcycle Repair Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-motorcycle_repair.svg" - }, - { - "key": "shop", - "value": "music", - "description": "shop=music is displayed as \"Music Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-compact-disc.svg" - }, - { - "key": "shop", - "value": "musical_instrument", - "description": "shop=musical_instrument is displayed as \"Musical Instrument Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-guitar.svg" - }, - { - "key": "shop", - "value": "newsagent", - "description": "shop=newsagent is displayed as \"Newsstand\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-newspaper.svg" - }, - { - "key": "shop", - "value": "nutrition_supplements", - "description": "shop=nutrition_supplements is displayed as \"Nutrition Supplements Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-pills.svg" - }, - { - "key": "shop", - "value": "nuts", - "description": "shop=nuts is displayed as \"Nuts Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "optician", - "description": "shop=optician is displayed as \"Optician\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-optician.svg" - }, - { - "key": "shop", - "value": "outdoor", - "description": "shop=outdoor is displayed as \"Outdoors Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-compass.svg" - }, - { - "key": "shop", - "value": "outpost", - "description": "shop=outpost is displayed as \"Online Retailer Outpost\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "paint", - "description": "shop=paint is displayed as \"Paint Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-paint-roller.svg" - }, - { - "key": "shop", - "value": "party", - "description": "shop=party is displayed as \"Party Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-balloon.svg" - }, - { - "key": "shop", - "value": "pasta", - "description": "shop=pasta is displayed as \"Pasta Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-plate-wheat.svg" - }, - { - "key": "shop", - "value": "pastry", - "description": "shop=pastry is displayed as \"Pastry Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-bakery.svg" - }, - { - "key": "shop", - "value": "pawnbroker", - "description": "shop=pawnbroker is displayed as \"Pawnshop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-money_hand.svg" - }, - { - "key": "shop", - "value": "perfumery", - "description": "shop=perfumery is displayed as \"Perfume Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-perfume.svg" - }, - { - "key": "shop", - "value": "pet", - "description": "shop=pet is displayed as \"Pet Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cat.svg" - }, - { - "key": "shop", - "value": "pet_grooming", - "description": "shop=pet_grooming is displayed as \"Pet Groomer\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-pet_grooming.svg" - }, - { - "key": "shop", - "value": "photo", - "description": "shop=photo is displayed as \"Photography Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-camera-retro.svg" - }, - { - "key": "shop", - "value": "pottery", - "description": "shop=pottery is displayed as \"Pottery Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-vase.svg" - }, - { - "key": "shop", - "value": "printer_ink", - "description": "shop=printer_ink is displayed as \"Printer Ink Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-print.svg" - }, - { - "key": "shop", - "value": "psychic", - "description": "shop=psychic is displayed as \"Psychic\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-psychic.svg" - }, - { - "key": "shop", - "value": "pyrotechnics", - "description": "shop=pyrotechnics is displayed as \"Fireworks Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-rocket_firework.svg" - }, - { - "key": "shop", - "value": "radiotechnics", - "description": "shop=radiotechnics is displayed as \"Radio/Electronic Component Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-microchip.svg" - }, - { - "key": "shop", - "value": "religion", - "description": "shop=religion is displayed as \"Religious Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "rental", - "description": "shop=rental is displayed as \"Rental Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-dolly.svg" - }, - { - "key": "shop", - "value": "repair", - "description": "shop=repair is displayed as \"Repair Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "rice", - "description": "shop=rice is displayed as \"Rice Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-bowl-rice.svg" - }, - { - "key": "shop", - "value": "scuba_diving", - "description": "shop=scuba_diving is displayed as \"Scuba Diving Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-scuba_diving.svg" - }, - { - "key": "shop", - "value": "seafood", - "description": "shop=seafood is displayed as \"Seafood Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-fish_cleaning.svg" - }, - { - "key": "shop", - "value": "second_hand", - "description": "shop=second_hand is displayed as \"Thrift Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "sewing", - "description": "shop=sewing is displayed as \"Sewing Supply Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-needle_and_spool.svg" - }, - { - "key": "shop", - "value": "shoe_repair", - "description": "shop=shoe_repair is displayed as \"Shoe Repair Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-hammer_shoe.svg" - }, - { - "key": "shop", - "value": "shoes", - "description": "shop=shoes is displayed as \"Shoe Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shoe.svg" - }, - { - "key": "shop", - "value": "spices", - "description": "shop=spices is displayed as \"Spice Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-spice_bottle.svg" - }, - { - "key": "shop", - "value": "sports", - "description": "shop=sports is displayed as \"Sporting Goods Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-futbol.svg" - }, - { - "key": "shop", - "value": "stationery", - "description": "shop=stationery is displayed as \"Stationery Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-paperclip.svg" - }, - { - "key": "shop", - "value": "storage_rental", - "description": "shop=storage_rental is displayed as \"Storage Rental\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-storage_rental.svg" - }, - { - "key": "shop", - "value": "supermarket", - "description": "shop=supermarket is displayed as \"Supermarket\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-grocery.svg" - }, - { - "key": "shop", - "value": "swimming_pool", - "description": "shop=swimming_pool is displayed as \"Pool Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "tailor", - "description": "shop=tailor is displayed as \"Tailor\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-needle_and_spool.svg" - }, - { - "key": "shop", - "value": "tattoo", - "description": "shop=tattoo is displayed as \"Tattoo Parlor\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tattoo_machine.svg" - }, - { - "key": "shop", - "value": "tea", - "description": "shop=tea is displayed as \"Tea Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-teahouse.svg" - }, - { - "key": "shop", - "value": "telecommunication", - "description": "shop=telecommunication is displayed as \"Telecom Retail Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-telephone.svg" - }, - { - "key": "shop", - "value": "ticket", - "description": "shop=ticket is displayed as \"Ticket Seller\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "tiles", - "description": "shop=tiles is displayed as \"Tile Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tiling.svg" - }, - { - "key": "shop", - "value": "tobacco", - "description": "shop=tobacco is displayed as \"Tobacco Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-pipe.svg" - }, - { - "key": "shop", - "value": "tool_hire", - "description": "shop=tool_hire is displayed as \"Tool Rental\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "toys", - "description": "shop=toys is displayed as \"Toy Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-rocket.svg" - }, - { - "key": "shop", - "value": "trade", - "description": "shop=trade is displayed as \"Trade Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "travel_agency", - "description": "shop=travel_agency is displayed as \"Travel Agency\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-suitcase.svg" - }, - { - "key": "shop", - "value": "trophy", - "description": "shop=trophy is displayed as \"Trophy Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-trophy.svg" - }, - { - "key": "shop", - "value": "tyres", - "description": "shop=tyres is displayed as \"Tire Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tire.svg" - }, - { - "key": "shop", - "value": "vacuum_cleaner", - "description": "shop=vacuum_cleaner is displayed as \"Vacuum Cleaner Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-vacuum.svg" - }, - { - "key": "shop", - "value": "variety_store", - "description": "shop=variety_store is displayed as \"Discount Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "video", - "description": "shop=video is displayed as \"Video Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-movie_rental.svg" - }, - { - "key": "shop", - "value": "video_games", - "description": "shop=video_games is displayed as \"Video Game Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-gaming.svg" - }, - { - "key": "shop", - "value": "watches", - "description": "shop=watches is displayed as \"Watches Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-watch.svg" - }, - { - "key": "shop", - "value": "water", - "description": "shop=water is displayed as \"Drinking Water Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-water_bottle.svg" - }, - { - "key": "shop", - "value": "water_sports", - "description": "shop=water_sports is displayed as \"Watersport/Swim Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "weapons", - "description": "shop=weapons is displayed as \"Weapon Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-dagger.svg" - }, - { - "key": "shop", - "value": "wholesale", - "description": "shop=wholesale is displayed as \"Wholesale Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-warehouse.svg" - }, - { - "key": "shop", - "value": "wigs", - "description": "shop=wigs is displayed as \"Wig Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "window_blind", - "description": "shop=window_blind is displayed as \"Window Blind Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-window.svg" - }, - { - "key": "shop", - "value": "wine", - "description": "shop=wine is displayed as \"Wine Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-alcohol-shop.svg" - }, - { - "key": "disused:shop", - "description": "disused:shop= is displayed as \"This shop is no longer used. It is vacant\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#shop_types", - "icon_url": "./assets/layers/shops/shop-disused.svg" - }, - { - "key": "brand", - "description": "Values of `brand` are shown with \"Part of {brand}\" and can be updated. The question is \"What is the brand of this shop?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#brand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "not:brand", - "value": "yes", - "description": "not:brand=yes is displayed as \"This shop does not have a specific brand, it is not part of a bigger chain\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#brand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "second_hand", - "value": "only", - "description": "second_hand=only is displayed as \"This shop sells second-hand items only\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "second_hand", - "value": "yes", - "description": "second_hand=yes is displayed as \"This shop sells second-hand items along with new items\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "second_hand", - "value": "no", - "description": "second_hand=no is displayed as \"This shop only sells brand-new items\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A4", - "value": "yes", - "description": "service:print:A4=yes is displayed as \"This shop can print on papers of size A4\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A3", - "value": "yes", - "description": "service:print:A3=yes is displayed as \"This shop can print on papers of size A3\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A2", - "value": "yes", - "description": "service:print:A2=yes is displayed as \"This shop can print on papers of size A2\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A1", - "value": "yes", - "description": "service:print:A1=yes is displayed as \"This shop can print on papers of size A1\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A0", - "value": "yes", - "description": "service:print:A0=yes is displayed as \"This shop can print on papers of size A0\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:binding", - "value": "yes", - "description": "service:binding=yes is displayed as \"This shop binds papers into a booklet\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#copyshop_binding", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:binding", - "value": "no", - "description": "service:binding=no is displayed as \"This shop does bind books\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#copyshop_binding", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "healthcare", - "value": "optometrist", - "description": "healthcare=optometrist is displayed as \"This shop offers eye exams by certified optometrists\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#optometrist_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "healthcare", - "value": "audiologist", - "description": "healthcare=audiologist is displayed as \"This shop offers hearing tests by a certified audiologist\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#optometrist_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "craft", - "value": "key_cutter", - "description": "craft=key_cutter is displayed as \"This shop is also specialized in key cutting\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#key_cutter", - "icon_url": "./assets/layers/id_presets/fas-key.svg" - }, - { - "key": "service:key_cutting", - "value": "yes", - "description": "service:key_cutting=yes is displayed as \"This shop offers key cutting as a service\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#key_cutter", - "icon_url": "./assets/layers/id_presets/fas-key.svg" - }, - { - "key": "craft", - "description": "craft= & service:key_cutting=no is displayed as \"This shops does not offer key cutting as a service\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#key_cutter", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:key_cutting", - "value": "no", - "description": "craft= & service:key_cutting=no is displayed as \"This shops does not offer key cutting as a service\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#key_cutter", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:retail", - "value": "yes", - "description": "service:bicycle:retail=yes is displayed as \"This shop sells new bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#sells_new_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:retail", - "value": "no", - "description": "service:bicycle:retail=no is displayed as \"This shop doesn't sell new bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#sells_new_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:second_hand", - "value": "yes", - "description": "service:bicycle:second_hand=yes is displayed as \"This shop sells second-hand bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#bike_second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:second_hand", - "value": "no", - "description": "service:bicycle:second_hand=no is displayed as \"This shop doesn't sell second-hand bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#bike_second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:second_hand", - "value": "only", - "description": "service:bicycle:second_hand=only is displayed as \"This shop only sells second-hand bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#bike_second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "yes", - "description": "service:bicycle:repair=yes is displayed as \"This shop repairs bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "no", - "description": "service:bicycle:repair=no is displayed as \"This shop doesn't repair bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "only_sold", - "description": "service:bicycle:repair=only_sold is displayed as \"This shop only repairs bikes bought here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "brand", - "description": "service:bicycle:repair=brand is displayed as \"This shop only repairs bikes of a certain brand\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:rental", - "value": "yes", - "description": "service:bicycle:rental=yes is displayed as \"This shop rents out bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#bicycle_rental", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:rental", - "value": "no", - "description": "service:bicycle:rental=no is displayed as \"This shop doesn't rent out bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#bicycle_rental", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "description": "Values of `rental` are shown with \"{rental} is rented here\" and can be updated. The question is \"What kind of bicycles and accessories are rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "city_bike", - "description": "rental=city_bike is displayed as \"Normal city bikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "ebike", - "description": "rental=ebike is displayed as \"Electrical bikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "bmx", - "description": "rental=bmx is displayed as \"BMX bikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "mtb", - "description": "rental=mtb is displayed as \"Mountainbikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "kid_bike", - "description": "rental=kid_bike is displayed as \"Bikes for children can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "tandem", - "description": "rental=tandem is displayed as \"Tandem bicycles can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "racebike", - "description": "rental=racebike is displayed as \"Race bicycles can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "bike_helmet", - "description": "rental=bike_helmet is displayed as \"Bike helmets can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "cargo_bike", - "description": "rental=cargo_bike is displayed as \"Cargo bikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:city_bike", - "description": "Values of `capacity:city_bike` are shown with \"{capacity:city_bike} city bikes can be rented here\" and can be updated. The question is \"How many city bikes can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#rental_capacity_city_bike", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:ebike", - "description": "Values of `capacity:ebike` are shown with \"{capacity:ebike} electrical bikes can be rented here\" and can be updated. The question is \"How many electrical bikes can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#rental_capacity_ebike", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:kid_bike", - "description": "Values of `capacity:kid_bike` are shown with \"{capacity:kid_bike} bikes for children can be rented here\" and can be updated. The question is \"How many bikes for children can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#rental_capacity_kid_bike", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:bmx", - "description": "Values of `capacity:bmx` are shown with \"{capacity:bmx} BMX bikes can be rented here\" and can be updated. The question is \"How many BMX bikes can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#rental_capacity_bmx", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:mtb", - "description": "Values of `capacity:mtb` are shown with \"{capacity:mtb} mountainbikes can be rented here\" and can be updated. The question is \"How many mountainbikes can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#rental_capacity_mtb", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:bicycle_pannier", - "description": "Values of `capacity:bicycle_pannier` are shown with \"{capacity:bicycle_pannier} bicycle panniers can be rented here\" and can be updated. The question is \"How many bicycle panniers can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#rental_capacity_bicycle_pannier", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:tandem_bicycle", - "description": "Values of `capacity:tandem_bicycle` are shown with \"{capacity:tandem_bicycle} tandem can be rented here\" and can be updated. The question is \"How many tandem can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#rental_capacity_tandem_bicycle", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:pump", - "value": "yes", - "description": "service:bicycle:pump=yes is displayed as \"This shop offers a bike pump for anyone\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#bike_pump_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:pump", - "value": "no", - "description": "service:bicycle:pump=no is displayed as \"This shop doesn't offer a bike pump for anyone\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#bike_pump_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:pump", - "value": "separate", - "description": "service:bicycle:pump=separate is displayed as \"There is bicycle pump, it is shown as a separate point\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#bike_pump_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:diy", - "value": "yes", - "description": "service:bicycle:diy=yes is displayed as \"This shop offers tools for DIY bicycle repair\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#bike_repair_tools", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:diy", - "value": "no", - "description": "service:bicycle:diy=no is displayed as \"This shop doesn't offer tools for DIY bicycle repair\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#bike_repair_tools", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:diy", - "value": "only_sold", - "description": "service:bicycle:diy=only_sold is displayed as \"Tools for DIY bicycle repair are only available if you bought/hire the bike in the shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#bike_repair_tools", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning", - "value": "yes", - "description": "service:bicycle:cleaning=yes is displayed as \"This shop cleans bicycles\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#bike_wash", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning", - "value": "diy", - "description": "service:bicycle:cleaning=diy is displayed as \"This shop has an installation where one can clean bicycles themselves\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#bike_wash", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning", - "value": "no", - "description": "service:bicycle:cleaning=no is displayed as \"This shop doesn't offer bicycle cleaning\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#bike_wash", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:charge", - "description": "Values of `service:bicycle:cleaning:charge` are shown with \"Using the cleaning service costs {service:bicycle:cleaning:charge}\" and can be updated. The question is \"How much does it cost to use the cleaning service?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:fee", - "value": "no", - "description": "service:bicycle:cleaning:fee=no is displayed as \"The cleaning service is free to use\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:fee", - "value": "yes", - "description": "service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= is displayed as \"Free to use\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:charge", - "description": "service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= is displayed as \"Free to use\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "organic", - "value": "yes", - "description": "organic=yes is displayed as \"This shop offers organic products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#organic", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "organic", - "value": "only", - "description": "organic=only is displayed as \"This shop only offers organic products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#organic", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "organic", - "value": "no", - "description": "organic=no is displayed as \"This shop does not offer organic products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#organic", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "description", - "description": "Values of `description` are shown with \"{description}\" and can be updated. The question is \"Is there still some relevant info that the previous questions did not cover? Feel free to add it here.\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_glutenfree.md#description", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_guideposts.json b/Docs/TagInfo/mapcomplete_guideposts.json deleted file mode 100644 index 164b91a4b0..0000000000 --- a/Docs/TagInfo/mapcomplete_guideposts.json +++ /dev/null @@ -1,131 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Guideposts", - "description": "Guideposts (also known as fingerposts or finger posts) are often found along official hiking, cycling, skiing or horseback riding routes to indicate the directions to different destinations\n\nThe position of a signpost can be used by a hiker/biker/rider/s…", - "project_url": "https://mapcomplete.org/guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/layers/guidepost/guidepost.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "information", - "value": "guidepost", - "description": "Features with this tag are displayed by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#images", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#images", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#images", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#images", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#images", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "bicycle", - "value": "yes", - "description": "bicycle=yes is displayed as \"This guidepost shows bicycle routes\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#type", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "hiking", - "value": "yes", - "description": "hiking=yes is displayed as \"This guidepost shows hiking routes\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#type", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "mtb", - "value": "yes", - "description": "mtb=yes is displayed as \"This guidepost shows mountain bike routes\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#type", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "horse", - "value": "yes", - "description": "horse=yes is displayed as \"This guidepost shows horse riding routes\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#type", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "ski", - "value": "yes", - "description": "ski=yes is displayed as \"This guidepost shows ski routes\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#type", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"Name noted on the guidepost: {name}\" and can be updated. The question is \"What is the name noted on this guidepost?\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#name", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "noname", - "value": "yes", - "description": "noname=yes is displayed as \"There is no name noted on this guidepost\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#name", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "ref", - "description": "Values of `ref` are shown with \"Reference number of the guidepost: {ref}\" and can be updated. The question is \"What is the reference number of this guidepost?\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#ref", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "noref", - "value": "yes", - "description": "noref=yes is displayed as \"There is no reference number noted on this guidepost\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#ref", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "ele", - "description": "Values of `ele` are shown with \"Elevation noted on the guidepost: {ele} m\" and can be updated. The question is \"What is the elevation noted on this guidepost?\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#ele", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "noele", - "value": "yes", - "description": "noele=yes is displayed as \"There is no elevation noted on this guidepost\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#ele", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_hackerspaces.json b/Docs/TagInfo/mapcomplete_hackerspaces.json deleted file mode 100644 index 451ca8728f..0000000000 --- a/Docs/TagInfo/mapcomplete_hackerspaces.json +++ /dev/null @@ -1,504 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Hackerspaces and makerspaces", - "description": "A map of hackerspaces", - "project_url": "https://mapcomplete.org/hackerspaces", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/hackerspaces/glider.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "leisure", - "value": "hackerspace", - "description": "Features with this tag are displayed by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#images", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#images", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#images", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#images", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#images", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "hackerspace", - "value": "makerspace", - "description": "hackerspace=makerspace is displayed as \"This is a makerspace\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#is_makerspace", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "hackerspace", - "description": "hackerspace= is displayed as \"This is a traditional (software oriented) hackerspace\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#is_makerspace", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "hackerspace", - "value": "hacklab", - "description": "hackerspace=hacklab is displayed as \"This is a hacklab which is mostly focussed on basic computer skills, using recycled devices and/or providing internet to the community. This is typically located in autonomous spaces, squats or social facilities\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#is_makerspace", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This hackerspace is named {name}\" and can be updated. The question is \"What is the name of this hackerspace?\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#hackerspaces_name", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "level", - "description": "Values of `level` are shown with \"Located on the {level}th floor\" and can be updated. The question is \"On what level is this feature located?\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#single_level", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "location", - "value": "underground", - "description": "location=underground is displayed as \"Located underground\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#single_level", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "level", - "value": "0", - "description": "level=0 is displayed as \"Located on the ground floor\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#single_level", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "level", - "description": "level= is displayed as \"Located on the ground floor\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#single_level", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "level", - "value": "1", - "description": "level=1 is displayed as \"Located on the first floor\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#single_level", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "level", - "value": "-1", - "description": "level=-1 is displayed as \"Located on the first basement level\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#single_level", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{website}\" and can be updated. The question is \"What is the website of {title()}?\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"{email}\" and can be updated. The question is \"What is the email address of {title()}?\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "contact:email", - "description": "contact:email~.+ is displayed as \"{contact:email}\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "operator:email", - "description": "operator:email~.+ is displayed as \"{operator:email}\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}\" and can be updated. The question is \"What is the phone number of {title()}?\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "contact:phone", - "description": "contact:phone~.+ is displayed as \"{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "contact:mastodon", - "description": "Values of `contact:mastodon` are shown with \"{fediverse_link(contact:mastodon)}\" and can be updated. The question is \"What is the Mastodon-handle of {title()}?\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#mastodon", - "icon_url": "./assets/svg/mastodon.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"When is this hackerspace opened?\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#opening_hours_24_7", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "opening_hours", - "value": "24/7", - "description": "opening_hours=24/7 is displayed as \"24/7 opened (including holidays)\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#opening_hours_24_7", - "icon_url": "./assets/layers/questions/open24_7.svg" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#opening_hours_24_7", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "service:3dprinter", - "value": "yes", - "description": "service:3dprinter=yes is displayed as \"There is a 3D-printer available at this hackerspace\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#hackerspaces_service_3dprinter", - "icon_url": "./assets/layers/hackerspace/3d_printer.svg" - }, - { - "key": "service:3dprinter", - "value": "no", - "description": "service:3dprinter=no is displayed as \"There is no 3D-printer available at this hackerspace\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#hackerspaces_service_3dprinter", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "service:3dprinter", - "value": "limited", - "description": "service:3dprinter=limited is displayed as \"There is a limited 3D-printer available at this hackerspace\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#hackerspaces_service_3dprinter", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "service:lasercutter", - "value": "yes", - "description": "service:lasercutter=yes is displayed as \"There is a laser cutter available at this hackerspace\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#hackerspaces_service_lasercutter", - "icon_url": "./assets/layers/hackerspace/lasercutter.svg" - }, - { - "key": "service:lasercutter", - "value": "no", - "description": "service:lasercutter=no is displayed as \"There is no laser cutter available at this hackerspace\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#hackerspaces_service_lasercutter", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "service:lasercutter", - "value": "limited", - "description": "service:lasercutter=limited is displayed as \"There is a limited laser cutter available at this hackerspace\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#hackerspaces_service_lasercutter", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "service:cnc_drilling_machine", - "value": "yes", - "description": "service:cnc_drilling_machine=yes is displayed as \"There is a CNC drill available at this hackerspace\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#hackerspaces_service_cnc_drilling_machine", - "icon_url": "./assets/layers/hackerspace/cnc.svg" - }, - { - "key": "service:cnc_drilling_machine", - "value": "no", - "description": "service:cnc_drilling_machine=no is displayed as \"There is no CNC drill available at this hackerspace\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#hackerspaces_service_cnc_drilling_machine", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "service:cnc_drilling_machine", - "value": "limited", - "description": "service:cnc_drilling_machine=limited is displayed as \"There is a limited CNC drill available at this hackerspace\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#hackerspaces_service_cnc_drilling_machine", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "service:media_studio", - "value": "yes", - "description": "service:media_studio=yes is displayed as \"There is a multimedia studio available at this hackerspace\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#hackerspaces_service_media_studio", - "icon_url": "./assets/layers/hackerspace/media_studio.svg" - }, - { - "key": "service:media_studio", - "value": "no", - "description": "service:media_studio=no is displayed as \"There is no multimedia studio available at this hackerspace\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#hackerspaces_service_media_studio", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "service:media_studio", - "value": "limited", - "description": "service:media_studio=limited is displayed as \"There is a limited multimedia studio available at this hackerspace\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#hackerspaces_service_media_studio", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "service:sewing_machine", - "value": "yes", - "description": "service:sewing_machine=yes is displayed as \"There is a sewing machine available at this hackerspace\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#hackerspaces_service_sewing_machine", - "icon_url": "./assets/layers/hackerspace/sewing_machine.svg" - }, - { - "key": "service:sewing_machine", - "value": "no", - "description": "service:sewing_machine=no is displayed as \"There is no sewing machine available at this hackerspace\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#hackerspaces_service_sewing_machine", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "service:sewing_machine", - "value": "limited", - "description": "service:sewing_machine=limited is displayed as \"There is a limited sewing machine available at this hackerspace\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#hackerspaces_service_sewing_machine", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "service:workshop:wood", - "value": "yes", - "description": "service:workshop:wood=yes is displayed as \"There is a woodworking workshop available at this hackerspace\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#hackerspaces_service_workshop_wood", - "icon_url": "./assets/layers/hackerspace/woodworking.svg" - }, - { - "key": "service:workshop:wood", - "value": "no", - "description": "service:workshop:wood=no is displayed as \"There is no woodworking workshop available at this hackerspace\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#hackerspaces_service_workshop_wood", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "service:workshop:wood", - "value": "limited", - "description": "service:workshop:wood=limited is displayed as \"There is a limited woodworking workshop available at this hackerspace\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#hackerspaces_service_workshop_wood", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "service:workshop:ceramics", - "value": "yes", - "description": "service:workshop:ceramics=yes is displayed as \"There is a ceramics workshop available at this hackerspace\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#hackerspaces_service_workshop_ceramics", - "icon_url": "./assets/layers/hackerspace/ceramics.svg" - }, - { - "key": "service:workshop:ceramics", - "value": "no", - "description": "service:workshop:ceramics=no is displayed as \"There is no ceramics workshop available at this hackerspace\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#hackerspaces_service_workshop_ceramics", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "service:workshop:ceramics", - "value": "limited", - "description": "service:workshop:ceramics=limited is displayed as \"There is a limited ceramics workshop available at this hackerspace\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#hackerspaces_service_workshop_ceramics", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "service:workshop:metal", - "value": "yes", - "description": "service:workshop:metal=yes is displayed as \"There is a metal workshop available at this hackerspace\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#hackerspaces_service_workshop_metal", - "icon_url": "./assets/layers/hackerspace/metal.svg" - }, - { - "key": "service:workshop:metal", - "value": "no", - "description": "service:workshop:metal=no is displayed as \"There is no metal workshop available at this hackerspace\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#hackerspaces_service_workshop_metal", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "service:workshop:metal", - "value": "limited", - "description": "service:workshop:metal=limited is displayed as \"There is a limited metal workshop available at this hackerspace\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#hackerspaces_service_workshop_metal", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "service:bicycle:diy", - "value": "yes", - "description": "service:bicycle:diy=yes is displayed as \"There is a bicycle repair workshop available at this hackerspace\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#hackerspaces_service_bicycle_diy", - "icon_url": "./assets/layers/hackerspace/bicycle.svg" - }, - { - "key": "service:bicycle:diy", - "value": "no", - "description": "service:bicycle:diy=no is displayed as \"There is no bicycle repair workshop available at this hackerspace\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#hackerspaces_service_bicycle_diy", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "service:bicycle:diy", - "value": "limited", - "description": "service:bicycle:diy=limited is displayed as \"There is a limited bicycle repair workshop available at this hackerspace\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#hackerspaces_service_bicycle_diy", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "wheelchair", - "value": "designated", - "description": "wheelchair=designated is displayed as \"This place is specially adapted for wheelchair users\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#wheelchair_access", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "wheelchair", - "value": "yes", - "description": "wheelchair=yes is displayed as \"This place is easily reachable with a wheelchair\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#wheelchair_access", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "wheelchair", - "value": "limited", - "description": "wheelchair=limited is displayed as \"It is possible to reach this place in a wheelchair, but it is not easy\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#wheelchair_access", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "wheelchair", - "value": "no", - "description": "wheelchair=no is displayed as \"This place is not reachable with a wheelchair\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#wheelchair_access", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "drink:club-mate", - "value": "yes", - "description": "drink:club-mate=yes is displayed as \"This hackerspace serves Club-Mate\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#hs_club_mate", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "drink:club-mate", - "value": "no", - "description": "drink:club-mate=no is displayed as \"This hackerspace does not serve Club-Mate\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#hs_club_mate", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "start_date", - "description": "Values of `start_date` are shown with \"This hackerspace was founded at {start_date}\" and can be updated. The question is \"When was this hackerspace founded?\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#hackerspaces_start_date", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "internet_access", - "value": "wlan", - "description": "internet_access=wlan is displayed as \"This place offers wireless internet access\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#internet", - "icon_url": "wifi" - }, - { - "key": "internet_access", - "value": "no", - "description": "internet_access=no is displayed as \"This place does not offer internet access\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#internet", - "icon_url": "wifi;cross_bottom_right:red" - }, - { - "key": "internet_access", - "value": "yes", - "description": "internet_access=yes is displayed as \"This place offers internet access\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#internet", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "internet_access", - "value": "terminal", - "description": "internet_access=terminal is displayed as \"This place offers internet access via a terminal or computer\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#internet", - "icon_url": "computer" - }, - { - "key": "internet_access", - "value": "wired", - "description": "internet_access=wired is displayed as \"This place offers wired internet access\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#internet", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "internet_access", - "value": "terminal;wifi", - "description": "internet_access=terminal;wifi is displayed as \"This place offers both wireless internet and internet access via a terminal or computer\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#internet", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "internet_access:fee", - "value": "yes", - "description": "internet_access:fee=yes is displayed as \"There is a fee for the internet access at this place\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#internet_fee", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "internet_access:fee", - "value": "no", - "description": "internet_access:fee=no is displayed as \"Internet access is free at this place\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#internet_fee", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "internet_access:fee", - "value": "customers", - "description": "internet_access:fee=customers is displayed as \"Internet access is free at this place, for customers only\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#internet_fee", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "internet_access:ssid", - "description": "Values of `internet_access:ssid` are shown with \"The network name is {internet_access:ssid}\" and can be updated. The question is \"What is the network name for the wireless internet access?\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#internet_ssid", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - }, - { - "key": "internet_access:ssid", - "value": "Telekom", - "description": "internet_access:ssid=Telekom is displayed as \"Telekom\" by layer Hackerspace", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hackerspace.md#internet_ssid", - "icon_url": "./assets/themes/hackerspaces/glider.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_hailhydrant.json b/Docs/TagInfo/mapcomplete_hailhydrant.json deleted file mode 100644 index 61872299af..0000000000 --- a/Docs/TagInfo/mapcomplete_hailhydrant.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Hydrants, Extinguishers, Fire stations, and Ambulance stations", - "description": "Map to show hydrants, extinguishers, fire stations, and ambulance stations.", - "project_url": "https://mapcomplete.org/hailhydrant", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/hailhydrant/logo.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "emergency", - "value": "fire_hydrant", - "description": "Features with this tag are displayed by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md", - "icon_url": "./assets/themes/hailhydrant/hydrant.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Map of hydrants, Map of fire extinguishers, Map of fire stations, Map of ambulance stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "colour", - "description": "Values of `colour` are shown with \"The hydrant color is {colour}\" and can be updated. The question is \"What color is the hydrant?\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_color", - "icon_url": "./assets/themes/hailhydrant/hydrant.svg" - }, - { - "key": "colour", - "value": "yellow", - "description": "colour=yellow is displayed as \"The hydrant color is yellow.\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_color", - "icon_url": "./assets/themes/hailhydrant/hydrant.svg" - }, - { - "key": "colour", - "value": "red", - "description": "colour=red is displayed as \"The hydrant color is red.\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_color", - "icon_url": "./assets/themes/hailhydrant/hydrant.svg" - }, - { - "key": "fire_hydrant:type", - "description": "Values of `fire_hydrant:type` are shown with \" Hydrant type: {fire_hydrant:type}\" and can be updated. The question is \"What type of hydrant is it?\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_type", - "icon_url": "./assets/themes/hailhydrant/hydrant.svg" - }, - { - "key": "fire_hydrant:type", - "value": "pillar", - "description": "fire_hydrant:type=pillar is displayed as \"Pillar type.\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_type", - "icon_url": "./assets/themes/hailhydrant/hydrant_pillar.svg" - }, - { - "key": "fire_hydrant:type", - "value": "pipe", - "description": "fire_hydrant:type=pipe is displayed as \"Pipe type.\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_type", - "icon_url": "./assets/themes/hailhydrant/hydrant_unknown.svg" - }, - { - "key": "fire_hydrant:type", - "value": "wall", - "description": "fire_hydrant:type=wall is displayed as \"Wall type.\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_type", - "icon_url": "./assets/themes/hailhydrant/hydrant_unknown.svg" - }, - { - "key": "fire_hydrant:type", - "value": "underground", - "description": "fire_hydrant:type=underground is displayed as \"Underground type.\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_type", - "icon_url": "./assets/themes/hailhydrant/hydrant_underground.svg" - }, - { - "key": "emergency", - "value": "fire_hydrant", - "description": "emergency=fire_hydrant is displayed as \"The hydrant is (fully or partially) working\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_state", - "icon_url": "./assets/themes/hailhydrant/hydrant.svg" - }, - { - "key": "disused:emergency", - "value": "fire_hydrant", - "description": "disused:emergency=fire_hydrant & emergency= is displayed as \"The hydrant is unavailable\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_state", - "icon_url": "./assets/themes/hailhydrant/hydrant.svg" - }, - { - "key": "emergency", - "description": "disused:emergency=fire_hydrant & emergency= is displayed as \"The hydrant is unavailable\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_state", - "icon_url": "./assets/themes/hailhydrant/hydrant.svg" - }, - { - "key": "removed:emergency", - "value": "fire_hydrant", - "description": "removed:emergency=fire_hydrant & emergency= is displayed as \"The hydrant has been removed\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_state", - "icon_url": "./assets/themes/hailhydrant/hydrant.svg" - }, - { - "key": "emergency", - "description": "removed:emergency=fire_hydrant & emergency= is displayed as \"The hydrant has been removed\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_state", - "icon_url": "./assets/themes/hailhydrant/hydrant.svg" - }, - { - "key": "fire_hydrant:diameter", - "description": "Values of `fire_hydrant:diameter` are shown with \"Pipe diameter: {canonical(fire_hydrant:diameter)}\" and can be updated. The question is \"What is the pipe diameter of this hydrant?\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_diameter", - "icon_url": "./assets/themes/hailhydrant/hydrant.svg" - }, - { - "key": "couplings", - "description": "Values of `couplings` are shown with \"Number of couplings: {couplings}\" and can be updated. The question is \"How many couplings does this fire hydrant have?\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_number_of_couplings", - "icon_url": "./assets/themes/hailhydrant/hydrant.svg" - }, - { - "key": "couplings:type", - "description": "Values of `couplings:type` are shown with \"Couplings: {couplings:type}\" and can be updated. The question is \"What kind of couplings does this hydrant have?\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_couplings", - "icon_url": "./assets/themes/hailhydrant/hydrant.svg" - }, - { - "key": "couplings:type", - "value": "Storz", - "description": "couplings:type=Storz is displayed as \"Storz coupling\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_couplings", - "icon_url": "./assets/layers/hydrant/storz.jpg" - }, - { - "key": "couplings:type", - "value": "UNI", - "description": "couplings:type=UNI is displayed as \"UNI coupling\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_couplings", - "icon_url": "./assets/themes/hailhydrant/hydrant.svg" - }, - { - "key": "couplings:type", - "value": "Barcelona", - "description": "couplings:type=Barcelona is displayed as \"Barcelona coupling\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_couplings", - "icon_url": "./assets/layers/hydrant/barcelona.jpg" - }, - { - "key": "couplings:diameters", - "description": "Values of `couplings:diameters` are shown with \"Coupling diameters: {couplings:diameters}\" and can be updated. The question is \"What diameter are the couplings of this hydrant?\" by layer Map of hydrants", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#hydrant_couplings_diameters", - "icon_url": "./assets/themes/hailhydrant/hydrant.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Map of hydrants, Map of fire extinguishers, Map of fire stations, Map of ambulance stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#images", - "icon_url": "./assets/themes/hailhydrant/hydrant.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Map of hydrants, Map of fire extinguishers, Map of fire stations, Map of ambulance stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#images", - "icon_url": "./assets/themes/hailhydrant/hydrant.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Map of hydrants, Map of fire extinguishers, Map of fire stations, Map of ambulance stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#images", - "icon_url": "./assets/themes/hailhydrant/hydrant.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Map of hydrants, Map of fire extinguishers, Map of fire stations, Map of ambulance stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#images", - "icon_url": "./assets/themes/hailhydrant/hydrant.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Map of hydrants, Map of fire extinguishers, Map of fire stations, Map of ambulance stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hydrant.md#images", - "icon_url": "./assets/themes/hailhydrant/hydrant.svg" - }, - { - "key": "emergency", - "value": "fire_extinguisher", - "description": "Features with this tag are displayed by layer Map of fire extinguishers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/extinguisher.md", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f9ef.svg" - }, - { - "key": "location", - "description": "Values of `location` are shown with \"Location: {location}\" and can be updated. The question is \"Where is it positioned?\" by layer Map of fire extinguishers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/extinguisher.md#extinguisher_location", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f9ef.svg" - }, - { - "key": "location", - "value": "indoor", - "description": "location=indoor is displayed as \"Found indoors.\" by layer Map of fire extinguishers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/extinguisher.md#extinguisher_location", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f9ef.svg" - }, - { - "key": "location", - "value": "outdoor", - "description": "location=outdoor is displayed as \"Found outdoors.\" by layer Map of fire extinguishers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/extinguisher.md#extinguisher_location", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f9ef.svg" - }, - { - "key": "amenity", - "value": "fire_station", - "description": "Features with this tag are displayed by layer Map of fire stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fire_station.md", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f692.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This station is called {name}.\" and can be updated. The question is \"What is the name of this fire station?\" by layer Map of fire stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fire_station.md#station_name", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f692.svg" - }, - { - "key": "addr:street", - "description": "Values of `addr:street` are shown with \"This station is along a highway called {addr:street}.\" and can be updated. The question is \" What is the street name where the station located?\" by layer Map of fire stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fire_station.md#station_street", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f692.svg" - }, - { - "key": "addr:place", - "description": "Values of `addr:place` are shown with \"This station is found within {addr:place}.\" and can be updated. The question is \"Where is the station located? (e.g. name of neighborhood, villlage, or town)\" by layers Map of fire stations, Map of ambulance stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fire_station.md#station_place", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f692.svg" - }, - { - "key": "operator", - "description": "Values of `operator` are shown with \"This station is operated by {operator}.\" and can be updated. The question is \"What agency operates this station?\" by layers Map of fire stations, Map of ambulance stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fire_station.md#station_agency", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f692.svg" - }, - { - "key": "operator", - "value": "Bureau of Fire Protection", - "description": "operator=Bureau of Fire Protection & operator:type=government is displayed as \"Bureau of Fire Protection\" by layer Map of fire stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fire_station.md#station_agency", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f692.svg" - }, - { - "key": "operator:type", - "value": "government", - "description": "operator=Bureau of Fire Protection & operator:type=government is displayed as \"Bureau of Fire Protection\" by layer Map of fire stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fire_station.md#station_agency", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f692.svg" - }, - { - "key": "operator:type", - "description": "Values of `operator:type` are shown with \"The operator is a(n) {operator:type} entity.\" and can be updated. The question is \"How is the station operator classified?\" by layers Map of fire stations, Map of ambulance stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fire_station.md#station_operator", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f692.svg" - }, - { - "key": "operator:type", - "value": "government", - "description": "operator:type=government is displayed as \"The station is operated by the government.\" by layers Map of fire stations, Map of ambulance stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fire_station.md#station_operator", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f692.svg" - }, - { - "key": "operator:type", - "value": "community", - "description": "operator:type=community is displayed as \"The station is operated by a community-based, or informal organization.\" by layers Map of fire stations, Map of ambulance stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fire_station.md#station_operator", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f692.svg" - }, - { - "key": "operator:type", - "value": "ngo", - "description": "operator:type=ngo is displayed as \"The station is operated by a formal group of volunteers.\" by layers Map of fire stations, Map of ambulance stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fire_station.md#station_operator", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f692.svg" - }, - { - "key": "operator:type", - "value": "private", - "description": "operator:type=private is displayed as \"The station is privately operated.\" by layers Map of fire stations, Map of ambulance stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fire_station.md#station_operator", - "icon_url": "./assets/themes/hailhydrant/Twemoji12_1f692.svg" - }, - { - "key": "emergency", - "value": "ambulance_station", - "description": "Features with this tag are displayed by layer Map of ambulance stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ambulancestation.md", - "icon_url": "./assets/themes/hailhydrant/Twemoji_1f691.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This station is called {name}.\" and can be updated. The question is \"What is the name of this ambulance station?\" by layer Map of ambulance stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ambulancestation.md#ambulance_name", - "icon_url": "./assets/themes/hailhydrant/Twemoji_1f691.svg" - }, - { - "key": "addr:street", - "description": "Values of `addr:street` are shown with \"This station is along a highway called {addr:street}.\" and can be updated. The question is \"What is the street name where the station located?\" by layer Map of ambulance stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ambulancestation.md#ambulance_street", - "icon_url": "./assets/themes/hailhydrant/Twemoji_1f691.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_healthcare.json b/Docs/TagInfo/mapcomplete_healthcare.json deleted file mode 100644 index e4d70343fa..0000000000 --- a/Docs/TagInfo/mapcomplete_healthcare.json +++ /dev/null @@ -1,2184 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Healthcare", - "description": "On this map, various healthcare related items are shown", - "project_url": "https://mapcomplete.org/healthcare", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/layers/doctors/doctors.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "amenity", - "value": "doctors", - "description": "Features with this tag are displayed by layer Doctors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md", - "icon_url": "./assets/layers/doctors/doctors.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Doctors, Physiotherapist, Dentist, Hospitals, Pharmacies, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Doctors, Physiotherapist, Dentist, Pharmacies, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#images", - "icon_url": "./assets/layers/doctors/doctors.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Doctors, Physiotherapist, Dentist, Pharmacies, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#images", - "icon_url": "./assets/layers/doctors/doctors.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Doctors, Physiotherapist, Dentist, Pharmacies, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#images", - "icon_url": "./assets/layers/doctors/doctors.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Doctors, Physiotherapist, Dentist, Pharmacies, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#images", - "icon_url": "./assets/layers/doctors/doctors.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Doctors, Physiotherapist, Dentist, Pharmacies, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#images", - "icon_url": "./assets/layers/doctors/doctors.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This doctors place is called {name}\" and can be updated. The question is \"What is the name of this doctors place?\" by layer Doctors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#name", - "icon_url": "./assets/layers/doctors/doctors.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"What are the opening hours of {title()}?\" by layers Doctors, Physiotherapist, Dentist, Pharmacies, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#opening_hours_by_appointment", - "icon_url": "./assets/layers/doctors/doctors.svg" - }, - { - "key": "opening_hours", - "value": "\"by appointment\"", - "description": "opening_hours=\"by appointment\" is displayed as \"Only by appointment\" by layers Doctors, Physiotherapist", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#opening_hours_by_appointment", - "icon_url": "./assets/layers/doctors/doctors.svg" - }, - { - "key": "opening_hours", - "description": "opening_hours~^(\"by appointment\"|by appointment)$ is displayed as \"Only by appointment\" by layers Doctors, Physiotherapist", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#opening_hours_by_appointment", - "icon_url": "./assets/layers/doctors/doctors.svg" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layers Doctors, Physiotherapist, Dentist, Pharmacies, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#opening_hours_by_appointment", - "icon_url": "./assets/layers/doctors/doctors.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}\" and can be updated. The question is \"What is the phone number of {title()}?\" by layers Doctors, Physiotherapist, Dentist, Hospitals, Pharmacies, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "contact:phone", - "description": "contact:phone~.+ is displayed as \"{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}\" by layers Doctors, Physiotherapist, Dentist, Hospitals, Pharmacies, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"{email}\" and can be updated. The question is \"What is the email address of {title()}?\" by layers Doctors, Physiotherapist, Dentist, Hospitals, Pharmacies, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "contact:email", - "description": "contact:email~.+ is displayed as \"{contact:email}\" by layers Doctors, Physiotherapist, Dentist, Hospitals, Pharmacies, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "operator:email", - "description": "operator:email~.+ is displayed as \"{operator:email}\" by layers Doctors, Physiotherapist, Dentist, Hospitals, Pharmacies, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{website}\" and can be updated. The question is \"What is the website of {title()}?\" by layers Doctors, Physiotherapist, Dentist, Hospitals, Pharmacies, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layers Doctors, Physiotherapist, Dentist, Hospitals, Pharmacies, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "addr:street", - "description": "addr:street= & addr:unit= & addr:housenumber= is displayed as \"No address is known\" by layers Doctors, Physiotherapist, Dentist, Hospitals, Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#header", - "icon_url": "./assets/layers/doctors/doctors.svg" - }, - { - "key": "addr:unit", - "description": "addr:street= & addr:unit= & addr:housenumber= is displayed as \"No address is known\" by layers Doctors, Physiotherapist, Dentist, Hospitals, Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#header", - "icon_url": "./assets/layers/doctors/doctors.svg" - }, - { - "key": "addr:housenumber", - "description": "addr:street= & addr:unit= & addr:housenumber= is displayed as \"No address is known\" by layers Doctors, Physiotherapist, Dentist, Hospitals, Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#header", - "icon_url": "./assets/layers/doctors/doctors.svg" - }, - { - "key": "addr:housenumber", - "description": "Values of `addr:housenumber` are shown with \"The house number is {addr:housenumber}\" and can be updated. The question is \"What is the number of this house?\" by layers Doctors, Physiotherapist, Dentist, Hospitals, Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#housenumber", - "icon_url": "./assets/layers/doctors/doctors.svg" - }, - { - "key": "nohousenumber", - "value": "yes", - "description": "nohousenumber=yes is displayed as \"This building has no house number\" by layers Doctors, Physiotherapist, Dentist, Hospitals, Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#housenumber", - "icon_url": "./assets/layers/doctors/doctors.svg" - }, - { - "key": "addr:street", - "description": "Values of `addr:street` are shown with \"This address is in street {addr:street}\" and can be updated. The question is \"What street is this address located in?\" by layers Doctors, Physiotherapist, Dentist, Hospitals, Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#street", - "icon_url": "./assets/layers/doctors/doctors.svg" - }, - { - "key": "addr:unit", - "description": "Values of `addr:unit` are shown with \"The unit number is {addr:unit}\" and can be updated. The question is \"What is the unit number or letter?\" by layers Doctors, Physiotherapist, Dentist, Hospitals, Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#unit", - "icon_url": "./assets/layers/doctors/doctors.svg" - }, - { - "key": "addr:unit", - "description": "addr:unit= is displayed as \"No unit number\" by layers Doctors, Physiotherapist, Dentist, Hospitals, Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#unit", - "icon_url": "./assets/layers/doctors/doctors.svg" - }, - { - "key": "healthcare:speciality", - "description": "Values of `healthcare:speciality` are shown with \"This doctor is specialized in {healthcare:speciality}\" and can be updated. The question is \"What is this doctor specialized in?\" by layer Doctors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#specialty", - "icon_url": "./assets/layers/doctors/doctors.svg" - }, - { - "key": "healthcare:speciality", - "value": "general", - "description": "healthcare:speciality=general is displayed as \"This is a general practitioner\" by layer Doctors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#specialty", - "icon_url": "./assets/layers/doctors/doctors.svg" - }, - { - "key": "healthcare:speciality", - "value": "gynaecology", - "description": "healthcare:speciality=gynaecology is displayed as \"This is a gynaecologist\" by layer Doctors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#specialty", - "icon_url": "./assets/layers/doctors/doctors.svg" - }, - { - "key": "healthcare:speciality", - "value": "psychiatry", - "description": "healthcare:speciality=psychiatry is displayed as \"This is a psychiatrist\" by layer Doctors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#specialty", - "icon_url": "./assets/layers/doctors/doctors.svg" - }, - { - "key": "healthcare:speciality", - "value": "paediatrics", - "description": "healthcare:speciality=paediatrics is displayed as \"This is a paediatrician\" by layer Doctors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#specialty", - "icon_url": "./assets/layers/doctors/doctors.svg" - }, - { - "key": "healthcare", - "value": "physiotherapist", - "description": "Features with this tag are displayed by layer Physiotherapist", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/physiotherapist.md", - "icon_url": "./assets/layers/physiotherapist/doctors.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This physiotherapists office is called {name}\" and can be updated. The question is \"What is the name of this physiotherapists office?\" by layer Physiotherapist", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/physiotherapist.md#name", - "icon_url": "./assets/layers/physiotherapist/doctors.svg" - }, - { - "key": "amenity", - "value": "dentist", - "description": "Features with this tag are displayed by layer Dentist", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dentist.md", - "icon_url": "./assets/layers/dentist/dentist.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This dentist is called {name}\" and can be updated. The question is \"What is the name of this dentist?\" by layer Dentist", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dentist.md#name", - "icon_url": "./assets/layers/dentist/dentist.svg" - }, - { - "key": "amenity", - "value": "hospital", - "description": "Features with this tag are displayed by layer Hospitals", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hospital.md", - "icon_url": "./assets/layers/hospital/hospital.svg" - }, - { - "key": "amenity", - "value": "clinic", - "description": "Features with this tag are displayed by layer Hospitals", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hospital.md", - "icon_url": "./assets/layers/hospital/hospital.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This hospital is called {name}\" and can be updated. The question is \"What is the name of this hospital?\" by layer Hospitals", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hospital.md#name", - "icon_url": "./assets/layers/hospital/hospital.svg" - }, - { - "key": "amenity", - "value": "clinic", - "description": "amenity=clinic is displayed as \"This is a clinic - patients can not stay overnight\" by layer Hospitals", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hospital.md#inpatient", - "icon_url": "./assets/layers/hospital/hospital.svg" - }, - { - "key": "amenity", - "value": "hospital", - "description": "amenity=hospital is displayed as \"This is a hospital - patients can be admitted here for multiple days\" by layer Hospitals", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hospital.md#inpatient", - "icon_url": "./assets/layers/hospital/hospital.svg" - }, - { - "key": "opening_hours:visitors", - "description": "Values of `opening_hours:visitors` are shown with \"

Opening hours for visitors

Regular visitors are allowed at the following moments: {opening_hours_table(opening_hours:visitors)}

Some wands might have different opening hours. Many hospitals allow visits during emergencies too.

\" and can be updated. The question is \"When are visitors allowed to visit?\" by layer Hospitals", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hospital.md#oh_visitor", - "icon_url": "./assets/layers/hospital/hospital.svg" - }, - { - "key": "amenity", - "value": "pharmacy", - "description": "Features with this tag are displayed by layer Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pharmacy.md", - "icon_url": "./assets/layers/pharmacy/pharmacy.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This pharmacy is called {name}\" and can be updated. The question is \"What is the name of the pharmacy?\" by layer Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pharmacy.md#name", - "icon_url": "./assets/layers/pharmacy/pharmacy.svg" - }, - { - "key": "payment:cash", - "value": "yes", - "description": "payment:cash=yes is displayed as \"Cash is accepted here\" by layers Pharmacies, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pharmacy.md#payment_options", - "icon_url": "./assets/layers/questions/cash.svg" - }, - { - "key": "payment:cards", - "value": "yes", - "description": "payment:cards=yes is displayed as \"Payment cards are accepted here\" by layers Pharmacies, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pharmacy.md#payment_options", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:qr_code", - "value": "yes", - "description": "payment:qr_code=yes is displayed as \"Payment by QR-code is possible here\" by layers Pharmacies, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pharmacy.md#payment_options", - "icon_url": "./assets/layers/questions/qrcode.svg" - }, - { - "key": "shop", - "description": "Features with this tag are displayed by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "craft", - "value": "shoe_repair", - "description": "Features with this tag are displayed by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "craft", - "value": "key_cutter", - "description": "Features with this tag are displayed by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "medical_supply", - "description": "Features with this tag are displayed by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "hearing_aids", - "description": "Features with this tag are displayed by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "optician", - "description": "Features with this tag are displayed by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This shop is called {name}\" and can be updated. The question is \"What is the name of this shop?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shops_name", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "description": "Values of `shop` are shown with \"This is a {shop}\" and can be updated. The question is \"What kind of shop is this?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "bicycle_rental", - "description": "shop=bicycle_rental is displayed as \"Bicycle rental shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/bicycle_rental.svg" - }, - { - "key": "shop", - "value": "agrarian", - "description": "shop=agrarian is displayed as \"Farm Supply Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-tractor.svg" - }, - { - "key": "shop", - "value": "alcohol", - "description": "shop=alcohol is displayed as \"Liquor Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-wine-bottle.svg" - }, - { - "key": "shop", - "value": "anime", - "description": "shop=anime is displayed as \"Anime / Manga Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-dragon.svg" - }, - { - "key": "shop", - "value": "antiques", - "description": "shop=antiques is displayed as \"Antique Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-furniture.svg" - }, - { - "key": "shop", - "value": "appliance", - "description": "shop=appliance is displayed as \"Appliance Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-laundry.svg" - }, - { - "key": "shop", - "value": "art", - "description": "shop=art is displayed as \"Art Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "baby_goods", - "description": "shop=baby_goods is displayed as \"Baby Goods Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-baby-carriage.svg" - }, - { - "key": "shop", - "value": "bag", - "description": "shop=bag is displayed as \"Bag/Luggage Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-suitcase-rolling.svg" - }, - { - "key": "shop", - "value": "bakery", - "description": "shop=bakery is displayed as \"Bakery\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-bakery.svg" - }, - { - "key": "shop", - "value": "bathroom_furnishing", - "description": "shop=bathroom_furnishing is displayed as \"Bathroom Furnishing Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-bath.svg" - }, - { - "key": "shop", - "value": "beauty", - "description": "shop=beauty is displayed as \"Beauty Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-lipstick.svg" - }, - { - "key": "shop", - "value": "bed", - "description": "shop=bed is displayed as \"Bedding/Mattress Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-lodging.svg" - }, - { - "key": "shop", - "value": "beverages", - "description": "shop=beverages is displayed as \"Beverage Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-bottles.svg" - }, - { - "key": "shop", - "value": "bicycle", - "description": "shop=bicycle is displayed as \"Bicycle Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-bicycle.svg" - }, - { - "key": "shop", - "value": "boat", - "description": "shop=boat is displayed as \"Boat Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-boat.svg" - }, - { - "key": "shop", - "value": "bookmaker", - "description": "shop=bookmaker is displayed as \"Bookmaker\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-money_hand.svg" - }, - { - "key": "shop", - "value": "books", - "description": "shop=books is displayed as \"Bookstore\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-book.svg" - }, - { - "key": "shop", - "value": "brewing_supplies", - "description": "shop=brewing_supplies is displayed as \"Brewing Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-storage_fermenter.svg" - }, - { - "key": "shop", - "value": "butcher", - "description": "shop=butcher is displayed as \"Butcher\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-cleaver.svg" - }, - { - "key": "shop", - "value": "camera", - "description": "shop=camera is displayed as \"Camera Equipment Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-camera-retro.svg" - }, - { - "key": "shop", - "value": "candles", - "description": "shop=candles is displayed as \"Candle Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "cannabis", - "description": "shop=cannabis is displayed as \"Cannabis Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cannabis.svg" - }, - { - "key": "shop", - "value": "car", - "description": "shop=car is displayed as \"Car Dealership\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "car_parts", - "description": "shop=car_parts is displayed as \"Car Parts Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-car-battery.svg" - }, - { - "key": "shop", - "value": "car_repair", - "description": "shop=car_repair is displayed as \"Car Repair Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-car-repair.svg" - }, - { - "key": "shop", - "value": "caravan", - "description": "shop=caravan is displayed as \"RV Dealership\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-camper_trailer.svg" - }, - { - "key": "shop", - "value": "carpet", - "description": "shop=carpet is displayed as \"Carpet Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-tape.svg" - }, - { - "key": "shop", - "value": "catalogue", - "description": "shop=catalogue is displayed as \"Catalog Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "charity", - "description": "shop=charity is displayed as \"Charity Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "cheese", - "description": "shop=cheese is displayed as \"Cheese Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cheese.svg" - }, - { - "key": "shop", - "value": "chemist", - "description": "shop=chemist is displayed as \"Drugstore\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "chocolate", - "description": "shop=chocolate is displayed as \"Chocolate Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-confectionery.svg" - }, - { - "key": "shop", - "value": "clothes", - "description": "shop=clothes is displayed as \"Clothing Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-clothing-store.svg" - }, - { - "key": "shop", - "value": "coffee", - "description": "shop=coffee is displayed as \"Coffee Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-coffee.svg" - }, - { - "key": "shop", - "value": "collector", - "description": "shop=collector is displayed as \"Collectibles Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "computer", - "description": "shop=computer is displayed as \"Computer Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-laptop.svg" - }, - { - "key": "shop", - "value": "confectionery", - "description": "shop=confectionery is displayed as \"Candy Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-confectionery.svg" - }, - { - "key": "shop", - "value": "convenience", - "description": "shop=convenience is displayed as \"Convenience Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "copyshop", - "description": "shop=copyshop is displayed as \"Copy Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-print.svg" - }, - { - "key": "shop", - "value": "cosmetics", - "description": "shop=cosmetics is displayed as \"Cosmetics Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-lipstick.svg" - }, - { - "key": "shop", - "value": "country_store", - "description": "shop=country_store is displayed as \"Rural Supplies Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-hat-cowboy-side.svg" - }, - { - "key": "shop", - "value": "craft", - "description": "shop=craft is displayed as \"Arts & Crafts Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "curtain", - "description": "shop=curtain is displayed as \"Curtain Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-curtains.svg" - }, - { - "key": "shop", - "value": "dairy", - "description": "shop=dairy is displayed as \"Dairy Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cheese.svg" - }, - { - "key": "shop", - "value": "deli", - "description": "shop=deli is displayed as \"Delicatessen\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-jar.svg" - }, - { - "key": "shop", - "value": "department_store", - "description": "shop=department_store is displayed as \"Department Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "doityourself", - "description": "shop=doityourself is displayed as \"DIY Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "doors", - "description": "shop=doors is displayed as \"Door Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-door-open.svg" - }, - { - "key": "shop", - "value": "dry_cleaning", - "description": "shop=dry_cleaning is displayed as \"Dry Cleaner\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-clothes_hanger.svg" - }, - { - "key": "shop", - "value": "e-cigarette", - "description": "shop=e-cigarette is displayed as \"E-Cigarette Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "electrical", - "description": "shop=electrical is displayed as \"Electrical Equipment Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-power.svg" - }, - { - "key": "shop", - "value": "electronics", - "description": "shop=electronics is displayed as \"Electronics Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-plug.svg" - }, - { - "key": "shop", - "value": "erotic", - "description": "shop=erotic is displayed as \"Erotic Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "fabric", - "description": "shop=fabric is displayed as \"Fabric Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-tape.svg" - }, - { - "key": "shop", - "value": "farm", - "description": "shop=farm is displayed as \"Produce Stand\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "fashion_accessories", - "description": "shop=fashion_accessories is displayed as \"Fashion Accessories Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-fashion_accessories.svg" - }, - { - "key": "shop", - "value": "fireplace", - "description": "shop=fireplace is displayed as \"Fireplace Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-fireplace.svg" - }, - { - "key": "shop", - "value": "fishing", - "description": "shop=fishing is displayed as \"Fishing Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-ice_fishing.svg" - }, - { - "key": "shop", - "value": "flooring", - "description": "shop=flooring is displayed as \"Flooring Supply Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "florist", - "description": "shop=florist is displayed as \"Florist\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-florist.svg" - }, - { - "key": "shop", - "value": "frame", - "description": "shop=frame is displayed as \"Framing Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-vector-square.svg" - }, - { - "key": "shop", - "value": "frozen_food", - "description": "shop=frozen_food is displayed as \"Frozen Food Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "fuel", - "description": "shop=fuel is displayed as \"Fuel Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-propane_tank.svg" - }, - { - "key": "shop", - "value": "funeral_directors", - "description": "shop=funeral_directors is displayed as \"Funeral Home\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-cemetery.svg" - }, - { - "key": "shop", - "value": "furniture", - "description": "shop=furniture is displayed as \"Furniture Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-couch.svg" - }, - { - "key": "shop", - "value": "games", - "description": "shop=games is displayed as \"Tabletop Game Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-dice.svg" - }, - { - "key": "shop", - "value": "garden_centre", - "description": "shop=garden_centre is displayed as \"Garden Center\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-garden-centre.svg" - }, - { - "key": "shop", - "value": "gas", - "description": "shop=gas is displayed as \"Bottled Gas Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-propane_tank.svg" - }, - { - "key": "shop", - "value": "general", - "description": "shop=general is displayed as \"General Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "gift", - "description": "shop=gift is displayed as \"Gift Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-gift.svg" - }, - { - "key": "shop", - "value": "greengrocer", - "description": "shop=greengrocer is displayed as \"Greengrocer\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-carrot.svg" - }, - { - "key": "shop", - "value": "hairdresser", - "description": "shop=hairdresser is displayed as \"Hairdresser\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-beauty_salon.svg" - }, - { - "key": "shop", - "value": "hairdresser_supply", - "description": "shop=hairdresser_supply is displayed as \"Hairdresser Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-hair_care.svg" - }, - { - "key": "shop", - "value": "hardware", - "description": "shop=hardware is displayed as \"Hardware Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "health_food", - "description": "shop=health_food is displayed as \"Health Food Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "hearing_aids", - "description": "shop=hearing_aids is displayed as \"Hearing Aids Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-hearing_aid.svg" - }, - { - "key": "shop", - "value": "herbalist", - "description": "shop=herbalist is displayed as \"Herbalist\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-leaf.svg" - }, - { - "key": "shop", - "value": "hifi", - "description": "shop=hifi is displayed as \"Hifi Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-speaker.svg" - }, - { - "key": "shop", - "value": "honey", - "description": "shop=honey is displayed as \"Honey Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "household_linen", - "description": "shop=household_linen is displayed as \"Household Linen Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-cloth.svg" - }, - { - "key": "shop", - "value": "houseware", - "description": "shop=houseware is displayed as \"Houseware Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-blender.svg" - }, - { - "key": "shop", - "value": "hunting", - "description": "shop=hunting is displayed as \"Hunting Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-bow_and_arrow.svg" - }, - { - "key": "shop", - "value": "interior_decoration", - "description": "shop=interior_decoration is displayed as \"Interior Decoration Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "jewelry", - "description": "shop=jewelry is displayed as \"Jewelry Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-jewelry-store.svg" - }, - { - "key": "shop", - "value": "kiosk", - "description": "shop=kiosk is displayed as \"Kiosk\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-store.svg" - }, - { - "key": "shop", - "value": "kitchen", - "description": "shop=kitchen is displayed as \"Kitchen Design Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-kitchen_sink.svg" - }, - { - "key": "shop", - "value": "laundry", - "description": "shop=laundry is displayed as \"Laundry\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-laundry.svg" - }, - { - "key": "shop", - "value": "leather", - "description": "shop=leather is displayed as \"Leather Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-handbag.svg" - }, - { - "key": "shop", - "value": "lighting", - "description": "shop=lighting is displayed as \"Lighting Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-desk_lamp.svg" - }, - { - "key": "shop", - "value": "locksmith", - "description": "shop=locksmith is displayed as \"Locksmith\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-key.svg" - }, - { - "key": "shop", - "value": "lottery", - "description": "shop=lottery is displayed as \"Lottery Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "mall", - "description": "shop=mall is displayed as \"Mall\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "massage", - "description": "shop=massage is displayed as \"Massage Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-spa.svg" - }, - { - "key": "shop", - "value": "medical_supply", - "description": "shop=medical_supply is displayed as \"Medical Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-crutch.svg" - }, - { - "key": "shop", - "value": "military_surplus", - "description": "shop=military_surplus is displayed as \"Military Surplus Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-military.svg" - }, - { - "key": "shop", - "value": "mobile_phone", - "description": "shop=mobile_phone is displayed as \"Mobile Phone Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "model", - "description": "shop=model is displayed as \"Model Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "money_lender", - "description": "shop=money_lender is displayed as \"Money Lender\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-money_hand.svg" - }, - { - "key": "shop", - "value": "motorcycle", - "description": "shop=motorcycle is displayed as \"Motorcycle Dealership\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-motorcycle.svg" - }, - { - "key": "shop", - "value": "motorcycle_repair", - "description": "shop=motorcycle_repair is displayed as \"Motorcycle Repair Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-motorcycle_repair.svg" - }, - { - "key": "shop", - "value": "music", - "description": "shop=music is displayed as \"Music Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-compact-disc.svg" - }, - { - "key": "shop", - "value": "musical_instrument", - "description": "shop=musical_instrument is displayed as \"Musical Instrument Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-guitar.svg" - }, - { - "key": "shop", - "value": "newsagent", - "description": "shop=newsagent is displayed as \"Newsstand\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-newspaper.svg" - }, - { - "key": "shop", - "value": "nutrition_supplements", - "description": "shop=nutrition_supplements is displayed as \"Nutrition Supplements Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-pills.svg" - }, - { - "key": "shop", - "value": "nuts", - "description": "shop=nuts is displayed as \"Nuts Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "optician", - "description": "shop=optician is displayed as \"Optician\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-optician.svg" - }, - { - "key": "shop", - "value": "outdoor", - "description": "shop=outdoor is displayed as \"Outdoors Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-compass.svg" - }, - { - "key": "shop", - "value": "outpost", - "description": "shop=outpost is displayed as \"Online Retailer Outpost\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "paint", - "description": "shop=paint is displayed as \"Paint Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-paint-roller.svg" - }, - { - "key": "shop", - "value": "party", - "description": "shop=party is displayed as \"Party Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-balloon.svg" - }, - { - "key": "shop", - "value": "pasta", - "description": "shop=pasta is displayed as \"Pasta Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-plate-wheat.svg" - }, - { - "key": "shop", - "value": "pastry", - "description": "shop=pastry is displayed as \"Pastry Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-bakery.svg" - }, - { - "key": "shop", - "value": "pawnbroker", - "description": "shop=pawnbroker is displayed as \"Pawnshop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-money_hand.svg" - }, - { - "key": "shop", - "value": "perfumery", - "description": "shop=perfumery is displayed as \"Perfume Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-perfume.svg" - }, - { - "key": "shop", - "value": "pet", - "description": "shop=pet is displayed as \"Pet Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cat.svg" - }, - { - "key": "shop", - "value": "pet_grooming", - "description": "shop=pet_grooming is displayed as \"Pet Groomer\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-pet_grooming.svg" - }, - { - "key": "shop", - "value": "photo", - "description": "shop=photo is displayed as \"Photography Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-camera-retro.svg" - }, - { - "key": "shop", - "value": "pottery", - "description": "shop=pottery is displayed as \"Pottery Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-vase.svg" - }, - { - "key": "shop", - "value": "printer_ink", - "description": "shop=printer_ink is displayed as \"Printer Ink Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-print.svg" - }, - { - "key": "shop", - "value": "psychic", - "description": "shop=psychic is displayed as \"Psychic\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-psychic.svg" - }, - { - "key": "shop", - "value": "pyrotechnics", - "description": "shop=pyrotechnics is displayed as \"Fireworks Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-rocket_firework.svg" - }, - { - "key": "shop", - "value": "radiotechnics", - "description": "shop=radiotechnics is displayed as \"Radio/Electronic Component Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-microchip.svg" - }, - { - "key": "shop", - "value": "religion", - "description": "shop=religion is displayed as \"Religious Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "rental", - "description": "shop=rental is displayed as \"Rental Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-dolly.svg" - }, - { - "key": "shop", - "value": "repair", - "description": "shop=repair is displayed as \"Repair Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "rice", - "description": "shop=rice is displayed as \"Rice Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-bowl-rice.svg" - }, - { - "key": "shop", - "value": "scuba_diving", - "description": "shop=scuba_diving is displayed as \"Scuba Diving Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-scuba_diving.svg" - }, - { - "key": "shop", - "value": "seafood", - "description": "shop=seafood is displayed as \"Seafood Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-fish_cleaning.svg" - }, - { - "key": "shop", - "value": "second_hand", - "description": "shop=second_hand is displayed as \"Thrift Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "sewing", - "description": "shop=sewing is displayed as \"Sewing Supply Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-needle_and_spool.svg" - }, - { - "key": "shop", - "value": "shoe_repair", - "description": "shop=shoe_repair is displayed as \"Shoe Repair Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-hammer_shoe.svg" - }, - { - "key": "shop", - "value": "shoes", - "description": "shop=shoes is displayed as \"Shoe Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shoe.svg" - }, - { - "key": "shop", - "value": "spices", - "description": "shop=spices is displayed as \"Spice Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-spice_bottle.svg" - }, - { - "key": "shop", - "value": "sports", - "description": "shop=sports is displayed as \"Sporting Goods Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-futbol.svg" - }, - { - "key": "shop", - "value": "stationery", - "description": "shop=stationery is displayed as \"Stationery Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-paperclip.svg" - }, - { - "key": "shop", - "value": "storage_rental", - "description": "shop=storage_rental is displayed as \"Storage Rental\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-storage_rental.svg" - }, - { - "key": "shop", - "value": "supermarket", - "description": "shop=supermarket is displayed as \"Supermarket\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-grocery.svg" - }, - { - "key": "shop", - "value": "swimming_pool", - "description": "shop=swimming_pool is displayed as \"Pool Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "tailor", - "description": "shop=tailor is displayed as \"Tailor\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-needle_and_spool.svg" - }, - { - "key": "shop", - "value": "tattoo", - "description": "shop=tattoo is displayed as \"Tattoo Parlor\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tattoo_machine.svg" - }, - { - "key": "shop", - "value": "tea", - "description": "shop=tea is displayed as \"Tea Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-teahouse.svg" - }, - { - "key": "shop", - "value": "telecommunication", - "description": "shop=telecommunication is displayed as \"Telecom Retail Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-telephone.svg" - }, - { - "key": "shop", - "value": "ticket", - "description": "shop=ticket is displayed as \"Ticket Seller\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "tiles", - "description": "shop=tiles is displayed as \"Tile Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tiling.svg" - }, - { - "key": "shop", - "value": "tobacco", - "description": "shop=tobacco is displayed as \"Tobacco Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-pipe.svg" - }, - { - "key": "shop", - "value": "tool_hire", - "description": "shop=tool_hire is displayed as \"Tool Rental\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "toys", - "description": "shop=toys is displayed as \"Toy Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-rocket.svg" - }, - { - "key": "shop", - "value": "trade", - "description": "shop=trade is displayed as \"Trade Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "travel_agency", - "description": "shop=travel_agency is displayed as \"Travel Agency\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-suitcase.svg" - }, - { - "key": "shop", - "value": "trophy", - "description": "shop=trophy is displayed as \"Trophy Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-trophy.svg" - }, - { - "key": "shop", - "value": "tyres", - "description": "shop=tyres is displayed as \"Tire Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tire.svg" - }, - { - "key": "shop", - "value": "vacuum_cleaner", - "description": "shop=vacuum_cleaner is displayed as \"Vacuum Cleaner Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-vacuum.svg" - }, - { - "key": "shop", - "value": "variety_store", - "description": "shop=variety_store is displayed as \"Discount Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "video", - "description": "shop=video is displayed as \"Video Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-movie_rental.svg" - }, - { - "key": "shop", - "value": "video_games", - "description": "shop=video_games is displayed as \"Video Game Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-gaming.svg" - }, - { - "key": "shop", - "value": "watches", - "description": "shop=watches is displayed as \"Watches Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-watch.svg" - }, - { - "key": "shop", - "value": "water", - "description": "shop=water is displayed as \"Drinking Water Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-water_bottle.svg" - }, - { - "key": "shop", - "value": "water_sports", - "description": "shop=water_sports is displayed as \"Watersport/Swim Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "weapons", - "description": "shop=weapons is displayed as \"Weapon Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-dagger.svg" - }, - { - "key": "shop", - "value": "wholesale", - "description": "shop=wholesale is displayed as \"Wholesale Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-warehouse.svg" - }, - { - "key": "shop", - "value": "wigs", - "description": "shop=wigs is displayed as \"Wig Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "window_blind", - "description": "shop=window_blind is displayed as \"Window Blind Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-window.svg" - }, - { - "key": "shop", - "value": "wine", - "description": "shop=wine is displayed as \"Wine Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-alcohol-shop.svg" - }, - { - "key": "disused:shop", - "description": "disused:shop= is displayed as \"This shop is no longer used. It is vacant\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#shop_types", - "icon_url": "./assets/layers/shops/shop-disused.svg" - }, - { - "key": "brand", - "description": "Values of `brand` are shown with \"Part of {brand}\" and can be updated. The question is \"What is the brand of this shop?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#brand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "not:brand", - "value": "yes", - "description": "not:brand=yes is displayed as \"This shop does not have a specific brand, it is not part of a bigger chain\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#brand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "second_hand", - "value": "only", - "description": "second_hand=only is displayed as \"This shop sells second-hand items only\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "second_hand", - "value": "yes", - "description": "second_hand=yes is displayed as \"This shop sells second-hand items along with new items\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "second_hand", - "value": "no", - "description": "second_hand=no is displayed as \"This shop only sells brand-new items\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "level", - "description": "Values of `level` are shown with \"Located on the {level}th floor\" and can be updated. The question is \"On what level is this feature located?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#single_level", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "location", - "value": "underground", - "description": "location=underground is displayed as \"Located underground\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#single_level", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "level", - "value": "0", - "description": "level=0 is displayed as \"Located on the ground floor\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#single_level", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "level", - "description": "level= is displayed as \"Located on the ground floor\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#single_level", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "level", - "value": "1", - "description": "level=1 is displayed as \"Located on the first floor\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#single_level", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "level", - "value": "-1", - "description": "level=-1 is displayed as \"Located on the first basement level\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#single_level", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A4", - "value": "yes", - "description": "service:print:A4=yes is displayed as \"This shop can print on papers of size A4\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A3", - "value": "yes", - "description": "service:print:A3=yes is displayed as \"This shop can print on papers of size A3\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A2", - "value": "yes", - "description": "service:print:A2=yes is displayed as \"This shop can print on papers of size A2\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A1", - "value": "yes", - "description": "service:print:A1=yes is displayed as \"This shop can print on papers of size A1\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A0", - "value": "yes", - "description": "service:print:A0=yes is displayed as \"This shop can print on papers of size A0\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:binding", - "value": "yes", - "description": "service:binding=yes is displayed as \"This shop binds papers into a booklet\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#copyshop_binding", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:binding", - "value": "no", - "description": "service:binding=no is displayed as \"This shop does bind books\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#copyshop_binding", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "healthcare", - "value": "optometrist", - "description": "healthcare=optometrist is displayed as \"This shop offers eye exams by certified optometrists\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#optometrist_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "healthcare", - "value": "audiologist", - "description": "healthcare=audiologist is displayed as \"This shop offers hearing tests by a certified audiologist\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#optometrist_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "craft", - "value": "key_cutter", - "description": "craft=key_cutter is displayed as \"This shop is also specialized in key cutting\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#key_cutter", - "icon_url": "./assets/layers/id_presets/fas-key.svg" - }, - { - "key": "service:key_cutting", - "value": "yes", - "description": "service:key_cutting=yes is displayed as \"This shop offers key cutting as a service\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#key_cutter", - "icon_url": "./assets/layers/id_presets/fas-key.svg" - }, - { - "key": "craft", - "description": "craft= & service:key_cutting=no is displayed as \"This shops does not offer key cutting as a service\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#key_cutter", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:key_cutting", - "value": "no", - "description": "craft= & service:key_cutting=no is displayed as \"This shops does not offer key cutting as a service\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#key_cutter", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:retail", - "value": "yes", - "description": "service:bicycle:retail=yes is displayed as \"This shop sells new bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#sells_new_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:retail", - "value": "no", - "description": "service:bicycle:retail=no is displayed as \"This shop doesn't sell new bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#sells_new_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:second_hand", - "value": "yes", - "description": "service:bicycle:second_hand=yes is displayed as \"This shop sells second-hand bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#bike_second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:second_hand", - "value": "no", - "description": "service:bicycle:second_hand=no is displayed as \"This shop doesn't sell second-hand bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#bike_second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:second_hand", - "value": "only", - "description": "service:bicycle:second_hand=only is displayed as \"This shop only sells second-hand bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#bike_second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "yes", - "description": "service:bicycle:repair=yes is displayed as \"This shop repairs bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "no", - "description": "service:bicycle:repair=no is displayed as \"This shop doesn't repair bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "only_sold", - "description": "service:bicycle:repair=only_sold is displayed as \"This shop only repairs bikes bought here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "brand", - "description": "service:bicycle:repair=brand is displayed as \"This shop only repairs bikes of a certain brand\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:rental", - "value": "yes", - "description": "service:bicycle:rental=yes is displayed as \"This shop rents out bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#bicycle_rental", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:rental", - "value": "no", - "description": "service:bicycle:rental=no is displayed as \"This shop doesn't rent out bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#bicycle_rental", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "description": "Values of `rental` are shown with \"{rental} is rented here\" and can be updated. The question is \"What kind of bicycles and accessories are rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "city_bike", - "description": "rental=city_bike is displayed as \"Normal city bikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "ebike", - "description": "rental=ebike is displayed as \"Electrical bikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "bmx", - "description": "rental=bmx is displayed as \"BMX bikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "mtb", - "description": "rental=mtb is displayed as \"Mountainbikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "kid_bike", - "description": "rental=kid_bike is displayed as \"Bikes for children can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "tandem", - "description": "rental=tandem is displayed as \"Tandem bicycles can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "racebike", - "description": "rental=racebike is displayed as \"Race bicycles can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "bike_helmet", - "description": "rental=bike_helmet is displayed as \"Bike helmets can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "cargo_bike", - "description": "rental=cargo_bike is displayed as \"Cargo bikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:city_bike", - "description": "Values of `capacity:city_bike` are shown with \"{capacity:city_bike} city bikes can be rented here\" and can be updated. The question is \"How many city bikes can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#rental_capacity_city_bike", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:ebike", - "description": "Values of `capacity:ebike` are shown with \"{capacity:ebike} electrical bikes can be rented here\" and can be updated. The question is \"How many electrical bikes can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#rental_capacity_ebike", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:kid_bike", - "description": "Values of `capacity:kid_bike` are shown with \"{capacity:kid_bike} bikes for children can be rented here\" and can be updated. The question is \"How many bikes for children can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#rental_capacity_kid_bike", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:bmx", - "description": "Values of `capacity:bmx` are shown with \"{capacity:bmx} BMX bikes can be rented here\" and can be updated. The question is \"How many BMX bikes can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#rental_capacity_bmx", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:mtb", - "description": "Values of `capacity:mtb` are shown with \"{capacity:mtb} mountainbikes can be rented here\" and can be updated. The question is \"How many mountainbikes can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#rental_capacity_mtb", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:bicycle_pannier", - "description": "Values of `capacity:bicycle_pannier` are shown with \"{capacity:bicycle_pannier} bicycle panniers can be rented here\" and can be updated. The question is \"How many bicycle panniers can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#rental_capacity_bicycle_pannier", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:tandem_bicycle", - "description": "Values of `capacity:tandem_bicycle` are shown with \"{capacity:tandem_bicycle} tandem can be rented here\" and can be updated. The question is \"How many tandem can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#rental_capacity_tandem_bicycle", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:pump", - "value": "yes", - "description": "service:bicycle:pump=yes is displayed as \"This shop offers a bike pump for anyone\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#bike_pump_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:pump", - "value": "no", - "description": "service:bicycle:pump=no is displayed as \"This shop doesn't offer a bike pump for anyone\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#bike_pump_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:pump", - "value": "separate", - "description": "service:bicycle:pump=separate is displayed as \"There is bicycle pump, it is shown as a separate point\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#bike_pump_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:diy", - "value": "yes", - "description": "service:bicycle:diy=yes is displayed as \"This shop offers tools for DIY bicycle repair\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#bike_repair_tools", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:diy", - "value": "no", - "description": "service:bicycle:diy=no is displayed as \"This shop doesn't offer tools for DIY bicycle repair\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#bike_repair_tools", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:diy", - "value": "only_sold", - "description": "service:bicycle:diy=only_sold is displayed as \"Tools for DIY bicycle repair are only available if you bought/hire the bike in the shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#bike_repair_tools", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning", - "value": "yes", - "description": "service:bicycle:cleaning=yes is displayed as \"This shop cleans bicycles\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#bike_wash", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning", - "value": "diy", - "description": "service:bicycle:cleaning=diy is displayed as \"This shop has an installation where one can clean bicycles themselves\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#bike_wash", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning", - "value": "no", - "description": "service:bicycle:cleaning=no is displayed as \"This shop doesn't offer bicycle cleaning\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#bike_wash", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:charge", - "description": "Values of `service:bicycle:cleaning:charge` are shown with \"Using the cleaning service costs {service:bicycle:cleaning:charge}\" and can be updated. The question is \"How much does it cost to use the cleaning service?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:fee", - "value": "no", - "description": "service:bicycle:cleaning:fee=no is displayed as \"The cleaning service is free to use\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:fee", - "value": "yes", - "description": "service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= is displayed as \"Free to use\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:charge", - "description": "service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= is displayed as \"Free to use\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access", - "value": "wlan", - "description": "internet_access=wlan is displayed as \"This place offers wireless internet access\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#internet", - "icon_url": "wifi" - }, - { - "key": "internet_access", - "value": "no", - "description": "internet_access=no is displayed as \"This place does not offer internet access\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#internet", - "icon_url": "wifi;cross_bottom_right:red" - }, - { - "key": "internet_access", - "value": "yes", - "description": "internet_access=yes is displayed as \"This place offers internet access\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#internet", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access", - "value": "terminal", - "description": "internet_access=terminal is displayed as \"This place offers internet access via a terminal or computer\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#internet", - "icon_url": "computer" - }, - { - "key": "internet_access", - "value": "wired", - "description": "internet_access=wired is displayed as \"This place offers wired internet access\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#internet", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access", - "value": "terminal;wifi", - "description": "internet_access=terminal;wifi is displayed as \"This place offers both wireless internet and internet access via a terminal or computer\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#internet", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access:fee", - "value": "yes", - "description": "internet_access:fee=yes is displayed as \"There is a fee for the internet access at this place\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#internet_fee", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access:fee", - "value": "no", - "description": "internet_access:fee=no is displayed as \"Internet access is free at this place\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#internet_fee", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access:fee", - "value": "customers", - "description": "internet_access:fee=customers is displayed as \"Internet access is free at this place, for customers only\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#internet_fee", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access:ssid", - "description": "Values of `internet_access:ssid` are shown with \"The network name is {internet_access:ssid}\" and can be updated. The question is \"What is the network name for the wireless internet access?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#internet_ssid", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access:ssid", - "value": "Telekom", - "description": "internet_access:ssid=Telekom is displayed as \"Telekom\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#internet_ssid", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "organic", - "value": "yes", - "description": "organic=yes is displayed as \"This shop offers organic products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#organic", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "organic", - "value": "only", - "description": "organic=only is displayed as \"This shop only offers organic products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#organic", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "organic", - "value": "no", - "description": "organic=no is displayed as \"This shop does not offer organic products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#organic", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:sugar_free", - "value": "only", - "description": "diet:sugar_free=only is displayed as \"This shop only sells sugar free products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#sugar_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:sugar_free", - "value": "yes", - "description": "diet:sugar_free=yes is displayed as \"This shop has a big sugar free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#sugar_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:sugar_free", - "value": "limited", - "description": "diet:sugar_free=limited is displayed as \"This shop has a limited sugar free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#sugar_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:sugar_free", - "value": "no", - "description": "diet:sugar_free=no is displayed as \"This shop has no sugar free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#sugar_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:gluten_free", - "value": "only", - "description": "diet:gluten_free=only is displayed as \"This shop only sells gluten free products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#gluten_free", - "icon_url": "./assets/layers/questions/glutenfree.svg" - }, - { - "key": "diet:gluten_free", - "value": "yes", - "description": "diet:gluten_free=yes is displayed as \"This shop has a big gluten free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#gluten_free", - "icon_url": "./assets/layers/questions/glutenfree.svg" - }, - { - "key": "diet:gluten_free", - "value": "limited", - "description": "diet:gluten_free=limited is displayed as \"This shop has a limited gluten free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#gluten_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:gluten_free", - "value": "no", - "description": "diet:gluten_free=no is displayed as \"This shop has no gluten free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#gluten_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:lactose_free", - "value": "only", - "description": "diet:lactose_free=only is displayed as \"Only sells lactose free products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#lactose_free", - "icon_url": "./assets/layers/questions/lactose_free.svg" - }, - { - "key": "diet:lactose_free", - "value": "yes", - "description": "diet:lactose_free=yes is displayed as \"Big lactose free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#lactose_free", - "icon_url": "./assets/layers/questions/lactose_free.svg" - }, - { - "key": "diet:lactose_free", - "value": "limited", - "description": "diet:lactose_free=limited is displayed as \"Limited lactose free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#lactose_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:lactose_free", - "value": "no", - "description": "diet:lactose_free=no is displayed as \"No lactose free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#lactose_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "dog", - "value": "yes", - "description": "dog=yes is displayed as \"Dogs are allowed\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_allowed.svg" - }, - { - "key": "dog", - "value": "no", - "description": "dog=no is displayed as \"Dogs are not allowed\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#dog_access", - "icon_url": "./assets/layers/questions/no_dogs.svg" - }, - { - "key": "dog", - "value": "leashed", - "description": "dog=leashed is displayed as \"Dogs are allowed, but they have to be leashed\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_leashed.svg" - }, - { - "key": "dog", - "value": "unleashed", - "description": "dog=unleashed is displayed as \"Dogs are allowed and can run around freely\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_allowed.svg" - }, - { - "key": "dog", - "value": "outside", - "description": "dog=outside is displayed as \"Dogs are allowed only outside\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_outside.svg" - }, - { - "key": "description", - "description": "Values of `description` are shown with \"{description}\" and can be updated. The question is \"Is there still some relevant info that the previous questions did not cover? Feel free to add it here.\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/medical_shops.md#description", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_hotels.json b/Docs/TagInfo/mapcomplete_hotels.json deleted file mode 100644 index 10e57a14a4..0000000000 --- a/Docs/TagInfo/mapcomplete_hotels.json +++ /dev/null @@ -1,347 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Hotels", - "description": "On this map, you'll find hotels in your area", - "project_url": "https://mapcomplete.org/hotels", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/layers/tourism_accomodation/hotel.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "tourism", - "value": "hotel", - "description": "Features with this tag are displayed by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "tourism", - "value": "hostel", - "description": "Features with this tag are displayed by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "tourism", - "value": "apartment", - "description": "Features with this tag are displayed by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "tourism", - "value": "chalet", - "description": "Features with this tag are displayed by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "tourism", - "value": "motel", - "description": "Features with this tag are displayed by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "tourism", - "value": "guest_house", - "description": "Features with this tag are displayed by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "tourism", - "value": "camp_site", - "description": "Features with this tag are displayed by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Tourism accomodation, Love hotels", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Tourism accomodation, Love hotels", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#images", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Tourism accomodation, Love hotels", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#images", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Tourism accomodation, Love hotels", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#images", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Tourism accomodation, Love hotels", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#images", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Tourism accomodation, Love hotels", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#images", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"{name}\" and can be updated. The question is \"What is the name of this {title()}?\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#name", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "group_only", - "value": "yes", - "description": "group_only=yes is displayed as \"This hostel is exclusively for groups\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#group_only", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "group_only", - "value": "no", - "description": "group_only=no is displayed as \"This hostel is not exclusively for groups\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#group_only", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "brand", - "description": "Values of `brand` are shown with \"Part of {brand}\" and can be updated. The question is \"Is {title()} part of a bigger brand?\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#brand", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "nobrand", - "value": "yes", - "description": "nobrand=yes is displayed as \"Not part of a bigger brand\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#brand", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}\" and can be updated. The question is \"What is the phone number of {title()}?\" by layers Tourism accomodation, Love hotels", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "contact:phone", - "description": "contact:phone~.+ is displayed as \"{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}\" by layers Tourism accomodation, Love hotels", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"{email}\" and can be updated. The question is \"What is the email address of {title()}?\" by layers Tourism accomodation, Love hotels", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "contact:email", - "description": "contact:email~.+ is displayed as \"{contact:email}\" by layers Tourism accomodation, Love hotels", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "operator:email", - "description": "operator:email~.+ is displayed as \"{operator:email}\" by layers Tourism accomodation, Love hotels", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{website}\" and can be updated. The question is \"What is the website of {title()}?\" by layers Tourism accomodation, Love hotels", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layers Tourism accomodation, Love hotels", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "wheelchair", - "value": "designated", - "description": "wheelchair=designated is displayed as \"This place is specially adapted for wheelchair users\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#wheelchair_access", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "wheelchair", - "value": "yes", - "description": "wheelchair=yes is displayed as \"This place is easily reachable with a wheelchair\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#wheelchair_access", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "wheelchair", - "value": "limited", - "description": "wheelchair=limited is displayed as \"It is possible to reach this place in a wheelchair, but it is not easy\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#wheelchair_access", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "wheelchair", - "value": "no", - "description": "wheelchair=no is displayed as \"This place is not reachable with a wheelchair\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#wheelchair_access", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "toilets:wheelchair", - "value": "yes", - "description": "toilets:wheelchair=yes is displayed as \"There is a dedicated toilet for wheelchair users\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#toilets_wheelchair", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "toilets:wheelchair", - "value": "no", - "description": "toilets:wheelchair=no is displayed as \"No wheelchair access\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#toilets_wheelchair", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "toilets:wheelchair", - "value": "designated", - "description": "toilets:wheelchair=designated is displayed as \"There is only a dedicated toilet for wheelchair users\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#toilets_wheelchair", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "internet_access", - "value": "wlan", - "description": "internet_access=wlan is displayed as \"This place offers wireless internet access\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#internet", - "icon_url": "wifi" - }, - { - "key": "internet_access", - "value": "no", - "description": "internet_access=no is displayed as \"This place does not offer internet access\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#internet", - "icon_url": "wifi;cross_bottom_right:red" - }, - { - "key": "internet_access", - "value": "yes", - "description": "internet_access=yes is displayed as \"This place offers internet access\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#internet", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "internet_access", - "value": "terminal", - "description": "internet_access=terminal is displayed as \"This place offers internet access via a terminal or computer\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#internet", - "icon_url": "computer" - }, - { - "key": "internet_access", - "value": "wired", - "description": "internet_access=wired is displayed as \"This place offers wired internet access\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#internet", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "internet_access", - "value": "terminal;wifi", - "description": "internet_access=terminal;wifi is displayed as \"This place offers both wireless internet and internet access via a terminal or computer\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#internet", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "internet_access:fee", - "value": "yes", - "description": "internet_access:fee=yes is displayed as \"There is a fee for the internet access at this place\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#internet_fee", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "internet_access:fee", - "value": "no", - "description": "internet_access:fee=no is displayed as \"Internet access is free at this place\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#internet_fee", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "internet_access:fee", - "value": "customers", - "description": "internet_access:fee=customers is displayed as \"Internet access is free at this place, for customers only\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#internet_fee", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "internet_access:ssid", - "description": "Values of `internet_access:ssid` are shown with \"The network name is {internet_access:ssid}\" and can be updated. The question is \"What is the network name for the wireless internet access?\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#internet_ssid", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "internet_access:ssid", - "value": "Telekom", - "description": "internet_access:ssid=Telekom is displayed as \"Telekom\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#internet_ssid", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "dog", - "value": "yes", - "description": "dog=yes is displayed as \"Dogs are allowed\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_allowed.svg" - }, - { - "key": "dog", - "value": "no", - "description": "dog=no is displayed as \"Dogs are not allowed\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#dog_access", - "icon_url": "./assets/layers/questions/no_dogs.svg" - }, - { - "key": "dog", - "value": "leashed", - "description": "dog=leashed is displayed as \"Dogs are allowed, but they have to be leashed\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_leashed.svg" - }, - { - "key": "dog", - "value": "unleashed", - "description": "dog=unleashed is displayed as \"Dogs are allowed and can run around freely\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_allowed.svg" - }, - { - "key": "dog", - "value": "outside", - "description": "dog=outside is displayed as \"Dogs are allowed only outside\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_outside.svg" - }, - { - "key": "amenity", - "value": "love_hotel", - "description": "Features with this tag are displayed by layer Love hotels", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/love_hotel.md", - "icon_url": "ring" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This love hotel is named {name}\" and can be updated. The question is \"What is the name of this love hotel?\" by layer Love hotels", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/love_hotel.md#name", - "icon_url": "ring" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_icecream.json b/Docs/TagInfo/mapcomplete_icecream.json deleted file mode 100644 index da3aa00029..0000000000 --- a/Docs/TagInfo/mapcomplete_icecream.json +++ /dev/null @@ -1,279 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Icecream", - "description": "A map showing ice cream parlors and ice cream vending machines", - "project_url": "https://mapcomplete.org/icecream", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/layers/ice_cream/ice_cream.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "amenity", - "value": "ice_cream", - "description": "Features with this tag are displayed by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#images", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#images", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#images", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#images", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#images", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This ice cream parlor is named {name}\" and can be updated. The question is \"What is the name of this ice cream parlor?\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#1", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"What are the opening hours of {title()}?\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#opening_hours", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#opening_hours", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}\" and can be updated. The question is \"What is the phone number of {title()}?\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "contact:phone", - "description": "contact:phone~.+ is displayed as \"{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"{email}\" and can be updated. The question is \"What is the email address of {title()}?\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "contact:email", - "description": "contact:email~.+ is displayed as \"{contact:email}\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "operator:email", - "description": "operator:email~.+ is displayed as \"{operator:email}\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{website}\" and can be updated. The question is \"What is the website of {title()}?\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "diet:sugar_free", - "value": "only", - "description": "diet:sugar_free=only is displayed as \"This shop only sells sugar free products\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#sugar_free", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "diet:sugar_free", - "value": "yes", - "description": "diet:sugar_free=yes is displayed as \"This shop has a big sugar free offering\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#sugar_free", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "diet:sugar_free", - "value": "limited", - "description": "diet:sugar_free=limited is displayed as \"This shop has a limited sugar free offering\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#sugar_free", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "diet:sugar_free", - "value": "no", - "description": "diet:sugar_free=no is displayed as \"This shop has no sugar free offering\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#sugar_free", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "diet:lactose_free", - "value": "only", - "description": "diet:lactose_free=only is displayed as \"Only sells lactose free products\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#lactose_free", - "icon_url": "./assets/layers/questions/lactose_free.svg" - }, - { - "key": "diet:lactose_free", - "value": "yes", - "description": "diet:lactose_free=yes is displayed as \"Big lactose free offering\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#lactose_free", - "icon_url": "./assets/layers/questions/lactose_free.svg" - }, - { - "key": "diet:lactose_free", - "value": "limited", - "description": "diet:lactose_free=limited is displayed as \"Limited lactose free offering\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#lactose_free", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "diet:lactose_free", - "value": "no", - "description": "diet:lactose_free=no is displayed as \"No lactose free offering\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#lactose_free", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "diet:gluten_free", - "value": "only", - "description": "diet:gluten_free=only is displayed as \"This shop only sells gluten free products\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#gluten_free", - "icon_url": "./assets/layers/questions/glutenfree.svg" - }, - { - "key": "diet:gluten_free", - "value": "yes", - "description": "diet:gluten_free=yes is displayed as \"This shop has a big gluten free offering\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#gluten_free", - "icon_url": "./assets/layers/questions/glutenfree.svg" - }, - { - "key": "diet:gluten_free", - "value": "limited", - "description": "diet:gluten_free=limited is displayed as \"This shop has a limited gluten free offering\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#gluten_free", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "diet:gluten_free", - "value": "no", - "description": "diet:gluten_free=no is displayed as \"This shop has no gluten free offering\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#gluten_free", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "diet:vegan", - "value": "only", - "description": "diet:vegan=only is displayed as \"This place only sells vegan products\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#vegan", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "diet:vegan", - "value": "yes", - "description": "diet:vegan=yes is displayed as \"This shop has a big vegan offering\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#vegan", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "diet:vegan", - "value": "limited", - "description": "diet:vegan=limited is displayed as \"This shop has a limited vegan offering\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#vegan", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "diet:vegan", - "value": "no", - "description": "diet:vegan=no is displayed as \"This shop has no vegan offering\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#vegan", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "payment:cash", - "value": "yes", - "description": "payment:cash=yes is displayed as \"Cash is accepted here\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#payment_options", - "icon_url": "./assets/layers/questions/cash.svg" - }, - { - "key": "payment:cards", - "value": "yes", - "description": "payment:cards=yes is displayed as \"Payment cards are accepted here\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#payment_options", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:qr_code", - "value": "yes", - "description": "payment:qr_code=yes is displayed as \"Payment by QR-code is possible here\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#payment_options", - "icon_url": "./assets/layers/questions/qrcode.svg" - }, - { - "key": "wheelchair", - "value": "designated", - "description": "wheelchair=designated is displayed as \"This place is specially adapted for wheelchair users\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#wheelchair_access", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "wheelchair", - "value": "yes", - "description": "wheelchair=yes is displayed as \"This place is easily reachable with a wheelchair\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#wheelchair_access", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "wheelchair", - "value": "limited", - "description": "wheelchair=limited is displayed as \"It is possible to reach this place in a wheelchair, but it is not easy\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#wheelchair_access", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "wheelchair", - "value": "no", - "description": "wheelchair=no is displayed as \"This place is not reachable with a wheelchair\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#wheelchair_access", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_indoors.json b/Docs/TagInfo/mapcomplete_indoors.json deleted file mode 100644 index 8ba1d6e0c2..0000000000 --- a/Docs/TagInfo/mapcomplete_indoors.json +++ /dev/null @@ -1,952 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Indoors", - "description": "On this map, publicly accessible indoor places are shown", - "project_url": "https://mapcomplete.org/indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/layers/entrance/entrance.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "indoor", - "value": "room", - "description": "Features with this tag are displayed by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md" - }, - { - "key": "indoor", - "value": "area", - "description": "Features with this tag are displayed by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md" - }, - { - "key": "indoor", - "value": "wall", - "description": "Features with this tag are displayed by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md" - }, - { - "key": "indoor", - "value": "door", - "description": "Features with this tag are displayed by layers Indoors, Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md" - }, - { - "key": "indoor", - "value": "level", - "description": "Features with this tag are displayed by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Indoors, Elevator, Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Indoors, Elevator, Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#images" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Indoors, Elevator, Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#images" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Indoors, Elevator, Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#images" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Indoors, Elevator, Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#images" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Indoors, Elevator, Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#images" - }, - { - "key": "level", - "description": "Values of `level` are shown with \"Located on the {level}th floor\" and can be updated. The question is \"On what level is this feature located?\" by layers Indoors, Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#single_level" - }, - { - "key": "location", - "value": "underground", - "description": "location=underground is displayed as \"Located underground\" by layers Indoors, Elevator, Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#single_level" - }, - { - "key": "level", - "value": "0", - "description": "level=0 is displayed as \"Located on the ground floor\" by layers Indoors, Elevator, Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#single_level" - }, - { - "key": "level", - "description": "level= is displayed as \"Located on the ground floor\" by layers Indoors, Elevator, Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#single_level" - }, - { - "key": "level", - "value": "1", - "description": "level=1 is displayed as \"Located on the first floor\" by layers Indoors, Elevator, Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#single_level" - }, - { - "key": "level", - "value": "-1", - "description": "level=-1 is displayed as \"Located on the first basement level\" by layers Indoors, Elevator, Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#single_level" - }, - { - "key": "ref", - "description": "Values of `ref` are shown with \"This room has the reference number {ref}\" and can be updated. The question is \"What is the reference number of this room?\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#ref" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This room is named {name}\" and can be updated. The question is \"What is the name of this room?\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#name" - }, - { - "key": "room", - "value": "administration", - "description": "room=administration is displayed as \"This is a administrative room\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#room_type", - "icon_url": "./assets/layers/indoors/room_administration.svg" - }, - { - "key": "room", - "value": "auditorium", - "description": "room=auditorium is displayed as \"This is a auditorium\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#room_type", - "icon_url": "./assets/layers/indoors/room_auditorium.svg" - }, - { - "key": "room", - "value": "bedroom", - "description": "room=bedroom is displayed as \"This is a bedroom\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#room_type", - "icon_url": "./assets/layers/indoors/room_bedroom.svg" - }, - { - "key": "room", - "value": "chapel", - "description": "room=chapel is displayed as \"This is a chapel\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#room_type", - "icon_url": "./assets/layers/indoors/room_chapel.svg" - }, - { - "key": "room", - "value": "class", - "description": "room=class is displayed as \"This is a classroom\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#room_type", - "icon_url": "./assets/layers/indoors/room_class.svg" - }, - { - "key": "room", - "value": "classroom", - "description": "room=classroom is displayed as \"This is a classroom\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#room_type", - "icon_url": "./assets/layers/indoors/room_class.svg" - }, - { - "key": "room", - "value": "computer", - "description": "room=computer is displayed as \"This is a computer room\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#room_type", - "icon_url": "./assets/layers/indoors/room_computer.svg" - }, - { - "key": "room", - "value": "conference", - "description": "room=conference is displayed as \"This is a conference room\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#room_type", - "icon_url": "./assets/layers/indoors/room_conference.svg" - }, - { - "key": "room", - "value": "crypt", - "description": "room=crypt is displayed as \"This is a crypt\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#room_type", - "icon_url": "./assets/layers/indoors/room_crypt.svg" - }, - { - "key": "room", - "value": "kitchen", - "description": "room=kitchen is displayed as \"This is a kitchen\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#room_type", - "icon_url": "./assets/layers/indoors/room_kitchen.svg" - }, - { - "key": "room", - "value": "laboratory", - "description": "room=laboratory is displayed as \"This is a laboratory\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#room_type", - "icon_url": "./assets/layers/indoors/room_laboratory.svg" - }, - { - "key": "room", - "value": "library", - "description": "room=library is displayed as \"This is a library\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#room_type", - "icon_url": "./assets/layers/indoors/room_library.svg" - }, - { - "key": "room", - "value": "locker", - "description": "room=locker is displayed as \"This is a locker room\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#room_type", - "icon_url": "./assets/layers/indoors/room_locker.svg" - }, - { - "key": "room", - "value": "nursery", - "description": "room=nursery is displayed as \"This is a nursery\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#room_type", - "icon_url": "./assets/layers/indoors/room_nursery.svg" - }, - { - "key": "room", - "value": "office", - "description": "room=office is displayed as \"This is an office\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#room_type", - "icon_url": "./assets/layers/indoors/room_office.svg" - }, - { - "key": "room", - "value": "printer", - "description": "room=printer is displayed as \"This is a copy room\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#room_type" - }, - { - "key": "room", - "value": "prison_cell", - "description": "room=prison_cell is displayed as \"This is a prison_cell\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#room_type", - "icon_url": "./assets/layers/indoors/room_prison_cell.svg" - }, - { - "key": "room", - "value": "restaurant", - "description": "room=restaurant is displayed as \"This is a restaurant\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#room_type", - "icon_url": "./assets/layers/indoors/room_restaurant.svg" - }, - { - "key": "room", - "value": "security_check", - "description": "room=security_check is displayed as \"This is a room to perform security checks\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#room_type", - "icon_url": "./assets/layers/indoors/room_security_check.svg" - }, - { - "key": "room", - "value": "sport", - "description": "room=sport is displayed as \"This is a sport room\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#room_type", - "icon_url": "./assets/layers/indoors/room_sport.svg" - }, - { - "key": "room", - "value": "storage", - "description": "room=storage is displayed as \"This is a storage room\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#room_type", - "icon_url": "./assets/layers/indoors/room_storage.svg" - }, - { - "key": "room", - "value": "technical", - "description": "room=technical is displayed as \"This is a technical room\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#room_type", - "icon_url": "./assets/layers/indoors/room_technical.svg" - }, - { - "key": "room", - "value": "toilets", - "description": "room=toilets is displayed as \"These are toilets\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#room_type", - "icon_url": "./assets/layers/indoors/room_toilets.svg" - }, - { - "key": "room", - "value": "waiting", - "description": "room=waiting is displayed as \"This is a waiting room\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#room_type", - "icon_url": "./assets/layers/indoors/room_waiting.svg" - }, - { - "key": "capacity", - "description": "Values of `capacity` are shown with \"At most {capacity} people fit this room\" and can be updated. The question is \"How much people can at most fit in this room?\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#room_capacity" - }, - { - "key": "name:etymology:wikidata", - "description": "Values of `name:etymology:wikidata` are shown with \"

Wikipedia article of the name giver

{wikipedia(name:etymology:wikidata):max-height:20rem}\" and can be updated. The question is \"What is the Wikidata-item that this object is named after?\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#wikipedia_etymology" - }, - { - "key": "access", - "description": "Values of `access` are shown with \"Access is {access}\" and can be updated. The question is \"Are these toilets publicly accessible?\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#toilet_access" - }, - { - "key": "access", - "value": "yes", - "description": "access=yes is displayed as \"Public access\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#toilet_access" - }, - { - "key": "access", - "value": "customers", - "description": "access=customers is displayed as \"Only access to customers\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#toilet_access", - "icon_url": "key" - }, - { - "key": "access", - "value": "no", - "description": "access=no is displayed as \"Not accessible\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#toilet_access", - "icon_url": "lock" - }, - { - "key": "access", - "value": "key", - "description": "access=key is displayed as \"Accessible, but one has to ask a key to enter\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#toilet_access", - "icon_url": "key" - }, - { - "key": "access", - "value": "public", - "description": "access=public is displayed as \"Public access\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#toilet_access" - }, - { - "key": "fee", - "value": "yes", - "description": "fee=yes is displayed as \"These are paid toilets\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#toilets_fee" - }, - { - "key": "fee", - "value": "no", - "description": "fee=no is displayed as \"Free to use\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#toilets_fee" - }, - { - "key": "charge", - "description": "Values of `charge` are shown with \"The fee is {charge}\" and can be updated. The question is \"How much does one have to pay for these toilets?\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#toilet_charge" - }, - { - "key": "payment:cash", - "value": "yes", - "description": "payment:cash=yes is displayed as \"Cash is accepted here\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#payment_options_split", - "icon_url": "./assets/layers/questions/cash.svg" - }, - { - "key": "payment:cards", - "value": "yes", - "description": "payment:cards=yes is displayed as \"Payment cards are accepted here\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#payment_options_split", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:qr_code", - "value": "yes", - "description": "payment:qr_code=yes is displayed as \"Payment by QR-code is possible here\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#payment_options_split", - "icon_url": "./assets/layers/questions/qrcode.svg" - }, - { - "key": "payment:coins", - "value": "yes", - "description": "payment:coins=yes is displayed as \"Coins are accepted here\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#payment_options_split", - "icon_url": "./assets/layers/questions/coins.svg" - }, - { - "key": "payment:notes", - "value": "yes", - "description": "payment:notes=yes is displayed as \"Bank notes are accepted here\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#payment_options_split", - "icon_url": "./assets/layers/questions/notes.svg" - }, - { - "key": "payment:debit_cards", - "value": "yes", - "description": "payment:debit_cards=yes is displayed as \"Debit cards are accepted here\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#payment_options_split", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:credit_cards", - "value": "yes", - "description": "payment:credit_cards=yes is displayed as \"Credit cards are accepted here\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#payment_options_split", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"When are these toilets opened?\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#opening_hours_24_7" - }, - { - "key": "opening_hours", - "value": "24/7", - "description": "opening_hours=24/7 is displayed as \"24/7 opened (including holidays)\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#opening_hours_24_7", - "icon_url": "./assets/layers/questions/open24_7.svg" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#opening_hours_24_7" - }, - { - "key": "wheelchair", - "value": "yes", - "description": "wheelchair=yes is displayed as \"There is a dedicated toilet for wheelchair users\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#toilets_wheelchair" - }, - { - "key": "wheelchair", - "value": "no", - "description": "wheelchair=no is displayed as \"No wheelchair access\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#toilets_wheelchair" - }, - { - "key": "wheelchair", - "value": "designated", - "description": "wheelchair=designated is displayed as \"There is only a dedicated toilet for wheelchair users\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#toilets_wheelchair" - }, - { - "key": "door:width", - "description": "Values of `door:width` are shown with \"The door to the wheelchair-accessible toilet is {canonical(door:width)} wide\" and can be updated. The question is \"What is the width of the door to the wheelchair accessible toilet?\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#wheelchair_door_width" - }, - { - "key": "toilets:position", - "value": "seated", - "description": "toilets:position=seated is displayed as \"There are only seated toilets\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#toilets_type" - }, - { - "key": "toilets:position", - "value": "urinal", - "description": "toilets:position=urinal is displayed as \"There are only urinals here\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#toilets_type" - }, - { - "key": "toilets:position", - "value": "squat", - "description": "toilets:position=squat is displayed as \"There are only squat toilets here\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#toilets_type" - }, - { - "key": "toilets:position", - "value": "seated;urinal", - "description": "toilets:position=seated;urinal is displayed as \"Both seated toilets and urinals are available here\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#toilets_type" - }, - { - "key": "changing_table", - "value": "yes", - "description": "changing_table=yes is displayed as \"A changing table is available\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#toilets_changing_table", - "icon_url": "./assets/layers/toilet/baby.svg" - }, - { - "key": "changing_table", - "value": "no", - "description": "changing_table=no is displayed as \"No changing table is available\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#toilets_changing_table" - }, - { - "key": "changing_table:location", - "description": "Values of `changing_table:location` are shown with \"A changing table is located at {changing_table:location}\" and can be updated. The question is \"Where is the changing table located?\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#toilet_changing_table_location" - }, - { - "key": "changing_table:location", - "value": "female_toilet", - "description": "changing_table:location=female_toilet is displayed as \"A changing table is in the toilet for women\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#toilet_changing_table_location" - }, - { - "key": "changing_table:location", - "value": "male_toilet", - "description": "changing_table:location=male_toilet is displayed as \"A changing table is in the toilet for men\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#toilet_changing_table_location" - }, - { - "key": "changing_table:location", - "value": "wheelchair_toilet", - "description": "changing_table:location=wheelchair_toilet is displayed as \"A changing table is in the toilet for wheelchair users\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#toilet_changing_table_location" - }, - { - "key": "changing_table:location", - "value": "dedicated_room", - "description": "changing_table:location=dedicated_room is displayed as \"A changing table is in a dedicated room\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#toilet_changing_table_location" - }, - { - "key": "toilets:paper_supplied", - "value": "yes", - "description": "toilets:paper_supplied=yes is displayed as \"This toilet is equipped with toilet paper\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#toilet_has_paper" - }, - { - "key": "toilets:paper_supplied", - "value": "no", - "description": "toilets:paper_supplied=no is displayed as \"You have to bring your own toilet paper to this toilet\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#toilet_has_paper" - }, - { - "key": "toilets:handwashing", - "value": "yes", - "description": "toilets:handwashing=yes is displayed as \"These toilets have a sink to wash your hands\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#toilet_handwashing" - }, - { - "key": "toilets:handwashing", - "value": "no", - "description": "toilets:handwashing=no is displayed as \"These toilets don't have a sink to wash your hands\" by layer Indoors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/indoors.md#toilet_handwashing" - }, - { - "key": "highway", - "value": "footway", - "description": "Features with this tag are displayed by layer Pedestrian paths", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pedestrian_path.md", - "icon_url": "./assets/svg/bug.svg" - }, - { - "key": "highway", - "value": "path", - "description": "Features with this tag are displayed by layer Pedestrian paths", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pedestrian_path.md", - "icon_url": "./assets/svg/bug.svg" - }, - { - "key": "highway", - "value": "corridor", - "description": "Features with this tag are displayed by layer Pedestrian paths", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pedestrian_path.md", - "icon_url": "./assets/svg/bug.svg" - }, - { - "key": "highway", - "value": "steps", - "description": "Features with this tag are displayed by layer Pedestrian paths", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pedestrian_path.md", - "icon_url": "./assets/svg/bug.svg" - }, - { - "key": "highway", - "value": "elevator", - "description": "Features with this tag are displayed by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md", - "icon_url": "./assets/layers/elevator/elevator_wheelchair.svg" - }, - { - "key": "level", - "description": "Values of `level` are shown with \"This elevator goes to floors {level}\" and can be updated. The question is \"What levels does this elevator go to?\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#multilevels", - "icon_url": "./assets/layers/elevator/elevator_wheelchair.svg" - }, - { - "key": "operational_status", - "value": "broken", - "description": "operational_status=broken is displayed as \"This elevator is broken\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#operational_status", - "icon_url": "close:red" - }, - { - "key": "operational_status", - "value": "closed", - "description": "operational_status=closed is displayed as \"This elevator is closed e.g. because renovation works are going on\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#operational_status", - "icon_url": "invalid:red" - }, - { - "key": "operational_status", - "value": "ok", - "description": "operational_status=ok is displayed as \"This elevator works\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#operational_status", - "icon_url": "./assets/layers/elevator/elevator_wheelchair.svg" - }, - { - "key": "operational_status", - "description": "operational_status= is displayed as \"This elevator works\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#operational_status", - "icon_url": "./assets/layers/elevator/elevator_wheelchair.svg" - }, - { - "key": "door:width", - "description": "Values of `door:width` are shown with \"This elevator's doors have a width of {canonical(door:width)}\" and can be updated. The question is \"What is the width of this elevator's entrance?\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#door_width", - "icon_url": "./assets/layers/elevator/elevator_wheelchair.svg" - }, - { - "key": "shape", - "value": "rectangular", - "description": "shape=rectangular is displayed as \"This elevator has a rectangular shape\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#elevator_shape", - "icon_url": "./assets/svg/square.svg" - }, - { - "key": "shape", - "value": "circular", - "description": "shape=circular is displayed as \"This elevator has a circular shape\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#elevator_shape", - "icon_url": "./assets/svg/circle.svg" - }, - { - "key": "width", - "description": "Values of `width` are shown with \"This elevator has a width of {canonical(width)}\" and can be updated. The question is \"What is the width of this elevator?\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#elevator_width", - "icon_url": "./assets/layers/elevator/elevator_wheelchair.svg" - }, - { - "key": "length", - "description": "Values of `length` are shown with \"This elevator has a depth of {canonical(length)}\" and can be updated. The question is \"What is the depth of this elevator?\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#elevator_depth", - "icon_url": "./assets/layers/elevator/elevator_wheelchair.svg" - }, - { - "key": "diameter", - "description": "Values of `diameter` are shown with \"This elevator has a diameter of {canonical(diameter)}\" and can be updated. The question is \"What is the diameter of this elevator?\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#elevator_diameter", - "icon_url": "./assets/layers/elevator/elevator_wheelchair.svg" - }, - { - "key": "handrail", - "value": "yes", - "description": "handrail=yes is displayed as \"This elevator has a handrail in the cabin\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#handrail", - "icon_url": "./assets/layers/elevator/elevator_wheelchair.svg" - }, - { - "key": "handrail", - "value": "no", - "description": "handrail=no is displayed as \"This elevator does not have a handrail\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#handrail", - "icon_url": "./assets/layers/elevator/elevator_wheelchair.svg" - }, - { - "key": "hearing_loop", - "value": "yes", - "description": "hearing_loop=yes is displayed as \"This place has an audio induction loop\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#induction_loop", - "icon_url": "./assets/layers/questions/audio_induction_loop.svg" - }, - { - "key": "hearing_loop", - "value": "no", - "description": "hearing_loop=no is displayed as \"This place does not have an audio induction loop\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#induction_loop", - "icon_url": "./assets/layers/questions/audio_induction_loop_missing.svg" - }, - { - "key": "tactile_writing:braille", - "value": "yes", - "description": "tactile_writing:braille=yes is displayed as \"This elevator has tactile writing in Braille\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#tactile_writing_available", - "icon_url": "./assets/layers/elevator/elevator_wheelchair.svg" - }, - { - "key": "tactile_writing:braille", - "value": "no", - "description": "tactile_writing:braille=no is displayed as \"This elevator does not have tactile writing\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#tactile_writing_available", - "icon_url": "./assets/layers/elevator/elevator_wheelchair.svg" - }, - { - "key": "speech_output", - "value": "yes", - "description": "speech_output=yes is displayed as \"This elevator has speech output\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#speech_output_available", - "icon_url": "./assets/layers/elevator/elevator_wheelchair.svg" - }, - { - "key": "speech_output", - "value": "no", - "description": "speech_output=no is displayed as \"This elevator does not have speech output\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#speech_output_available", - "icon_url": "./assets/layers/elevator/elevator_wheelchair.svg" - }, - { - "key": "entrance", - "description": "Features with this tag are displayed by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "door", - "description": "Features with this tag are displayed by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "entrance", - "value": "yes", - "description": "entrance=yes is displayed as \"No specific entrance type is known\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Entrance_type", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "entrance", - "description": "entrance= & indoor=door is displayed as \"This is an indoor door, separating a room or a corridor within a single building\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Entrance_type", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "indoor", - "value": "door", - "description": "entrance= & indoor=door is displayed as \"This is an indoor door, separating a room or a corridor within a single building\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Entrance_type", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "indoor", - "description": "indoor= & entrance=main is displayed as \"This is the main entrance\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Entrance_type", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "entrance", - "value": "main", - "description": "indoor= & entrance=main is displayed as \"This is the main entrance\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Entrance_type", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "indoor", - "description": "indoor= & entrance=secondary is displayed as \"This is a secondary entrance\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Entrance_type", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "entrance", - "value": "secondary", - "description": "indoor= & entrance=secondary is displayed as \"This is a secondary entrance\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Entrance_type", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "indoor", - "description": "indoor= & entrance=service is displayed as \"This is a service entrance - normally only used for employees, delivery, …\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Entrance_type", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "entrance", - "value": "service", - "description": "indoor= & entrance=service is displayed as \"This is a service entrance - normally only used for employees, delivery, …\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Entrance_type", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "indoor", - "description": "indoor= & entrance=exit is displayed as \"This is an exit where one can not enter\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Entrance_type", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "entrance", - "value": "exit", - "description": "indoor= & entrance=exit is displayed as \"This is an exit where one can not enter\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Entrance_type", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "indoor", - "description": "indoor= & entrance=entrance is displayed as \"This is an entrance where one can only enter (but not exit)\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Entrance_type", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "entrance", - "value": "entrance", - "description": "indoor= & entrance=entrance is displayed as \"This is an entrance where one can only enter (but not exit)\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Entrance_type", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "indoor", - "description": "indoor= & entrance=emergency is displayed as \"This is emergency exit\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Entrance_type", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "entrance", - "value": "emergency", - "description": "indoor= & entrance=emergency is displayed as \"This is emergency exit\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Entrance_type", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "indoor", - "description": "indoor= & entrance=home is displayed as \"This is the entrance to a private home\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Entrance_type", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "entrance", - "value": "home", - "description": "indoor= & entrance=home is displayed as \"This is the entrance to a private home\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Entrance_type", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "door", - "value": "yes", - "description": "door=yes is displayed as \"The door type is not known\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Door_type", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "door", - "value": "hinged", - "description": "door=hinged is displayed as \"A classical, hinged door supported by joints\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Door_type", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "door", - "value": "revolving", - "description": "door=revolving is displayed as \"A revolving door which hangs on a central shaft, rotating within a cylindrical enclosure\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Door_type", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "door", - "value": "sliding", - "description": "door=sliding is displayed as \"A sliding door where the door slides sidewards, typically parallel with a wall\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Door_type", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "door", - "value": "overhead", - "description": "door=overhead is displayed as \"A door which rolls from overhead, typically seen for garages\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Door_type", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "door", - "value": "no", - "description": "door=no is displayed as \"This is an entrance without a physical door\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Door_type", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "automatic_door", - "value": "yes", - "description": "automatic_door=yes is displayed as \"This is an automatic door\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#automatic_door", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "automatic_door", - "value": "no", - "description": "automatic_door=no is displayed as \"This door is not automated\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#automatic_door", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "automatic_door", - "value": "motion", - "description": "automatic_door=motion is displayed as \"This door will open automatically when motion is detected\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#automatic_door", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "automatic_door", - "value": "floor", - "description": "automatic_door=floor is displayed as \"This door will open automatically when a sensor in the floor is triggered\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#automatic_door", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "automatic_door", - "value": "button", - "description": "automatic_door=button is displayed as \"This door will open automatically when a button is pressed\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#automatic_door", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "automatic_door", - "value": "slowdown_button", - "description": "automatic_door=slowdown_button is displayed as \"This door revolves automatically all the time, but has a button to slow it down, e.g. for wheelchair users\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#automatic_door", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "automatic_door", - "value": "continuous", - "description": "automatic_door=continuous is displayed as \"This door revolves automatically all the time\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#automatic_door", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "automatic_door", - "value": "serviced_on_button_press", - "description": "automatic_door=serviced_on_button_press is displayed as \"This door will be opened by staff when requested by pressing a button\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#automatic_door", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "automatic_door", - "value": "serviced_on_request", - "description": "automatic_door=serviced_on_request is displayed as \"This door will be opened by staff when requested\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#automatic_door", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "width", - "description": "Values of `width` are shown with \"This door has a width of {canonical(width)}\" and can be updated. The question is \"What is the width of this door/entrance?\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#width", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "kerb:height", - "description": "Values of `kerb:height` are shown with \"The kerb height of this door is {kerb:height}\" and can be updated. The question is \"What is the height of this kerb?\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#kerb_height", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "kerb:height", - "value": "0", - "description": "kerb:height=0 is displayed as \"This door does not have a kerb\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#kerb_height", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "ref", - "description": "Values of `ref` are shown with \"This door has {ref} as reference number\" and can be updated. The question is \"Does this door have a reference number?\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#ref", - "icon_url": "./assets/layers/entrance/entrance.svg" - }, - { - "key": "ref", - "description": "ref= is displayed as \"No reference number\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#ref", - "icon_url": "./assets/layers/entrance/entrance.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_insects.json b/Docs/TagInfo/mapcomplete_insects.json deleted file mode 100644 index dd893219b9..0000000000 --- a/Docs/TagInfo/mapcomplete_insects.json +++ /dev/null @@ -1,77 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Insect Hotels", - "description": "Insect hotels provide shelter for insects", - "project_url": "https://mapcomplete.org/insects", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/layers/insect_hotel/insect_hotel.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "man_made", - "value": "insect_hotel", - "description": "Features with this tag are displayed by layer Insect Hotels", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/insect_hotel.md", - "icon_url": "./assets/layers/insect_hotel/insect_hotel.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Insect Hotels, Beehives", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/insect_hotel.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Insect Hotels, Beehives", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/insect_hotel.md#images", - "icon_url": "./assets/layers/insect_hotel/insect_hotel.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Insect Hotels, Beehives", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/insect_hotel.md#images", - "icon_url": "./assets/layers/insect_hotel/insect_hotel.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Insect Hotels, Beehives", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/insect_hotel.md#images", - "icon_url": "./assets/layers/insect_hotel/insect_hotel.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Insect Hotels, Beehives", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/insect_hotel.md#images", - "icon_url": "./assets/layers/insect_hotel/insect_hotel.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Insect Hotels, Beehives", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/insect_hotel.md#images", - "icon_url": "./assets/layers/insect_hotel/insect_hotel.svg" - }, - { - "key": "man_made", - "value": "beehive", - "description": "Features with this tag are displayed by layer Beehives", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/beehive.md", - "icon_url": "./assets/layers/beehive/beehive.svg" - }, - { - "key": "capacity", - "description": "Values of `capacity` are shown with \"There are {capacity} beehives\" and can be updated. The question is \"How many beehives are there?\" by layer Beehives", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/beehive.md#capacity", - "icon_url": "./assets/layers/beehive/beehive.svg" - }, - { - "key": "capacity", - "value": "1", - "description": "capacity=1 is displayed as \"There is 1 beehive\" by layer Beehives", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/beehive.md#capacity", - "icon_url": "./assets/layers/beehive/beehive.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_kerbs_and_crossings.json b/Docs/TagInfo/mapcomplete_kerbs_and_crossings.json deleted file mode 100644 index 454e14207c..0000000000 --- a/Docs/TagInfo/mapcomplete_kerbs_and_crossings.json +++ /dev/null @@ -1,1435 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Kerbs and crossings", - "description": "A map showing kerbs and crossings", - "project_url": "https://mapcomplete.org/kerbs_and_crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/layers/kerbs/KerbIcon.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "highway", - "value": "cycleway", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway", - "value": "lane", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway", - "value": "shared_lane", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway", - "value": "track", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cyclestreet", - "value": "yes", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "residential", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "tertiary", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "unclassified", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "primary", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "secondary", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "tertiary_link", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "primary_link", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "secondary_link", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "service", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "footway", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "pedestrian", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "living_street", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "path", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "bicycle", - "value": "designated", - "description": "Features with this tag are displayed by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Cycleways and roads, Crossings, Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Cycleways and roads, Crossings, Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#images", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Cycleways and roads, Crossings, Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#images", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Cycleways and roads, Crossings, Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#images", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Cycleways and roads, Crossings, Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#images", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Cycleways and roads, Crossings, Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#images", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway", - "value": "shared_lane", - "description": "cycleway=shared_lane is displayed as \"There is a shared lane\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_type_for_a_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway", - "value": "lane", - "description": "cycleway=lane is displayed as \"There is a lane next to the road (separated with paint)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_type_for_a_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway", - "value": "track", - "description": "cycleway=track is displayed as \"There is a track, but no cycleway drawn separately from this road on the map.\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_type_for_a_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway", - "value": "separate", - "description": "cycleway=separate is displayed as \"There is a separately drawn cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_type_for_a_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway", - "value": "no", - "description": "cycleway=no is displayed as \"There is no cycleway\" by layers Cycleways and roads, Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_type_for_a_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "lit", - "value": "yes", - "description": "lit=yes is displayed as \"This street is lit\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_lit_", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "lit", - "value": "no", - "description": "lit=no is displayed as \"This road is not lit\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_lit_", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "lit", - "value": "sunset-sunrise", - "description": "lit=sunset-sunrise is displayed as \"This road is lit at night\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_lit_", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "lit", - "value": "24/7", - "description": "lit=24/7 is displayed as \"This road is lit 24/7\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_lit_", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cyclestreet", - "value": "yes", - "description": "cyclestreet=yes & maxspeed=30 & overtaking:motor_vehicle=no & proposed:cyclestreet= is displayed as \"This street is a cyclestreet (and has a speed limit of 30 km/h)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "maxspeed", - "value": "30", - "description": "cyclestreet=yes & maxspeed=30 & overtaking:motor_vehicle=no & proposed:cyclestreet= is displayed as \"This street is a cyclestreet (and has a speed limit of 30 km/h)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "overtaking:motor_vehicle", - "value": "no", - "description": "cyclestreet=yes & maxspeed=30 & overtaking:motor_vehicle=no & proposed:cyclestreet= is displayed as \"This street is a cyclestreet (and has a speed limit of 30 km/h)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "proposed:cyclestreet", - "description": "cyclestreet=yes & maxspeed=30 & overtaking:motor_vehicle=no & proposed:cyclestreet= is displayed as \"This street is a cyclestreet (and has a speed limit of 30 km/h)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "bicycle_road", - "value": "yes", - "description": "bicycle_road=yes is displayed as \"This street is a bicycle road\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "bicycle_road", - "value": "yes", - "description": "bicycle_road=yes & proposed:bicycle_road= & maxspeed=30 & source:maxspeed=DE:bicycle_road & vehicle=no & bicycle=designated is displayed as \"This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "proposed:bicycle_road", - "description": "bicycle_road=yes & proposed:bicycle_road= & maxspeed=30 & source:maxspeed=DE:bicycle_road & vehicle=no & bicycle=designated is displayed as \"This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "maxspeed", - "value": "30", - "description": "bicycle_road=yes & proposed:bicycle_road= & maxspeed=30 & source:maxspeed=DE:bicycle_road & vehicle=no & bicycle=designated is displayed as \"This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "source:maxspeed", - "value": "DE:bicycle_road", - "description": "bicycle_road=yes & proposed:bicycle_road= & maxspeed=30 & source:maxspeed=DE:bicycle_road & vehicle=no & bicycle=designated is displayed as \"This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "vehicle", - "value": "no", - "description": "bicycle_road=yes & proposed:bicycle_road= & maxspeed=30 & source:maxspeed=DE:bicycle_road & vehicle=no & bicycle=designated is displayed as \"This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "bicycle", - "value": "designated", - "description": "bicycle_road=yes & proposed:bicycle_road= & maxspeed=30 & source:maxspeed=DE:bicycle_road & vehicle=no & bicycle=designated is displayed as \"This street is a bicycle road (has a speed limit of 30 km/h and vehicles are not allowed) (sign will be asked later)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cyclestreet", - "value": "yes", - "description": "cyclestreet=yes & proposed:cyclestreet= is displayed as \"This street is a cyclestreet\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "proposed:cyclestreet", - "description": "cyclestreet=yes & proposed:cyclestreet= is displayed as \"This street is a cyclestreet\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cyclestreet", - "description": "cyclestreet= & proposed:cyclestreet=yes is displayed as \"This street will become a cyclestreet soon\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "proposed:cyclestreet", - "value": "yes", - "description": "cyclestreet= & proposed:cyclestreet=yes is displayed as \"This street will become a cyclestreet soon\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "bicycle_road", - "description": "bicycle_road= & proposed:bicycle_road=yes is displayed as \"This street will become a bicycle road soon\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "proposed:bicycle_road", - "value": "yes", - "description": "bicycle_road= & proposed:bicycle_road=yes is displayed as \"This street will become a bicycle road soon\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cyclestreet", - "description": "cyclestreet= & proposed:cyclestreet= & bicycle_road= & proposed:bicycle_road= & overtaking:motor_vehicle= is displayed as \"This street is not a cyclestreet\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "proposed:cyclestreet", - "description": "cyclestreet= & proposed:cyclestreet= & bicycle_road= & proposed:bicycle_road= & overtaking:motor_vehicle= is displayed as \"This street is not a cyclestreet\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "bicycle_road", - "description": "cyclestreet= & proposed:cyclestreet= & bicycle_road= & proposed:bicycle_road= & overtaking:motor_vehicle= is displayed as \"This street is not a cyclestreet\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "proposed:bicycle_road", - "description": "cyclestreet= & proposed:cyclestreet= & bicycle_road= & proposed:bicycle_road= & overtaking:motor_vehicle= is displayed as \"This street is not a cyclestreet\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "overtaking:motor_vehicle", - "description": "cyclestreet= & proposed:cyclestreet= & bicycle_road= & proposed:bicycle_road= & overtaking:motor_vehicle= is displayed as \"This street is not a cyclestreet\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#is_cyclestreet_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "traffic_sign", - "value": "DE:244.1,1020-30", - "description": "traffic_sign=DE:244.1,1020-30 is displayed as \"Residents allowed\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#supplementary_sign", - "icon_url": "./assets/themes/cyclestreets/Zeichen_244_1020-30.svg" - }, - { - "key": "traffic_sign", - "value": "DE:244.1,1022-12,1024-10", - "description": "traffic_sign=DE:244.1,1022-12,1024-10 is displayed as \"Motor vehicles allowed\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#supplementary_sign", - "icon_url": "./assets/themes/cyclestreets/Zeichen_244_KFZ_frei.svg" - }, - { - "key": "traffic_sign", - "value": "DE:244.1,1022-12", - "description": "traffic_sign=DE:244.1,1022-12 is displayed as \"Motorcycles allowed\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#supplementary_sign", - "icon_url": "./assets/themes/cyclestreets/Zeichen_244_1022-12.svg" - }, - { - "key": "traffic_sign", - "value": "DE:244.1,1024-10", - "description": "traffic_sign=DE:244.1,1024-10 is displayed as \"Cars allowed\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#supplementary_sign", - "icon_url": "./assets/themes/cyclestreets/Zeichen_244_1024-10.svg" - }, - { - "key": "traffic_sign", - "value": "DE:244.1", - "description": "traffic_sign=DE:244.1 is displayed as \"There are no supplementary signs at this bicycle road.\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#supplementary_sign", - "icon_url": "./assets/themes/cyclestreets/Zeichen_244.svg" - }, - { - "key": "maxspeed", - "description": "Values of `maxspeed` are shown with \"The maximum speed on this road is {maxspeed} km/h\" and can be updated. The question is \"What is the maximum speed in this street?\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Maxspeed__for_road_", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "maxspeed", - "value": "20", - "description": "maxspeed=20 is displayed as \"The maximum speed is 20 km/h\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Maxspeed__for_road_", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "maxspeed", - "value": "30", - "description": "maxspeed=30 is displayed as \"The maximum speed is 30 km/h\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Maxspeed__for_road_", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "maxspeed", - "value": "50", - "description": "maxspeed=50 is displayed as \"The maximum speed is 50 km/h\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Maxspeed__for_road_", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "maxspeed", - "value": "70", - "description": "maxspeed=70 is displayed as \"The maximum speed is 70 km/h\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Maxspeed__for_road_", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "maxspeed", - "value": "90", - "description": "maxspeed=90 is displayed as \"The maximum speed is 90 km/h\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Maxspeed__for_road_", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "description": "Values of `cycleway:surface` are shown with \"This cyleway is made of {cycleway:surface}\" and can be updated. The question is \"What is the surface of the cycleway made from?\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "unpaved", - "description": "cycleway:surface=unpaved is displayed as \"This cycleway is unpaved\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "paved", - "description": "cycleway:surface=paved is displayed as \"This cycleway is paved\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "asphalt", - "description": "cycleway:surface=asphalt is displayed as \"This cycleway is made of asphalt\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "paving_stones", - "description": "cycleway:surface=paving_stones is displayed as \"This cycleway is made of smooth paving stones\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "concrete", - "description": "cycleway:surface=concrete is displayed as \"This cycleway is made of concrete\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "cobblestone", - "description": "cycleway:surface=cobblestone is displayed as \"This cycleway is made of cobblestone (unhewn or sett)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "unhewn_cobblestone", - "description": "cycleway:surface=unhewn_cobblestone is displayed as \"This cycleway is made of raw, natural cobblestone\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "sett", - "description": "cycleway:surface=sett is displayed as \"This cycleway is made of flat, square cobblestone\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "wood", - "description": "cycleway:surface=wood is displayed as \"This cycleway is made of wood\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "gravel", - "description": "cycleway:surface=gravel is displayed as \"This cycleway is made of gravel\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "fine_gravel", - "description": "cycleway:surface=fine_gravel is displayed as \"This cycleway is made of fine gravel\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "pebblestone", - "description": "cycleway:surface=pebblestone is displayed as \"This cycleway is made of pebblestone\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:surface", - "value": "ground", - "description": "cycleway:surface=ground is displayed as \"This cycleway is made from raw ground\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_surface", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "incline", - "description": "Values of `incline` are shown with \"This road has an slope of {incline}\" and can be updated. The question is \"Does {title()} have an incline?\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#incline", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "incline", - "description": "incline= is displayed as \"There is (probably) no incline here\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#incline", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "incline", - "value": "up", - "description": "incline=up | incline=down | incline=yes is displayed as \"This road has a slope\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#incline", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "incline", - "value": "down", - "description": "incline=up | incline=down | incline=yes is displayed as \"This road has a slope\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#incline", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "incline", - "value": "yes", - "description": "incline=up | incline=down | incline=yes is displayed as \"This road has a slope\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#incline", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:smoothness", - "value": "excellent", - "description": "cycleway:smoothness=excellent is displayed as \"Usable for thin rollers: rollerblade, skateboard\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_smoothness", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:smoothness", - "value": "good", - "description": "cycleway:smoothness=good is displayed as \"Usable for thin wheels: racing bike\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_smoothness", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:smoothness", - "value": "intermediate", - "description": "cycleway:smoothness=intermediate is displayed as \"Usable for normal wheels: city bike, wheelchair, scooter\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_smoothness", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:smoothness", - "value": "bad", - "description": "cycleway:smoothness=bad is displayed as \"Usable for robust wheels: trekking bike, car, rickshaw\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_smoothness", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:smoothness", - "value": "very_bad", - "description": "cycleway:smoothness=very_bad is displayed as \"Usable for vehicles with high clearance: light duty off-road vehicle\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_smoothness", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:smoothness", - "value": "horrible", - "description": "cycleway:smoothness=horrible is displayed as \"Usable for off-road vehicles: heavy duty off-road vehicle\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_smoothness", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:smoothness", - "value": "very_horrible", - "description": "cycleway:smoothness=very_horrible is displayed as \"Usable for specialized off-road vehicles: tractor, ATV\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_smoothness", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:smoothness", - "value": "impassable", - "description": "cycleway:smoothness=impassable is displayed as \"Impassable / No wheeled vehicle\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Cycleway_smoothness", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "description": "Values of `surface` are shown with \"This road is made of {surface}\" and can be updated. The question is \"What is the surface of the street made from?\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "unpaved", - "description": "surface=unpaved is displayed as \"This cycleway is unhardened\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "paved", - "description": "surface=paved is displayed as \"This cycleway is paved\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "asphalt", - "description": "surface=asphalt is displayed as \"This cycleway is made of asphalt\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "paving_stones", - "description": "surface=paving_stones is displayed as \"This cycleway is made of smooth paving stones\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "concrete", - "description": "surface=concrete is displayed as \"This cycleway is made of concrete\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "cobblestone", - "description": "surface=cobblestone is displayed as \"This cycleway is made of cobblestone (unhewn or sett)\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "unhewn_cobblestone", - "description": "surface=unhewn_cobblestone is displayed as \"This cycleway is made of raw, natural cobblestone\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "sett", - "description": "surface=sett is displayed as \"This cycleway is made of flat, square cobblestone\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "wood", - "description": "surface=wood is displayed as \"This cycleway is made of wood\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "gravel", - "description": "surface=gravel is displayed as \"This cycleway is made of gravel\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "fine_gravel", - "description": "surface=fine_gravel is displayed as \"This cycleway is made of fine gravel\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "pebblestone", - "description": "surface=pebblestone is displayed as \"This cycleway is made of pebblestone\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "surface", - "value": "ground", - "description": "surface=ground is displayed as \"This cycleway is made from raw ground\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_road", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "smoothness", - "value": "excellent", - "description": "smoothness=excellent is displayed as \"Usable for thin rollers: rollerblade, skateboard\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_street", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "smoothness", - "value": "good", - "description": "smoothness=good is displayed as \"Usable for thin wheels: racing bike\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_street", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "smoothness", - "value": "intermediate", - "description": "smoothness=intermediate is displayed as \"Usable for normal wheels: city bike, wheelchair, scooter\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_street", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "smoothness", - "value": "bad", - "description": "smoothness=bad is displayed as \"Usable for robust wheels: trekking bike, car, rickshaw\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_street", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "smoothness", - "value": "very_bad", - "description": "smoothness=very_bad is displayed as \"Usable for vehicles with high clearance: light duty off-road vehicle\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_street", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "smoothness", - "value": "horrible", - "description": "smoothness=horrible is displayed as \"Usable for off-road vehicles: heavy duty off-road vehicle\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_street", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "smoothness", - "value": "very_horrible", - "description": "smoothness=very_horrible is displayed as \"Usable for specialized off-road vehicles: tractor, ATV\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_street", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "smoothness", - "value": "impassable", - "description": "smoothness=impassable is displayed as \"Impassable / No wheeled vehicle\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#Surface_of_the_street", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "width", - "description": "Values of `width` are shown with \"The carriage width of this road is {width}m\" and can be updated. The question is \"What is the carriage width of this road (in meters)?\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#width", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:traffic_sign", - "value": "BE:D7", - "description": "cycleway:traffic_sign=BE:D7 is displayed as \"Compulsory cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_lane_track_traffic_signs", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D07.svg" - }, - { - "key": "cycleway:traffic_sign", - "description": "cycleway:traffic_sign~^(BE:D7;.*)$ is displayed as \"Compulsory cycleway (with supplementary sign)
\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_lane_track_traffic_signs", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D07.svg" - }, - { - "key": "cycleway:traffic_sign", - "value": "BE:D9", - "description": "cycleway:traffic_sign=BE:D9 is displayed as \"Segregated foot/cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_lane_track_traffic_signs", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D09.svg" - }, - { - "key": "cycleway:traffic_sign", - "value": "BE:D10", - "description": "cycleway:traffic_sign=BE:D10 is displayed as \"Unsegregated foot/cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_lane_track_traffic_signs", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D10.svg" - }, - { - "key": "cycleway:traffic_sign", - "value": "none", - "description": "cycleway:traffic_sign=none is displayed as \"No traffic sign present\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_lane_track_traffic_signs", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "traffic_sign", - "value": "BE:D7", - "description": "traffic_sign=BE:D7 is displayed as \"Compulsory cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D07.svg" - }, - { - "key": "traffic_sign", - "description": "traffic_sign~^(BE:D7;.*)$ is displayed as \"Compulsory cycleway (with supplementary sign)
\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D07.svg" - }, - { - "key": "traffic_sign", - "value": "BE:D9", - "description": "traffic_sign=BE:D9 is displayed as \"Segregated foot/cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D09.svg" - }, - { - "key": "traffic_sign", - "value": "BE:D10", - "description": "traffic_sign=BE:D10 is displayed as \"Unsegregated foot/cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_road_sign_D10.svg" - }, - { - "key": "traffic_sign", - "value": "NL:G11", - "description": "traffic_sign=NL:G11 is displayed as \"Compulsory cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/nl/Nederlands_verkeersbord_G11.svg" - }, - { - "key": "traffic_sign", - "value": "NL:G12a", - "description": "traffic_sign=NL:G12a is displayed as \"Compulsory (moped)cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/nl/Nederlands_verkeersbord_G12a.svg" - }, - { - "key": "traffic_sign", - "value": "NL:G13", - "description": "traffic_sign=NL:G13 is displayed as \"Non-compulsory cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/nl/Nederlands_verkeersbord_G13.svg" - }, - { - "key": "traffic_sign", - "value": "none", - "description": "traffic_sign=none is displayed as \"No traffic sign present\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:traffic_sign", - "value": "BE:D7;BE:M6", - "description": "cycleway:traffic_sign=BE:D7;BE:M6 is displayed as \"Mopeds must use the cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs_supplementary", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_traffic_sign_M6.svg" - }, - { - "key": "cycleway:traffic_sign", - "value": "BE:D7;BE:M13", - "description": "cycleway:traffic_sign=BE:D7;BE:M13 is displayed as \"Speedpedelecs must use the cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs_supplementary", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_traffic_sign_M13.svg" - }, - { - "key": "cycleway:traffic_sign", - "value": "BE:D7;BE:M14", - "description": "cycleway:traffic_sign=BE:D7;BE:M14 is displayed as \"Mopeds and speedpedelecs must use the cycleway\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs_supplementary", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_traffic_sign_M14.svg" - }, - { - "key": "cycleway:traffic_sign", - "value": "BE:D7;BE:M7", - "description": "cycleway:traffic_sign=BE:D7;BE:M7 is displayed as \"Mopeds are not allowed\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs_supplementary", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_traffic_sign_M7.svg" - }, - { - "key": "cycleway:traffic_sign", - "value": "BE:D7;BE:M15", - "description": "cycleway:traffic_sign=BE:D7;BE:M15 is displayed as \"Speedpedelecs are not allowed\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs_supplementary", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_traffic_sign_M15.svg" - }, - { - "key": "cycleway:traffic_sign", - "value": "BE:D7;BE:M16", - "description": "cycleway:traffic_sign=BE:D7;BE:M16 is displayed as \"Mopeds and speedpedelecs are not allowed\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs_supplementary", - "icon_url": "./assets/layers/cycleways_and_roads/traffic_sign/be/Belgian_traffic_sign_M16.svg" - }, - { - "key": "cycleway:traffic_sign:supplementary", - "value": "none", - "description": "cycleway:traffic_sign:supplementary=none is displayed as \"No supplementary traffic sign present\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_traffic_signs_supplementary", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:buffer", - "description": "Values of `cycleway:buffer` are shown with \"The buffer besides this cycleway is {cycleway:buffer} m\" and can be updated. The question is \"How wide is the gap between the cycleway and the road?\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleways_and_roads_cycleway_buffer", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:separation", - "value": "dashed_line", - "description": "cycleway:separation=dashed_line is displayed as \"This cycleway is separated by a dashed line\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cyclelan_segregation", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:separation", - "value": "solid_line", - "description": "cycleway:separation=solid_line is displayed as \"This cycleway is separated by a solid line\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cyclelan_segregation", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:separation", - "value": "parking_lane", - "description": "cycleway:separation=parking_lane is displayed as \"This cycleway is separated by a parking lane\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cyclelan_segregation", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "cycleway:separation", - "value": "kerb", - "description": "cycleway:separation=kerb is displayed as \"This cycleway is separated by a kerb\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cyclelan_segregation", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "separation", - "value": "dashed_line", - "description": "separation=dashed_line is displayed as \"This cycleway is separated by a dashed line\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_segregation", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "separation", - "value": "solid_line", - "description": "separation=solid_line is displayed as \"This cycleway is separated by a solid line\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_segregation", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "separation", - "value": "parking_lane", - "description": "separation=parking_lane is displayed as \"This cycleway is separated by a parking lane\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_segregation", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "separation", - "value": "kerb", - "description": "separation=kerb is displayed as \"This cycleway is separated by a kerb\" by layer Cycleways and roads", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cycleways_and_roads.md#cycleway_segregation", - "icon_url": "./assets/themes/cycle_infra/bicycleway.svg" - }, - { - "key": "highway", - "value": "crossing", - "description": "Features with this tag are displayed by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "crossing:signals", - "value": "no", - "description": "crossing:signals=no is displayed as \"There are no traffic signals at this crossing\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#signals", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "crossing:signals", - "value": "yes", - "description": "crossing:signals=yes is displayed as \"There are traffic signals at this crossing\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#signals", - "icon_url": "./assets/layers/crossings/traffic_lights.svg" - }, - { - "key": "crossing", - "value": "traffic_signals", - "description": "crossing=traffic_signals is displayed as \"There are traffic signals at this crossing\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#signals", - "icon_url": "./assets/layers/crossings/traffic_lights.svg" - }, - { - "key": "crossing:markings", - "description": "Values of `crossing:markings` are shown with \"This crossing has {crossing:markings} markings\" and can be updated. The question is \"What kind of markings does this crossing have?\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#markings", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "crossing:markings", - "value": "no", - "description": "crossing:markings=no is displayed as \"This crossing has no markings\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#markings", - "icon_url": "./assets/layers/crossings/crossing_unmarked.png" - }, - { - "key": "crossing:markings", - "value": "zebra", - "description": "crossing:markings=zebra is displayed as \"This crossing has zebra markings\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#markings", - "icon_url": "./assets/layers/crossings/markings_zebra.png" - }, - { - "key": "crossing:markings", - "value": "yes", - "description": "crossing:markings=yes is displayed as \"This crossing has markings of an unknown type\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#markings", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "crossing:markings", - "value": "lines", - "description": "crossing:markings=lines is displayed as \"This crossings has lines on either side of the crossing\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#markings", - "icon_url": "./assets/layers/crossings/markings_lines.png" - }, - { - "key": "crossing:markings", - "value": "ladder", - "description": "crossing:markings=ladder is displayed as \"This crossing has lines on either side of the crossing, along with bars connecting them\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#markings", - "icon_url": "./assets/layers/crossings/markings_ladder.png" - }, - { - "key": "crossing:markings", - "value": "dashes", - "description": "crossing:markings=dashes is displayed as \"This crossing has dashed lines on either sides of the crossing\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#markings", - "icon_url": "./assets/layers/crossings/markings_dashes.png" - }, - { - "key": "crossing:markings", - "value": "dots", - "description": "crossing:markings=dots is displayed as \"This crossing has dotted lines on either sides of the crossing\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#markings", - "icon_url": "./assets/layers/crossings/markings_dots.png" - }, - { - "key": "crossing:markings", - "value": "surface", - "description": "crossing:markings=surface is displayed as \"This crossing is marked by using a different coloured surface\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#markings", - "icon_url": "./assets/layers/crossings/markings_surface.png" - }, - { - "key": "crossing:markings", - "value": "ladder:skewed", - "description": "crossing:markings=ladder:skewed is displayed as \"This crossing has lines on either side of the crossing, along with angled bars connecting them\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#markings", - "icon_url": "./assets/layers/crossings/markings_ladder_skewed.png" - }, - { - "key": "crossing:markings", - "value": "zebra:paired", - "description": "crossing:markings=zebra:paired is displayed as \"This crossing has zebra markings with an interruption in every bar\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#markings", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "crossing:markings", - "value": "zebra:bicolour", - "description": "crossing:markings=zebra:bicolour is displayed as \"This crossing has zebra markings in alternating colours\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#markings", - "icon_url": "./assets/layers/crossings/markings_zebra_bicolour.png" - }, - { - "key": "crossing:markings", - "value": "zebra:double", - "description": "crossing:markings=zebra:double is displayed as \"This crossing has double zebra markings\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#markings", - "icon_url": "./assets/layers/crossings/markings_zebra_double.png" - }, - { - "key": "crossing:markings", - "value": "pictograms", - "description": "crossing:markings=pictograms is displayed as \"This crossing has pictograms on the road\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#markings", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "crossing:markings", - "value": "ladder:paired", - "description": "crossing:markings=ladder:paired is displayed as \"This crossing has lines on either side of the crossing, along with bars connecting them, with an interruption in every bar\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#markings", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "crossing:markings", - "value": "lines:paired", - "description": "crossing:markings=lines:paired is displayed as \"This crossing has double lines on either side of the crossing\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#markings", - "icon_url": "./assets/layers/crossings/markings_lines_paired.png" - }, - { - "key": "bicycle", - "value": "yes", - "description": "bicycle=yes is displayed as \"A cyclist can use this crossing\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#crossing_bicycle_allowed", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "bicycle", - "value": "no", - "description": "bicycle=no is displayed as \"A cyclist can not use this crossing\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#crossing_bicycle_allowed", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "crossing:island", - "value": "yes", - "description": "crossing:island=yes is displayed as \"This crossing has an island in the middle\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#crossing_has_island", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "crossing:island", - "value": "no", - "description": "crossing:island=no is displayed as \"This crossing does not have an island in the middle\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#crossing_has_island", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "tactile_paving", - "value": "yes", - "description": "tactile_paving=yes is displayed as \"This crossing has tactile paving\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#crossing_tactile", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "tactile_paving", - "value": "no", - "description": "tactile_paving=no is displayed as \"This crossing does not have tactile paving\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#crossing_tactile", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "tactile_paving", - "value": "incorrect", - "description": "tactile_paving=incorrect is displayed as \"This crossing has tactile paving, but is not correct\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#crossing_tactile", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "tactile_paving", - "value": "partial", - "description": "tactile_paving=partial is displayed as \"This crrosing has tactile paving, but only on one side\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#crossing_tactile", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "button_operated", - "value": "yes", - "description": "button_operated=yes is displayed as \"This traffic light has a button to request green light\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#crossing_button", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "button_operated", - "value": "no", - "description": "button_operated=no is displayed as \"This traffic light does not have a button to request green light\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#crossing_button", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "traffic_signals:sound", - "value": "yes", - "description": "traffic_signals:sound=yes is displayed as \"This traffic light has sound signals to help crossing, both for finding the crossing and for crossing.\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#crossing_sound", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "traffic_signals:sound", - "value": "no", - "description": "traffic_signals:sound=no is displayed as \"This traffic light does not have sound signals to help crossing.\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#crossing_sound", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "traffic_signals:sound", - "value": "locate", - "description": "traffic_signals:sound=locate is displayed as \"This traffic light has a sound signal to help locate the pole, but no signal to sign that it is safe to cross.\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#crossing_sound", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "traffic_signals:sound", - "value": "walk", - "description": "traffic_signals:sound=walk is displayed as \"This traffic light has a sound signal to sign that it is safe to cross, but no signal to help locate the pole.\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#crossing_sound", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "traffic_signals:vibration", - "value": "yes", - "description": "traffic_signals:vibration=yes is displayed as \"The button for this traffic light has a vibration signal to indicate that it is safe to cross.\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#crossing_vibration", - "icon_url": "./assets/layers/crossings/Vibrating_button_illustration.jpg" - }, - { - "key": "traffic_signals:vibration", - "value": "no", - "description": "traffic_signals:vibration=no is displayed as \"The button for this traffic light does not have a vibration signal to indicate that it is safe to cross.\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#crossing_vibration", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "traffic_signals:arrow", - "value": "yes", - "description": "traffic_signals:arrow=yes is displayed as \"This traffic light has an arrow pointing in the direction of crossing.\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#crossing_arrow", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "traffic_signals:arrow", - "value": "no", - "description": "traffic_signals:arrow=no is displayed as \"This traffic light does not have an arrow pointing in the direction of crossing.\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#crossing_arrow", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "traffic_signals:minimap", - "value": "yes", - "description": "traffic_signals:minimap=yes is displayed as \"This traffic light has a tactile map showing the layout of the crossing.\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#crossing_minimap", - "icon_url": "./assets/layers/crossings/180px-Trairvoja_mapeto.jpg" - }, - { - "key": "traffic_signals:minimap", - "value": "no", - "description": "traffic_signals:minimap=no is displayed as \"This traffic light does not have a tactile map showing the layout of the crossing.\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#crossing_minimap", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "red_turn:right:bicycle", - "value": "yes", - "description": "red_turn:right:bicycle=yes is displayed as \"A cyclist can turn right if the light is red\" by layers Crossings, Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#crossing_right_turn_through_red", - "icon_url": "./assets/layers/crossings/Belgian_road_sign_B22.svg" - }, - { - "key": "red_turn:right:bicycle", - "value": "no", - "description": "red_turn:right:bicycle=no is displayed as \"A cyclist can not turn right if the light is red\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#crossing_right_turn_through_red", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "red_turn:straight:bicycle", - "value": "yes", - "description": "red_turn:straight:bicycle=yes is displayed as \"A cyclist can go straight on if the light is red\" by layers Crossings, Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#crossing_continue_through_red", - "icon_url": "./assets/layers/crossings/Belgian_road_sign_B23.svg" - }, - { - "key": "red_turn:straight:bicycle", - "value": "no", - "description": "red_turn:straight:bicycle=no is displayed as \"A cyclist can not go straight on if the light is red\" by layer Crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/crossings_no_traffic_lights.md#crossing_continue_through_red", - "icon_url": "./assets/layers/crossings/pedestrian_crossing.svg" - }, - { - "key": "barrier", - "value": "kerb", - "description": "Features with this tag are displayed by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md", - "icon_url": "./assets/layers/kerbs/KerbIcon.svg" - }, - { - "key": "kerb", - "value": "raised", - "description": "kerb=raised is displayed as \"This kerb is raised (>3 cm)\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#kerb_type", - "icon_url": "./assets/layers/kerbs/raised.svg" - }, - { - "key": "kerb", - "value": "lowered", - "description": "kerb=lowered is displayed as \"This kerb is lowered (~3 cm)\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#kerb_type", - "icon_url": "./assets/layers/kerbs/lowered.svg" - }, - { - "key": "kerb", - "value": "flush", - "description": "kerb=flush is displayed as \"This kerb is flush (~0cm)\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#kerb_type", - "icon_url": "./assets/layers/kerbs/flush.svg" - }, - { - "key": "kerb", - "value": "no", - "description": "kerb=no is displayed as \"There is no kerb here\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#kerb_type", - "icon_url": "./assets/layers/kerbs/no.svg" - }, - { - "key": "kerb", - "value": "yes", - "description": "kerb=yes is displayed as \"There is a kerb of unknown height\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#kerb_type", - "icon_url": "./assets/layers/kerbs/KerbIcon.svg" - }, - { - "key": "tactile_paving", - "value": "yes", - "description": "tactile_paving=yes is displayed as \"This kerb has tactile paving.\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#tactile_paving", - "icon_url": "./assets/layers/kerbs/KerbIcon.svg" - }, - { - "key": "tactile_paving", - "value": "no", - "description": "tactile_paving=no is displayed as \"This kerb does not have tactile paving.\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#tactile_paving", - "icon_url": "./assets/layers/kerbs/KerbIcon.svg" - }, - { - "key": "tactile_paving", - "value": "contrasted", - "description": "tactile_paving=contrasted is displayed as \"This kerb has tactile paving, which has a contrasting colour to the surrounding pavement.\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#tactile_paving", - "icon_url": "./assets/layers/kerbs/KerbIcon.svg" - }, - { - "key": "tactile_paving", - "value": "incorrect", - "description": "tactile_paving=incorrect is displayed as \"This kerb has tactile paving, but it is incorrect.\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#tactile_paving", - "icon_url": "./assets/layers/kerbs/KerbIcon.svg" - }, - { - "key": "tactile_paving:colour", - "description": "Values of `tactile_paving:colour` are shown with \"The tactile paving is coloured {tactile_paving:colour}.\" and can be updated. The question is \"What is the colour of the tactile paving?\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#tactile_paving_colour", - "icon_url": "./assets/layers/kerbs/KerbIcon.svg" - }, - { - "key": "tactile_paving:colour", - "value": "yellow", - "description": "tactile_paving:colour=yellow is displayed as \"The tactile paving is yellow.\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#tactile_paving_colour", - "icon_url": "./assets/layers/kerbs/KerbIcon.svg" - }, - { - "key": "tactile_paving:colour", - "value": "red", - "description": "tactile_paving:colour=red is displayed as \"The tactile paving is red.\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#tactile_paving_colour", - "icon_url": "./assets/layers/kerbs/KerbIcon.svg" - }, - { - "key": "tactile_paving:colour", - "value": "white", - "description": "tactile_paving:colour=white is displayed as \"The tactile paving is white.\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#tactile_paving_colour", - "icon_url": "./assets/layers/kerbs/KerbIcon.svg" - }, - { - "key": "tactile_paving:colour", - "value": "grey", - "description": "tactile_paving:colour=grey is displayed as \"The tactile paving is grey.\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#tactile_paving_colour", - "icon_url": "./assets/layers/kerbs/KerbIcon.svg" - }, - { - "key": "kerb:height", - "description": "Values of `kerb:height` are shown with \"Kerb height: {kerb:height}\" and can be updated. The question is \"What is the height of this kerb?\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#kerb_height", - "icon_url": "./assets/layers/kerbs/KerbIcon.svg" - }, - { - "key": "kerb:height", - "value": "0", - "description": "kerb:height=0 is displayed as \"This kerb is flush and is lower than 1cm.\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#kerb_height", - "icon_url": "./assets/layers/kerbs/KerbIcon.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_lactosefree.json b/Docs/TagInfo/mapcomplete_lactosefree.json deleted file mode 100644 index 9b83c946e3..0000000000 --- a/Docs/TagInfo/mapcomplete_lactosefree.json +++ /dev/null @@ -1,2642 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Lactose free shops and restaurants", - "description": "A crowdsourced map with lactose free shops and restaurants", - "project_url": "https://mapcomplete.org/lactosefree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/layers/questions/lactose_free.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "amenity", - "value": "fast_food", - "description": "Features with this tag are displayed by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "amenity", - "value": "restaurant", - "description": "Features with this tag are displayed by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:lactose_free", - "description": "Features with this tag are displayed by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Restaurants and fast food, Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Restaurants and fast food, Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Restaurants and fast food, Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Restaurants and fast food, Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Restaurants and fast food, Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:lactose_free", - "value": "only", - "description": "diet:lactose_free=only is displayed as \"Only sells lactose free products\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#lactose_free", - "icon_url": "./assets/layers/questions/lactose_free.svg" - }, - { - "key": "diet:lactose_free", - "value": "yes", - "description": "diet:lactose_free=yes is displayed as \"Big lactose free offering\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#lactose_free", - "icon_url": "./assets/layers/questions/lactose_free.svg" - }, - { - "key": "diet:lactose_free", - "value": "limited", - "description": "diet:lactose_free=limited is displayed as \"Limited lactose free offering\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#lactose_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:lactose_free", - "value": "no", - "description": "diet:lactose_free=no is displayed as \"No lactose free offering\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#lactose_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"The name of this business is {name}\" and can be updated. The question is \"What is the name of this business?\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Name", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "amenity", - "value": "fast_food", - "description": "amenity=fast_food is displayed as \"This is a fast-food business, focused on fast service. If seating is available, it is rather limited and functional.\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Fastfood_vs_restaurant", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "amenity", - "value": "restaurant", - "description": "amenity=restaurant is displayed as \"A restaurant, focused on creating a nice experience where one is served at the table\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Fastfood_vs_restaurant", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"What are the opening hours of {title()}?\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#opening_hours", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#opening_hours", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{website}\" and can be updated. The question is \"What is the website of {title()}?\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"{email}\" and can be updated. The question is \"What is the email address of {title()}?\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "contact:email", - "description": "contact:email~.+ is displayed as \"{contact:email}\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "operator:email", - "description": "operator:email~.+ is displayed as \"{operator:email}\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}\" and can be updated. The question is \"What is the phone number of {title()}?\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "contact:phone", - "description": "contact:phone~.+ is displayed as \"{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "payment:cash", - "value": "yes", - "description": "payment:cash=yes is displayed as \"Cash is accepted here\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#payment_options", - "icon_url": "./assets/layers/questions/cash.svg" - }, - { - "key": "payment:cards", - "value": "yes", - "description": "payment:cards=yes is displayed as \"Payment cards are accepted here\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#payment_options", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:qr_code", - "value": "yes", - "description": "payment:qr_code=yes is displayed as \"Payment by QR-code is possible here\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#payment_options", - "icon_url": "./assets/layers/questions/qrcode.svg" - }, - { - "key": "level", - "description": "Values of `level` are shown with \"Located on the {level}th floor\" and can be updated. The question is \"On what level is this feature located?\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#single_level", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "location", - "value": "underground", - "description": "location=underground is displayed as \"Located underground\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#single_level", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "level", - "value": "0", - "description": "level=0 is displayed as \"Located on the ground floor\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#single_level", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "level", - "description": "level= is displayed as \"Located on the ground floor\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#single_level", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "level", - "value": "1", - "description": "level=1 is displayed as \"Located on the first floor\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#single_level", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "level", - "value": "-1", - "description": "level=-1 is displayed as \"Located on the first basement level\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#single_level", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wheelchair", - "value": "designated", - "description": "wheelchair=designated is displayed as \"This place is specially adapted for wheelchair users\" by layers Restaurants and fast food, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#wheelchair_access", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wheelchair", - "value": "yes", - "description": "wheelchair=yes is displayed as \"This place is easily reachable with a wheelchair\" by layers Restaurants and fast food, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#wheelchair_access", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wheelchair", - "value": "limited", - "description": "wheelchair=limited is displayed as \"It is possible to reach this place in a wheelchair, but it is not easy\" by layers Restaurants and fast food, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#wheelchair_access", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wheelchair", - "value": "no", - "description": "wheelchair=no is displayed as \"This place is not reachable with a wheelchair\" by layers Restaurants and fast food, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#wheelchair_access", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "description": "Values of `cuisine` are shown with \"This place mostly serves {cuisine}\" and can be updated. The question is \"What kind of food is served here?\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "pizza", - "description": "cuisine=pizza is displayed as \"Pizzeria\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "friture", - "description": "cuisine=friture is displayed as \"Friture\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "pasta", - "description": "cuisine=pasta is displayed as \"Serves mainly pasta\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "kebab", - "description": "cuisine=kebab is displayed as \"Kebab shop\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "sandwich", - "description": "cuisine=sandwich is displayed as \"Sandwich shop\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "burger", - "description": "cuisine=burger is displayed as \"Burgersrestaurant\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "sushi", - "description": "cuisine=sushi is displayed as \"Sushi restaurant\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "coffee", - "description": "cuisine=coffee is displayed as \"Coffeebar\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "italian", - "description": "cuisine=italian is displayed as \"Italian restaurant (which serves more than pasta and pizza)\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "french", - "description": "cuisine=french is displayed as \"French restaurant\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "chinese", - "description": "cuisine=chinese is displayed as \"Chinese\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "greek", - "description": "cuisine=greek is displayed as \"Greek\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "indian", - "description": "cuisine=indian is displayed as \"Indian\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "turkish", - "description": "cuisine=turkish is displayed as \"Turkish restaurant\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "thai", - "description": "cuisine=thai is displayed as \"Thai restaurant\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "mexican ", - "description": "cuisine=mexican is displayed as \"Mexican dishes are served here\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "japanese ", - "description": "cuisine=japanese is displayed as \"Japanese dishes are served here\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "chicken ", - "description": "cuisine=chicken is displayed as \"Chicken based dishes are served here\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "seafood ", - "description": "cuisine=seafood is displayed as \"Seafood dishes are served here\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "website:menu", - "description": "Values of `website:menu` are shown with \"{link(Consult the menu,&LBRACEwebsite:menu&RBRACE,,,,)}\" and can be updated. The question is \"On what webpage is the menu published?\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#menu_website", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reservation", - "value": "required", - "description": "reservation=required is displayed as \"A reservation is required at this place\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Reservation", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reservation", - "value": "recommended", - "description": "reservation=recommended is displayed as \"A reservation is not required, but still recommended to make sure you get a table\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Reservation", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reservation", - "value": "yes", - "description": "reservation=yes is displayed as \"Reservation is possible at this place\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Reservation", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reservation", - "value": "no", - "description": "reservation=no is displayed as \"Reservation is not possible at this place\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Reservation", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "takeaway", - "value": "only", - "description": "takeaway=only is displayed as \"This is a take-away only business\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Takeaway", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "takeaway", - "value": "yes", - "description": "takeaway=yes is displayed as \"Take-away is possible here\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Takeaway", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "takeaway", - "value": "no", - "description": "takeaway=no is displayed as \"Take-away is not possible here\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Takeaway", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "delivery", - "value": "yes", - "description": "delivery=yes is displayed as \"This business does home delivery (possibly via a third party)\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#delivery", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "delivery", - "value": "no", - "description": "delivery=no is displayed as \"This business does not deliver at home\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#delivery", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "drive_through", - "value": "yes", - "description": "drive_through=yes is displayed as \"This fast-food restaurant has a drive-through\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#drive_through", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "drive_through", - "value": "no", - "description": "drive_through=no is displayed as \"This fast-food restaurant does not have a drive-through\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#drive_through", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "opening_hours:drive_through", - "description": "Values of `opening_hours:drive_through` are shown with \"

Drive-through opening hours

{opening_hours_table(opening_hours:drive_through)}\" and can be updated. The question is \"What are the opening hours of the drive-through?\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#drive_through_opening_hours", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "opening_hours:drive_through", - "description": "opening_hours:drive_through= is displayed as \"The opening hours of the drive-through are the same as the restaurant\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#drive_through_opening_hours", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "no", - "description": "diet:vegetarian=no is displayed as \"No vegetarian options are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Vegetarian__no_friture_", - "icon_url": "./assets/layers/food/Vegetarian-mark.svg;cross_bottom_right:red" - }, - { - "key": "diet:vegetarian", - "value": "limited", - "description": "diet:vegetarian=limited is displayed as \"Some vegetarian options are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Vegetarian__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "yes", - "description": "diet:vegetarian=yes is displayed as \"Vegetarian options are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Vegetarian__no_friture_", - "icon_url": "./assets/layers/food/Vegetarian-mark.svg" - }, - { - "key": "diet:vegetarian", - "value": "only", - "description": "diet:vegetarian=only is displayed as \"All dishes are vegetarian\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Vegetarian__no_friture_", - "icon_url": "./assets/layers/food/Vegetarian-mark.svg" - }, - { - "key": "diet:vegetarian", - "value": "on_demand", - "description": "diet:vegetarian=on_demand is displayed as \"Some dishes might be adapted to a vegetarian version, but this should be demanded\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Vegetarian__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "no", - "description": "diet:vegan=no is displayed as \"No vegan options available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Vegan__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "limited", - "description": "diet:vegan=limited is displayed as \"Some vegan options are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Vegan__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "yes", - "description": "diet:vegan=yes is displayed as \"Vegan options are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Vegan__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "only", - "description": "diet:vegan=only is displayed as \"All dishes are vegan\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Vegan__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "on_demand", - "description": "diet:vegan=on_demand is displayed as \"Some dishes might be adapted to a vegan version if asked for\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#Vegan__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:halal", - "value": "no", - "description": "diet:halal=no is displayed as \"There are no halal options available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#halal__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:halal", - "value": "limited", - "description": "diet:halal=limited is displayed as \"There is a small halal menu\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#halal__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:halal", - "value": "yes", - "description": "diet:halal=yes is displayed as \"There is a halal menu\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#halal__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:halal", - "value": "only", - "description": "diet:halal=only is displayed as \"Only halal options are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#halal__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "no", - "description": "organic=no is displayed as \"There are no organic options available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#organic__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "yes", - "description": "organic=yes is displayed as \"There is an organic menu\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#organic__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "only", - "description": "organic=only is displayed as \"Only organic options are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#organic__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "only", - "description": "diet:vegetarian=only is displayed as \"Serves only vegetarian snacks and burgers\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#friture_vegetarian", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "yes", - "description": "diet:vegetarian=yes is displayed as \"Vegetarian snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#friture_vegetarian", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "limited", - "description": "diet:vegetarian=limited is displayed as \"Only a small selection of snacks are vegetarian\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#friture_vegetarian", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "no", - "description": "diet:vegetarian=no is displayed as \"No vegetarian snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#friture_vegetarian", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "only", - "description": "diet:vegan=only is displayed as \"Serves only vegan snacks and burgers\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#friture_vegan", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "yes", - "description": "diet:vegan=yes is displayed as \"Vegan snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#friture_vegan", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "limited", - "description": "diet:vegan=limited is displayed as \"A small selection of vegan snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#friture_vegan", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "no", - "description": "diet:vegan=no is displayed as \"No vegan snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#friture_vegan", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "yes", - "description": "organic=yes is displayed as \"Organic snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#friture_organic", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "no", - "description": "organic=no is displayed as \"No organic snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#friture_organic", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "only", - "description": "organic=only is displayed as \"Only organic snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#friture_organic", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "friture:oil", - "value": "vegetable", - "description": "friture:oil=vegetable is displayed as \"The frying is done with vegetable oil\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#friture_oil", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "friture:oil", - "value": "animal", - "description": "friture:oil=animal is displayed as \"The frying is done with animal oil\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#friture_oil", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reusable_packaging:accept", - "value": "yes", - "description": "reusable_packaging:accept=yes is displayed as \"You can bring your own containers to get your order, saving on single-use packaging material and thus waste\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#friture_take_your_container", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reusable_packaging:accept", - "value": "no", - "description": "reusable_packaging:accept=no is displayed as \"Bringing your own container is not allowed\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#friture_take_your_container", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reusable_packaging:accept", - "value": "only", - "description": "reusable_packaging:accept=only is displayed as \"You must bring your own container to order here.\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#friture_take_your_container", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:sugar_free", - "value": "only", - "description": "diet:sugar_free=only is displayed as \"This shop only sells sugar free products\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#sugar_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:sugar_free", - "value": "yes", - "description": "diet:sugar_free=yes is displayed as \"This shop has a big sugar free offering\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#sugar_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:sugar_free", - "value": "limited", - "description": "diet:sugar_free=limited is displayed as \"This shop has a limited sugar free offering\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#sugar_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:sugar_free", - "value": "no", - "description": "diet:sugar_free=no is displayed as \"This shop has no sugar free offering\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#sugar_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:gluten_free", - "value": "only", - "description": "diet:gluten_free=only is displayed as \"This shop only sells gluten free products\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#gluten_free", - "icon_url": "./assets/layers/questions/glutenfree.svg" - }, - { - "key": "diet:gluten_free", - "value": "yes", - "description": "diet:gluten_free=yes is displayed as \"This shop has a big gluten free offering\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#gluten_free", - "icon_url": "./assets/layers/questions/glutenfree.svg" - }, - { - "key": "diet:gluten_free", - "value": "limited", - "description": "diet:gluten_free=limited is displayed as \"This shop has a limited gluten free offering\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#gluten_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:gluten_free", - "value": "no", - "description": "diet:gluten_free=no is displayed as \"This shop has no gluten free offering\" by layers Restaurants and fast food, Ice cream parlors, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#gluten_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "smoking", - "value": "yes", - "description": "smoking=yes is displayed as \"Smoking is allowed\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#smoking", - "icon_url": "./assets/layers/questions/smoking.svg" - }, - { - "key": "smoking", - "value": "no", - "description": "smoking=no is displayed as \"Smoking is not allowed\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#smoking", - "icon_url": "./assets/layers/questions/no_smoking.svg" - }, - { - "key": "smoking", - "value": "outside", - "description": "smoking=outside is displayed as \"Smoking is allowed outside.\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#smoking", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "service:electricity", - "value": "yes", - "description": "service:electricity=yes is displayed as \"There are plenty of domestic sockets available to customers seated indoors, where they can charge their electronics\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#service_electricity", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "service:electricity", - "value": "limited", - "description": "service:electricity=limited is displayed as \"There are a few domestic sockets available to customers seated indoors, where they can charge their electronics\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#service_electricity", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "service:electricity", - "value": "ask", - "description": "service:electricity=ask is displayed as \"There are no sockets available indoors to customers, but charging might be possible if the staff is asked\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#service_electricity", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "service:electricity", - "value": "no", - "description": "service:electricity=no is displayed as \"There are a no domestic sockets available to customers seated indoors\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#service_electricity", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "outdoor_seating", - "value": "yes", - "description": "outdoor_seating=yes is displayed as \"This place has outdoor seating\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#seating", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "indoor_seating", - "value": "yes", - "description": "indoor_seating=yes is displayed as \"This place has indoor seating\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#seating", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "dog", - "value": "yes", - "description": "dog=yes is displayed as \"Dogs are allowed\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_allowed.svg" - }, - { - "key": "dog", - "value": "no", - "description": "dog=no is displayed as \"Dogs are not allowed\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#dog_access", - "icon_url": "./assets/layers/questions/no_dogs.svg" - }, - { - "key": "dog", - "value": "leashed", - "description": "dog=leashed is displayed as \"Dogs are allowed, but they have to be leashed\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_leashed.svg" - }, - { - "key": "dog", - "value": "unleashed", - "description": "dog=unleashed is displayed as \"Dogs are allowed and can run around freely\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_allowed.svg" - }, - { - "key": "dog", - "value": "outside", - "description": "dog=outside is displayed as \"Dogs are allowed only outside\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_outside.svg" - }, - { - "key": "internet_access", - "value": "wlan", - "description": "internet_access=wlan is displayed as \"This place offers wireless internet access\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#internet", - "icon_url": "wifi" - }, - { - "key": "internet_access", - "value": "no", - "description": "internet_access=no is displayed as \"This place does not offer internet access\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#internet", - "icon_url": "wifi;cross_bottom_right:red" - }, - { - "key": "internet_access", - "value": "yes", - "description": "internet_access=yes is displayed as \"This place offers internet access\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#internet", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access", - "value": "terminal", - "description": "internet_access=terminal is displayed as \"This place offers internet access via a terminal or computer\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#internet", - "icon_url": "computer" - }, - { - "key": "internet_access", - "value": "wired", - "description": "internet_access=wired is displayed as \"This place offers wired internet access\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#internet", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access", - "value": "terminal;wifi", - "description": "internet_access=terminal;wifi is displayed as \"This place offers both wireless internet and internet access via a terminal or computer\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#internet", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access:fee", - "value": "yes", - "description": "internet_access:fee=yes is displayed as \"There is a fee for the internet access at this place\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#internet_fee", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access:fee", - "value": "no", - "description": "internet_access:fee=no is displayed as \"Internet access is free at this place\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#internet_fee", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access:fee", - "value": "customers", - "description": "internet_access:fee=customers is displayed as \"Internet access is free at this place, for customers only\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#internet_fee", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access:ssid", - "description": "Values of `internet_access:ssid` are shown with \"The network name is {internet_access:ssid}\" and can be updated. The question is \"What is the network name for the wireless internet access?\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#internet_ssid", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access:ssid", - "value": "Telekom", - "description": "internet_access:ssid=Telekom is displayed as \"Telekom\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_lactosefree.md#internet_ssid", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "amenity", - "value": "ice_cream", - "description": "Features with this tag are displayed by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/icecream_lactosefree.md", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This ice cream parlor is named {name}\" and can be updated. The question is \"What is the name of this ice cream parlor?\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/icecream_lactosefree.md#1", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "diet:vegan", - "value": "only", - "description": "diet:vegan=only is displayed as \"This place only sells vegan products\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/icecream_lactosefree.md#vegan", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "diet:vegan", - "value": "yes", - "description": "diet:vegan=yes is displayed as \"This shop has a big vegan offering\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/icecream_lactosefree.md#vegan", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "diet:vegan", - "value": "limited", - "description": "diet:vegan=limited is displayed as \"This shop has a limited vegan offering\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/icecream_lactosefree.md#vegan", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "diet:vegan", - "value": "no", - "description": "diet:vegan=no is displayed as \"This shop has no vegan offering\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/icecream_lactosefree.md#vegan", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "shop", - "description": "Features with this tag are displayed by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "craft", - "value": "shoe_repair", - "description": "Features with this tag are displayed by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "craft", - "value": "key_cutter", - "description": "Features with this tag are displayed by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This shop is called {name}\" and can be updated. The question is \"What is the name of this shop?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shops_name", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "description": "Values of `shop` are shown with \"This is a {shop}\" and can be updated. The question is \"What kind of shop is this?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "bicycle_rental", - "description": "shop=bicycle_rental is displayed as \"Bicycle rental shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/bicycle_rental.svg" - }, - { - "key": "shop", - "value": "agrarian", - "description": "shop=agrarian is displayed as \"Farm Supply Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-tractor.svg" - }, - { - "key": "shop", - "value": "alcohol", - "description": "shop=alcohol is displayed as \"Liquor Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-wine-bottle.svg" - }, - { - "key": "shop", - "value": "anime", - "description": "shop=anime is displayed as \"Anime / Manga Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-dragon.svg" - }, - { - "key": "shop", - "value": "antiques", - "description": "shop=antiques is displayed as \"Antique Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-furniture.svg" - }, - { - "key": "shop", - "value": "appliance", - "description": "shop=appliance is displayed as \"Appliance Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-laundry.svg" - }, - { - "key": "shop", - "value": "art", - "description": "shop=art is displayed as \"Art Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "baby_goods", - "description": "shop=baby_goods is displayed as \"Baby Goods Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-baby-carriage.svg" - }, - { - "key": "shop", - "value": "bag", - "description": "shop=bag is displayed as \"Bag/Luggage Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-suitcase-rolling.svg" - }, - { - "key": "shop", - "value": "bakery", - "description": "shop=bakery is displayed as \"Bakery\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-bakery.svg" - }, - { - "key": "shop", - "value": "bathroom_furnishing", - "description": "shop=bathroom_furnishing is displayed as \"Bathroom Furnishing Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-bath.svg" - }, - { - "key": "shop", - "value": "beauty", - "description": "shop=beauty is displayed as \"Beauty Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-lipstick.svg" - }, - { - "key": "shop", - "value": "bed", - "description": "shop=bed is displayed as \"Bedding/Mattress Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-lodging.svg" - }, - { - "key": "shop", - "value": "beverages", - "description": "shop=beverages is displayed as \"Beverage Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-bottles.svg" - }, - { - "key": "shop", - "value": "bicycle", - "description": "shop=bicycle is displayed as \"Bicycle Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-bicycle.svg" - }, - { - "key": "shop", - "value": "boat", - "description": "shop=boat is displayed as \"Boat Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-boat.svg" - }, - { - "key": "shop", - "value": "bookmaker", - "description": "shop=bookmaker is displayed as \"Bookmaker\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-money_hand.svg" - }, - { - "key": "shop", - "value": "books", - "description": "shop=books is displayed as \"Bookstore\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-book.svg" - }, - { - "key": "shop", - "value": "brewing_supplies", - "description": "shop=brewing_supplies is displayed as \"Brewing Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-storage_fermenter.svg" - }, - { - "key": "shop", - "value": "butcher", - "description": "shop=butcher is displayed as \"Butcher\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-cleaver.svg" - }, - { - "key": "shop", - "value": "camera", - "description": "shop=camera is displayed as \"Camera Equipment Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-camera-retro.svg" - }, - { - "key": "shop", - "value": "candles", - "description": "shop=candles is displayed as \"Candle Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "cannabis", - "description": "shop=cannabis is displayed as \"Cannabis Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cannabis.svg" - }, - { - "key": "shop", - "value": "car", - "description": "shop=car is displayed as \"Car Dealership\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "car_parts", - "description": "shop=car_parts is displayed as \"Car Parts Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-car-battery.svg" - }, - { - "key": "shop", - "value": "car_repair", - "description": "shop=car_repair is displayed as \"Car Repair Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-car-repair.svg" - }, - { - "key": "shop", - "value": "caravan", - "description": "shop=caravan is displayed as \"RV Dealership\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-camper_trailer.svg" - }, - { - "key": "shop", - "value": "carpet", - "description": "shop=carpet is displayed as \"Carpet Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-tape.svg" - }, - { - "key": "shop", - "value": "catalogue", - "description": "shop=catalogue is displayed as \"Catalog Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "charity", - "description": "shop=charity is displayed as \"Charity Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "cheese", - "description": "shop=cheese is displayed as \"Cheese Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cheese.svg" - }, - { - "key": "shop", - "value": "chemist", - "description": "shop=chemist is displayed as \"Drugstore\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "chocolate", - "description": "shop=chocolate is displayed as \"Chocolate Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-confectionery.svg" - }, - { - "key": "shop", - "value": "clothes", - "description": "shop=clothes is displayed as \"Clothing Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-clothing-store.svg" - }, - { - "key": "shop", - "value": "coffee", - "description": "shop=coffee is displayed as \"Coffee Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-coffee.svg" - }, - { - "key": "shop", - "value": "collector", - "description": "shop=collector is displayed as \"Collectibles Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "computer", - "description": "shop=computer is displayed as \"Computer Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-laptop.svg" - }, - { - "key": "shop", - "value": "confectionery", - "description": "shop=confectionery is displayed as \"Candy Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-confectionery.svg" - }, - { - "key": "shop", - "value": "convenience", - "description": "shop=convenience is displayed as \"Convenience Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "copyshop", - "description": "shop=copyshop is displayed as \"Copy Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-print.svg" - }, - { - "key": "shop", - "value": "cosmetics", - "description": "shop=cosmetics is displayed as \"Cosmetics Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-lipstick.svg" - }, - { - "key": "shop", - "value": "country_store", - "description": "shop=country_store is displayed as \"Rural Supplies Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-hat-cowboy-side.svg" - }, - { - "key": "shop", - "value": "craft", - "description": "shop=craft is displayed as \"Arts & Crafts Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "curtain", - "description": "shop=curtain is displayed as \"Curtain Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-curtains.svg" - }, - { - "key": "shop", - "value": "dairy", - "description": "shop=dairy is displayed as \"Dairy Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cheese.svg" - }, - { - "key": "shop", - "value": "deli", - "description": "shop=deli is displayed as \"Delicatessen\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-jar.svg" - }, - { - "key": "shop", - "value": "department_store", - "description": "shop=department_store is displayed as \"Department Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "doityourself", - "description": "shop=doityourself is displayed as \"DIY Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "doors", - "description": "shop=doors is displayed as \"Door Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-door-open.svg" - }, - { - "key": "shop", - "value": "dry_cleaning", - "description": "shop=dry_cleaning is displayed as \"Dry Cleaner\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-clothes_hanger.svg" - }, - { - "key": "shop", - "value": "e-cigarette", - "description": "shop=e-cigarette is displayed as \"E-Cigarette Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "electrical", - "description": "shop=electrical is displayed as \"Electrical Equipment Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-power.svg" - }, - { - "key": "shop", - "value": "electronics", - "description": "shop=electronics is displayed as \"Electronics Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-plug.svg" - }, - { - "key": "shop", - "value": "erotic", - "description": "shop=erotic is displayed as \"Erotic Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "fabric", - "description": "shop=fabric is displayed as \"Fabric Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-tape.svg" - }, - { - "key": "shop", - "value": "farm", - "description": "shop=farm is displayed as \"Produce Stand\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "fashion_accessories", - "description": "shop=fashion_accessories is displayed as \"Fashion Accessories Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-fashion_accessories.svg" - }, - { - "key": "shop", - "value": "fireplace", - "description": "shop=fireplace is displayed as \"Fireplace Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-fireplace.svg" - }, - { - "key": "shop", - "value": "fishing", - "description": "shop=fishing is displayed as \"Fishing Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-ice_fishing.svg" - }, - { - "key": "shop", - "value": "flooring", - "description": "shop=flooring is displayed as \"Flooring Supply Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "florist", - "description": "shop=florist is displayed as \"Florist\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-florist.svg" - }, - { - "key": "shop", - "value": "frame", - "description": "shop=frame is displayed as \"Framing Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-vector-square.svg" - }, - { - "key": "shop", - "value": "frozen_food", - "description": "shop=frozen_food is displayed as \"Frozen Food Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "fuel", - "description": "shop=fuel is displayed as \"Fuel Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-propane_tank.svg" - }, - { - "key": "shop", - "value": "funeral_directors", - "description": "shop=funeral_directors is displayed as \"Funeral Home\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-cemetery.svg" - }, - { - "key": "shop", - "value": "furniture", - "description": "shop=furniture is displayed as \"Furniture Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-couch.svg" - }, - { - "key": "shop", - "value": "games", - "description": "shop=games is displayed as \"Tabletop Game Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-dice.svg" - }, - { - "key": "shop", - "value": "garden_centre", - "description": "shop=garden_centre is displayed as \"Garden Center\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-garden-centre.svg" - }, - { - "key": "shop", - "value": "gas", - "description": "shop=gas is displayed as \"Bottled Gas Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-propane_tank.svg" - }, - { - "key": "shop", - "value": "general", - "description": "shop=general is displayed as \"General Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "gift", - "description": "shop=gift is displayed as \"Gift Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-gift.svg" - }, - { - "key": "shop", - "value": "greengrocer", - "description": "shop=greengrocer is displayed as \"Greengrocer\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-carrot.svg" - }, - { - "key": "shop", - "value": "hairdresser", - "description": "shop=hairdresser is displayed as \"Hairdresser\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-beauty_salon.svg" - }, - { - "key": "shop", - "value": "hairdresser_supply", - "description": "shop=hairdresser_supply is displayed as \"Hairdresser Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-hair_care.svg" - }, - { - "key": "shop", - "value": "hardware", - "description": "shop=hardware is displayed as \"Hardware Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "health_food", - "description": "shop=health_food is displayed as \"Health Food Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "hearing_aids", - "description": "shop=hearing_aids is displayed as \"Hearing Aids Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-hearing_aid.svg" - }, - { - "key": "shop", - "value": "herbalist", - "description": "shop=herbalist is displayed as \"Herbalist\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-leaf.svg" - }, - { - "key": "shop", - "value": "hifi", - "description": "shop=hifi is displayed as \"Hifi Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-speaker.svg" - }, - { - "key": "shop", - "value": "honey", - "description": "shop=honey is displayed as \"Honey Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "household_linen", - "description": "shop=household_linen is displayed as \"Household Linen Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-cloth.svg" - }, - { - "key": "shop", - "value": "houseware", - "description": "shop=houseware is displayed as \"Houseware Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-blender.svg" - }, - { - "key": "shop", - "value": "hunting", - "description": "shop=hunting is displayed as \"Hunting Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-bow_and_arrow.svg" - }, - { - "key": "shop", - "value": "interior_decoration", - "description": "shop=interior_decoration is displayed as \"Interior Decoration Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "jewelry", - "description": "shop=jewelry is displayed as \"Jewelry Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-jewelry-store.svg" - }, - { - "key": "shop", - "value": "kiosk", - "description": "shop=kiosk is displayed as \"Kiosk\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-store.svg" - }, - { - "key": "shop", - "value": "kitchen", - "description": "shop=kitchen is displayed as \"Kitchen Design Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-kitchen_sink.svg" - }, - { - "key": "shop", - "value": "laundry", - "description": "shop=laundry is displayed as \"Laundry\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-laundry.svg" - }, - { - "key": "shop", - "value": "leather", - "description": "shop=leather is displayed as \"Leather Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-handbag.svg" - }, - { - "key": "shop", - "value": "lighting", - "description": "shop=lighting is displayed as \"Lighting Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-desk_lamp.svg" - }, - { - "key": "shop", - "value": "locksmith", - "description": "shop=locksmith is displayed as \"Locksmith\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-key.svg" - }, - { - "key": "shop", - "value": "lottery", - "description": "shop=lottery is displayed as \"Lottery Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "mall", - "description": "shop=mall is displayed as \"Mall\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "massage", - "description": "shop=massage is displayed as \"Massage Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-spa.svg" - }, - { - "key": "shop", - "value": "medical_supply", - "description": "shop=medical_supply is displayed as \"Medical Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-crutch.svg" - }, - { - "key": "shop", - "value": "military_surplus", - "description": "shop=military_surplus is displayed as \"Military Surplus Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-military.svg" - }, - { - "key": "shop", - "value": "mobile_phone", - "description": "shop=mobile_phone is displayed as \"Mobile Phone Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "model", - "description": "shop=model is displayed as \"Model Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "money_lender", - "description": "shop=money_lender is displayed as \"Money Lender\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-money_hand.svg" - }, - { - "key": "shop", - "value": "motorcycle", - "description": "shop=motorcycle is displayed as \"Motorcycle Dealership\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-motorcycle.svg" - }, - { - "key": "shop", - "value": "motorcycle_repair", - "description": "shop=motorcycle_repair is displayed as \"Motorcycle Repair Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-motorcycle_repair.svg" - }, - { - "key": "shop", - "value": "music", - "description": "shop=music is displayed as \"Music Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-compact-disc.svg" - }, - { - "key": "shop", - "value": "musical_instrument", - "description": "shop=musical_instrument is displayed as \"Musical Instrument Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-guitar.svg" - }, - { - "key": "shop", - "value": "newsagent", - "description": "shop=newsagent is displayed as \"Newsstand\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-newspaper.svg" - }, - { - "key": "shop", - "value": "nutrition_supplements", - "description": "shop=nutrition_supplements is displayed as \"Nutrition Supplements Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-pills.svg" - }, - { - "key": "shop", - "value": "nuts", - "description": "shop=nuts is displayed as \"Nuts Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "optician", - "description": "shop=optician is displayed as \"Optician\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-optician.svg" - }, - { - "key": "shop", - "value": "outdoor", - "description": "shop=outdoor is displayed as \"Outdoors Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-compass.svg" - }, - { - "key": "shop", - "value": "outpost", - "description": "shop=outpost is displayed as \"Online Retailer Outpost\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "paint", - "description": "shop=paint is displayed as \"Paint Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-paint-roller.svg" - }, - { - "key": "shop", - "value": "party", - "description": "shop=party is displayed as \"Party Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-balloon.svg" - }, - { - "key": "shop", - "value": "pasta", - "description": "shop=pasta is displayed as \"Pasta Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-plate-wheat.svg" - }, - { - "key": "shop", - "value": "pastry", - "description": "shop=pastry is displayed as \"Pastry Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-bakery.svg" - }, - { - "key": "shop", - "value": "pawnbroker", - "description": "shop=pawnbroker is displayed as \"Pawnshop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-money_hand.svg" - }, - { - "key": "shop", - "value": "perfumery", - "description": "shop=perfumery is displayed as \"Perfume Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-perfume.svg" - }, - { - "key": "shop", - "value": "pet", - "description": "shop=pet is displayed as \"Pet Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cat.svg" - }, - { - "key": "shop", - "value": "pet_grooming", - "description": "shop=pet_grooming is displayed as \"Pet Groomer\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-pet_grooming.svg" - }, - { - "key": "shop", - "value": "photo", - "description": "shop=photo is displayed as \"Photography Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-camera-retro.svg" - }, - { - "key": "shop", - "value": "pottery", - "description": "shop=pottery is displayed as \"Pottery Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-vase.svg" - }, - { - "key": "shop", - "value": "printer_ink", - "description": "shop=printer_ink is displayed as \"Printer Ink Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-print.svg" - }, - { - "key": "shop", - "value": "psychic", - "description": "shop=psychic is displayed as \"Psychic\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-psychic.svg" - }, - { - "key": "shop", - "value": "pyrotechnics", - "description": "shop=pyrotechnics is displayed as \"Fireworks Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-rocket_firework.svg" - }, - { - "key": "shop", - "value": "radiotechnics", - "description": "shop=radiotechnics is displayed as \"Radio/Electronic Component Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-microchip.svg" - }, - { - "key": "shop", - "value": "religion", - "description": "shop=religion is displayed as \"Religious Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "rental", - "description": "shop=rental is displayed as \"Rental Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-dolly.svg" - }, - { - "key": "shop", - "value": "repair", - "description": "shop=repair is displayed as \"Repair Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "rice", - "description": "shop=rice is displayed as \"Rice Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-bowl-rice.svg" - }, - { - "key": "shop", - "value": "scuba_diving", - "description": "shop=scuba_diving is displayed as \"Scuba Diving Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-scuba_diving.svg" - }, - { - "key": "shop", - "value": "seafood", - "description": "shop=seafood is displayed as \"Seafood Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-fish_cleaning.svg" - }, - { - "key": "shop", - "value": "second_hand", - "description": "shop=second_hand is displayed as \"Thrift Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "sewing", - "description": "shop=sewing is displayed as \"Sewing Supply Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-needle_and_spool.svg" - }, - { - "key": "shop", - "value": "shoe_repair", - "description": "shop=shoe_repair is displayed as \"Shoe Repair Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-hammer_shoe.svg" - }, - { - "key": "shop", - "value": "shoes", - "description": "shop=shoes is displayed as \"Shoe Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shoe.svg" - }, - { - "key": "shop", - "value": "spices", - "description": "shop=spices is displayed as \"Spice Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-spice_bottle.svg" - }, - { - "key": "shop", - "value": "sports", - "description": "shop=sports is displayed as \"Sporting Goods Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-futbol.svg" - }, - { - "key": "shop", - "value": "stationery", - "description": "shop=stationery is displayed as \"Stationery Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-paperclip.svg" - }, - { - "key": "shop", - "value": "storage_rental", - "description": "shop=storage_rental is displayed as \"Storage Rental\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-storage_rental.svg" - }, - { - "key": "shop", - "value": "supermarket", - "description": "shop=supermarket is displayed as \"Supermarket\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-grocery.svg" - }, - { - "key": "shop", - "value": "swimming_pool", - "description": "shop=swimming_pool is displayed as \"Pool Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "tailor", - "description": "shop=tailor is displayed as \"Tailor\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-needle_and_spool.svg" - }, - { - "key": "shop", - "value": "tattoo", - "description": "shop=tattoo is displayed as \"Tattoo Parlor\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tattoo_machine.svg" - }, - { - "key": "shop", - "value": "tea", - "description": "shop=tea is displayed as \"Tea Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-teahouse.svg" - }, - { - "key": "shop", - "value": "telecommunication", - "description": "shop=telecommunication is displayed as \"Telecom Retail Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-telephone.svg" - }, - { - "key": "shop", - "value": "ticket", - "description": "shop=ticket is displayed as \"Ticket Seller\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "tiles", - "description": "shop=tiles is displayed as \"Tile Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tiling.svg" - }, - { - "key": "shop", - "value": "tobacco", - "description": "shop=tobacco is displayed as \"Tobacco Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-pipe.svg" - }, - { - "key": "shop", - "value": "tool_hire", - "description": "shop=tool_hire is displayed as \"Tool Rental\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "toys", - "description": "shop=toys is displayed as \"Toy Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-rocket.svg" - }, - { - "key": "shop", - "value": "trade", - "description": "shop=trade is displayed as \"Trade Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "travel_agency", - "description": "shop=travel_agency is displayed as \"Travel Agency\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-suitcase.svg" - }, - { - "key": "shop", - "value": "trophy", - "description": "shop=trophy is displayed as \"Trophy Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-trophy.svg" - }, - { - "key": "shop", - "value": "tyres", - "description": "shop=tyres is displayed as \"Tire Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tire.svg" - }, - { - "key": "shop", - "value": "vacuum_cleaner", - "description": "shop=vacuum_cleaner is displayed as \"Vacuum Cleaner Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-vacuum.svg" - }, - { - "key": "shop", - "value": "variety_store", - "description": "shop=variety_store is displayed as \"Discount Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "video", - "description": "shop=video is displayed as \"Video Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-movie_rental.svg" - }, - { - "key": "shop", - "value": "video_games", - "description": "shop=video_games is displayed as \"Video Game Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-gaming.svg" - }, - { - "key": "shop", - "value": "watches", - "description": "shop=watches is displayed as \"Watches Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-watch.svg" - }, - { - "key": "shop", - "value": "water", - "description": "shop=water is displayed as \"Drinking Water Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-water_bottle.svg" - }, - { - "key": "shop", - "value": "water_sports", - "description": "shop=water_sports is displayed as \"Watersport/Swim Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "weapons", - "description": "shop=weapons is displayed as \"Weapon Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-dagger.svg" - }, - { - "key": "shop", - "value": "wholesale", - "description": "shop=wholesale is displayed as \"Wholesale Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-warehouse.svg" - }, - { - "key": "shop", - "value": "wigs", - "description": "shop=wigs is displayed as \"Wig Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "window_blind", - "description": "shop=window_blind is displayed as \"Window Blind Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-window.svg" - }, - { - "key": "shop", - "value": "wine", - "description": "shop=wine is displayed as \"Wine Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-alcohol-shop.svg" - }, - { - "key": "disused:shop", - "description": "disused:shop= is displayed as \"This shop is no longer used. It is vacant\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#shop_types", - "icon_url": "./assets/layers/shops/shop-disused.svg" - }, - { - "key": "brand", - "description": "Values of `brand` are shown with \"Part of {brand}\" and can be updated. The question is \"What is the brand of this shop?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#brand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "not:brand", - "value": "yes", - "description": "not:brand=yes is displayed as \"This shop does not have a specific brand, it is not part of a bigger chain\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#brand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "second_hand", - "value": "only", - "description": "second_hand=only is displayed as \"This shop sells second-hand items only\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "second_hand", - "value": "yes", - "description": "second_hand=yes is displayed as \"This shop sells second-hand items along with new items\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "second_hand", - "value": "no", - "description": "second_hand=no is displayed as \"This shop only sells brand-new items\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A4", - "value": "yes", - "description": "service:print:A4=yes is displayed as \"This shop can print on papers of size A4\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A3", - "value": "yes", - "description": "service:print:A3=yes is displayed as \"This shop can print on papers of size A3\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A2", - "value": "yes", - "description": "service:print:A2=yes is displayed as \"This shop can print on papers of size A2\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A1", - "value": "yes", - "description": "service:print:A1=yes is displayed as \"This shop can print on papers of size A1\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A0", - "value": "yes", - "description": "service:print:A0=yes is displayed as \"This shop can print on papers of size A0\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:binding", - "value": "yes", - "description": "service:binding=yes is displayed as \"This shop binds papers into a booklet\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#copyshop_binding", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:binding", - "value": "no", - "description": "service:binding=no is displayed as \"This shop does bind books\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#copyshop_binding", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "healthcare", - "value": "optometrist", - "description": "healthcare=optometrist is displayed as \"This shop offers eye exams by certified optometrists\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#optometrist_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "healthcare", - "value": "audiologist", - "description": "healthcare=audiologist is displayed as \"This shop offers hearing tests by a certified audiologist\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#optometrist_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "craft", - "value": "key_cutter", - "description": "craft=key_cutter is displayed as \"This shop is also specialized in key cutting\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#key_cutter", - "icon_url": "./assets/layers/id_presets/fas-key.svg" - }, - { - "key": "service:key_cutting", - "value": "yes", - "description": "service:key_cutting=yes is displayed as \"This shop offers key cutting as a service\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#key_cutter", - "icon_url": "./assets/layers/id_presets/fas-key.svg" - }, - { - "key": "craft", - "description": "craft= & service:key_cutting=no is displayed as \"This shops does not offer key cutting as a service\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#key_cutter", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:key_cutting", - "value": "no", - "description": "craft= & service:key_cutting=no is displayed as \"This shops does not offer key cutting as a service\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#key_cutter", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:retail", - "value": "yes", - "description": "service:bicycle:retail=yes is displayed as \"This shop sells new bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#sells_new_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:retail", - "value": "no", - "description": "service:bicycle:retail=no is displayed as \"This shop doesn't sell new bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#sells_new_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:second_hand", - "value": "yes", - "description": "service:bicycle:second_hand=yes is displayed as \"This shop sells second-hand bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#bike_second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:second_hand", - "value": "no", - "description": "service:bicycle:second_hand=no is displayed as \"This shop doesn't sell second-hand bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#bike_second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:second_hand", - "value": "only", - "description": "service:bicycle:second_hand=only is displayed as \"This shop only sells second-hand bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#bike_second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "yes", - "description": "service:bicycle:repair=yes is displayed as \"This shop repairs bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "no", - "description": "service:bicycle:repair=no is displayed as \"This shop doesn't repair bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "only_sold", - "description": "service:bicycle:repair=only_sold is displayed as \"This shop only repairs bikes bought here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "brand", - "description": "service:bicycle:repair=brand is displayed as \"This shop only repairs bikes of a certain brand\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:rental", - "value": "yes", - "description": "service:bicycle:rental=yes is displayed as \"This shop rents out bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#bicycle_rental", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:rental", - "value": "no", - "description": "service:bicycle:rental=no is displayed as \"This shop doesn't rent out bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#bicycle_rental", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "description": "Values of `rental` are shown with \"{rental} is rented here\" and can be updated. The question is \"What kind of bicycles and accessories are rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "city_bike", - "description": "rental=city_bike is displayed as \"Normal city bikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "ebike", - "description": "rental=ebike is displayed as \"Electrical bikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "bmx", - "description": "rental=bmx is displayed as \"BMX bikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "mtb", - "description": "rental=mtb is displayed as \"Mountainbikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "kid_bike", - "description": "rental=kid_bike is displayed as \"Bikes for children can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "tandem", - "description": "rental=tandem is displayed as \"Tandem bicycles can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "racebike", - "description": "rental=racebike is displayed as \"Race bicycles can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "bike_helmet", - "description": "rental=bike_helmet is displayed as \"Bike helmets can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "cargo_bike", - "description": "rental=cargo_bike is displayed as \"Cargo bikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:city_bike", - "description": "Values of `capacity:city_bike` are shown with \"{capacity:city_bike} city bikes can be rented here\" and can be updated. The question is \"How many city bikes can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#rental_capacity_city_bike", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:ebike", - "description": "Values of `capacity:ebike` are shown with \"{capacity:ebike} electrical bikes can be rented here\" and can be updated. The question is \"How many electrical bikes can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#rental_capacity_ebike", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:kid_bike", - "description": "Values of `capacity:kid_bike` are shown with \"{capacity:kid_bike} bikes for children can be rented here\" and can be updated. The question is \"How many bikes for children can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#rental_capacity_kid_bike", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:bmx", - "description": "Values of `capacity:bmx` are shown with \"{capacity:bmx} BMX bikes can be rented here\" and can be updated. The question is \"How many BMX bikes can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#rental_capacity_bmx", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:mtb", - "description": "Values of `capacity:mtb` are shown with \"{capacity:mtb} mountainbikes can be rented here\" and can be updated. The question is \"How many mountainbikes can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#rental_capacity_mtb", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:bicycle_pannier", - "description": "Values of `capacity:bicycle_pannier` are shown with \"{capacity:bicycle_pannier} bicycle panniers can be rented here\" and can be updated. The question is \"How many bicycle panniers can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#rental_capacity_bicycle_pannier", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:tandem_bicycle", - "description": "Values of `capacity:tandem_bicycle` are shown with \"{capacity:tandem_bicycle} tandem can be rented here\" and can be updated. The question is \"How many tandem can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#rental_capacity_tandem_bicycle", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:pump", - "value": "yes", - "description": "service:bicycle:pump=yes is displayed as \"This shop offers a bike pump for anyone\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#bike_pump_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:pump", - "value": "no", - "description": "service:bicycle:pump=no is displayed as \"This shop doesn't offer a bike pump for anyone\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#bike_pump_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:pump", - "value": "separate", - "description": "service:bicycle:pump=separate is displayed as \"There is bicycle pump, it is shown as a separate point\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#bike_pump_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:diy", - "value": "yes", - "description": "service:bicycle:diy=yes is displayed as \"This shop offers tools for DIY bicycle repair\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#bike_repair_tools", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:diy", - "value": "no", - "description": "service:bicycle:diy=no is displayed as \"This shop doesn't offer tools for DIY bicycle repair\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#bike_repair_tools", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:diy", - "value": "only_sold", - "description": "service:bicycle:diy=only_sold is displayed as \"Tools for DIY bicycle repair are only available if you bought/hire the bike in the shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#bike_repair_tools", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning", - "value": "yes", - "description": "service:bicycle:cleaning=yes is displayed as \"This shop cleans bicycles\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#bike_wash", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning", - "value": "diy", - "description": "service:bicycle:cleaning=diy is displayed as \"This shop has an installation where one can clean bicycles themselves\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#bike_wash", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning", - "value": "no", - "description": "service:bicycle:cleaning=no is displayed as \"This shop doesn't offer bicycle cleaning\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#bike_wash", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:charge", - "description": "Values of `service:bicycle:cleaning:charge` are shown with \"Using the cleaning service costs {service:bicycle:cleaning:charge}\" and can be updated. The question is \"How much does it cost to use the cleaning service?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:fee", - "value": "no", - "description": "service:bicycle:cleaning:fee=no is displayed as \"The cleaning service is free to use\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:fee", - "value": "yes", - "description": "service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= is displayed as \"Free to use\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:charge", - "description": "service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= is displayed as \"Free to use\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "organic", - "value": "yes", - "description": "organic=yes is displayed as \"This shop offers organic products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#organic", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "organic", - "value": "only", - "description": "organic=only is displayed as \"This shop only offers organic products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#organic", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "organic", - "value": "no", - "description": "organic=no is displayed as \"This shop does not offer organic products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#organic", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "description", - "description": "Values of `description` are shown with \"{description}\" and can be updated. The question is \"Is there still some relevant info that the previous questions did not cover? Feel free to add it here.\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops_lactosefree.md#description", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_lighthouses.json b/Docs/TagInfo/mapcomplete_lighthouses.json deleted file mode 100644 index 40051ab822..0000000000 --- a/Docs/TagInfo/mapcomplete_lighthouses.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Lighthouses", - "description": "Lighthouses are tall buildings with a light on top to guide marine traffic", - "project_url": "https://mapcomplete.org/lighthouses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/lighthouses/lighthouse.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "man_made", - "value": "lighthouse", - "description": "Features with this tag are displayed by layer lighthouse", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/lighthouse.md", - "icon_url": "./assets/themes/lighthouses/lighthouse.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layer lighthouse", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/lighthouse.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer lighthouse", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/lighthouse.md#images", - "icon_url": "./assets/themes/lighthouses/lighthouse.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer lighthouse", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/lighthouse.md#images", - "icon_url": "./assets/themes/lighthouses/lighthouse.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer lighthouse", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/lighthouse.md#images", - "icon_url": "./assets/themes/lighthouses/lighthouse.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer lighthouse", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/lighthouse.md#images", - "icon_url": "./assets/themes/lighthouses/lighthouse.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer lighthouse", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/lighthouse.md#images", - "icon_url": "./assets/themes/lighthouses/lighthouse.svg" - }, - { - "key": "wikidata", - "description": "Values of `wikidata` are shown with \"{wikipedia():max-height:25rem}\" and can be updated. The question is \"What is the corresponding Wikidata entity?\" by layer lighthouse", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/lighthouse.md#wikipedia", - "icon_url": "./assets/themes/lighthouses/lighthouse.svg" - }, - { - "key": "wikipedia", - "description": "wikipedia~.+ is displayed as \"{wikipedia():max-height:25rem}\" by layer lighthouse", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/lighthouse.md#wikipedia", - "icon_url": "./assets/themes/lighthouses/lighthouse.svg" - }, - { - "key": "wikidata", - "description": "wikidata= is displayed as \"No Wikipedia page has been linked yet\" by layer lighthouse", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/lighthouse.md#wikipedia", - "icon_url": "./assets/themes/lighthouses/lighthouse.svg" - }, - { - "key": "height", - "description": "Values of `height` are shown with \"The height of this lighthouse is {height} metres.\" and can be updated. The question is \"What is the height of this lighthouse, in metres?\" by layer lighthouse", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/lighthouse.md#lighthouse_height", - "icon_url": "./assets/themes/lighthouses/lighthouse.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_maps.json b/Docs/TagInfo/mapcomplete_maps.json deleted file mode 100644 index 95de072e1b..0000000000 --- a/Docs/TagInfo/mapcomplete_maps.json +++ /dev/null @@ -1,281 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete A map of maps", - "description": "This theme shows all (touristic) maps that OpenStreetMap knows of", - "project_url": "https://mapcomplete.org/maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/maps/logo.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "tourism", - "value": "map", - "description": "Features with this tag are displayed by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "information", - "value": "map", - "description": "Features with this tag are displayed by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Maps, Tactile Maps, Tactile Models", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Maps, Tactile Maps, Tactile Models", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#images", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Maps, Tactile Maps, Tactile Models", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#images", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Maps, Tactile Maps, Tactile Models", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#images", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Maps, Tactile Maps, Tactile Models", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#images", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Maps, Tactile Maps, Tactile Models", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#images", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_type", - "value": "topo", - "description": "map_type=topo is displayed as \"Topographical map

The map contains contour lines.

\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_type", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_type", - "value": "street", - "description": "map_type=street is displayed as \"A map with all streets or ways of an area.

The streets are mostly named; the angles, distances etc. are accurate

\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_type", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_type", - "value": "scheme", - "description": "map_type=scheme is displayed as \"This is a schematic map.

A sketched map with only important ways and POIs. The angles, distances etc. are merely illustrative, not accurate.

\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_type", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_type", - "value": "toposcope", - "description": "map_type=toposcope is displayed as \"This is a toposcope.

A marker erected on high places which indicates the direction to notable landscape features which can be seen from that point

\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_type", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_size", - "value": "building", - "description": "map_size=building is displayed as \"A map of the rooms within a building\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_size", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_size", - "value": "site", - "description": "map_size=site is displayed as \"A map of special site, like of a historical castle, a park, a campus, a forest, ....\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_size", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_size", - "value": "village", - "description": "map_size=village is displayed as \"A map showing the village or town\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_size", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_size", - "value": "city", - "description": "map_size=city is displayed as \"A map of a city\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_size", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_size", - "value": "region", - "description": "map_size=region is displayed as \"The map of an entire region, showing multiple cities and villages\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_size", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_source", - "description": "Values of `map_source` are shown with \"This map is based on {map_source}\" and can be updated. The question is \"On which data is this map based?\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_map_source", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_source", - "value": "OpenStreetMap", - "description": "map_source=OpenStreetMap & not:map_source= is displayed as \"This map is based on OpenStreetMap\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_map_source", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "not:map_source", - "description": "map_source=OpenStreetMap & not:map_source= is displayed as \"This map is based on OpenStreetMap\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_map_source", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_source:attribution", - "value": "yes", - "description": "map_source:attribution=yes is displayed as \"OpenStreetMap is clearly attributed, including the ODBL-license\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_attribution", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_source:attribution", - "value": "incomplete", - "description": "map_source:attribution=incomplete is displayed as \"OpenStreetMap is clearly attributed, but the license is not mentioned\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_attribution", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_source:attribution", - "value": "sticker", - "description": "map_source:attribution=sticker is displayed as \"OpenStreetMap wasn't mentioned, but someone put an OpenStreetMap-sticker on it\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_attribution", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_source:attribution", - "value": "none", - "description": "map_source:attribution=none is displayed as \"There is no attribution at all\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_attribution", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_source:attribution", - "value": "no", - "description": "map_source:attribution=no is displayed as \"There is no attribution at all\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_attribution", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "information", - "value": "tactile_map", - "description": "Features with this tag are displayed by layer Tactile Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tactile_map.md", - "icon_url": "./assets/themes/maps/logo.svg" - }, - { - "key": "blind:description:en", - "description": "Values of `blind:description:en` are shown with \"Description: {blind:description:en}.\" and can be updated. The question is \"What does this tactile map show?\" by layer Tactile Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tactile_map.md#description", - "icon_url": "./assets/themes/maps/logo.svg" - }, - { - "key": "braille", - "value": "yes", - "description": "braille=yes is displayed as \"This tactile map has braille text.\" by layer Tactile Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tactile_map.md#braille", - "icon_url": "./assets/themes/maps/logo.svg" - }, - { - "key": "braille", - "value": "no", - "description": "braille=no is displayed as \"This tactile map does not have braille text.\" by layer Tactile Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tactile_map.md#braille", - "icon_url": "./assets/themes/maps/logo.svg" - }, - { - "key": "embossed_letters", - "value": "yes", - "description": "embossed_letters=yes is displayed as \"This tactile map has embossed letters.\" by layer Tactile Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tactile_map.md#embossed_letters", - "icon_url": "./assets/themes/maps/logo.svg" - }, - { - "key": "embossed_letters", - "value": "no", - "description": "embossed_letters=no is displayed as \"This tactile map does not have embossed letters.\" by layer Tactile Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tactile_map.md#embossed_letters", - "icon_url": "./assets/themes/maps/logo.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{website}\" and can be updated. The question is \"What is the website of {title()}?\" by layers Tactile Maps, Tactile Models", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tactile_map.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layers Tactile Maps, Tactile Models", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tactile_map.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "information", - "value": "tactile_model", - "description": "Features with this tag are displayed by layer Tactile Models", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tactile_model.md", - "icon_url": "./assets/layers/tactile_model/tactile_model.svg" - }, - { - "key": "blind:description:en", - "description": "Values of `blind:description:en` are shown with \"Description: {blind:description:en}.\" and can be updated. The question is \"What does this tactile model show?\" by layer Tactile Models", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tactile_model.md#description", - "icon_url": "./assets/layers/tactile_model/tactile_model.svg" - }, - { - "key": "braille", - "value": "yes", - "description": "braille=yes is displayed as \"There is a braille description.\" by layer Tactile Models", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tactile_model.md#braille", - "icon_url": "./assets/layers/tactile_model/tactile_model.svg" - }, - { - "key": "braille", - "value": "no", - "description": "braille=no is displayed as \"There is no braille description.\" by layer Tactile Models", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tactile_model.md#braille", - "icon_url": "./assets/layers/tactile_model/tactile_model.svg" - }, - { - "key": "embossed_letters", - "value": "yes", - "description": "embossed_letters=yes is displayed as \"There are embossed letters describing the model.\" by layer Tactile Models", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tactile_model.md#embossed_letters", - "icon_url": "./assets/layers/tactile_model/tactile_model.svg" - }, - { - "key": "embossed_letters", - "value": "no", - "description": "embossed_letters=no is displayed as \"There are no embossed letters describing the model.\" by layer Tactile Models", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tactile_model.md#embossed_letters", - "icon_url": "./assets/layers/tactile_model/tactile_model.svg" - }, - { - "key": "scale", - "description": "Values of `scale` are shown with \"The scale of this model is {scale}.\" and can be updated. The question is \"What scale is the model?\" by layer Tactile Models", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tactile_model.md#scale", - "icon_url": "./assets/layers/tactile_model/tactile_model.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_maxspeed.json b/Docs/TagInfo/mapcomplete_maxspeed.json deleted file mode 100644 index ea319617b0..0000000000 --- a/Docs/TagInfo/mapcomplete_maxspeed.json +++ /dev/null @@ -1,178 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Maxspeed", - "description": "This map shows the legally allowed maximum speed on every road.", - "project_url": "https://mapcomplete.org/maxspeed", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/maxspeed/maxspeed_logo.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "highway", - "value": "residential", - "description": "Features with this tag are displayed by layer Maxspeed", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/maxspeed.md" - }, - { - "key": "highway", - "value": "living_street", - "description": "Features with this tag are displayed by layer Maxspeed", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/maxspeed.md" - }, - { - "key": "highway", - "value": "motorway", - "description": "Features with this tag are displayed by layers Maxspeed, Maxspeed", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/maxspeed.md" - }, - { - "key": "highway", - "value": "tertiary", - "description": "Features with this tag are displayed by layer Maxspeed", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/maxspeed.md" - }, - { - "key": "highway", - "value": "unclassified", - "description": "Features with this tag are displayed by layer Maxspeed", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/maxspeed.md" - }, - { - "key": "highway", - "value": "secondary", - "description": "Features with this tag are displayed by layer Maxspeed", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/maxspeed.md" - }, - { - "key": "highway", - "value": "primary", - "description": "Features with this tag are displayed by layer Maxspeed", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/maxspeed.md" - }, - { - "key": "highway", - "value": "trunk", - "description": "Features with this tag are displayed by layer Maxspeed", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/maxspeed.md" - }, - { - "key": "highway", - "value": "tertiary_link", - "description": "Features with this tag are displayed by layer Maxspeed", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/maxspeed.md" - }, - { - "key": "highway", - "value": "secondary_link", - "description": "Features with this tag are displayed by layer Maxspeed", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/maxspeed.md" - }, - { - "key": "highway", - "value": "primary_link", - "description": "Features with this tag are displayed by layer Maxspeed", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/maxspeed.md" - }, - { - "key": "highway", - "value": "trunk_link", - "description": "Features with this tag are displayed by layer Maxspeed", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/maxspeed.md" - }, - { - "key": "highway", - "value": "motorway_link", - "description": "Features with this tag are displayed by layer Maxspeed", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/maxspeed.md" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Maxspeed, Speed Camera, Speed Display", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/maxspeed.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "maxspeed", - "description": "Values of `maxspeed` are shown with \"The maximum allowed speed on this road is {canonical(maxspeed)}\" and can be updated. The question is \"What is the legal maximum speed one is allowed to drive on this road?\" by layer Maxspeed", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/maxspeed.md#maxspeed_maxspeed" - }, - { - "key": "highway", - "value": "living_street", - "description": "highway=living_street & _country=be is displayed as \"This is a living street, which has a maxspeed of 20km/h\" by layer Maxspeed", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/maxspeed.md#maxspeed_maxspeed", - "icon_url": "./assets/layers/maxspeed/living_street_be.svg" - }, - { - "key": "highway", - "value": "speed_camera", - "description": "Features with this tag are displayed by layer Speed Camera", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/speed_camera.md", - "icon_url": "./assets/layers/speed_camera/speed_camera.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Speed Camera", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/speed_camera.md#images", - "icon_url": "./assets/layers/speed_camera/speed_camera.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Speed Camera", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/speed_camera.md#images", - "icon_url": "./assets/layers/speed_camera/speed_camera.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Speed Camera", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/speed_camera.md#images", - "icon_url": "./assets/layers/speed_camera/speed_camera.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Speed Camera", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/speed_camera.md#images", - "icon_url": "./assets/layers/speed_camera/speed_camera.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Speed Camera", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/speed_camera.md#images", - "icon_url": "./assets/layers/speed_camera/speed_camera.svg" - }, - { - "key": "maxspeed", - "description": "Values of `maxspeed` are shown with \"The maximum speed allowed is {canonical(maxspeed)}\" and can be updated. The question is \"What is the maximum speed allowed at this speed camera?\" by layer Speed Camera", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/speed_camera.md#maxspeed", - "icon_url": "./assets/layers/speed_camera/speed_camera.svg" - }, - { - "key": "direction", - "description": "Values of `direction` are shown with \"Films to a compass heading of {direction}\" and can be updated. The question is \"In which geographical direction does this camera film?\" by layer Speed Camera", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/speed_camera.md#camera_direction", - "icon_url": "./assets/layers/speed_camera/speed_camera.svg" - }, - { - "key": "highway", - "value": "speed_display", - "description": "Features with this tag are displayed by layer Speed Display", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/speed_display.md", - "icon_url": "./assets/layers/speed_display/speed_display.svg" - }, - { - "key": "maxspeed", - "description": "Values of `maxspeed` are shown with \"The maximum speed allowed at this speed display is {canonical(maxspeed)}\" and can be updated. The question is \"What is the maximum speed allowed at this speed display?\" by layer Speed Display", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/speed_display.md#maxspeed", - "icon_url": "./assets/layers/speed_display/speed_display.svg" - }, - { - "key": "inscription", - "description": "Values of `inscription` are shown with \"The text on this speed display is {inscription}\" and can be updated. The question is \"What is the text on this speed display?\" by layer Speed Display", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/speed_display.md#inscription", - "icon_url": "./assets/layers/speed_display/speed_display.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_memorials.json b/Docs/TagInfo/mapcomplete_memorials.json deleted file mode 100644 index 69a9fc5ad7..0000000000 --- a/Docs/TagInfo/mapcomplete_memorials.json +++ /dev/null @@ -1,934 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Memorials", - "description": "Memorials are physical objects permantently placed in the public space to remember a person or event", - "project_url": "https://mapcomplete.org/memorials", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/layers/memorial/memorial.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "memorial", - "value": "ghost_bike", - "description": "Features with this tag are displayed by layer Ghost bikes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghost_bike.md", - "icon_url": "./assets/layers/ghost_bike/ghost_bike.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Ghost bikes, Memorials, Gravestones, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghost_bike.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Ghost bikes, Memorials, Gravestones, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghost_bike.md#images", - "icon_url": "./assets/layers/ghost_bike/ghost_bike.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Ghost bikes, Memorials, Gravestones, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghost_bike.md#images", - "icon_url": "./assets/layers/ghost_bike/ghost_bike.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Ghost bikes, Memorials, Gravestones, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghost_bike.md#images", - "icon_url": "./assets/layers/ghost_bike/ghost_bike.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Ghost bikes, Memorials, Gravestones, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghost_bike.md#images", - "icon_url": "./assets/layers/ghost_bike/ghost_bike.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Ghost bikes, Memorials, Gravestones, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghost_bike.md#images", - "icon_url": "./assets/layers/ghost_bike/ghost_bike.svg" - }, - { - "key": "subject", - "description": "Values of `subject` are shown with \"In remembrance of {subject}\" and can be updated. The question is \"Whom is remembered by this ghost bike?\" by layer Ghost bikes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghost_bike.md#ghost_bike_name", - "icon_url": "./assets/layers/ghost_bike/ghost_bike.svg" - }, - { - "key": "name", - "description": "name~.+ is displayed as \"In remembrance of {name}\" by layer Ghost bikes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghost_bike.md#ghost_bike_name", - "icon_url": "./assets/layers/ghost_bike/ghost_bike.svg" - }, - { - "key": "noname", - "value": "yes", - "description": "noname=yes is displayed as \"No name is marked on the bike\" by layer Ghost bikes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghost_bike.md#ghost_bike_name", - "icon_url": "./assets/layers/ghost_bike/ghost_bike.svg" - }, - { - "key": "source", - "description": "Values of `source` are shown with \"{link(More info available,&LBRACEsource&RBRACE,,,,)}\" and can be updated. The question is \"On what webpage can one find more info about the ghost bike or the accident?\" by layer Ghost bikes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghost_bike.md#ghost_bike_source", - "icon_url": "./assets/layers/ghost_bike/ghost_bike.svg" - }, - { - "key": "inscription", - "description": "Values of `inscription` are shown with \"{inscription}\" and can be updated. The question is \"What is the inscription on this Ghost bike?\" by layer Ghost bikes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghost_bike.md#ghost_bike_inscription", - "icon_url": "./assets/layers/ghost_bike/ghost_bike.svg" - }, - { - "key": "start_date", - "description": "Values of `start_date` are shown with \"Placed on {start_date}\" and can be updated. The question is \"When was this Ghost bike installed?\" by layer Ghost bikes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ghost_bike.md#ghost_bike_start_date", - "icon_url": "./assets/layers/ghost_bike/ghost_bike.svg" - }, - { - "key": "memorial", - "description": "Features with this tag are displayed by layer Memorials", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "historic", - "value": "memorial", - "description": "Features with this tag are displayed by layer Memorials", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "memorial", - "description": "Values of `memorial` are shown with \"This is a {memorial}\" and can be updated. The question is \"What type of memorial is this?\" by layers Memorials, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#memorial_type", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "memorial", - "value": "statue", - "description": "memorial=statue is displayed as \"This is a statue\" by layers Memorials, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#memorial_type", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "memorial", - "value": "plaque", - "description": "memorial=plaque is displayed as \"This is a plaque\" by layers Memorials, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#memorial_type", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "memorial", - "value": "bench", - "description": "memorial=bench is displayed as \"This is a commemorative bench\" by layers Memorials, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#memorial_type", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "memorial", - "value": "ghost_bike", - "description": "memorial=ghost_bike is displayed as \"This is a ghost bike - a bicycle painted white to remember a cyclist whom deceased because of a car crash\" by layers Memorials, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#memorial_type", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "memorial", - "value": "stolperstein", - "description": "memorial=stolperstein is displayed as \"This is a stolperstein (stumbing stone)\" by layers Memorials, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#memorial_type", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "memorial", - "value": "stele", - "description": "memorial=stele is displayed as \"This is a stele\" by layers Memorials, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#memorial_type", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "memorial", - "value": "stone", - "description": "memorial=stone is displayed as \"This is a memorial stone\" by layers Memorials, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#memorial_type", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "memorial", - "value": "bust", - "description": "memorial=bust is displayed as \"This is a bust\" by layers Memorials, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#memorial_type", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "memorial", - "value": "sculpture", - "description": "memorial=sculpture is displayed as \"This is a sculpture\" by layers Memorials, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#memorial_type", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "memorial", - "value": "obelisk", - "description": "memorial=obelisk is displayed as \"This is an obelisk\" by layers Memorials, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#memorial_type", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "memorial", - "value": "cross", - "description": "memorial=cross is displayed as \"This is a cross\" by layers Memorials, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#memorial_type", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "memorial", - "value": "blue_plaque", - "description": "memorial=blue_plaque is displayed as \"This is a blue plaque\" by layers Memorials, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#memorial_type", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "memorial", - "value": "tank", - "description": "memorial=tank is displayed as \"This is a historic tank, permanently placed in public space as memorial\" by layers Memorials, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#memorial_type", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "memorial", - "value": "tree", - "description": "memorial=tree is displayed as \"This is a memorial tree\" by layers Memorials, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#memorial_type", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "historic", - "value": "tomb", - "description": "historic=tomb is displayed as \"This is a gravestone; the person is buried here\" by layers Memorials, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#memorial_type", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "inscription", - "description": "Values of `inscription` are shown with \"The inscription on this memorial reads:

{inscription}

\" and can be updated. The question is \"What is the inscription on this memorial?\" by layers Memorials, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#inscription", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "not:inscription", - "value": "yes", - "description": "not:inscription=yes is displayed as \"This memorial does not have an inscription\" by layers Memorials, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#inscription", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "wikidata", - "description": "Values of `wikidata` are shown with \"

Wikipedia page about the memorial

{wikipedia(wikidata)}\" and can be updated. The question is \"What is the Wikipedia page about this memorial?\" by layer Memorials", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#memorial_wikidata", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "subject:wikidata", - "description": "Values of `subject:wikidata` are shown with \"

Wikipedia page about the remembered event or person

{wikipedia(subject:wikidata)}\" and can be updated. The question is \"What is the Wikipedia page about the person or event that is remembered here?\" by layer Memorials", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#subject_wikidata", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "start_date", - "description": "Values of `start_date` are shown with \"Placed on {start_date}\" and can be updated. The question is \"When was this memorial installed?\" by layer Memorials", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#start_date", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "backrest", - "value": "yes", - "description": "backrest=yes & two_sided=yes is displayed as \"This bench is two-sided and shares the backrest\" by layers Memorials, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#bench_backrest", - "icon_url": "./assets/layers/bench/two_sided.svg" - }, - { - "key": "two_sided", - "value": "yes", - "description": "backrest=yes & two_sided=yes is displayed as \"This bench is two-sided and shares the backrest\" by layers Memorials, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#bench_backrest", - "icon_url": "./assets/layers/bench/two_sided.svg" - }, - { - "key": "backrest", - "value": "yes", - "description": "backrest=yes is displayed as \"This bench does have a backrest\" by layers Memorials, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#bench_backrest", - "icon_url": "./assets/layers/bench/one_sided.svg" - }, - { - "key": "backrest", - "value": "no", - "description": "backrest=no is displayed as \"This bench does not have a backrest\" by layers Memorials, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#bench_backrest", - "icon_url": "./assets/layers/bench/no_backrest.svg" - }, - { - "key": "armrest", - "value": "yes", - "description": "armrest=yes is displayed as \"This bench does have one or more armrests\" by layers Memorials, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#bench_armrest", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "armrest", - "value": "no", - "description": "armrest=no is displayed as \"This bench does not have any armrests\" by layers Memorials, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#bench_armrest", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "seats", - "description": "Values of `seats` are shown with \"This bench has {seats} seats\" and can be updated. The question is \"How many seats does this bench have?\" by layers Memorials, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#bench_seats", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "seats:separated", - "value": "no", - "description": "seats:separated=no is displayed as \"This bench does not have separated seats\" by layers Memorials, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#bench_seats", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "material", - "description": "Values of `material` are shown with \"Material: {material}\" and can be updated. The question is \"What is the bench (seating) made from?\" by layers Memorials, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#bench_material", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "material", - "value": "wood", - "description": "material=wood is displayed as \"The seating is made from wood\" by layers Memorials, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#bench_material", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "material", - "value": "metal", - "description": "material=metal is displayed as \"The seating is made from metal\" by layers Memorials, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#bench_material", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "material", - "value": "stone", - "description": "material=stone is displayed as \"The seating is made from stone\" by layers Memorials, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#bench_material", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "material", - "value": "concrete", - "description": "material=concrete is displayed as \"The seating is made from concrete\" by layers Memorials, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#bench_material", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "material", - "value": "plastic", - "description": "material=plastic is displayed as \"The seating is made from plastic\" by layers Memorials, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#bench_material", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "material", - "value": "steel", - "description": "material=steel is displayed as \"The seating is made from steel\" by layers Memorials, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#bench_material", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "direction", - "description": "Values of `direction` are shown with \"When sitting on the bench, one looks towards {direction}°.\" and can be updated. The question is \"In which direction are you looking when sitting on the bench?\" by layers Memorials, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#bench_direction", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "colour", - "description": "Values of `colour` are shown with \"Colour: {colour}\" and can be updated. The question is \"Which colour does this bench have?\" by layers Memorials, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#bench_colour", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "colour", - "value": "brown", - "description": "colour=brown is displayed as \"Colour: brown\" by layers Memorials, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#bench_colour", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "colour", - "value": "green", - "description": "colour=green is displayed as \"Colour: green\" by layers Memorials, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#bench_colour", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "colour", - "value": "gray", - "description": "colour=gray is displayed as \"Colour: gray\" by layers Memorials, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#bench_colour", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "colour", - "value": "white", - "description": "colour=white is displayed as \"Colour: white\" by layers Memorials, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#bench_colour", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "colour", - "value": "red", - "description": "colour=red is displayed as \"Colour: red\" by layers Memorials, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#bench_colour", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "colour", - "value": "black", - "description": "colour=black is displayed as \"Colour: black\" by layers Memorials, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#bench_colour", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "colour", - "value": "blue", - "description": "colour=blue is displayed as \"Colour: blue\" by layers Memorials, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#bench_colour", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "colour", - "value": "yellow", - "description": "colour=yellow is displayed as \"Colour: yellow\" by layers Memorials, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#bench_colour", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "survey:date", - "description": "Values of `survey:date` are shown with \"This bench was last surveyed on {survey:date}\" and can be updated. The question is \"When was this bench last surveyed?\" by layers Memorials, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#bench_survey_date", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "survey:date", - "description": "survey:date= is displayed as \"Surveyed today!\" by layers Memorials, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#bench_survey_date", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "inscription", - "description": "Values of `inscription` are shown with \"This bench has the following inscription:

{inscription}

\" and can be updated. The question is \"Does this bench have an inscription?\" by layers Memorials, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#bench_inscription", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "not:inscription", - "value": "yes", - "description": "not:inscription=yes is displayed as \"This bench does not have an inscription\" by layers Memorials, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#bench_inscription", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "inscription", - "description": "inscription= is displayed as \"This bench probably does not not have an inscription\" by layers Memorials, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#bench_inscription", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "historic", - "value": "memorial", - "description": "historic=memorial is displayed as \"This bench is a memorial for someone or something\" by layers Memorials, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#bench_memorial", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "historic", - "description": "historic= & not:historic=memorial is displayed as \"This bench is a not a memorial for someone or something\" by layers Memorials, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#bench_memorial", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "not:historic", - "value": "memorial", - "description": "historic= & not:historic=memorial is displayed as \"This bench is a not a memorial for someone or something\" by layers Memorials, Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/memorial.md#bench_memorial", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "historic", - "value": "tomb", - "description": "Features with this tag are displayed by layer Gravestones", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/grave.md", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "buried:wikidata", - "description": "Values of `buried:wikidata` are shown with \"{wikipedia(buried:wikidata)}\" and can be updated. The question is \"What is the Wikipedia page of the person buried here?\" by layer Gravestones", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/grave.md#buried_wikidata", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"{name} is buried here\" and can be updated. The question is \"What is the name of the person buried here?\" by layer Gravestones", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/grave.md#name", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "amenity", - "value": "bench", - "description": "Features with this tag are displayed by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "tourism", - "value": "artwork", - "description": "tourism=artwork is displayed as \"This bench has an integrated artwork\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_artwork", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "not:tourism:artwork", - "value": "yes", - "description": "not:tourism:artwork=yes is displayed as \"This bench does not have an integrated artwork\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_artwork", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "tourism", - "description": "tourism= is displayed as \"This bench probably doesn't have an integrated artwork\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_artwork", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "description": "Values of `artwork_type` are shown with \"This is a {artwork_type}\" and can be updated. The question is \"What is the type of this artwork?\" by layers Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "architecture", - "description": "artwork_type=architecture is displayed as \"Architecture\" by layers Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "mural", - "description": "artwork_type=mural is displayed as \"Mural\" by layers Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "painting", - "description": "artwork_type=painting is displayed as \"Painting\" by layers Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "sculpture", - "description": "artwork_type=sculpture is displayed as \"Sculpture\" by layers Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "statue", - "description": "artwork_type=statue is displayed as \"Statue\" by layers Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "bust", - "description": "artwork_type=bust is displayed as \"Bust\" by layers Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "stone", - "description": "artwork_type=stone is displayed as \"Stone\" by layers Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "installation", - "description": "artwork_type=installation is displayed as \"Installation\" by layers Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "graffiti", - "description": "artwork_type=graffiti is displayed as \"Graffiti\" by layers Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "relief", - "description": "artwork_type=relief is displayed as \"Relief\" by layers Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "azulejo", - "description": "artwork_type=azulejo is displayed as \"Azulejo (Spanish decorative tilework)\" by layers Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "tilework", - "description": "artwork_type=tilework is displayed as \"Tilework\" by layers Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "woodcarving", - "description": "artwork_type=woodcarving is displayed as \"Woodcarving\" by layers Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artist:wikidata", - "description": "Values of `artist:wikidata` are shown with \"This artwork was made by {wikidata_label(artist:wikidata):font-weight:bold}
{wikipedia(artist:wikidata)}\" and can be updated. The question is \"Who made this artwork?\" by layers Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artist_wikidata", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artist_name", - "description": "Values of `artist_name` are shown with \"Created by {artist_name}\" and can be updated. The question is \"Which artist created this?\" by layers Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artist_name", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{link(More information on this website,&LBRACEwebsite&RBRACE,,,,)}\" and can be updated. The question is \"Is there a website with more information about this artwork?\" by layers Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_website", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "subject:wikidata", - "description": "Values of `subject:wikidata` are shown with \"This artwork depicts {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}\" and can be updated. The question is \"What does this artwork depict?\" by layers Benches, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_subject", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "tourism", - "value": "artwork", - "description": "Features with this tag are displayed by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "wikidata", - "description": "Values of `wikidata` are shown with \"{wikipedia():max-height:25rem}\" and can be updated. The question is \"What is the corresponding Wikidata entity?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#wikipedia", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "wikipedia", - "description": "wikipedia~.+ is displayed as \"{wikipedia():max-height:25rem}\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#wikipedia", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "wikidata", - "description": "wikidata= is displayed as \"No Wikipedia page has been linked yet\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#wikipedia", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "historic", - "value": "memorial", - "description": "historic=memorial is displayed as \"This artwork also serves as a memorial\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#doubles_as_memorial", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "historic", - "description": "historic= is displayed as \"This artwork does not serve as a memorial\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#doubles_as_memorial", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "amenity", - "value": "bench", - "description": "amenity=bench is displayed as \"This artwork also serves as a bench\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#doubles_as_bench", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "amenity", - "description": "amenity= is displayed as \"This artwork does not serve as a bench\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#doubles_as_bench", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "historic", - "value": "wayside_shrine", - "description": "historic=wayside_shrine is displayed as \"This artwork acts as a wayside shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#doubles_as_wayside_shrine", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "historic", - "description": "historic= is displayed as \"This artwork does not act as a wayside shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#doubles_as_wayside_shrine", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"The name of this shrine is {name}\" and can be updated. The question is \"What's the name of this shrine?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#shrine_name", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "noname", - "value": "yes", - "description": "noname=yes is displayed as \"This shrine does not have a name\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#shrine_name", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "description": "Values of `religion` are shown with \"This shrine is {religion}\" and can be updated. The question is \"To which religion is this shrine dedicated?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "value": "christian", - "description": "religion=christian is displayed as \"This is a Christian shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "value": "buddhist", - "description": "religion=buddhist is displayed as \"This is a Buddhist shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "value": "hindu", - "description": "religion=hindu is displayed as \"This is a Hindu shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "value": "jain", - "description": "religion=jain is displayed as \"This is a Jain shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "value": "jewish", - "description": "religion=jewish is displayed as \"This is a Jewish shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "value": "muslim", - "description": "religion=muslim is displayed as \"This is an Islamic shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "value": "pagan", - "description": "religion=pagan is displayed as \"This is a Pagan shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "value": "shinto", - "description": "religion=shinto is displayed as \"This is a Shinto shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "value": "sikh", - "description": "religion=sikh is displayed as \"This is a Sikh shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "value": "taoist", - "description": "religion=taoist is displayed as \"This is a Taoist shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "religion", - "value": "zoroastrian", - "description": "religion=zoroastrian is displayed as \"This is a Zoroastrian shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#religion", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "description": "Values of `denomination` are shown with \"The religious denomination is {denomination}\" and can be updated. The question is \"What's the Christian denomination of the shrine?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_christian", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "catholic", - "description": "denomination=catholic is displayed as \"The religious subdenomination is Catholic\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_christian", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "roman_catholic", - "description": "denomination=roman_catholic is displayed as \"The religious subdenomination is Roman Catholic\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_christian", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "orthodox", - "description": "denomination=orthodox is displayed as \"The religious subdenomination is Orthodox\" by layers Artworks, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_christian", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "greek_orthodox", - "description": "denomination=greek_orthodox is displayed as \"The religious subdenomination is Greek-Orthodox\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_christian", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "russian_orthodox", - "description": "denomination=russian_orthodox is displayed as \"The religious subdenomination is Russian-Orthodox\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_christian", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "serbian_orthodox", - "description": "denomination=serbian_orthodox is displayed as \"The religious subdenomination is Serbian Orthodox\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_christian", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "protestant", - "description": "denomination=protestant is displayed as \"The religious subdenomination is Protestant\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_christian", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "anglican", - "description": "denomination=anglican is displayed as \"The religious subdenomination is Anglican\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_christian", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "adventist", - "description": "denomination=adventist is displayed as \"The religious subdenomination is Adventist\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_christian", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "evangelical", - "description": "denomination=evangelical is displayed as \"The religious subdenomination is evangelical\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_christian", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "description": "Values of `denomination` are shown with \"The religious subdenomination is {denomination}\" and can be updated. The question is \"What's the Muslim denomination of this shrine?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_muslim", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "shia", - "description": "denomination=shia is displayed as \"The religious subdenomination is Shia\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_muslim", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "sunni", - "description": "denomination=sunni is displayed as \"The religious subdenomination is Sunni\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_muslim", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "sufi", - "description": "denomination=sufi is displayed as \"The religious subdenomination is Sufi\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_muslim", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "description": "Values of `denomination` are shown with \"The religious subdenomination is {denomination}\" and can be updated. The question is \"What's the Jewish denomination of this shrine?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_jewish", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "conservative", - "description": "denomination=conservative is displayed as \"The religious subdenomination is Conservative\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_jewish", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "hasidic", - "description": "denomination=hasidic is displayed as \"The religious subdenomination is Hasidic\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_jewish", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "value": "reform", - "description": "denomination=reform is displayed as \"The religious subdenomination is Reform\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_jewish", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "description": "Values of `denomination` are shown with \"The denomination of this shrine is {denomination}\" and can be updated. The question is \"What's the denomination of this shrine?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_other", - "icon_url": "./assets/themes/artwork/artwork.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_nature.json b/Docs/TagInfo/mapcomplete_nature.json deleted file mode 100644 index ed74c20a6c..0000000000 --- a/Docs/TagInfo/mapcomplete_nature.json +++ /dev/null @@ -1,2066 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Into nature", - "description": "A map for nature lovers, with interesting POI's", - "project_url": "https://mapcomplete.org/nature", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/nature/logo.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "amenity", - "value": "drinking_water", - "description": "Features with this tag are displayed by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "drinking_water", - "value": "yes", - "description": "Features with this tag are displayed by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "disused:amenity", - "value": "drinking_water", - "description": "Features with this tag are displayed by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Drinking water, Bird watching places, Nature reserve, Maps, Information boards, Benches, Picnic tables, Toilets, Guideposts, Shelter, BBQ, Firepit, Insect Hotels, Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Drinking water, Bird watching places, Nature reserve, Maps, Information boards, Benches, Picnic tables, Toilets, Guideposts, Shelter, BBQ, Firepit, Insect Hotels, Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#images", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Drinking water, Bird watching places, Nature reserve, Maps, Information boards, Benches, Picnic tables, Toilets, Guideposts, Shelter, BBQ, Firepit, Insect Hotels, Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#images", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Drinking water, Bird watching places, Nature reserve, Maps, Information boards, Benches, Picnic tables, Toilets, Guideposts, Shelter, BBQ, Firepit, Insect Hotels, Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#images", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Drinking water, Bird watching places, Nature reserve, Maps, Information boards, Benches, Picnic tables, Toilets, Guideposts, Shelter, BBQ, Firepit, Insect Hotels, Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#images", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Drinking water, Bird watching places, Nature reserve, Maps, Information boards, Benches, Picnic tables, Toilets, Guideposts, Shelter, BBQ, Firepit, Insect Hotels, Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#images", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "operational_status", - "description": "Values of `operational_status` are shown with \"The operational status is {operational_status}\" and can be updated. The question is \"Is this drinking water spot still operational?\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Still_in_use_", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "operational_status", - "description": "operational_status= & disused:amenity= is displayed as \"This drinking water works\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Still_in_use_", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "disused:amenity", - "description": "operational_status= & disused:amenity= is displayed as \"This drinking water works\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Still_in_use_", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "operational_status", - "value": "broken", - "description": "operational_status=broken is displayed as \"This drinking water is broken\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Still_in_use_", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "operational_status", - "value": "closed", - "description": "operational_status=closed is displayed as \"This drinking water is closed\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Still_in_use_", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "disused:amenity", - "value": "drinking_water", - "description": "disused:amenity=drinking_water is displayed as \"This drinking water is permanently closed\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Still_in_use_", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "fee", - "value": "no", - "description": "fee=no is displayed as \"Free to use\" by layers Drinking water, Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#fee", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "fee", - "value": "yes", - "description": "fee=yes is displayed as \"One needs to pay to use this drinking water point\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#fee", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "fountain", - "value": "bubbler", - "description": "fountain=bubbler is displayed as \"This is a bubbler fountain. A water jet to drink from is sent upwards, typically controlled by a push button.\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#type", - "icon_url": "./assets/layers/drinking_water/bubbler.svg" - }, - { - "key": "fountain", - "value": "bottle_refill", - "description": "fountain=bottle_refill is displayed as \"This is a bottle refill point where the water is sent downwards, typically controlled by a push button or a motion sensor. Drinking directly from the stream might be very hard or impossible.\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#type", - "icon_url": "./assets/layers/drinking_water/bottle.svg" - }, - { - "key": "man_made", - "value": "water_tap", - "description": "man_made=water_tap is displayed as \"This is a water tap. The water flows downward and the stream is controlled by a valve or push-button.\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#type", - "icon_url": "./assets/layers/drinking_water/tap.svg" - }, - { - "key": "bottle", - "value": "yes", - "description": "bottle=yes is displayed as \"It is easy to refill water bottles\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Bottle_refill", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "bottle", - "value": "no", - "description": "bottle=no is displayed as \"Water bottles may not fit\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Bottle_refill", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "iced_water", - "value": "yes", - "description": "iced_water=yes is displayed as \"Ice-cold water is provided here\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#temperature_cold", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "cold_water", - "value": "yes", - "description": "cold_water=yes is displayed as \"Actively cooled water is available here\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#temperature_cold", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "room_temperature_water", - "value": "yes", - "description": "room_temperature_water=yes is displayed as \"Ambient temperature water (without active cooling or heating) is available here\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#temperature_cold", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "warm_water", - "value": "yes", - "description": "warm_water=yes is displayed as \"Warmed water is provided here; the water is not dangerously hot\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#temperature_cold", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "hot_water", - "value": "yes", - "description": "hot_water=yes is displayed as \"Hot water is provided here\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#temperature_cold", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "seasonal", - "value": "no", - "description": "seasonal=no is displayed as \"Available all around the year\" by layers Drinking water, Firepit", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#seasonal", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "seasonal", - "value": "summer", - "description": "seasonal=summer is displayed as \"Only available in summer\" by layers Drinking water, Firepit", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#seasonal", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "seasonal", - "value": "spring;summer;autumn", - "description": "seasonal=spring;summer;autumn is displayed as \"Closed during the winter\" by layers Drinking water, Firepit", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#seasonal", - "icon_url": "./assets/layers/drinking_water/no_winter.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"What are the opening hours of {title()}?\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#opening_hours_24_7", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "seasonal", - "description": "seasonal!=no & seasonal~.+ & ((seasonal!~^(.*winter.*)$ & _now:date~^(....-(12|01|02)-..)$) | (seasonal!~^(.*spring.*)$ & _now:date~^(....-(03|04|05)-..)$) | (seasonal!~^(.*summer.*)$ & _now:date~^(....-(06|07|08)-..)$) | (seasonal!~^(.*autumn.*)$ & _now:date~^(....-(09|10|11)-..)$)) is displayed as \"This drinking water fountain is closed this season. As such, the opening hours are not shown.\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#opening_hours_24_7", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "opening_hours", - "value": "24/7", - "description": "opening_hours=24/7 is displayed as \"24/7 opened (including holidays)\" by layers Drinking water, Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#opening_hours_24_7", - "icon_url": "./assets/layers/questions/open24_7.svg" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layers Drinking water, Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#opening_hours_24_7", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "tourism", - "value": "artwork", - "description": "tourism=artwork is displayed as \"This drinking water point has an integrated artwork\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#bench_artwork", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "not:tourism:artwork", - "value": "yes", - "description": "not:tourism:artwork=yes is displayed as \"This drinking water point does not have an integrated artwork\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#bench_artwork", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "tourism", - "description": "tourism= is displayed as \"This drinking water point probably doesn't have an integrated artwork\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#bench_artwork", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "description": "Values of `artwork_type` are shown with \"This is a {artwork_type}\" and can be updated. The question is \"What is the type of this artwork?\" by layers Drinking water, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "architecture", - "description": "artwork_type=architecture is displayed as \"Architecture\" by layers Drinking water, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "mural", - "description": "artwork_type=mural is displayed as \"Mural\" by layers Drinking water, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "painting", - "description": "artwork_type=painting is displayed as \"Painting\" by layers Drinking water, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "sculpture", - "description": "artwork_type=sculpture is displayed as \"Sculpture\" by layers Drinking water, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "statue", - "description": "artwork_type=statue is displayed as \"Statue\" by layers Drinking water, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "bust", - "description": "artwork_type=bust is displayed as \"Bust\" by layers Drinking water, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "stone", - "description": "artwork_type=stone is displayed as \"Stone\" by layers Drinking water, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "installation", - "description": "artwork_type=installation is displayed as \"Installation\" by layers Drinking water, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "graffiti", - "description": "artwork_type=graffiti is displayed as \"Graffiti\" by layers Drinking water, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "relief", - "description": "artwork_type=relief is displayed as \"Relief\" by layers Drinking water, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "azulejo", - "description": "artwork_type=azulejo is displayed as \"Azulejo (Spanish decorative tilework)\" by layers Drinking water, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "tilework", - "description": "artwork_type=tilework is displayed as \"Tilework\" by layers Drinking water, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "woodcarving", - "description": "artwork_type=woodcarving is displayed as \"Woodcarving\" by layers Drinking water, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artist:wikidata", - "description": "Values of `artist:wikidata` are shown with \"This artwork was made by {wikidata_label(artist:wikidata):font-weight:bold}
{wikipedia(artist:wikidata)}\" and can be updated. The question is \"Who made this artwork?\" by layers Drinking water, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artist_wikidata", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artist_name", - "description": "Values of `artist_name` are shown with \"Created by {artist_name}\" and can be updated. The question is \"Which artist created this?\" by layers Drinking water, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artist_name", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{link(More information on this website,&LBRACEwebsite&RBRACE,,,,)}\" and can be updated. The question is \"Is there a website with more information about this artwork?\" by layers Drinking water, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_website", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "subject:wikidata", - "description": "Values of `subject:wikidata` are shown with \"This artwork depicts {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}\" and can be updated. The question is \"What does this artwork depict?\" by layers Drinking water, Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_subject", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "leisure", - "value": "bird_hide", - "description": "Features with this tag are displayed by layer Bird watching places", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/birdhide.md", - "icon_url": "./assets/layers/birdhide/birdhide.svg" - }, - { - "key": "shelter", - "value": "no", - "description": "shelter=no & building= & amenity= is displayed as \"Bird blind\" by layer Bird watching places", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/birdhide.md#bird_hide_shelter_or_wall", - "icon_url": "./assets/layers/birdhide/birdhide.svg" - }, - { - "key": "building", - "description": "shelter=no & building= & amenity= is displayed as \"Bird blind\" by layer Bird watching places", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/birdhide.md#bird_hide_shelter_or_wall", - "icon_url": "./assets/layers/birdhide/birdhide.svg" - }, - { - "key": "amenity", - "description": "shelter=no & building= & amenity= is displayed as \"Bird blind\" by layer Bird watching places", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/birdhide.md#bird_hide_shelter_or_wall", - "icon_url": "./assets/layers/birdhide/birdhide.svg" - }, - { - "key": "amenity", - "value": "shelter", - "description": "amenity=shelter & building=yes & shelter=yes is displayed as \"Bird hide\" by layer Bird watching places", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/birdhide.md#bird_hide_shelter_or_wall", - "icon_url": "./assets/layers/birdhide/birdhide.svg" - }, - { - "key": "building", - "value": "yes", - "description": "amenity=shelter & building=yes & shelter=yes is displayed as \"Bird hide\" by layer Bird watching places", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/birdhide.md#bird_hide_shelter_or_wall", - "icon_url": "./assets/layers/birdhide/birdhide.svg" - }, - { - "key": "shelter", - "value": "yes", - "description": "amenity=shelter & building=yes & shelter=yes is displayed as \"Bird hide\" by layer Bird watching places", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/birdhide.md#bird_hide_shelter_or_wall", - "icon_url": "./assets/layers/birdhide/birdhide.svg" - }, - { - "key": "building", - "value": "tower", - "description": "building=tower & bird_hide=tower is displayed as \"Bird tower hide\" by layer Bird watching places", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/birdhide.md#bird_hide_shelter_or_wall", - "icon_url": "./assets/layers/birdhide/birdhide.svg" - }, - { - "key": "bird_hide", - "value": "tower", - "description": "building=tower & bird_hide=tower is displayed as \"Bird tower hide\" by layer Bird watching places", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/birdhide.md#bird_hide_shelter_or_wall", - "icon_url": "./assets/layers/birdhide/birdhide.svg" - }, - { - "key": "amenity", - "value": "shelter", - "description": "amenity=shelter | building=yes | shelter=yes is displayed as \"Bird hide shelter\" by layer Bird watching places", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/birdhide.md#bird_hide_shelter_or_wall", - "icon_url": "./assets/layers/birdhide/birdhide.svg" - }, - { - "key": "building", - "value": "yes", - "description": "amenity=shelter | building=yes | shelter=yes is displayed as \"Bird hide shelter\" by layer Bird watching places", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/birdhide.md#bird_hide_shelter_or_wall", - "icon_url": "./assets/layers/birdhide/birdhide.svg" - }, - { - "key": "shelter", - "value": "yes", - "description": "amenity=shelter | building=yes | shelter=yes is displayed as \"Bird hide shelter\" by layer Bird watching places", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/birdhide.md#bird_hide_shelter_or_wall", - "icon_url": "./assets/layers/birdhide/birdhide.svg" - }, - { - "key": "wheelchair", - "value": "designated", - "description": "wheelchair=designated is displayed as \"There are special provisions for wheelchair users\" by layer Bird watching places", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/birdhide.md#bird_hide_wheelchair", - "icon_url": "./assets/layers/birdhide/birdhide.svg" - }, - { - "key": "wheelchair", - "value": "yes", - "description": "wheelchair=yes is displayed as \"A wheelchair can easily use this birdhide\" by layer Bird watching places", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/birdhide.md#bird_hide_wheelchair", - "icon_url": "./assets/layers/birdhide/birdhide.svg" - }, - { - "key": "wheelchair", - "value": "limited", - "description": "wheelchair=limited is displayed as \"This birdhide is reachable by wheelchair, but it is not easy\" by layer Bird watching places", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/birdhide.md#bird_hide_wheelchair", - "icon_url": "./assets/layers/birdhide/birdhide.svg" - }, - { - "key": "wheelchair", - "value": "no", - "description": "wheelchair=no is displayed as \"Not accessible to wheelchair users\" by layer Bird watching places", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/birdhide.md#bird_hide_wheelchair", - "icon_url": "./assets/layers/birdhide/birdhide.svg" - }, - { - "key": "operator", - "description": "Values of `operator` are shown with \"Operated by {operator}\" and can be updated. The question is \"Who operates this birdhide?\" by layer Bird watching places", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/birdhide.md#birdhide_operator", - "icon_url": "./assets/layers/birdhide/birdhide.svg" - }, - { - "key": "operator", - "value": "Natuurpunt", - "description": "operator=Natuurpunt is displayed as \"Operated by Natuurpunt\" by layers Bird watching places, Nature reserve", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/birdhide.md#birdhide_operator", - "icon_url": "./assets/layers/birdhide/birdhide.svg" - }, - { - "key": "operator", - "value": "Agentschap Natuur en Bos", - "description": "operator=Agentschap Natuur en Bos is displayed as \"Operated by the Agency for Nature and Forests\" by layer Bird watching places", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/birdhide.md#birdhide_operator", - "icon_url": "./assets/layers/birdhide/birdhide.svg" - }, - { - "key": "leisure", - "value": "nature_reserve", - "description": "Features with this tag are displayed by layer Nature reserve", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/nature_reserve.md", - "icon_url": "./assets/layers/nature_reserve/nature_reserve.svg" - }, - { - "key": "boundary", - "value": "protected_area", - "description": "Features with this tag are displayed by layer Nature reserve", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/nature_reserve.md", - "icon_url": "./assets/layers/nature_reserve/nature_reserve.svg" - }, - { - "key": "access:description", - "description": "Values of `access:description` are shown with \"Accessin this nature reserve: {access:description}\" and can be updated. The question is \"Is this nature reserve accessible to the public?\" by layer Nature reserve", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/nature_reserve.md#Access_tag", - "icon_url": "./assets/layers/nature_reserve/nature_reserve.svg" - }, - { - "key": "access", - "value": "yes", - "description": "access=yes & fee= is displayed as \"Publicly accessible\" by layer Nature reserve", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/nature_reserve.md#Access_tag", - "icon_url": "./assets/layers/nature_reserve/nature_reserve.svg" - }, - { - "key": "fee", - "description": "access=yes & fee= is displayed as \"Publicly accessible\" by layer Nature reserve", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/nature_reserve.md#Access_tag", - "icon_url": "./assets/layers/nature_reserve/nature_reserve.svg" - }, - { - "key": "access", - "value": "no", - "description": "access=no & fee= is displayed as \"Not accessible\" by layer Nature reserve", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/nature_reserve.md#Access_tag", - "icon_url": "./assets/layers/nature_reserve/nature_reserve.svg" - }, - { - "key": "fee", - "description": "access=no & fee= is displayed as \"Not accessible\" by layer Nature reserve", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/nature_reserve.md#Access_tag", - "icon_url": "./assets/layers/nature_reserve/nature_reserve.svg" - }, - { - "key": "access", - "value": "private", - "description": "access=private & fee= is displayed as \"Not accessible as this is a private area\" by layer Nature reserve", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/nature_reserve.md#Access_tag", - "icon_url": "./assets/layers/nature_reserve/nature_reserve.svg" - }, - { - "key": "fee", - "description": "access=private & fee= is displayed as \"Not accessible as this is a private area\" by layer Nature reserve", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/nature_reserve.md#Access_tag", - "icon_url": "./assets/layers/nature_reserve/nature_reserve.svg" - }, - { - "key": "access", - "value": "permissive", - "description": "access=permissive & fee= is displayed as \"Accessible despite being a privately owned area\" by layer Nature reserve", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/nature_reserve.md#Access_tag", - "icon_url": "./assets/layers/nature_reserve/nature_reserve.svg" - }, - { - "key": "fee", - "description": "access=permissive & fee= is displayed as \"Accessible despite being a privately owned area\" by layer Nature reserve", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/nature_reserve.md#Access_tag", - "icon_url": "./assets/layers/nature_reserve/nature_reserve.svg" - }, - { - "key": "access", - "value": "guided", - "description": "access=guided & fee= is displayed as \"Only accessible with a guide or during organised activities\" by layer Nature reserve", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/nature_reserve.md#Access_tag", - "icon_url": "./assets/layers/nature_reserve/nature_reserve.svg" - }, - { - "key": "fee", - "description": "access=guided & fee= is displayed as \"Only accessible with a guide or during organised activities\" by layer Nature reserve", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/nature_reserve.md#Access_tag", - "icon_url": "./assets/layers/nature_reserve/nature_reserve.svg" - }, - { - "key": "access", - "value": "yes", - "description": "access=yes & fee=yes is displayed as \"Accessible with fee\" by layer Nature reserve", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/nature_reserve.md#Access_tag", - "icon_url": "./assets/layers/nature_reserve/nature_reserve.svg" - }, - { - "key": "fee", - "value": "yes", - "description": "access=yes & fee=yes is displayed as \"Accessible with fee\" by layer Nature reserve", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/nature_reserve.md#Access_tag", - "icon_url": "./assets/layers/nature_reserve/nature_reserve.svg" - }, - { - "key": "operator", - "description": "Values of `operator` are shown with \"Operated by {operator}\" and can be updated. The question is \"Who operates this area?\" by layer Nature reserve", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/nature_reserve.md#Operator_tag", - "icon_url": "./assets/layers/nature_reserve/nature_reserve.svg" - }, - { - "key": "operator", - "description": "operator~^((n|N)atuurpunt.*)$ is displayed as \"Operated by {operator}\" by layer Nature reserve", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/nature_reserve.md#Operator_tag", - "icon_url": "./assets/layers/nature_reserve/Natuurpunt.jpg" - }, - { - "key": "operator", - "value": "Agentschap Natuur en Bos", - "description": "operator=Agentschap Natuur en Bos is displayed as \"Operated by Agentschap Natuur en Bos\" by layer Nature reserve", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/nature_reserve.md#Operator_tag", - "icon_url": "./assets/layers/nature_reserve/ANB.jpg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This area is named {name}\" and can be updated. The question is \"What is the name of this area?\" by layer Nature reserve", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/nature_reserve.md#Name_tag", - "icon_url": "./assets/layers/nature_reserve/nature_reserve.svg" - }, - { - "key": "noname", - "value": "yes", - "description": "noname=yes & name= is displayed as \"This area doesn't have a name\" by layer Nature reserve", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/nature_reserve.md#Name_tag", - "icon_url": "./assets/layers/nature_reserve/nature_reserve.svg" - }, - { - "key": "name", - "description": "noname=yes & name= is displayed as \"This area doesn't have a name\" by layer Nature reserve", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/nature_reserve.md#Name_tag", - "icon_url": "./assets/layers/nature_reserve/nature_reserve.svg" - }, - { - "key": "dog", - "value": "leashed", - "description": "dog=leashed is displayed as \"Dogs have to be leashed\" by layer Nature reserve", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/nature_reserve.md#Dogs_", - "icon_url": "./assets/layers/nature_reserve/nature_reserve.svg" - }, - { - "key": "dog", - "value": "no", - "description": "dog=no is displayed as \"No dogs allowed\" by layer Nature reserve", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/nature_reserve.md#Dogs_", - "icon_url": "./assets/layers/nature_reserve/nature_reserve.svg" - }, - { - "key": "dog", - "value": "yes", - "description": "dog=yes is displayed as \"Dogs are allowed to roam freely\" by layer Nature reserve", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/nature_reserve.md#Dogs_", - "icon_url": "./assets/layers/nature_reserve/nature_reserve.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{website}\" and can be updated. The question is \"What is the website of {title()}?\" by layer Nature reserve", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/nature_reserve.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layer Nature reserve", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/nature_reserve.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "curator", - "description": "Values of `curator` are shown with \"{curator} is the curator of this nature reserve\" and can be updated. The question is \"Whom is the curator of this nature reserve?\" by layer Nature reserve", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/nature_reserve.md#Curator", - "icon_url": "./assets/layers/nature_reserve/nature_reserve.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"{email}\" and can be updated. The question is \"What email address can one send to with questions and problems with this nature reserve?\" by layer Nature reserve", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/nature_reserve.md#Email", - "icon_url": "./assets/layers/nature_reserve/nature_reserve.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"{phone}\" and can be updated. The question is \"What phone number can one call to with questions and problems with this nature reserve?\" by layer Nature reserve", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/nature_reserve.md#phone", - "icon_url": "./assets/layers/nature_reserve/nature_reserve.svg" - }, - { - "key": "description", - "description": "Values of `description` are shown with \"Extra information: {description}\" by layer Nature reserve", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/nature_reserve.md#Non_editable_description", - "icon_url": "./assets/layers/nature_reserve/nature_reserve.svg" - }, - { - "key": "description:0", - "description": "Values of `description:0` are shown with \"Extra info: {description:0}\" and can be updated. The question is \"Is there some extra info?\" by layer Nature reserve", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/nature_reserve.md#Editable_description", - "icon_url": "./assets/layers/nature_reserve/nature_reserve.svg" - }, - { - "key": "wikidata", - "description": "Values of `wikidata` are shown with \"{wikipedia():max-height:25rem}\" and can be updated. The question is \"What is the corresponding Wikidata entity?\" by layer Nature reserve", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/nature_reserve.md#wikipedia", - "icon_url": "./assets/layers/nature_reserve/nature_reserve.svg" - }, - { - "key": "wikipedia", - "description": "wikipedia~.+ is displayed as \"{wikipedia():max-height:25rem}\" by layer Nature reserve", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/nature_reserve.md#wikipedia", - "icon_url": "./assets/layers/nature_reserve/nature_reserve.svg" - }, - { - "key": "wikidata", - "description": "wikidata= is displayed as \"No Wikipedia page has been linked yet\" by layer Nature reserve", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/nature_reserve.md#wikipedia", - "icon_url": "./assets/layers/nature_reserve/nature_reserve.svg" - }, - { - "key": "tourism", - "value": "map", - "description": "Features with this tag are displayed by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "information", - "value": "map", - "description": "Features with this tag are displayed by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_type", - "value": "topo", - "description": "map_type=topo is displayed as \"Topographical map

The map contains contour lines.

\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_type", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_type", - "value": "street", - "description": "map_type=street is displayed as \"A map with all streets or ways of an area.

The streets are mostly named; the angles, distances etc. are accurate

\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_type", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_type", - "value": "scheme", - "description": "map_type=scheme is displayed as \"This is a schematic map.

A sketched map with only important ways and POIs. The angles, distances etc. are merely illustrative, not accurate.

\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_type", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_type", - "value": "toposcope", - "description": "map_type=toposcope is displayed as \"This is a toposcope.

A marker erected on high places which indicates the direction to notable landscape features which can be seen from that point

\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_type", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_size", - "value": "building", - "description": "map_size=building is displayed as \"A map of the rooms within a building\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_size", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_size", - "value": "site", - "description": "map_size=site is displayed as \"A map of special site, like of a historical castle, a park, a campus, a forest, ....\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_size", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_size", - "value": "village", - "description": "map_size=village is displayed as \"A map showing the village or town\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_size", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_size", - "value": "city", - "description": "map_size=city is displayed as \"A map of a city\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_size", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_size", - "value": "region", - "description": "map_size=region is displayed as \"The map of an entire region, showing multiple cities and villages\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_size", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_source", - "description": "Values of `map_source` are shown with \"This map is based on {map_source}\" and can be updated. The question is \"On which data is this map based?\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_map_source", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_source", - "value": "OpenStreetMap", - "description": "map_source=OpenStreetMap & not:map_source= is displayed as \"This map is based on OpenStreetMap\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_map_source", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "not:map_source", - "description": "map_source=OpenStreetMap & not:map_source= is displayed as \"This map is based on OpenStreetMap\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_map_source", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_source:attribution", - "value": "yes", - "description": "map_source:attribution=yes is displayed as \"OpenStreetMap is clearly attributed, including the ODBL-license\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_attribution", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_source:attribution", - "value": "incomplete", - "description": "map_source:attribution=incomplete is displayed as \"OpenStreetMap is clearly attributed, but the license is not mentioned\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_attribution", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_source:attribution", - "value": "sticker", - "description": "map_source:attribution=sticker is displayed as \"OpenStreetMap wasn't mentioned, but someone put an OpenStreetMap-sticker on it\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_attribution", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_source:attribution", - "value": "none", - "description": "map_source:attribution=none is displayed as \"There is no attribution at all\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_attribution", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_source:attribution", - "value": "no", - "description": "map_source:attribution=no is displayed as \"There is no attribution at all\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_attribution", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "information", - "value": "board", - "description": "Features with this tag are displayed by layer Information boards", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/information_board.md", - "icon_url": "./assets/layers/information_board/board.svg" - }, - { - "key": "amenity", - "value": "bench", - "description": "Features with this tag are displayed by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "backrest", - "value": "yes", - "description": "backrest=yes & two_sided=yes is displayed as \"This bench is two-sided and shares the backrest\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_backrest", - "icon_url": "./assets/layers/bench/two_sided.svg" - }, - { - "key": "two_sided", - "value": "yes", - "description": "backrest=yes & two_sided=yes is displayed as \"This bench is two-sided and shares the backrest\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_backrest", - "icon_url": "./assets/layers/bench/two_sided.svg" - }, - { - "key": "backrest", - "value": "yes", - "description": "backrest=yes is displayed as \"This bench does have a backrest\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_backrest", - "icon_url": "./assets/layers/bench/one_sided.svg" - }, - { - "key": "backrest", - "value": "no", - "description": "backrest=no is displayed as \"This bench does not have a backrest\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_backrest", - "icon_url": "./assets/layers/bench/no_backrest.svg" - }, - { - "key": "armrest", - "value": "yes", - "description": "armrest=yes is displayed as \"This bench does have one or more armrests\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_armrest", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "armrest", - "value": "no", - "description": "armrest=no is displayed as \"This bench does not have any armrests\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_armrest", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "seats", - "description": "Values of `seats` are shown with \"This bench has {seats} seats\" and can be updated. The question is \"How many seats does this bench have?\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_seats", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "seats:separated", - "value": "no", - "description": "seats:separated=no is displayed as \"This bench does not have separated seats\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_seats", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "material", - "description": "Values of `material` are shown with \"Material: {material}\" and can be updated. The question is \"What is the bench (seating) made from?\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_material", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "material", - "value": "wood", - "description": "material=wood is displayed as \"The seating is made from wood\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_material", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "material", - "value": "metal", - "description": "material=metal is displayed as \"The seating is made from metal\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_material", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "material", - "value": "stone", - "description": "material=stone is displayed as \"The seating is made from stone\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_material", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "material", - "value": "concrete", - "description": "material=concrete is displayed as \"The seating is made from concrete\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_material", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "material", - "value": "plastic", - "description": "material=plastic is displayed as \"The seating is made from plastic\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_material", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "material", - "value": "steel", - "description": "material=steel is displayed as \"The seating is made from steel\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_material", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "direction", - "description": "Values of `direction` are shown with \"When sitting on the bench, one looks towards {direction}°.\" and can be updated. The question is \"In which direction are you looking when sitting on the bench?\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_direction", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "colour", - "description": "Values of `colour` are shown with \"Colour: {colour}\" and can be updated. The question is \"Which colour does this bench have?\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_colour", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "colour", - "value": "brown", - "description": "colour=brown is displayed as \"Colour: brown\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_colour", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "colour", - "value": "green", - "description": "colour=green is displayed as \"Colour: green\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_colour", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "colour", - "value": "gray", - "description": "colour=gray is displayed as \"Colour: gray\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_colour", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "colour", - "value": "white", - "description": "colour=white is displayed as \"Colour: white\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_colour", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "colour", - "value": "red", - "description": "colour=red is displayed as \"Colour: red\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_colour", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "colour", - "value": "black", - "description": "colour=black is displayed as \"Colour: black\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_colour", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "colour", - "value": "blue", - "description": "colour=blue is displayed as \"Colour: blue\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_colour", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "colour", - "value": "yellow", - "description": "colour=yellow is displayed as \"Colour: yellow\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_colour", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "survey:date", - "description": "Values of `survey:date` are shown with \"This bench was last surveyed on {survey:date}\" and can be updated. The question is \"When was this bench last surveyed?\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_survey_date", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "survey:date", - "description": "survey:date= is displayed as \"Surveyed today!\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_survey_date", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "inscription", - "description": "Values of `inscription` are shown with \"This bench has the following inscription:

{inscription}

\" and can be updated. The question is \"Does this bench have an inscription?\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_inscription", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "not:inscription", - "value": "yes", - "description": "not:inscription=yes is displayed as \"This bench does not have an inscription\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_inscription", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "inscription", - "description": "inscription= is displayed as \"This bench probably does not not have an inscription\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_inscription", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "tourism", - "value": "artwork", - "description": "tourism=artwork is displayed as \"This bench has an integrated artwork\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_artwork", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "not:tourism:artwork", - "value": "yes", - "description": "not:tourism:artwork=yes is displayed as \"This bench does not have an integrated artwork\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_artwork", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "tourism", - "description": "tourism= is displayed as \"This bench probably doesn't have an integrated artwork\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_artwork", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "historic", - "value": "memorial", - "description": "historic=memorial is displayed as \"This bench is a memorial for someone or something\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_memorial", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "historic", - "description": "historic= & not:historic=memorial is displayed as \"This bench is a not a memorial for someone or something\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_memorial", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "not:historic", - "value": "memorial", - "description": "historic= & not:historic=memorial is displayed as \"This bench is a not a memorial for someone or something\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_memorial", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "leisure", - "value": "picnic_table", - "description": "Features with this tag are displayed by layer Picnic tables", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "level", - "description": "Values of `level` are shown with \"Located on the {level}th floor\" and can be updated. The question is \"On what level is this feature located?\" by layers Picnic tables, Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#single_level", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "location", - "value": "underground", - "description": "location=underground is displayed as \"Located underground\" by layers Picnic tables, Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#single_level", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "level", - "value": "0", - "description": "level=0 is displayed as \"Located on the ground floor\" by layers Picnic tables, Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#single_level", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "level", - "description": "level= is displayed as \"Located on the ground floor\" by layers Picnic tables, Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#single_level", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "level", - "value": "1", - "description": "level=1 is displayed as \"Located on the first floor\" by layers Picnic tables, Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#single_level", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "level", - "value": "-1", - "description": "level=-1 is displayed as \"Located on the first basement level\" by layers Picnic tables, Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#single_level", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "material", - "description": "Values of `material` are shown with \"This picnic table is made of {material}\" and can be updated. The question is \"What material is this picnic table made of?\" by layer Picnic tables", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#picnic_table_material", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "material", - "value": "wood", - "description": "material=wood is displayed as \"This is a wooden picnic table\" by layer Picnic tables", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#picnic_table_material", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "material", - "value": "concrete", - "description": "material=concrete is displayed as \"This is a concrete picnic table\" by layer Picnic tables", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#picnic_table_material", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "material", - "value": "plastic", - "description": "material=plastic is displayed as \"This picnic table is made from (recycled) plastic\" by layer Picnic tables", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#picnic_table_material", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "material", - "value": "metal", - "description": "material=metal is displayed as \"This picnic table is made from metal\" by layer Picnic tables", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#picnic_table_material", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "amenity", - "value": "toilets", - "description": "Features with this tag are displayed by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "access", - "description": "Values of `access` are shown with \"Access is {access}\" and can be updated. The question is \"Are these toilets publicly accessible?\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_access", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "access", - "value": "yes", - "description": "access=yes is displayed as \"Public access\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_access", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "access", - "value": "customers", - "description": "access=customers is displayed as \"Only access to customers\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_access", - "icon_url": "key" - }, - { - "key": "access", - "value": "no", - "description": "access=no is displayed as \"Not accessible\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_access", - "icon_url": "lock" - }, - { - "key": "access", - "value": "key", - "description": "access=key is displayed as \"Accessible, but one has to ask a key to enter\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_access", - "icon_url": "key" - }, - { - "key": "access", - "value": "public", - "description": "access=public is displayed as \"Public access\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_access", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "fee", - "value": "yes", - "description": "fee=yes is displayed as \"These are paid toilets\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_fee", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "charge", - "description": "Values of `charge` are shown with \"The fee is {charge}\" and can be updated. The question is \"How much does one have to pay for these toilets?\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_charge", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "payment:cash", - "value": "yes", - "description": "payment:cash=yes is displayed as \"Cash is accepted here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/cash.svg" - }, - { - "key": "payment:cards", - "value": "yes", - "description": "payment:cards=yes is displayed as \"Payment cards are accepted here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:qr_code", - "value": "yes", - "description": "payment:qr_code=yes is displayed as \"Payment by QR-code is possible here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/qrcode.svg" - }, - { - "key": "payment:coins", - "value": "yes", - "description": "payment:coins=yes is displayed as \"Coins are accepted here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/coins.svg" - }, - { - "key": "payment:notes", - "value": "yes", - "description": "payment:notes=yes is displayed as \"Bank notes are accepted here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/notes.svg" - }, - { - "key": "payment:debit_cards", - "value": "yes", - "description": "payment:debit_cards=yes is displayed as \"Debit cards are accepted here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:credit_cards", - "value": "yes", - "description": "payment:credit_cards=yes is displayed as \"Credit cards are accepted here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"When are these toilets opened?\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#opening_hours_24_7", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "wheelchair", - "value": "yes", - "description": "wheelchair=yes is displayed as \"There is a dedicated toilet for wheelchair users\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_wheelchair", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "wheelchair", - "value": "no", - "description": "wheelchair=no is displayed as \"No wheelchair access\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_wheelchair", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "wheelchair", - "value": "designated", - "description": "wheelchair=designated is displayed as \"There is only a dedicated toilet for wheelchair users\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_wheelchair", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "door:width", - "description": "Values of `door:width` are shown with \"The door to the wheelchair-accessible toilet is {canonical(door:width)} wide\" and can be updated. The question is \"What is the width of the door to the wheelchair accessible toilet?\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#wheelchair_door_width", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:position", - "value": "seated", - "description": "toilets:position=seated is displayed as \"There are only seated toilets\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_type", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:position", - "value": "urinal", - "description": "toilets:position=urinal is displayed as \"There are only urinals here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_type", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:position", - "value": "squat", - "description": "toilets:position=squat is displayed as \"There are only squat toilets here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_type", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:position", - "value": "seated;urinal", - "description": "toilets:position=seated;urinal is displayed as \"Both seated toilets and urinals are available here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_type", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "gender_segregated", - "value": "yes", - "description": "gender_segregated=yes is displayed as \"There is a separate, signposted area for men and women\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#gender_segregated", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "gender_segregated", - "value": "no", - "description": "gender_segregated=no is displayed as \"There is no separate, signposted area for men and women\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#gender_segregated", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:menstrual_products", - "value": "yes", - "description": "toilets:menstrual_products=yes is displayed as \"Free menstrual products are available to all visitors of these toilets\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:menstrual_products", - "value": "limited", - "description": "toilets:menstrual_products=limited is displayed as \"Free menstrual products are available to some visitors of these toilets\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:menstrual_products", - "value": "no", - "description": "toilets:menstrual_products=no is displayed as \"No free menstrual products are available here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:menstrual_products:location", - "description": "Values of `toilets:menstrual_products:location` are shown with \"The menstrual products are located in {toilets:menstrual_products:location}\" and can be updated. The question is \"Where are the free menstrual products located?\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:menstrual_products:location", - "value": "female_toilet", - "description": "toilets:menstrual_products:location=female_toilet is displayed as \"The free, menstrual products are located in the toilet for women\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:menstrual_products:location", - "value": "male_toilet", - "description": "toilets:menstrual_products:location=male_toilet is displayed as \"The free, menstrual products are located in the toilet for men\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:menstrual_products:location", - "value": "wheelchair_toilet", - "description": "toilets:menstrual_products:location=wheelchair_toilet is displayed as \"The free, menstrual products are located in the toilet for wheelchair users\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "changing_table", - "value": "yes", - "description": "changing_table=yes is displayed as \"A changing table is available\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_changing_table", - "icon_url": "./assets/layers/toilet/baby.svg" - }, - { - "key": "changing_table", - "value": "no", - "description": "changing_table=no is displayed as \"No changing table is available\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_changing_table", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "changing_table:location", - "description": "Values of `changing_table:location` are shown with \"A changing table is located at {changing_table:location}\" and can be updated. The question is \"Where is the changing table located?\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_changing_table_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "changing_table:location", - "value": "female_toilet", - "description": "changing_table:location=female_toilet is displayed as \"A changing table is in the toilet for women\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_changing_table_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "changing_table:location", - "value": "male_toilet", - "description": "changing_table:location=male_toilet is displayed as \"A changing table is in the toilet for men\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_changing_table_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "changing_table:location", - "value": "wheelchair_toilet", - "description": "changing_table:location=wheelchair_toilet is displayed as \"A changing table is in the toilet for wheelchair users\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_changing_table_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "changing_table:location", - "value": "dedicated_room", - "description": "changing_table:location=dedicated_room is displayed as \"A changing table is in a dedicated room\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_changing_table_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "supervised", - "value": "yes", - "description": "supervised=yes is displayed as \"There is a person supervising these toilets during (most of) the opening hours\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_supervised", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "supervised", - "value": "interval", - "description": "supervised=interval is displayed as \"There is a person supervising these toilets, but they are present only during certain times of the opening hours\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_supervised", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "supervised", - "value": "no", - "description": "supervised=no is displayed as \"These toilets are not supervised\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_supervised", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:paper_supplied", - "value": "yes", - "description": "toilets:paper_supplied=yes is displayed as \"This toilet is equipped with toilet paper\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_has_paper", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:paper_supplied", - "value": "no", - "description": "toilets:paper_supplied=no is displayed as \"You have to bring your own toilet paper to this toilet\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_has_paper", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:handwashing", - "value": "yes", - "description": "toilets:handwashing=yes is displayed as \"These toilets have a sink to wash your hands\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_handwashing", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:handwashing", - "value": "no", - "description": "toilets:handwashing=no is displayed as \"These toilets don't have a sink to wash your hands\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_handwashing", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:hands_drying", - "value": "electric_hand_dryer", - "description": "toilets:hands_drying=electric_hand_dryer is displayed as \"Electric hand dryers are available for drying hands.\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_drying", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:hands_drying", - "value": "paper_towel", - "description": "toilets:hands_drying=paper_towel is displayed as \"Paper towels are available for drying hands.\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_drying", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:hands_drying", - "value": "towel_cabinet", - "description": "toilets:hands_drying=towel_cabinet is displayed as \"A towel roll cabinet is available for drying hands\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_drying", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:hands_drying", - "value": "towel", - "description": "toilets:hands_drying=towel is displayed as \"A fabric towel available to dry your hands.\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_drying", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:hands_drying", - "value": "no", - "description": "toilets:hands_drying=no is displayed as \"There are no hand drying facilities available.\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_drying", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "description", - "description": "Values of `description` are shown with \"{description}\" and can be updated. The question is \"Is there still some relevant info that the previous questions did not cover? Feel free to add it here.\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#description", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "information", - "value": "guidepost", - "description": "Features with this tag are displayed by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "bicycle", - "value": "yes", - "description": "bicycle=yes is displayed as \"This guidepost shows bicycle routes\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#type", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "hiking", - "value": "yes", - "description": "hiking=yes is displayed as \"This guidepost shows hiking routes\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#type", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "mtb", - "value": "yes", - "description": "mtb=yes is displayed as \"This guidepost shows mountain bike routes\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#type", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "horse", - "value": "yes", - "description": "horse=yes is displayed as \"This guidepost shows horse riding routes\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#type", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "ski", - "value": "yes", - "description": "ski=yes is displayed as \"This guidepost shows ski routes\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#type", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"Name noted on the guidepost: {name}\" and can be updated. The question is \"What is the name noted on this guidepost?\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#name", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "noname", - "value": "yes", - "description": "noname=yes is displayed as \"There is no name noted on this guidepost\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#name", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "ref", - "description": "Values of `ref` are shown with \"Reference number of the guidepost: {ref}\" and can be updated. The question is \"What is the reference number of this guidepost?\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#ref", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "noref", - "value": "yes", - "description": "noref=yes is displayed as \"There is no reference number noted on this guidepost\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#ref", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "ele", - "description": "Values of `ele` are shown with \"Elevation noted on the guidepost: {ele} m\" and can be updated. The question is \"What is the elevation noted on this guidepost?\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#ele", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "noele", - "value": "yes", - "description": "noele=yes is displayed as \"There is no elevation noted on this guidepost\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#ele", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "amenity", - "value": "shelter", - "description": "Features with this tag are displayed by layer Shelter", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shelter.md", - "icon_url": "./assets/layers/shelter/shelter.svg" - }, - { - "key": "shelter_type", - "description": "Values of `shelter_type` are shown with \"Shelter type: {shelter_type}\" and can be updated. The question is \"What kind of shelter is this?\" by layer Shelter", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shelter.md#shelter_type", - "icon_url": "./assets/layers/shelter/shelter.svg" - }, - { - "key": "shelter_type", - "value": "public_transport", - "description": "shelter_type=public_transport is displayed as \"This is a shelter at a public transport stop.\" by layer Shelter", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shelter.md#shelter_type", - "icon_url": "./assets/layers/shelter/shelter.svg" - }, - { - "key": "shelter_type", - "value": "picnic_shelter", - "description": "shelter_type=picnic_shelter is displayed as \"This is a shelter protecting from rain at a picnic site.\" by layer Shelter", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shelter.md#shelter_type", - "icon_url": "./assets/layers/shelter/shelter.svg" - }, - { - "key": "shelter_type", - "value": "gazebo", - "description": "shelter_type=gazebo is displayed as \"This is a gazebo.\" by layer Shelter", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shelter.md#shelter_type", - "icon_url": "./assets/layers/shelter/shelter.svg" - }, - { - "key": "shelter_type", - "value": "weather_shelter", - "description": "shelter_type=weather_shelter is displayed as \"This is a small shelter, primarily intended for short breaks. Usually found in the mountains or alongside roads.\" by layer Shelter", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shelter.md#shelter_type", - "icon_url": "./assets/layers/shelter/shelter.svg" - }, - { - "key": "shelter_type", - "value": "lean_to", - "description": "shelter_type=lean_to is displayed as \"This is a shed with 3 walls, primarily intended for camping.\" by layer Shelter", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shelter.md#shelter_type", - "icon_url": "./assets/layers/shelter/shelter.svg" - }, - { - "key": "shelter_type", - "value": "pavilion", - "description": "shelter_type=pavilion is displayed as \"This is a pavilion\" by layer Shelter", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shelter.md#shelter_type", - "icon_url": "./assets/layers/shelter/shelter.svg" - }, - { - "key": "shelter_type", - "value": "basic_hut", - "description": "shelter_type=basic_hut is displayed as \"This is a basic hut, providing basic shelter and sleeping facilities.\" by layer Shelter", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shelter.md#shelter_type", - "icon_url": "./assets/layers/shelter/shelter.svg" - }, - { - "key": "amenity", - "value": "bbq", - "description": "Features with this tag are displayed by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "access", - "value": "yes", - "description": "access=yes is displayed as \"This barbecue can be used by anyone\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#access", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "access", - "value": "no", - "description": "access=no is displayed as \"This barbecue can't be used by anyone\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#access", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "access", - "value": "private", - "description": "access=private is displayed as \"This barbecue is private\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#access", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "access", - "value": "permissive", - "description": "access=permissive is displayed as \"This barbecue can be used by anyone, but the owner can revoke access at any time\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#access", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "access", - "value": "customers", - "description": "access=customers is displayed as \"This barbecue can only be used by customers\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#access", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "access", - "value": "permit", - "description": "access=permit is displayed as \"This barbecue can only be used by authorized persons\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#access", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "covered", - "value": "no", - "description": "covered=no is displayed as \"This barbecue is not covered\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#covered", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "covered", - "value": "yes", - "description": "covered=yes is displayed as \"This barbecue is covered\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#covered", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "fuel", - "value": "wood", - "description": "fuel=wood is displayed as \"This barbecue uses wood as fuel\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#fuel", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "fuel", - "value": "charcoal", - "description": "fuel=charcoal is displayed as \"This barbecue uses charcoal as fuel\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#fuel", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "fuel", - "value": "electric", - "description": "fuel=electric is displayed as \"This barbecue is powered by electricity\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#fuel", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "fuel", - "value": "gas", - "description": "fuel=gas is displayed as \"This barbecue uses gas as fuel\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#fuel", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "leisure", - "value": "firepit", - "description": "Features with this tag are displayed by layer Firepit", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/firepit.md", - "icon_url": "./assets/layers/assembly_point/fire.svg" - }, - { - "key": "access", - "value": "yes", - "description": "access=yes is displayed as \"Public\" by layer Firepit", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/firepit.md#access", - "icon_url": "./assets/layers/assembly_point/fire.svg" - }, - { - "key": "access", - "value": "no", - "description": "access=no is displayed as \"No access\" by layer Firepit", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/firepit.md#access", - "icon_url": "./assets/layers/assembly_point/fire.svg" - }, - { - "key": "access", - "value": "private", - "description": "access=private is displayed as \"Private\" by layer Firepit", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/firepit.md#access", - "icon_url": "./assets/layers/assembly_point/fire.svg" - }, - { - "key": "access", - "value": "permissive", - "description": "access=permissive is displayed as \"Access until revoked\" by layer Firepit", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/firepit.md#access", - "icon_url": "./assets/layers/assembly_point/fire.svg" - }, - { - "key": "access", - "value": "customers", - "description": "access=customers is displayed as \"Access only for customers\" by layer Firepit", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/firepit.md#access", - "icon_url": "./assets/layers/assembly_point/fire.svg" - }, - { - "key": "access", - "value": "permit", - "description": "access=permit is displayed as \"Access only for authorized\" by layer Firepit", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/firepit.md#access", - "icon_url": "./assets/layers/assembly_point/fire.svg" - }, - { - "key": "man_made", - "value": "insect_hotel", - "description": "Features with this tag are displayed by layer Insect Hotels", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/insect_hotel.md", - "icon_url": "./assets/layers/insect_hotel/insect_hotel.svg" - }, - { - "key": "natural", - "value": "tree", - "description": "Features with this tag are displayed by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "species:wikidata", - "description": "Values of `species:wikidata` are shown with \"{wikipedia(species:wikidata):max-height: 25rem}\" and can be updated. The question is \"What species is this tree?\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_species_wikidata", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "circumference", - "description": "Values of `circumference` are shown with \"The tree trunk has a circumference of {circumference} meter\" and can be updated. The question is \"What is the circumference of the tree trunk?\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#circumference", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "height", - "description": "Values of `height` are shown with \"This tree is {height} meter high\" and can be updated. The question is \"What is the height of this tree?\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#height", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "denotation", - "value": "landmark", - "description": "denotation=landmark is displayed as \"The tree is remarkable due to its size or prominent location. It is useful for navigation.\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_denotation", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "denotation", - "value": "natural_monument", - "description": "denotation=natural_monument is displayed as \"The tree is a natural monument, e.g. because it is especially old, or of a valuable species.\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_denotation", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "denotation", - "value": "agricultural", - "description": "denotation=agricultural is displayed as \"The tree is used for agricultural purposes, e.g. in an orchard.\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_denotation", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "denotation", - "value": "park", - "description": "denotation=park is displayed as \"The tree is in a park or similar (cemetery, school grounds, …).\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_denotation", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "denotation", - "value": "garden", - "description": "denotation=garden is displayed as \"The tree is in a residential garden.\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_denotation", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "denotation", - "value": "avenue", - "description": "denotation=avenue is displayed as \"This is a tree along an avenue.\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_denotation", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "denotation", - "value": "urban", - "description": "denotation=urban is displayed as \"The tree is in an urban area.\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_denotation", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "denotation", - "value": "none", - "description": "denotation=none is displayed as \"The tree is outside of an urban area.\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_denotation", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "leaf_type", - "value": "broadleaved", - "description": "leaf_type=broadleaved is displayed as \"Broadleaved\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_leaf_type", - "icon_url": "./assets/layers/tree_node/broadleaved.svg" - }, - { - "key": "leaf_type", - "value": "needleleaved", - "description": "leaf_type=needleleaved is displayed as \"Needleleaved\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_leaf_type", - "icon_url": "./assets/layers/tree_node/needleleaved.svg" - }, - { - "key": "leaf_type", - "value": "leafless", - "description": "leaf_type=leafless is displayed as \"Permanently leafless\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_leaf_type", - "icon_url": "./assets/layers/tree_node/leafless.svg" - }, - { - "key": "leaf_cycle", - "value": "deciduous", - "description": "leaf_cycle=deciduous is displayed as \"Deciduous: the tree loses its leaves for some time of the year.\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_decidouous", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "leaf_cycle", - "value": "evergreen", - "description": "leaf_cycle=evergreen is displayed as \"Evergreen.\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_decidouous", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"Name: {name}\" and can be updated. The question is \"Does the tree have a name?\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_node_name", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "name", - "description": "name= & noname=yes is displayed as \"The tree does not have a name.\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_node_name", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "noname", - "value": "yes", - "description": "name= & noname=yes is displayed as \"The tree does not have a name.\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_node_name", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "heritage", - "value": "4", - "description": "heritage=4 & heritage:operator=OnroerendErfgoed is displayed as \"Registered as heritage by Onroerend Erfgoed Flanders\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_heritage", - "icon_url": "./assets/layers/tree_node/Onroerend_Erfgoed_logo_without_text.svg" - }, - { - "key": "heritage:operator", - "value": "OnroerendErfgoed", - "description": "heritage=4 & heritage:operator=OnroerendErfgoed is displayed as \"Registered as heritage by Onroerend Erfgoed Flanders\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_heritage", - "icon_url": "./assets/layers/tree_node/Onroerend_Erfgoed_logo_without_text.svg" - }, - { - "key": "heritage", - "value": "4", - "description": "heritage=4 & heritage:operator=aatl is displayed as \"Registered as heritage by Direction du Patrimoine culturel Brussels\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_heritage", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "heritage:operator", - "value": "aatl", - "description": "heritage=4 & heritage:operator=aatl is displayed as \"Registered as heritage by Direction du Patrimoine culturel Brussels\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_heritage", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "heritage", - "value": "yes", - "description": "heritage=yes & heritage:operator= is displayed as \"Registered as heritage by a different organisation\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_heritage", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "heritage:operator", - "description": "heritage=yes & heritage:operator= is displayed as \"Registered as heritage by a different organisation\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_heritage", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "heritage", - "value": "no", - "description": "heritage=no & heritage:operator= is displayed as \"Not registered as heritage\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_heritage", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "heritage:operator", - "description": "heritage=no & heritage:operator= is displayed as \"Not registered as heritage\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_heritage", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "heritage", - "description": "heritage~.+ is displayed as \"Registered as heritage by a different organisation\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_heritage", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "ref:OnroerendErfgoed", - "description": "Values of `ref:OnroerendErfgoed` are shown with \"\"\"/ Onroerend Erfgoed ID: {ref:OnroerendErfgoed}\" and can be updated. The question is \"What is the ID issued by Onroerend Erfgoed Flanders?\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_node_ref_OnroerendErfgoed", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "wikidata", - "description": "Values of `wikidata` are shown with \"\"\"/ Wikidata: {wikidata}\" and can be updated. The question is \"What is the Wikidata ID for this tree?\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_node_wikidata", - "icon_url": "./assets/layers/tree_node/unknown.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_notes.json b/Docs/TagInfo/mapcomplete_notes.json deleted file mode 100644 index c824be10d8..0000000000 --- a/Docs/TagInfo/mapcomplete_notes.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Notes on OpenStreetMap", - "description": "A note is a pin on the map with some text to indicate something wrong", - "project_url": "https://mapcomplete.org/notes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/notes/logo.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "fixme", - "description": "Features with this tag are displayed by layer OSM objects with FIXME tags", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fixme.md", - "icon_url": "./assets/svg/bug.svg" - }, - { - "key": "FIXME", - "description": "Features with this tag are displayed by layer OSM objects with FIXME tags", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fixme.md", - "icon_url": "./assets/svg/bug.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layer OSM objects with FIXME tags", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fixme.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "fixme", - "description": "Values of `fixme` are shown with \"Fixme Text: {fixme}\" and can be updated. The question is \"What is wrong with this feature?\" by layer OSM objects with FIXME tags", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fixme.md#fixme", - "icon_url": "./assets/svg/bug.svg" - }, - { - "key": "fixme", - "description": "fixme= is displayed as \"This issue has been resolved\" by layer OSM objects with FIXME tags", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fixme.md#fixme", - "icon_url": "./assets/svg/bug.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_observation_towers.json b/Docs/TagInfo/mapcomplete_observation_towers.json deleted file mode 100644 index 5c43fe8bb4..0000000000 --- a/Docs/TagInfo/mapcomplete_observation_towers.json +++ /dev/null @@ -1,214 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Observation towers", - "description": "Publicly accessible towers to enjoy the view", - "project_url": "https://mapcomplete.org/observation_towers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/layers/observation_tower/Tower_observation.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "tower:type", - "value": "observation", - "description": "Features with this tag are displayed by layer Observation towers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/observation_tower.md", - "icon_url": "./assets/layers/observation_tower/Tower_observation.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layer Observation towers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/observation_tower.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Observation towers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/observation_tower.md#images", - "icon_url": "./assets/layers/observation_tower/Tower_observation.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Observation towers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/observation_tower.md#images", - "icon_url": "./assets/layers/observation_tower/Tower_observation.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Observation towers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/observation_tower.md#images", - "icon_url": "./assets/layers/observation_tower/Tower_observation.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Observation towers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/observation_tower.md#images", - "icon_url": "./assets/layers/observation_tower/Tower_observation.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Observation towers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/observation_tower.md#images", - "icon_url": "./assets/layers/observation_tower/Tower_observation.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This tower is called {name}\" and can be updated. The question is \"What is the name of this tower?\" by layer Observation towers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/observation_tower.md#name", - "icon_url": "./assets/layers/observation_tower/Tower_observation.svg" - }, - { - "key": "noname", - "value": "yes", - "description": "noname=yes is displayed as \"This tower doesn't have a specific name\" by layer Observation towers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/observation_tower.md#name", - "icon_url": "./assets/layers/observation_tower/Tower_observation.svg" - }, - { - "key": "height", - "description": "Values of `height` are shown with \"This tower is {height} high\" and can be updated. The question is \"What is the height of this tower?\" by layer Observation towers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/observation_tower.md#Height", - "icon_url": "./assets/layers/observation_tower/Tower_observation.svg" - }, - { - "key": "access", - "value": "yes", - "description": "access=yes is displayed as \"This tower is publicly accessible\" by layer Observation towers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/observation_tower.md#access", - "icon_url": "./assets/layers/observation_tower/Tower_observation.svg" - }, - { - "key": "access", - "value": "guided", - "description": "access=guided is displayed as \"This tower can only be visited with a guide\" by layer Observation towers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/observation_tower.md#access", - "icon_url": "./assets/layers/observation_tower/Tower_observation.svg" - }, - { - "key": "charge", - "description": "Values of `charge` are shown with \"Visiting this tower costs {charge}\" and can be updated. The question is \"How much does one have to pay to enter this tower?\" by layer Observation towers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/observation_tower.md#Fee", - "icon_url": "./assets/layers/observation_tower/Tower_observation.svg" - }, - { - "key": "fee", - "value": "no", - "description": "fee=no & charge= is displayed as \"Free to visit\" by layer Observation towers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/observation_tower.md#Fee", - "icon_url": "./assets/layers/observation_tower/Tower_observation.svg" - }, - { - "key": "charge", - "description": "fee=no & charge= is displayed as \"Free to visit\" by layer Observation towers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/observation_tower.md#Fee", - "icon_url": "./assets/layers/observation_tower/Tower_observation.svg" - }, - { - "key": "payment:cash", - "value": "yes", - "description": "payment:cash=yes is displayed as \"Cash is accepted here\" by layer Observation towers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/observation_tower.md#Payment_methods", - "icon_url": "./assets/layers/questions/cash.svg" - }, - { - "key": "payment:cards", - "value": "yes", - "description": "payment:cards=yes is displayed as \"Payment cards are accepted here\" by layer Observation towers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/observation_tower.md#Payment_methods", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:qr_code", - "value": "yes", - "description": "payment:qr_code=yes is displayed as \"Payment by QR-code is possible here\" by layer Observation towers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/observation_tower.md#Payment_methods", - "icon_url": "./assets/layers/questions/qrcode.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{website}\" and can be updated. The question is \"What is the website of {title()}?\" by layer Observation towers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/observation_tower.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layer Observation towers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/observation_tower.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "step_count", - "description": "Values of `step_count` are shown with \"This tower has {step_count} steps to reach the top\" and can be updated. The question is \"How much individual steps does one have to climb to reach the top of this tower?\" by layer Observation towers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/observation_tower.md#step_count", - "icon_url": "./assets/layers/observation_tower/Tower_observation.svg" - }, - { - "key": "elevator", - "value": "yes", - "description": "elevator=yes is displayed as \"This tower has an elevator which takes visitors to the top\" by layer Observation towers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/observation_tower.md#elevator", - "icon_url": "./assets/layers/observation_tower/Tower_observation.svg" - }, - { - "key": "elevator", - "value": "no", - "description": "elevator=no is displayed as \"This tower does not have an elevator\" by layer Observation towers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/observation_tower.md#elevator", - "icon_url": "./assets/layers/observation_tower/Tower_observation.svg" - }, - { - "key": "operator", - "description": "Values of `operator` are shown with \"Maintained by {operator}\" and can be updated. The question is \"Who maintains this tower?\" by layer Observation towers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/observation_tower.md#Operator", - "icon_url": "./assets/layers/observation_tower/Tower_observation.svg" - }, - { - "key": "wheelchair", - "value": "designated", - "description": "wheelchair=designated is displayed as \"This place is specially adapted for wheelchair users\" by layer Observation towers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/observation_tower.md#wheelchair_access", - "icon_url": "./assets/layers/observation_tower/Tower_observation.svg" - }, - { - "key": "wheelchair", - "value": "yes", - "description": "wheelchair=yes is displayed as \"This place is easily reachable with a wheelchair\" by layer Observation towers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/observation_tower.md#wheelchair_access", - "icon_url": "./assets/layers/observation_tower/Tower_observation.svg" - }, - { - "key": "wheelchair", - "value": "limited", - "description": "wheelchair=limited is displayed as \"It is possible to reach this place in a wheelchair, but it is not easy\" by layer Observation towers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/observation_tower.md#wheelchair_access", - "icon_url": "./assets/layers/observation_tower/Tower_observation.svg" - }, - { - "key": "wheelchair", - "value": "no", - "description": "wheelchair=no is displayed as \"This place is not reachable with a wheelchair\" by layer Observation towers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/observation_tower.md#wheelchair_access", - "icon_url": "./assets/layers/observation_tower/Tower_observation.svg" - }, - { - "key": "wikidata", - "description": "Values of `wikidata` are shown with \"{wikipedia():max-height:25rem}\" and can be updated. The question is \"What is the corresponding Wikidata entity?\" by layer Observation towers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/observation_tower.md#wikipedia", - "icon_url": "./assets/layers/observation_tower/Tower_observation.svg" - }, - { - "key": "wikipedia", - "description": "wikipedia~.+ is displayed as \"{wikipedia():max-height:25rem}\" by layer Observation towers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/observation_tower.md#wikipedia", - "icon_url": "./assets/layers/observation_tower/Tower_observation.svg" - }, - { - "key": "wikidata", - "description": "wikidata= is displayed as \"No Wikipedia page has been linked yet\" by layer Observation towers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/observation_tower.md#wikipedia", - "icon_url": "./assets/layers/observation_tower/Tower_observation.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_onwheels.json b/Docs/TagInfo/mapcomplete_onwheels.json deleted file mode 100644 index 2c96a7edb9..0000000000 --- a/Docs/TagInfo/mapcomplete_onwheels.json +++ /dev/null @@ -1,3974 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete OnWheels", - "description": "On this map, publicly weelchair accessible places are shown and can be easily added", - "project_url": "https://mapcomplete.org/onwheels", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/onwheels/crest.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "amenity", - "value": "bar", - "description": "Features with this tag are displayed by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "amenity", - "value": "pub", - "description": "Features with this tag are displayed by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "amenity", - "value": "cafe", - "description": "Features with this tag are displayed by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "amenity", - "value": "biergarten", - "description": "Features with this tag are displayed by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "amenity", - "value": "nightclub", - "description": "Features with this tag are displayed by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Cafés and pubs, Entrance, Restaurants and fast food, Kerbs, Parking, Disabled parking spaces, Shop, Toilets, Pharmacies, Doctors, Hospitals, Reception desks, Elevator, Tourism accomodation, governments", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Cafés and pubs, Entrance, Restaurants and fast food, Restaurants and fast food, Kerbs, Parking, Disabled parking spaces, Shop, Toilets, Pharmacies, Doctors, Reception desks, Elevator, Tourism accomodation, governments", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#images", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Cafés and pubs, Entrance, Restaurants and fast food, Restaurants and fast food, Kerbs, Parking, Disabled parking spaces, Shop, Toilets, Pharmacies, Doctors, Reception desks, Elevator, Tourism accomodation, governments", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#images", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Cafés and pubs, Entrance, Restaurants and fast food, Restaurants and fast food, Kerbs, Parking, Disabled parking spaces, Shop, Toilets, Pharmacies, Doctors, Reception desks, Elevator, Tourism accomodation, governments", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#images", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Cafés and pubs, Entrance, Restaurants and fast food, Restaurants and fast food, Kerbs, Parking, Disabled parking spaces, Shop, Toilets, Pharmacies, Doctors, Reception desks, Elevator, Tourism accomodation, governments", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#images", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Cafés and pubs, Entrance, Restaurants and fast food, Restaurants and fast food, Kerbs, Parking, Disabled parking spaces, Shop, Toilets, Pharmacies, Doctors, Reception desks, Elevator, Tourism accomodation, governments", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#images", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "level", - "description": "Values of `level` are shown with \"Located on the {level}th floor\" and can be updated. The question is \"On what level is this feature located?\" by layers Cafés and pubs, Entrance, Restaurants and fast food, Parking, Shop, Toilets, Reception desks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#single_level", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "location", - "value": "underground", - "description": "location=underground is displayed as \"Located underground\" by layers Cafés and pubs, Entrance, Restaurants and fast food, Parking, Shop, Toilets, Reception desks, Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#single_level", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "level", - "value": "0", - "description": "level=0 is displayed as \"Located on the ground floor\" by layers Cafés and pubs, Entrance, Restaurants and fast food, Parking, Shop, Toilets, Reception desks, Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#single_level", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "level", - "description": "level= is displayed as \"Located on the ground floor\" by layers Cafés and pubs, Entrance, Restaurants and fast food, Parking, Shop, Toilets, Reception desks, Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#single_level", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "level", - "value": "1", - "description": "level=1 is displayed as \"Located on the first floor\" by layers Cafés and pubs, Entrance, Restaurants and fast food, Parking, Shop, Toilets, Reception desks, Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#single_level", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "level", - "value": "-1", - "description": "level=-1 is displayed as \"Located on the first basement level\" by layers Cafés and pubs, Entrance, Restaurants and fast food, Parking, Shop, Toilets, Reception desks, Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#single_level", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This business is named {name}\" and can be updated. The question is \"What is the name of this business?\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#Name", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "amenity", - "value": "pub", - "description": "amenity=pub is displayed as \"A pub, mostly for drinking beers in a warm, relaxed interior\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#Classification", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "amenity", - "value": "bar", - "description": "amenity=bar is displayed as \"A more modern and commercial bar, possibly with a music and light installation\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#Classification", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "amenity", - "value": "cafe", - "description": "amenity=cafe is displayed as \"A cafe to drink tea, coffee or an alcoholical bevarage in a quiet environment\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#Classification", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "amenity", - "value": "restaurant", - "description": "amenity=restaurant is displayed as \"A restaurant where one can get a proper meal\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#Classification", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "amenity", - "value": "biergarten", - "description": "amenity=biergarten is displayed as \"An open space where beer is served, typically seen in Germany\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#Classification", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "amenity", - "value": "nightclub", - "description": "amenity=nightclub is displayed as \"This is a nightclub or disco with a focus on dancing, music by a DJ with accompanying light show and a bar to get (alcoholic) drinks\" by layer Cafés and pubs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#Classification", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"What are the opening hours of {title()}?\" by layers Cafés and pubs, Restaurants and fast food, Shop, Pharmacies, Doctors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#opening_hours", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layers Cafés and pubs, Restaurants and fast food, Shop, Toilets, Pharmacies, Doctors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#opening_hours", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{website}\" and can be updated. The question is \"What is the website of {title()}?\" by layers Cafés and pubs, Restaurants and fast food, Shop, Pharmacies, Doctors, Hospitals, Tourism accomodation, governments", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layers Cafés and pubs, Restaurants and fast food, Shop, Pharmacies, Doctors, Hospitals, Tourism accomodation, governments", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"{email}\" and can be updated. The question is \"What is the email address of {title()}?\" by layers Cafés and pubs, Restaurants and fast food, Shop, Pharmacies, Doctors, Hospitals, Tourism accomodation, governments", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "contact:email", - "description": "contact:email~.+ is displayed as \"{contact:email}\" by layers Cafés and pubs, Restaurants and fast food, Shop, Pharmacies, Doctors, Hospitals, Tourism accomodation, governments", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "operator:email", - "description": "operator:email~.+ is displayed as \"{operator:email}\" by layers Cafés and pubs, Restaurants and fast food, Shop, Pharmacies, Doctors, Hospitals, Tourism accomodation, governments", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}\" and can be updated. The question is \"What is the phone number of {title()}?\" by layers Cafés and pubs, Restaurants and fast food, Shop, Pharmacies, Doctors, Hospitals, Tourism accomodation, governments", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "contact:phone", - "description": "contact:phone~.+ is displayed as \"{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}\" by layers Cafés and pubs, Restaurants and fast food, Shop, Pharmacies, Doctors, Hospitals, Tourism accomodation, governments", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "payment:cash", - "value": "yes", - "description": "payment:cash=yes is displayed as \"Cash is accepted here\" by layers Cafés and pubs, Restaurants and fast food, Shop, Toilets, Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#payment_options", - "icon_url": "./assets/layers/questions/cash.svg" - }, - { - "key": "payment:cards", - "value": "yes", - "description": "payment:cards=yes is displayed as \"Payment cards are accepted here\" by layers Cafés and pubs, Restaurants and fast food, Shop, Toilets, Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#payment_options", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:qr_code", - "value": "yes", - "description": "payment:qr_code=yes is displayed as \"Payment by QR-code is possible here\" by layers Cafés and pubs, Restaurants and fast food, Shop, Toilets, Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#payment_options", - "icon_url": "./assets/layers/questions/qrcode.svg" - }, - { - "key": "wheelchair", - "value": "designated", - "description": "wheelchair=designated is displayed as \"This place is specially adapted for wheelchair users\" by layers Cafés and pubs, Restaurants and fast food, Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#wheelchair_access", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "wheelchair", - "value": "yes", - "description": "wheelchair=yes is displayed as \"This place is easily reachable with a wheelchair\" by layers Cafés and pubs, Restaurants and fast food, Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#wheelchair_access", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "wheelchair", - "value": "limited", - "description": "wheelchair=limited is displayed as \"It is possible to reach this place in a wheelchair, but it is not easy\" by layers Cafés and pubs, Restaurants and fast food, Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#wheelchair_access", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "wheelchair", - "value": "no", - "description": "wheelchair=no is displayed as \"This place is not reachable with a wheelchair\" by layers Cafés and pubs, Restaurants and fast food, Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#wheelchair_access", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "smoking", - "value": "yes", - "description": "smoking=yes is displayed as \"Smoking is allowed\" by layers Cafés and pubs, Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#smoking", - "icon_url": "./assets/layers/questions/smoking.svg" - }, - { - "key": "smoking", - "value": "no", - "description": "smoking=no is displayed as \"Smoking is not allowed\" by layers Cafés and pubs, Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#smoking", - "icon_url": "./assets/layers/questions/no_smoking.svg" - }, - { - "key": "smoking", - "value": "outside", - "description": "smoking=outside is displayed as \"Smoking is allowed outside.\" by layers Cafés and pubs, Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#smoking", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "service:electricity", - "value": "yes", - "description": "service:electricity=yes is displayed as \"There are plenty of domestic sockets available to customers seated indoors, where they can charge their electronics\" by layers Cafés and pubs, Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#service_electricity", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "service:electricity", - "value": "limited", - "description": "service:electricity=limited is displayed as \"There are a few domestic sockets available to customers seated indoors, where they can charge their electronics\" by layers Cafés and pubs, Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#service_electricity", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "service:electricity", - "value": "ask", - "description": "service:electricity=ask is displayed as \"There are no sockets available indoors to customers, but charging might be possible if the staff is asked\" by layers Cafés and pubs, Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#service_electricity", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "service:electricity", - "value": "no", - "description": "service:electricity=no is displayed as \"There are a no domestic sockets available to customers seated indoors\" by layers Cafés and pubs, Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#service_electricity", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "outdoor_seating", - "value": "yes", - "description": "outdoor_seating=yes is displayed as \"This place has outdoor seating\" by layers Cafés and pubs, Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#seating", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "indoor_seating", - "value": "yes", - "description": "indoor_seating=yes is displayed as \"This place has indoor seating\" by layers Cafés and pubs, Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#seating", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "dog", - "value": "yes", - "description": "dog=yes is displayed as \"Dogs are allowed\" by layers Cafés and pubs, Restaurants and fast food, Shop, Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_allowed.svg" - }, - { - "key": "dog", - "value": "no", - "description": "dog=no is displayed as \"Dogs are not allowed\" by layers Cafés and pubs, Restaurants and fast food, Shop, Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#dog_access", - "icon_url": "./assets/layers/questions/no_dogs.svg" - }, - { - "key": "dog", - "value": "leashed", - "description": "dog=leashed is displayed as \"Dogs are allowed, but they have to be leashed\" by layers Cafés and pubs, Restaurants and fast food, Shop, Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_leashed.svg" - }, - { - "key": "dog", - "value": "unleashed", - "description": "dog=unleashed is displayed as \"Dogs are allowed and can run around freely\" by layers Cafés and pubs, Restaurants and fast food, Shop, Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_allowed.svg" - }, - { - "key": "dog", - "value": "outside", - "description": "dog=outside is displayed as \"Dogs are allowed only outside\" by layers Cafés and pubs, Restaurants and fast food, Shop, Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_outside.svg" - }, - { - "key": "internet_access", - "value": "wlan", - "description": "internet_access=wlan is displayed as \"This place offers wireless internet access\" by layers Cafés and pubs, Restaurants and fast food, Shop, Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#internet", - "icon_url": "wifi" - }, - { - "key": "internet_access", - "value": "no", - "description": "internet_access=no is displayed as \"This place does not offer internet access\" by layers Cafés and pubs, Restaurants and fast food, Shop, Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#internet", - "icon_url": "wifi;cross_bottom_right:red" - }, - { - "key": "internet_access", - "value": "yes", - "description": "internet_access=yes is displayed as \"This place offers internet access\" by layers Cafés and pubs, Restaurants and fast food, Shop, Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#internet", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "internet_access", - "value": "terminal", - "description": "internet_access=terminal is displayed as \"This place offers internet access via a terminal or computer\" by layers Cafés and pubs, Restaurants and fast food, Shop, Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#internet", - "icon_url": "computer" - }, - { - "key": "internet_access", - "value": "wired", - "description": "internet_access=wired is displayed as \"This place offers wired internet access\" by layers Cafés and pubs, Restaurants and fast food, Shop, Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#internet", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "internet_access", - "value": "terminal;wifi", - "description": "internet_access=terminal;wifi is displayed as \"This place offers both wireless internet and internet access via a terminal or computer\" by layers Cafés and pubs, Restaurants and fast food, Shop, Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#internet", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "internet_access:fee", - "value": "yes", - "description": "internet_access:fee=yes is displayed as \"There is a fee for the internet access at this place\" by layers Cafés and pubs, Restaurants and fast food, Shop, Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#internet_fee", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "internet_access:fee", - "value": "no", - "description": "internet_access:fee=no is displayed as \"Internet access is free at this place\" by layers Cafés and pubs, Restaurants and fast food, Shop, Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#internet_fee", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "internet_access:fee", - "value": "customers", - "description": "internet_access:fee=customers is displayed as \"Internet access is free at this place, for customers only\" by layers Cafés and pubs, Restaurants and fast food, Shop, Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#internet_fee", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "internet_access:ssid", - "description": "Values of `internet_access:ssid` are shown with \"The network name is {internet_access:ssid}\" and can be updated. The question is \"What is the network name for the wireless internet access?\" by layers Cafés and pubs, Restaurants and fast food, Shop, Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#internet_ssid", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "internet_access:ssid", - "value": "Telekom", - "description": "internet_access:ssid=Telekom is displayed as \"Telekom\" by layers Cafés and pubs, Restaurants and fast food, Shop, Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/cafe_pub.md#internet_ssid", - "icon_url": "./assets/themes/onwheels/cafe.svg" - }, - { - "key": "entrance", - "description": "Features with this tag are displayed by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "indoor", - "value": "door", - "description": "Features with this tag are displayed by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "door", - "description": "Features with this tag are displayed by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "entrance", - "value": "yes", - "description": "entrance=yes is displayed as \"No specific entrance type is known\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Entrance_type", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "entrance", - "description": "entrance= & indoor=door is displayed as \"This is an indoor door, separating a room or a corridor within a single building\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Entrance_type", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "indoor", - "value": "door", - "description": "entrance= & indoor=door is displayed as \"This is an indoor door, separating a room or a corridor within a single building\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Entrance_type", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "indoor", - "description": "indoor= & entrance=main is displayed as \"This is the main entrance\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Entrance_type", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "entrance", - "value": "main", - "description": "indoor= & entrance=main is displayed as \"This is the main entrance\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Entrance_type", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "indoor", - "description": "indoor= & entrance=secondary is displayed as \"This is a secondary entrance\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Entrance_type", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "entrance", - "value": "secondary", - "description": "indoor= & entrance=secondary is displayed as \"This is a secondary entrance\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Entrance_type", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "indoor", - "description": "indoor= & entrance=service is displayed as \"This is a service entrance - normally only used for employees, delivery, …\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Entrance_type", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "entrance", - "value": "service", - "description": "indoor= & entrance=service is displayed as \"This is a service entrance - normally only used for employees, delivery, …\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Entrance_type", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "indoor", - "description": "indoor= & entrance=exit is displayed as \"This is an exit where one can not enter\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Entrance_type", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "entrance", - "value": "exit", - "description": "indoor= & entrance=exit is displayed as \"This is an exit where one can not enter\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Entrance_type", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "indoor", - "description": "indoor= & entrance=entrance is displayed as \"This is an entrance where one can only enter (but not exit)\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Entrance_type", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "entrance", - "value": "entrance", - "description": "indoor= & entrance=entrance is displayed as \"This is an entrance where one can only enter (but not exit)\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Entrance_type", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "indoor", - "description": "indoor= & entrance=emergency is displayed as \"This is emergency exit\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Entrance_type", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "entrance", - "value": "emergency", - "description": "indoor= & entrance=emergency is displayed as \"This is emergency exit\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Entrance_type", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "indoor", - "description": "indoor= & entrance=home is displayed as \"This is the entrance to a private home\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Entrance_type", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "entrance", - "value": "home", - "description": "indoor= & entrance=home is displayed as \"This is the entrance to a private home\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Entrance_type", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "door", - "value": "yes", - "description": "door=yes is displayed as \"The door type is not known\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Door_type", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "door", - "value": "hinged", - "description": "door=hinged is displayed as \"A classical, hinged door supported by joints\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Door_type", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "door", - "value": "revolving", - "description": "door=revolving is displayed as \"A revolving door which hangs on a central shaft, rotating within a cylindrical enclosure\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Door_type", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "door", - "value": "sliding", - "description": "door=sliding is displayed as \"A sliding door where the door slides sidewards, typically parallel with a wall\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Door_type", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "door", - "value": "overhead", - "description": "door=overhead is displayed as \"A door which rolls from overhead, typically seen for garages\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Door_type", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "door", - "value": "no", - "description": "door=no is displayed as \"This is an entrance without a physical door\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#Door_type", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "automatic_door", - "value": "yes", - "description": "automatic_door=yes is displayed as \"This is an automatic door\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#automatic_door", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "automatic_door", - "value": "no", - "description": "automatic_door=no is displayed as \"This door is not automated\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#automatic_door", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "automatic_door", - "value": "motion", - "description": "automatic_door=motion is displayed as \"This door will open automatically when motion is detected\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#automatic_door", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "automatic_door", - "value": "floor", - "description": "automatic_door=floor is displayed as \"This door will open automatically when a sensor in the floor is triggered\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#automatic_door", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "automatic_door", - "value": "button", - "description": "automatic_door=button is displayed as \"This door will open automatically when a button is pressed\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#automatic_door", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "automatic_door", - "value": "slowdown_button", - "description": "automatic_door=slowdown_button is displayed as \"This door revolves automatically all the time, but has a button to slow it down, e.g. for wheelchair users\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#automatic_door", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "automatic_door", - "value": "continuous", - "description": "automatic_door=continuous is displayed as \"This door revolves automatically all the time\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#automatic_door", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "automatic_door", - "value": "serviced_on_button_press", - "description": "automatic_door=serviced_on_button_press is displayed as \"This door will be opened by staff when requested by pressing a button\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#automatic_door", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "automatic_door", - "value": "serviced_on_request", - "description": "automatic_door=serviced_on_request is displayed as \"This door will be opened by staff when requested\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#automatic_door", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "width", - "description": "Values of `width` are shown with \"This door has a width of {canonical(width)}\" and can be updated. The question is \"What is the width of this door/entrance?\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#width", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "kerb:height", - "description": "Values of `kerb:height` are shown with \"The kerb height of this door is {kerb:height}\" and can be updated. The question is \"What is the height of this kerb?\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#kerb_height", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "kerb:height", - "value": "0", - "description": "kerb:height=0 is displayed as \"This door does not have a kerb\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#kerb_height", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "ref", - "description": "Values of `ref` are shown with \"This door has {ref} as reference number\" and can be updated. The question is \"Does this door have a reference number?\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#ref", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "ref", - "description": "ref= is displayed as \"No reference number\" by layer Entrance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/entrance.md#ref", - "icon_url": "./assets/themes/onwheels/entrance.svg" - }, - { - "key": "amenity", - "value": "fast_food", - "description": "Features with this tag are displayed by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "amenity", - "value": "restaurant", - "description": "Features with this tag are displayed by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"The name of this business is {name}\" and can be updated. The question is \"What is the name of this business?\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Name", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "amenity", - "value": "fast_food", - "description": "amenity=fast_food is displayed as \"This is a fast-food business, focused on fast service. If seating is available, it is rather limited and functional.\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Fastfood_vs_restaurant", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "amenity", - "value": "restaurant", - "description": "amenity=restaurant is displayed as \"A restaurant, focused on creating a nice experience where one is served at the table\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Fastfood_vs_restaurant", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "cuisine", - "description": "Values of `cuisine` are shown with \"This place mostly serves {cuisine}\" and can be updated. The question is \"What kind of food is served here?\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "cuisine", - "value": "pizza", - "description": "cuisine=pizza is displayed as \"Pizzeria\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "cuisine", - "value": "friture", - "description": "cuisine=friture is displayed as \"Friture\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "cuisine", - "value": "pasta", - "description": "cuisine=pasta is displayed as \"Serves mainly pasta\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "cuisine", - "value": "kebab", - "description": "cuisine=kebab is displayed as \"Kebab shop\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "cuisine", - "value": "sandwich", - "description": "cuisine=sandwich is displayed as \"Sandwich shop\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "cuisine", - "value": "burger", - "description": "cuisine=burger is displayed as \"Burgersrestaurant\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "cuisine", - "value": "sushi", - "description": "cuisine=sushi is displayed as \"Sushi restaurant\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "cuisine", - "value": "coffee", - "description": "cuisine=coffee is displayed as \"Coffeebar\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "cuisine", - "value": "italian", - "description": "cuisine=italian is displayed as \"Italian restaurant (which serves more than pasta and pizza)\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "cuisine", - "value": "french", - "description": "cuisine=french is displayed as \"French restaurant\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "cuisine", - "value": "chinese", - "description": "cuisine=chinese is displayed as \"Chinese\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "cuisine", - "value": "greek", - "description": "cuisine=greek is displayed as \"Greek\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "cuisine", - "value": "indian", - "description": "cuisine=indian is displayed as \"Indian\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "cuisine", - "value": "turkish", - "description": "cuisine=turkish is displayed as \"Turkish restaurant\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "cuisine", - "value": "thai", - "description": "cuisine=thai is displayed as \"Thai restaurant\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "cuisine", - "value": "mexican ", - "description": "cuisine=mexican is displayed as \"Mexican dishes are served here\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "cuisine", - "value": "japanese ", - "description": "cuisine=japanese is displayed as \"Japanese dishes are served here\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "cuisine", - "value": "chicken ", - "description": "cuisine=chicken is displayed as \"Chicken based dishes are served here\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "cuisine", - "value": "seafood ", - "description": "cuisine=seafood is displayed as \"Seafood dishes are served here\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#images", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#images", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#images", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#images", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#images", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "website:menu", - "description": "Values of `website:menu` are shown with \"{link(Consult the menu,&LBRACEwebsite:menu&RBRACE,,,,)}\" and can be updated. The question is \"On what webpage is the menu published?\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#menu_website", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "reservation", - "value": "required", - "description": "reservation=required is displayed as \"A reservation is required at this place\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Reservation", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "reservation", - "value": "recommended", - "description": "reservation=recommended is displayed as \"A reservation is not required, but still recommended to make sure you get a table\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Reservation", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "reservation", - "value": "yes", - "description": "reservation=yes is displayed as \"Reservation is possible at this place\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Reservation", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "reservation", - "value": "no", - "description": "reservation=no is displayed as \"Reservation is not possible at this place\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Reservation", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "takeaway", - "value": "only", - "description": "takeaway=only is displayed as \"This is a take-away only business\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Takeaway", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "takeaway", - "value": "yes", - "description": "takeaway=yes is displayed as \"Take-away is possible here\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Takeaway", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "takeaway", - "value": "no", - "description": "takeaway=no is displayed as \"Take-away is not possible here\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Takeaway", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "delivery", - "value": "yes", - "description": "delivery=yes is displayed as \"This business does home delivery (possibly via a third party)\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#delivery", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "delivery", - "value": "no", - "description": "delivery=no is displayed as \"This business does not deliver at home\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#delivery", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "drive_through", - "value": "yes", - "description": "drive_through=yes is displayed as \"This fast-food restaurant has a drive-through\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#drive_through", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "drive_through", - "value": "no", - "description": "drive_through=no is displayed as \"This fast-food restaurant does not have a drive-through\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#drive_through", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "opening_hours:drive_through", - "description": "Values of `opening_hours:drive_through` are shown with \"

Drive-through opening hours

{opening_hours_table(opening_hours:drive_through)}\" and can be updated. The question is \"What are the opening hours of the drive-through?\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#drive_through_opening_hours", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "opening_hours:drive_through", - "description": "opening_hours:drive_through= is displayed as \"The opening hours of the drive-through are the same as the restaurant\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#drive_through_opening_hours", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "no", - "description": "diet:vegetarian=no is displayed as \"No vegetarian options are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Vegetarian__no_friture_", - "icon_url": "./assets/layers/food/Vegetarian-mark.svg;cross_bottom_right:red" - }, - { - "key": "diet:vegetarian", - "value": "limited", - "description": "diet:vegetarian=limited is displayed as \"Some vegetarian options are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Vegetarian__no_friture_", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "yes", - "description": "diet:vegetarian=yes is displayed as \"Vegetarian options are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Vegetarian__no_friture_", - "icon_url": "./assets/layers/food/Vegetarian-mark.svg" - }, - { - "key": "diet:vegetarian", - "value": "only", - "description": "diet:vegetarian=only is displayed as \"All dishes are vegetarian\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Vegetarian__no_friture_", - "icon_url": "./assets/layers/food/Vegetarian-mark.svg" - }, - { - "key": "diet:vegetarian", - "value": "on_demand", - "description": "diet:vegetarian=on_demand is displayed as \"Some dishes might be adapted to a vegetarian version, but this should be demanded\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Vegetarian__no_friture_", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "no", - "description": "diet:vegan=no is displayed as \"No vegan options available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Vegan__no_friture_", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "limited", - "description": "diet:vegan=limited is displayed as \"Some vegan options are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Vegan__no_friture_", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "yes", - "description": "diet:vegan=yes is displayed as \"Vegan options are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Vegan__no_friture_", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "only", - "description": "diet:vegan=only is displayed as \"All dishes are vegan\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Vegan__no_friture_", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "on_demand", - "description": "diet:vegan=on_demand is displayed as \"Some dishes might be adapted to a vegan version if asked for\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Vegan__no_friture_", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "diet:halal", - "value": "no", - "description": "diet:halal=no is displayed as \"There are no halal options available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#halal__no_friture_", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "diet:halal", - "value": "limited", - "description": "diet:halal=limited is displayed as \"There is a small halal menu\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#halal__no_friture_", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "diet:halal", - "value": "yes", - "description": "diet:halal=yes is displayed as \"There is a halal menu\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#halal__no_friture_", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "diet:halal", - "value": "only", - "description": "diet:halal=only is displayed as \"Only halal options are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#halal__no_friture_", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "organic", - "value": "no", - "description": "organic=no is displayed as \"There are no organic options available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#organic__no_friture_", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "organic", - "value": "yes", - "description": "organic=yes is displayed as \"There is an organic menu\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#organic__no_friture_", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "organic", - "value": "only", - "description": "organic=only is displayed as \"Only organic options are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#organic__no_friture_", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "only", - "description": "diet:vegetarian=only is displayed as \"Serves only vegetarian snacks and burgers\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_vegetarian", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "yes", - "description": "diet:vegetarian=yes is displayed as \"Vegetarian snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_vegetarian", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "limited", - "description": "diet:vegetarian=limited is displayed as \"Only a small selection of snacks are vegetarian\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_vegetarian", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "no", - "description": "diet:vegetarian=no is displayed as \"No vegetarian snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_vegetarian", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "only", - "description": "diet:vegan=only is displayed as \"Serves only vegan snacks and burgers\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_vegan", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "yes", - "description": "diet:vegan=yes is displayed as \"Vegan snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_vegan", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "limited", - "description": "diet:vegan=limited is displayed as \"A small selection of vegan snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_vegan", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "no", - "description": "diet:vegan=no is displayed as \"No vegan snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_vegan", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "organic", - "value": "yes", - "description": "organic=yes is displayed as \"Organic snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_organic", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "organic", - "value": "no", - "description": "organic=no is displayed as \"No organic snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_organic", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "organic", - "value": "only", - "description": "organic=only is displayed as \"Only organic snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_organic", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "friture:oil", - "value": "vegetable", - "description": "friture:oil=vegetable is displayed as \"The frying is done with vegetable oil\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_oil", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "friture:oil", - "value": "animal", - "description": "friture:oil=animal is displayed as \"The frying is done with animal oil\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_oil", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "reusable_packaging:accept", - "value": "yes", - "description": "reusable_packaging:accept=yes is displayed as \"You can bring your own containers to get your order, saving on single-use packaging material and thus waste\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_take_your_container", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "reusable_packaging:accept", - "value": "no", - "description": "reusable_packaging:accept=no is displayed as \"Bringing your own container is not allowed\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_take_your_container", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "reusable_packaging:accept", - "value": "only", - "description": "reusable_packaging:accept=only is displayed as \"You must bring your own container to order here.\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_take_your_container", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "diet:sugar_free", - "value": "only", - "description": "diet:sugar_free=only is displayed as \"This shop only sells sugar free products\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#sugar_free", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "diet:sugar_free", - "value": "yes", - "description": "diet:sugar_free=yes is displayed as \"This shop has a big sugar free offering\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#sugar_free", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "diet:sugar_free", - "value": "limited", - "description": "diet:sugar_free=limited is displayed as \"This shop has a limited sugar free offering\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#sugar_free", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "diet:sugar_free", - "value": "no", - "description": "diet:sugar_free=no is displayed as \"This shop has no sugar free offering\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#sugar_free", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "diet:gluten_free", - "value": "only", - "description": "diet:gluten_free=only is displayed as \"This shop only sells gluten free products\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#gluten_free", - "icon_url": "./assets/layers/questions/glutenfree.svg" - }, - { - "key": "diet:gluten_free", - "value": "yes", - "description": "diet:gluten_free=yes is displayed as \"This shop has a big gluten free offering\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#gluten_free", - "icon_url": "./assets/layers/questions/glutenfree.svg" - }, - { - "key": "diet:gluten_free", - "value": "limited", - "description": "diet:gluten_free=limited is displayed as \"This shop has a limited gluten free offering\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#gluten_free", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "diet:gluten_free", - "value": "no", - "description": "diet:gluten_free=no is displayed as \"This shop has no gluten free offering\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#gluten_free", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "diet:lactose_free", - "value": "only", - "description": "diet:lactose_free=only is displayed as \"Only sells lactose free products\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#lactose_free", - "icon_url": "./assets/layers/questions/lactose_free.svg" - }, - { - "key": "diet:lactose_free", - "value": "yes", - "description": "diet:lactose_free=yes is displayed as \"Big lactose free offering\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#lactose_free", - "icon_url": "./assets/layers/questions/lactose_free.svg" - }, - { - "key": "diet:lactose_free", - "value": "limited", - "description": "diet:lactose_free=limited is displayed as \"Limited lactose free offering\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#lactose_free", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "diet:lactose_free", - "value": "no", - "description": "diet:lactose_free=no is displayed as \"No lactose free offering\" by layers Restaurants and fast food, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#lactose_free", - "icon_url": "./assets/themes/onwheels/restaurant.svg" - }, - { - "key": "barrier", - "value": "kerb", - "description": "Features with this tag are displayed by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md", - "icon_url": "./assets/themes/onwheels/cone.svg" - }, - { - "key": "kerb", - "value": "raised", - "description": "kerb=raised is displayed as \"This kerb is raised (>3 cm)\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#kerb_type", - "icon_url": "./assets/layers/kerbs/raised.svg" - }, - { - "key": "kerb", - "value": "lowered", - "description": "kerb=lowered is displayed as \"This kerb is lowered (~3 cm)\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#kerb_type", - "icon_url": "./assets/layers/kerbs/lowered.svg" - }, - { - "key": "kerb", - "value": "flush", - "description": "kerb=flush is displayed as \"This kerb is flush (~0cm)\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#kerb_type", - "icon_url": "./assets/layers/kerbs/flush.svg" - }, - { - "key": "kerb", - "value": "no", - "description": "kerb=no is displayed as \"There is no kerb here\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#kerb_type", - "icon_url": "./assets/layers/kerbs/no.svg" - }, - { - "key": "kerb", - "value": "yes", - "description": "kerb=yes is displayed as \"There is a kerb of unknown height\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#kerb_type", - "icon_url": "./assets/themes/onwheels/cone.svg" - }, - { - "key": "tactile_paving", - "value": "yes", - "description": "tactile_paving=yes is displayed as \"This kerb has tactile paving.\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#tactile_paving", - "icon_url": "./assets/themes/onwheels/cone.svg" - }, - { - "key": "tactile_paving", - "value": "no", - "description": "tactile_paving=no is displayed as \"This kerb does not have tactile paving.\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#tactile_paving", - "icon_url": "./assets/themes/onwheels/cone.svg" - }, - { - "key": "tactile_paving", - "value": "contrasted", - "description": "tactile_paving=contrasted is displayed as \"This kerb has tactile paving, which has a contrasting colour to the surrounding pavement.\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#tactile_paving", - "icon_url": "./assets/themes/onwheels/cone.svg" - }, - { - "key": "tactile_paving", - "value": "incorrect", - "description": "tactile_paving=incorrect is displayed as \"This kerb has tactile paving, but it is incorrect.\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#tactile_paving", - "icon_url": "./assets/themes/onwheels/cone.svg" - }, - { - "key": "tactile_paving:colour", - "description": "Values of `tactile_paving:colour` are shown with \"The tactile paving is coloured {tactile_paving:colour}.\" and can be updated. The question is \"What is the colour of the tactile paving?\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#tactile_paving_colour", - "icon_url": "./assets/themes/onwheels/cone.svg" - }, - { - "key": "tactile_paving:colour", - "value": "yellow", - "description": "tactile_paving:colour=yellow is displayed as \"The tactile paving is yellow.\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#tactile_paving_colour", - "icon_url": "./assets/themes/onwheels/cone.svg" - }, - { - "key": "tactile_paving:colour", - "value": "red", - "description": "tactile_paving:colour=red is displayed as \"The tactile paving is red.\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#tactile_paving_colour", - "icon_url": "./assets/themes/onwheels/cone.svg" - }, - { - "key": "tactile_paving:colour", - "value": "white", - "description": "tactile_paving:colour=white is displayed as \"The tactile paving is white.\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#tactile_paving_colour", - "icon_url": "./assets/themes/onwheels/cone.svg" - }, - { - "key": "tactile_paving:colour", - "value": "grey", - "description": "tactile_paving:colour=grey is displayed as \"The tactile paving is grey.\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#tactile_paving_colour", - "icon_url": "./assets/themes/onwheels/cone.svg" - }, - { - "key": "kerb:height", - "description": "Values of `kerb:height` are shown with \"Kerb height: {kerb:height}\" and can be updated. The question is \"What is the height of this kerb?\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#kerb_height", - "icon_url": "./assets/themes/onwheels/cone.svg" - }, - { - "key": "kerb:height", - "value": "0", - "description": "kerb:height=0 is displayed as \"This kerb is flush and is lower than 1cm.\" by layer Kerbs", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/kerbs.md#kerb_height", - "icon_url": "./assets/themes/onwheels/cone.svg" - }, - { - "key": "amenity", - "value": "parking", - "description": "Features with this tag are displayed by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md", - "icon_url": "./assets/themes/onwheels/parking.svg" - }, - { - "key": "parking", - "value": "surface", - "description": "parking=surface is displayed as \"This is a surface parking lot\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#parking_type", - "icon_url": "./assets/themes/onwheels/parking.svg" - }, - { - "key": "parking", - "value": "street_side", - "description": "parking=street_side is displayed as \"This is a parking bay next to a street\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#parking_type", - "icon_url": "./assets/themes/onwheels/parking.svg" - }, - { - "key": "parking", - "value": "underground", - "description": "parking=underground is displayed as \"This is an underground parking garage\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#parking_type", - "icon_url": "./assets/themes/onwheels/parking.svg" - }, - { - "key": "parking", - "value": "multi-storey", - "description": "parking=multi-storey is displayed as \"This is a multi-storey parking garage\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#parking_type", - "icon_url": "./assets/themes/onwheels/parking.svg" - }, - { - "key": "parking", - "value": "rooftop", - "description": "parking=rooftop is displayed as \"This is a rooftop parking deck\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#parking_type", - "icon_url": "./assets/themes/onwheels/parking.svg" - }, - { - "key": "parking", - "value": "lane", - "description": "parking=lane is displayed as \"This is a lane for parking on the road\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#parking_type", - "icon_url": "./assets/themes/onwheels/parking.svg" - }, - { - "key": "parking", - "value": "carports", - "description": "parking=carports is displayed as \"This is parking covered by carports\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#parking_type", - "icon_url": "./assets/themes/onwheels/parking.svg" - }, - { - "key": "parking", - "value": "garage_boxes", - "description": "parking=garage_boxes is displayed as \"This a parking consisting of garage boxes\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#parking_type", - "icon_url": "./assets/themes/onwheels/parking.svg" - }, - { - "key": "parking", - "value": "layby", - "description": "parking=layby is displayed as \"This is a parking on a layby\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#parking_type", - "icon_url": "./assets/themes/onwheels/parking.svg" - }, - { - "key": "parking", - "value": "sheds", - "description": "parking=sheds is displayed as \"This is a parking consisting of sheds\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#parking_type", - "icon_url": "./assets/themes/onwheels/parking.svg" - }, - { - "key": "capacity:disabled", - "description": "Values of `capacity:disabled` are shown with \"There are {capacity:disabled} disabled parking spots\" and can be updated. The question is \"How many disabled parking spots are there at this parking?\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#capacity_disabled", - "icon_url": "./assets/themes/onwheels/parking.svg" - }, - { - "key": "capacity:disabled", - "value": "yes", - "description": "capacity:disabled=yes is displayed as \"There are disabled parking spots, but it is not known how many\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#capacity_disabled", - "icon_url": "./assets/themes/onwheels/parking.svg" - }, - { - "key": "capacity:disabled", - "value": "no", - "description": "capacity:disabled=no is displayed as \"There are no disabled parking spots\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#capacity_disabled", - "icon_url": "./assets/themes/onwheels/parking.svg" - }, - { - "key": "capacity:disabled", - "value": "0", - "description": "capacity:disabled=0 is displayed as \"There are no disabled parking spots\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#capacity_disabled", - "icon_url": "./assets/themes/onwheels/parking.svg" - }, - { - "key": "capacity", - "description": "Values of `capacity` are shown with \"There are {capacity} parking spots\" and can be updated. The question is \"How many parking spots are there at this parking?\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#capacity", - "icon_url": "./assets/themes/onwheels/parking.svg" - }, - { - "key": "maxstay", - "description": "Values of `maxstay` are shown with \"One can stay at most {canonical(maxstay)}\" and can be updated. The question is \"What is the maximum amount of time one is allowed to stay here?\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#maxstay", - "icon_url": "./assets/themes/onwheels/parking.svg" - }, - { - "key": "maxstay", - "value": "unlimited", - "description": "maxstay=unlimited is displayed as \"There is no limit to the amount of time one can stay here\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#maxstay", - "icon_url": "./assets/themes/onwheels/parking.svg" - }, - { - "key": "parking_space", - "value": "disabled", - "description": "Features with this tag are displayed by layer Disabled parking spaces", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_spaces_disabled.md", - "icon_url": "./assets/layers/parking_spaces/parking_space.svg" - }, - { - "key": "shop", - "description": "Features with this tag are displayed by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "craft", - "value": "shoe_repair", - "description": "Features with this tag are displayed by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "craft", - "value": "key_cutter", - "description": "Features with this tag are displayed by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This shop is called {name}\" and can be updated. The question is \"What is the name of this shop?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shops_name", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "shop", - "description": "Values of `shop` are shown with \"This is a {shop}\" and can be updated. The question is \"What kind of shop is this?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "shop", - "value": "bicycle_rental", - "description": "shop=bicycle_rental is displayed as \"Bicycle rental shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/bicycle_rental.svg" - }, - { - "key": "shop", - "value": "agrarian", - "description": "shop=agrarian is displayed as \"Farm Supply Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-tractor.svg" - }, - { - "key": "shop", - "value": "alcohol", - "description": "shop=alcohol is displayed as \"Liquor Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-wine-bottle.svg" - }, - { - "key": "shop", - "value": "anime", - "description": "shop=anime is displayed as \"Anime / Manga Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-dragon.svg" - }, - { - "key": "shop", - "value": "antiques", - "description": "shop=antiques is displayed as \"Antique Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-furniture.svg" - }, - { - "key": "shop", - "value": "appliance", - "description": "shop=appliance is displayed as \"Appliance Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-laundry.svg" - }, - { - "key": "shop", - "value": "art", - "description": "shop=art is displayed as \"Art Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "baby_goods", - "description": "shop=baby_goods is displayed as \"Baby Goods Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-baby-carriage.svg" - }, - { - "key": "shop", - "value": "bag", - "description": "shop=bag is displayed as \"Bag/Luggage Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-suitcase-rolling.svg" - }, - { - "key": "shop", - "value": "bakery", - "description": "shop=bakery is displayed as \"Bakery\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-bakery.svg" - }, - { - "key": "shop", - "value": "bathroom_furnishing", - "description": "shop=bathroom_furnishing is displayed as \"Bathroom Furnishing Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-bath.svg" - }, - { - "key": "shop", - "value": "beauty", - "description": "shop=beauty is displayed as \"Beauty Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-lipstick.svg" - }, - { - "key": "shop", - "value": "bed", - "description": "shop=bed is displayed as \"Bedding/Mattress Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-lodging.svg" - }, - { - "key": "shop", - "value": "beverages", - "description": "shop=beverages is displayed as \"Beverage Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-bottles.svg" - }, - { - "key": "shop", - "value": "bicycle", - "description": "shop=bicycle is displayed as \"Bicycle Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-bicycle.svg" - }, - { - "key": "shop", - "value": "boat", - "description": "shop=boat is displayed as \"Boat Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-boat.svg" - }, - { - "key": "shop", - "value": "bookmaker", - "description": "shop=bookmaker is displayed as \"Bookmaker\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-money_hand.svg" - }, - { - "key": "shop", - "value": "books", - "description": "shop=books is displayed as \"Bookstore\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-book.svg" - }, - { - "key": "shop", - "value": "brewing_supplies", - "description": "shop=brewing_supplies is displayed as \"Brewing Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-storage_fermenter.svg" - }, - { - "key": "shop", - "value": "butcher", - "description": "shop=butcher is displayed as \"Butcher\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-cleaver.svg" - }, - { - "key": "shop", - "value": "camera", - "description": "shop=camera is displayed as \"Camera Equipment Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-camera-retro.svg" - }, - { - "key": "shop", - "value": "candles", - "description": "shop=candles is displayed as \"Candle Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "shop", - "value": "cannabis", - "description": "shop=cannabis is displayed as \"Cannabis Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cannabis.svg" - }, - { - "key": "shop", - "value": "car", - "description": "shop=car is displayed as \"Car Dealership\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "shop", - "value": "car_parts", - "description": "shop=car_parts is displayed as \"Car Parts Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-car-battery.svg" - }, - { - "key": "shop", - "value": "car_repair", - "description": "shop=car_repair is displayed as \"Car Repair Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-car-repair.svg" - }, - { - "key": "shop", - "value": "caravan", - "description": "shop=caravan is displayed as \"RV Dealership\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-camper_trailer.svg" - }, - { - "key": "shop", - "value": "carpet", - "description": "shop=carpet is displayed as \"Carpet Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-tape.svg" - }, - { - "key": "shop", - "value": "catalogue", - "description": "shop=catalogue is displayed as \"Catalog Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "charity", - "description": "shop=charity is displayed as \"Charity Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "cheese", - "description": "shop=cheese is displayed as \"Cheese Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cheese.svg" - }, - { - "key": "shop", - "value": "chemist", - "description": "shop=chemist is displayed as \"Drugstore\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "shop", - "value": "chocolate", - "description": "shop=chocolate is displayed as \"Chocolate Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-confectionery.svg" - }, - { - "key": "shop", - "value": "clothes", - "description": "shop=clothes is displayed as \"Clothing Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-clothing-store.svg" - }, - { - "key": "shop", - "value": "coffee", - "description": "shop=coffee is displayed as \"Coffee Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-coffee.svg" - }, - { - "key": "shop", - "value": "collector", - "description": "shop=collector is displayed as \"Collectibles Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "shop", - "value": "computer", - "description": "shop=computer is displayed as \"Computer Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-laptop.svg" - }, - { - "key": "shop", - "value": "confectionery", - "description": "shop=confectionery is displayed as \"Candy Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-confectionery.svg" - }, - { - "key": "shop", - "value": "convenience", - "description": "shop=convenience is displayed as \"Convenience Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "shop", - "value": "copyshop", - "description": "shop=copyshop is displayed as \"Copy Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-print.svg" - }, - { - "key": "shop", - "value": "cosmetics", - "description": "shop=cosmetics is displayed as \"Cosmetics Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-lipstick.svg" - }, - { - "key": "shop", - "value": "country_store", - "description": "shop=country_store is displayed as \"Rural Supplies Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-hat-cowboy-side.svg" - }, - { - "key": "shop", - "value": "craft", - "description": "shop=craft is displayed as \"Arts & Crafts Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "shop", - "value": "curtain", - "description": "shop=curtain is displayed as \"Curtain Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-curtains.svg" - }, - { - "key": "shop", - "value": "dairy", - "description": "shop=dairy is displayed as \"Dairy Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cheese.svg" - }, - { - "key": "shop", - "value": "deli", - "description": "shop=deli is displayed as \"Delicatessen\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-jar.svg" - }, - { - "key": "shop", - "value": "department_store", - "description": "shop=department_store is displayed as \"Department Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "doityourself", - "description": "shop=doityourself is displayed as \"DIY Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "doors", - "description": "shop=doors is displayed as \"Door Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-door-open.svg" - }, - { - "key": "shop", - "value": "dry_cleaning", - "description": "shop=dry_cleaning is displayed as \"Dry Cleaner\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-clothes_hanger.svg" - }, - { - "key": "shop", - "value": "e-cigarette", - "description": "shop=e-cigarette is displayed as \"E-Cigarette Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "electrical", - "description": "shop=electrical is displayed as \"Electrical Equipment Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-power.svg" - }, - { - "key": "shop", - "value": "electronics", - "description": "shop=electronics is displayed as \"Electronics Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-plug.svg" - }, - { - "key": "shop", - "value": "erotic", - "description": "shop=erotic is displayed as \"Erotic Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "fabric", - "description": "shop=fabric is displayed as \"Fabric Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-tape.svg" - }, - { - "key": "shop", - "value": "farm", - "description": "shop=farm is displayed as \"Produce Stand\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "shop", - "value": "fashion_accessories", - "description": "shop=fashion_accessories is displayed as \"Fashion Accessories Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-fashion_accessories.svg" - }, - { - "key": "shop", - "value": "fireplace", - "description": "shop=fireplace is displayed as \"Fireplace Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-fireplace.svg" - }, - { - "key": "shop", - "value": "fishing", - "description": "shop=fishing is displayed as \"Fishing Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-ice_fishing.svg" - }, - { - "key": "shop", - "value": "flooring", - "description": "shop=flooring is displayed as \"Flooring Supply Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "florist", - "description": "shop=florist is displayed as \"Florist\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-florist.svg" - }, - { - "key": "shop", - "value": "frame", - "description": "shop=frame is displayed as \"Framing Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-vector-square.svg" - }, - { - "key": "shop", - "value": "frozen_food", - "description": "shop=frozen_food is displayed as \"Frozen Food Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "shop", - "value": "fuel", - "description": "shop=fuel is displayed as \"Fuel Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-propane_tank.svg" - }, - { - "key": "shop", - "value": "funeral_directors", - "description": "shop=funeral_directors is displayed as \"Funeral Home\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-cemetery.svg" - }, - { - "key": "shop", - "value": "furniture", - "description": "shop=furniture is displayed as \"Furniture Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-couch.svg" - }, - { - "key": "shop", - "value": "games", - "description": "shop=games is displayed as \"Tabletop Game Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-dice.svg" - }, - { - "key": "shop", - "value": "garden_centre", - "description": "shop=garden_centre is displayed as \"Garden Center\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-garden-centre.svg" - }, - { - "key": "shop", - "value": "gas", - "description": "shop=gas is displayed as \"Bottled Gas Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-propane_tank.svg" - }, - { - "key": "shop", - "value": "general", - "description": "shop=general is displayed as \"General Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "gift", - "description": "shop=gift is displayed as \"Gift Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-gift.svg" - }, - { - "key": "shop", - "value": "greengrocer", - "description": "shop=greengrocer is displayed as \"Greengrocer\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-carrot.svg" - }, - { - "key": "shop", - "value": "hairdresser", - "description": "shop=hairdresser is displayed as \"Hairdresser\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-beauty_salon.svg" - }, - { - "key": "shop", - "value": "hairdresser_supply", - "description": "shop=hairdresser_supply is displayed as \"Hairdresser Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-hair_care.svg" - }, - { - "key": "shop", - "value": "hardware", - "description": "shop=hardware is displayed as \"Hardware Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "health_food", - "description": "shop=health_food is displayed as \"Health Food Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "hearing_aids", - "description": "shop=hearing_aids is displayed as \"Hearing Aids Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-hearing_aid.svg" - }, - { - "key": "shop", - "value": "herbalist", - "description": "shop=herbalist is displayed as \"Herbalist\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-leaf.svg" - }, - { - "key": "shop", - "value": "hifi", - "description": "shop=hifi is displayed as \"Hifi Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-speaker.svg" - }, - { - "key": "shop", - "value": "honey", - "description": "shop=honey is displayed as \"Honey Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "household_linen", - "description": "shop=household_linen is displayed as \"Household Linen Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-cloth.svg" - }, - { - "key": "shop", - "value": "houseware", - "description": "shop=houseware is displayed as \"Houseware Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-blender.svg" - }, - { - "key": "shop", - "value": "hunting", - "description": "shop=hunting is displayed as \"Hunting Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-bow_and_arrow.svg" - }, - { - "key": "shop", - "value": "interior_decoration", - "description": "shop=interior_decoration is displayed as \"Interior Decoration Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "jewelry", - "description": "shop=jewelry is displayed as \"Jewelry Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-jewelry-store.svg" - }, - { - "key": "shop", - "value": "kiosk", - "description": "shop=kiosk is displayed as \"Kiosk\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-store.svg" - }, - { - "key": "shop", - "value": "kitchen", - "description": "shop=kitchen is displayed as \"Kitchen Design Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-kitchen_sink.svg" - }, - { - "key": "shop", - "value": "laundry", - "description": "shop=laundry is displayed as \"Laundry\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-laundry.svg" - }, - { - "key": "shop", - "value": "leather", - "description": "shop=leather is displayed as \"Leather Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-handbag.svg" - }, - { - "key": "shop", - "value": "lighting", - "description": "shop=lighting is displayed as \"Lighting Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-desk_lamp.svg" - }, - { - "key": "shop", - "value": "locksmith", - "description": "shop=locksmith is displayed as \"Locksmith\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-key.svg" - }, - { - "key": "shop", - "value": "lottery", - "description": "shop=lottery is displayed as \"Lottery Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "shop", - "value": "mall", - "description": "shop=mall is displayed as \"Mall\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "shop", - "value": "massage", - "description": "shop=massage is displayed as \"Massage Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-spa.svg" - }, - { - "key": "shop", - "value": "medical_supply", - "description": "shop=medical_supply is displayed as \"Medical Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-crutch.svg" - }, - { - "key": "shop", - "value": "military_surplus", - "description": "shop=military_surplus is displayed as \"Military Surplus Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-military.svg" - }, - { - "key": "shop", - "value": "mobile_phone", - "description": "shop=mobile_phone is displayed as \"Mobile Phone Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "shop", - "value": "model", - "description": "shop=model is displayed as \"Model Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "money_lender", - "description": "shop=money_lender is displayed as \"Money Lender\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-money_hand.svg" - }, - { - "key": "shop", - "value": "motorcycle", - "description": "shop=motorcycle is displayed as \"Motorcycle Dealership\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-motorcycle.svg" - }, - { - "key": "shop", - "value": "motorcycle_repair", - "description": "shop=motorcycle_repair is displayed as \"Motorcycle Repair Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-motorcycle_repair.svg" - }, - { - "key": "shop", - "value": "music", - "description": "shop=music is displayed as \"Music Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-compact-disc.svg" - }, - { - "key": "shop", - "value": "musical_instrument", - "description": "shop=musical_instrument is displayed as \"Musical Instrument Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-guitar.svg" - }, - { - "key": "shop", - "value": "newsagent", - "description": "shop=newsagent is displayed as \"Newsstand\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-newspaper.svg" - }, - { - "key": "shop", - "value": "nutrition_supplements", - "description": "shop=nutrition_supplements is displayed as \"Nutrition Supplements Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-pills.svg" - }, - { - "key": "shop", - "value": "nuts", - "description": "shop=nuts is displayed as \"Nuts Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "optician", - "description": "shop=optician is displayed as \"Optician\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-optician.svg" - }, - { - "key": "shop", - "value": "outdoor", - "description": "shop=outdoor is displayed as \"Outdoors Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-compass.svg" - }, - { - "key": "shop", - "value": "outpost", - "description": "shop=outpost is displayed as \"Online Retailer Outpost\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "paint", - "description": "shop=paint is displayed as \"Paint Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-paint-roller.svg" - }, - { - "key": "shop", - "value": "party", - "description": "shop=party is displayed as \"Party Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-balloon.svg" - }, - { - "key": "shop", - "value": "pasta", - "description": "shop=pasta is displayed as \"Pasta Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-plate-wheat.svg" - }, - { - "key": "shop", - "value": "pastry", - "description": "shop=pastry is displayed as \"Pastry Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-bakery.svg" - }, - { - "key": "shop", - "value": "pawnbroker", - "description": "shop=pawnbroker is displayed as \"Pawnshop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-money_hand.svg" - }, - { - "key": "shop", - "value": "perfumery", - "description": "shop=perfumery is displayed as \"Perfume Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-perfume.svg" - }, - { - "key": "shop", - "value": "pet", - "description": "shop=pet is displayed as \"Pet Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cat.svg" - }, - { - "key": "shop", - "value": "pet_grooming", - "description": "shop=pet_grooming is displayed as \"Pet Groomer\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-pet_grooming.svg" - }, - { - "key": "shop", - "value": "photo", - "description": "shop=photo is displayed as \"Photography Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-camera-retro.svg" - }, - { - "key": "shop", - "value": "pottery", - "description": "shop=pottery is displayed as \"Pottery Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-vase.svg" - }, - { - "key": "shop", - "value": "printer_ink", - "description": "shop=printer_ink is displayed as \"Printer Ink Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-print.svg" - }, - { - "key": "shop", - "value": "psychic", - "description": "shop=psychic is displayed as \"Psychic\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-psychic.svg" - }, - { - "key": "shop", - "value": "pyrotechnics", - "description": "shop=pyrotechnics is displayed as \"Fireworks Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-rocket_firework.svg" - }, - { - "key": "shop", - "value": "radiotechnics", - "description": "shop=radiotechnics is displayed as \"Radio/Electronic Component Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-microchip.svg" - }, - { - "key": "shop", - "value": "religion", - "description": "shop=religion is displayed as \"Religious Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "rental", - "description": "shop=rental is displayed as \"Rental Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-dolly.svg" - }, - { - "key": "shop", - "value": "repair", - "description": "shop=repair is displayed as \"Repair Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "shop", - "value": "rice", - "description": "shop=rice is displayed as \"Rice Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-bowl-rice.svg" - }, - { - "key": "shop", - "value": "scuba_diving", - "description": "shop=scuba_diving is displayed as \"Scuba Diving Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-scuba_diving.svg" - }, - { - "key": "shop", - "value": "seafood", - "description": "shop=seafood is displayed as \"Seafood Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-fish_cleaning.svg" - }, - { - "key": "shop", - "value": "second_hand", - "description": "shop=second_hand is displayed as \"Thrift Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "sewing", - "description": "shop=sewing is displayed as \"Sewing Supply Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-needle_and_spool.svg" - }, - { - "key": "shop", - "value": "shoe_repair", - "description": "shop=shoe_repair is displayed as \"Shoe Repair Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-hammer_shoe.svg" - }, - { - "key": "shop", - "value": "shoes", - "description": "shop=shoes is displayed as \"Shoe Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shoe.svg" - }, - { - "key": "shop", - "value": "spices", - "description": "shop=spices is displayed as \"Spice Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-spice_bottle.svg" - }, - { - "key": "shop", - "value": "sports", - "description": "shop=sports is displayed as \"Sporting Goods Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-futbol.svg" - }, - { - "key": "shop", - "value": "stationery", - "description": "shop=stationery is displayed as \"Stationery Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-paperclip.svg" - }, - { - "key": "shop", - "value": "storage_rental", - "description": "shop=storage_rental is displayed as \"Storage Rental\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-storage_rental.svg" - }, - { - "key": "shop", - "value": "supermarket", - "description": "shop=supermarket is displayed as \"Supermarket\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-grocery.svg" - }, - { - "key": "shop", - "value": "swimming_pool", - "description": "shop=swimming_pool is displayed as \"Pool Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "shop", - "value": "tailor", - "description": "shop=tailor is displayed as \"Tailor\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-needle_and_spool.svg" - }, - { - "key": "shop", - "value": "tattoo", - "description": "shop=tattoo is displayed as \"Tattoo Parlor\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tattoo_machine.svg" - }, - { - "key": "shop", - "value": "tea", - "description": "shop=tea is displayed as \"Tea Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-teahouse.svg" - }, - { - "key": "shop", - "value": "telecommunication", - "description": "shop=telecommunication is displayed as \"Telecom Retail Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-telephone.svg" - }, - { - "key": "shop", - "value": "ticket", - "description": "shop=ticket is displayed as \"Ticket Seller\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "shop", - "value": "tiles", - "description": "shop=tiles is displayed as \"Tile Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tiling.svg" - }, - { - "key": "shop", - "value": "tobacco", - "description": "shop=tobacco is displayed as \"Tobacco Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-pipe.svg" - }, - { - "key": "shop", - "value": "tool_hire", - "description": "shop=tool_hire is displayed as \"Tool Rental\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "toys", - "description": "shop=toys is displayed as \"Toy Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-rocket.svg" - }, - { - "key": "shop", - "value": "trade", - "description": "shop=trade is displayed as \"Trade Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "travel_agency", - "description": "shop=travel_agency is displayed as \"Travel Agency\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-suitcase.svg" - }, - { - "key": "shop", - "value": "trophy", - "description": "shop=trophy is displayed as \"Trophy Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-trophy.svg" - }, - { - "key": "shop", - "value": "tyres", - "description": "shop=tyres is displayed as \"Tire Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tire.svg" - }, - { - "key": "shop", - "value": "vacuum_cleaner", - "description": "shop=vacuum_cleaner is displayed as \"Vacuum Cleaner Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-vacuum.svg" - }, - { - "key": "shop", - "value": "variety_store", - "description": "shop=variety_store is displayed as \"Discount Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "video", - "description": "shop=video is displayed as \"Video Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-movie_rental.svg" - }, - { - "key": "shop", - "value": "video_games", - "description": "shop=video_games is displayed as \"Video Game Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-gaming.svg" - }, - { - "key": "shop", - "value": "watches", - "description": "shop=watches is displayed as \"Watches Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-watch.svg" - }, - { - "key": "shop", - "value": "water", - "description": "shop=water is displayed as \"Drinking Water Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-water_bottle.svg" - }, - { - "key": "shop", - "value": "water_sports", - "description": "shop=water_sports is displayed as \"Watersport/Swim Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "shop", - "value": "weapons", - "description": "shop=weapons is displayed as \"Weapon Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-dagger.svg" - }, - { - "key": "shop", - "value": "wholesale", - "description": "shop=wholesale is displayed as \"Wholesale Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-warehouse.svg" - }, - { - "key": "shop", - "value": "wigs", - "description": "shop=wigs is displayed as \"Wig Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "window_blind", - "description": "shop=window_blind is displayed as \"Window Blind Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-window.svg" - }, - { - "key": "shop", - "value": "wine", - "description": "shop=wine is displayed as \"Wine Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-alcohol-shop.svg" - }, - { - "key": "disused:shop", - "description": "disused:shop= is displayed as \"This shop is no longer used. It is vacant\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/shops/shop-disused.svg" - }, - { - "key": "brand", - "description": "Values of `brand` are shown with \"Part of {brand}\" and can be updated. The question is \"What is the brand of this shop?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#brand", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "not:brand", - "value": "yes", - "description": "not:brand=yes is displayed as \"This shop does not have a specific brand, it is not part of a bigger chain\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#brand", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "second_hand", - "value": "only", - "description": "second_hand=only is displayed as \"This shop sells second-hand items only\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#second_hand", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "second_hand", - "value": "yes", - "description": "second_hand=yes is displayed as \"This shop sells second-hand items along with new items\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#second_hand", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "second_hand", - "value": "no", - "description": "second_hand=no is displayed as \"This shop only sells brand-new items\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#second_hand", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "service:print:A4", - "value": "yes", - "description": "service:print:A4=yes is displayed as \"This shop can print on papers of size A4\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#copyshop_print_sizes", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "service:print:A3", - "value": "yes", - "description": "service:print:A3=yes is displayed as \"This shop can print on papers of size A3\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#copyshop_print_sizes", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "service:print:A2", - "value": "yes", - "description": "service:print:A2=yes is displayed as \"This shop can print on papers of size A2\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#copyshop_print_sizes", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "service:print:A1", - "value": "yes", - "description": "service:print:A1=yes is displayed as \"This shop can print on papers of size A1\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#copyshop_print_sizes", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "service:print:A0", - "value": "yes", - "description": "service:print:A0=yes is displayed as \"This shop can print on papers of size A0\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#copyshop_print_sizes", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "service:binding", - "value": "yes", - "description": "service:binding=yes is displayed as \"This shop binds papers into a booklet\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#copyshop_binding", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "service:binding", - "value": "no", - "description": "service:binding=no is displayed as \"This shop does bind books\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#copyshop_binding", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "healthcare", - "value": "optometrist", - "description": "healthcare=optometrist is displayed as \"This shop offers eye exams by certified optometrists\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#optometrist_service", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "healthcare", - "value": "audiologist", - "description": "healthcare=audiologist is displayed as \"This shop offers hearing tests by a certified audiologist\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#optometrist_service", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "craft", - "value": "key_cutter", - "description": "craft=key_cutter is displayed as \"This shop is also specialized in key cutting\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#key_cutter", - "icon_url": "./assets/layers/id_presets/fas-key.svg" - }, - { - "key": "service:key_cutting", - "value": "yes", - "description": "service:key_cutting=yes is displayed as \"This shop offers key cutting as a service\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#key_cutter", - "icon_url": "./assets/layers/id_presets/fas-key.svg" - }, - { - "key": "craft", - "description": "craft= & service:key_cutting=no is displayed as \"This shops does not offer key cutting as a service\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#key_cutter", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "service:key_cutting", - "value": "no", - "description": "craft= & service:key_cutting=no is displayed as \"This shops does not offer key cutting as a service\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#key_cutter", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "service:bicycle:retail", - "value": "yes", - "description": "service:bicycle:retail=yes is displayed as \"This shop sells new bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#sells_new_bikes", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "service:bicycle:retail", - "value": "no", - "description": "service:bicycle:retail=no is displayed as \"This shop doesn't sell new bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#sells_new_bikes", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "service:bicycle:second_hand", - "value": "yes", - "description": "service:bicycle:second_hand=yes is displayed as \"This shop sells second-hand bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_second_hand", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "service:bicycle:second_hand", - "value": "no", - "description": "service:bicycle:second_hand=no is displayed as \"This shop doesn't sell second-hand bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_second_hand", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "service:bicycle:second_hand", - "value": "only", - "description": "service:bicycle:second_hand=only is displayed as \"This shop only sells second-hand bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_second_hand", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "yes", - "description": "service:bicycle:repair=yes is displayed as \"This shop repairs bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#repairs_bikes", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "no", - "description": "service:bicycle:repair=no is displayed as \"This shop doesn't repair bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#repairs_bikes", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "only_sold", - "description": "service:bicycle:repair=only_sold is displayed as \"This shop only repairs bikes bought here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#repairs_bikes", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "brand", - "description": "service:bicycle:repair=brand is displayed as \"This shop only repairs bikes of a certain brand\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#repairs_bikes", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "service:bicycle:rental", - "value": "yes", - "description": "service:bicycle:rental=yes is displayed as \"This shop rents out bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_rental", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "service:bicycle:rental", - "value": "no", - "description": "service:bicycle:rental=no is displayed as \"This shop doesn't rent out bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_rental", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "rental", - "description": "Values of `rental` are shown with \"{rental} is rented here\" and can be updated. The question is \"What kind of bicycles and accessories are rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_types", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "rental", - "value": "city_bike", - "description": "rental=city_bike is displayed as \"Normal city bikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_types", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "rental", - "value": "ebike", - "description": "rental=ebike is displayed as \"Electrical bikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_types", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "rental", - "value": "bmx", - "description": "rental=bmx is displayed as \"BMX bikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_types", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "rental", - "value": "mtb", - "description": "rental=mtb is displayed as \"Mountainbikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_types", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "rental", - "value": "kid_bike", - "description": "rental=kid_bike is displayed as \"Bikes for children can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_types", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "rental", - "value": "tandem", - "description": "rental=tandem is displayed as \"Tandem bicycles can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_types", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "rental", - "value": "racebike", - "description": "rental=racebike is displayed as \"Race bicycles can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_types", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "rental", - "value": "bike_helmet", - "description": "rental=bike_helmet is displayed as \"Bike helmets can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_types", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "rental", - "value": "cargo_bike", - "description": "rental=cargo_bike is displayed as \"Cargo bikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_types", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "capacity:city_bike", - "description": "Values of `capacity:city_bike` are shown with \"{capacity:city_bike} city bikes can be rented here\" and can be updated. The question is \"How many city bikes can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#rental_capacity_city_bike", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "capacity:ebike", - "description": "Values of `capacity:ebike` are shown with \"{capacity:ebike} electrical bikes can be rented here\" and can be updated. The question is \"How many electrical bikes can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#rental_capacity_ebike", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "capacity:kid_bike", - "description": "Values of `capacity:kid_bike` are shown with \"{capacity:kid_bike} bikes for children can be rented here\" and can be updated. The question is \"How many bikes for children can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#rental_capacity_kid_bike", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "capacity:bmx", - "description": "Values of `capacity:bmx` are shown with \"{capacity:bmx} BMX bikes can be rented here\" and can be updated. The question is \"How many BMX bikes can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#rental_capacity_bmx", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "capacity:mtb", - "description": "Values of `capacity:mtb` are shown with \"{capacity:mtb} mountainbikes can be rented here\" and can be updated. The question is \"How many mountainbikes can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#rental_capacity_mtb", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "capacity:bicycle_pannier", - "description": "Values of `capacity:bicycle_pannier` are shown with \"{capacity:bicycle_pannier} bicycle panniers can be rented here\" and can be updated. The question is \"How many bicycle panniers can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#rental_capacity_bicycle_pannier", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "capacity:tandem_bicycle", - "description": "Values of `capacity:tandem_bicycle` are shown with \"{capacity:tandem_bicycle} tandem can be rented here\" and can be updated. The question is \"How many tandem can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#rental_capacity_tandem_bicycle", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "service:bicycle:pump", - "value": "yes", - "description": "service:bicycle:pump=yes is displayed as \"This shop offers a bike pump for anyone\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_pump_service", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "service:bicycle:pump", - "value": "no", - "description": "service:bicycle:pump=no is displayed as \"This shop doesn't offer a bike pump for anyone\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_pump_service", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "service:bicycle:pump", - "value": "separate", - "description": "service:bicycle:pump=separate is displayed as \"There is bicycle pump, it is shown as a separate point\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_pump_service", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "service:bicycle:diy", - "value": "yes", - "description": "service:bicycle:diy=yes is displayed as \"This shop offers tools for DIY bicycle repair\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_repair_tools", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "service:bicycle:diy", - "value": "no", - "description": "service:bicycle:diy=no is displayed as \"This shop doesn't offer tools for DIY bicycle repair\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_repair_tools", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "service:bicycle:diy", - "value": "only_sold", - "description": "service:bicycle:diy=only_sold is displayed as \"Tools for DIY bicycle repair are only available if you bought/hire the bike in the shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_repair_tools", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "service:bicycle:cleaning", - "value": "yes", - "description": "service:bicycle:cleaning=yes is displayed as \"This shop cleans bicycles\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_wash", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "service:bicycle:cleaning", - "value": "diy", - "description": "service:bicycle:cleaning=diy is displayed as \"This shop has an installation where one can clean bicycles themselves\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_wash", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "service:bicycle:cleaning", - "value": "no", - "description": "service:bicycle:cleaning=no is displayed as \"This shop doesn't offer bicycle cleaning\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_wash", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "service:bicycle:cleaning:charge", - "description": "Values of `service:bicycle:cleaning:charge` are shown with \"Using the cleaning service costs {service:bicycle:cleaning:charge}\" and can be updated. The question is \"How much does it cost to use the cleaning service?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "service:bicycle:cleaning:fee", - "value": "no", - "description": "service:bicycle:cleaning:fee=no is displayed as \"The cleaning service is free to use\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "service:bicycle:cleaning:fee", - "value": "yes", - "description": "service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= is displayed as \"Free to use\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "service:bicycle:cleaning:charge", - "description": "service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= is displayed as \"Free to use\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "organic", - "value": "yes", - "description": "organic=yes is displayed as \"This shop offers organic products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#organic", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "organic", - "value": "only", - "description": "organic=only is displayed as \"This shop only offers organic products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#organic", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "organic", - "value": "no", - "description": "organic=no is displayed as \"This shop does not offer organic products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#organic", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "description", - "description": "Values of `description` are shown with \"{description}\" and can be updated. The question is \"Is there still some relevant info that the previous questions did not cover? Feel free to add it here.\" by layers Shop, Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#description", - "icon_url": "./assets/themes/onwheels/shop.svg" - }, - { - "key": "amenity", - "value": "toilets", - "description": "Features with this tag are displayed by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "access", - "description": "Values of `access` are shown with \"Access is {access}\" and can be updated. The question is \"Are these toilets publicly accessible?\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_access", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "access", - "value": "yes", - "description": "access=yes is displayed as \"Public access\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_access", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "access", - "value": "customers", - "description": "access=customers is displayed as \"Only access to customers\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_access", - "icon_url": "key" - }, - { - "key": "access", - "value": "no", - "description": "access=no is displayed as \"Not accessible\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_access", - "icon_url": "lock" - }, - { - "key": "access", - "value": "key", - "description": "access=key is displayed as \"Accessible, but one has to ask a key to enter\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_access", - "icon_url": "key" - }, - { - "key": "access", - "value": "public", - "description": "access=public is displayed as \"Public access\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_access", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "fee", - "value": "yes", - "description": "fee=yes is displayed as \"These are paid toilets\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_fee", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "fee", - "value": "no", - "description": "fee=no is displayed as \"Free to use\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_fee", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "charge", - "description": "Values of `charge` are shown with \"The fee is {charge}\" and can be updated. The question is \"How much does one have to pay for these toilets?\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_charge", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "payment:coins", - "value": "yes", - "description": "payment:coins=yes is displayed as \"Coins are accepted here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/coins.svg" - }, - { - "key": "payment:notes", - "value": "yes", - "description": "payment:notes=yes is displayed as \"Bank notes are accepted here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/notes.svg" - }, - { - "key": "payment:debit_cards", - "value": "yes", - "description": "payment:debit_cards=yes is displayed as \"Debit cards are accepted here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:credit_cards", - "value": "yes", - "description": "payment:credit_cards=yes is displayed as \"Credit cards are accepted here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"When are these toilets opened?\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#opening_hours_24_7", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "opening_hours", - "value": "24/7", - "description": "opening_hours=24/7 is displayed as \"24/7 opened (including holidays)\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#opening_hours_24_7", - "icon_url": "./assets/layers/questions/open24_7.svg" - }, - { - "key": "wheelchair", - "value": "yes", - "description": "wheelchair=yes is displayed as \"There is a dedicated toilet for wheelchair users\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_wheelchair", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "wheelchair", - "value": "no", - "description": "wheelchair=no is displayed as \"No wheelchair access\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_wheelchair", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "wheelchair", - "value": "designated", - "description": "wheelchair=designated is displayed as \"There is only a dedicated toilet for wheelchair users\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_wheelchair", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "door:width", - "description": "Values of `door:width` are shown with \"The door to the wheelchair-accessible toilet is {canonical(door:width)} wide\" and can be updated. The question is \"What is the width of the door to the wheelchair accessible toilet?\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#wheelchair_door_width", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "toilets:position", - "value": "seated", - "description": "toilets:position=seated is displayed as \"There are only seated toilets\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_type", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "toilets:position", - "value": "urinal", - "description": "toilets:position=urinal is displayed as \"There are only urinals here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_type", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "toilets:position", - "value": "squat", - "description": "toilets:position=squat is displayed as \"There are only squat toilets here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_type", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "toilets:position", - "value": "seated;urinal", - "description": "toilets:position=seated;urinal is displayed as \"Both seated toilets and urinals are available here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_type", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "gender_segregated", - "value": "yes", - "description": "gender_segregated=yes is displayed as \"There is a separate, signposted area for men and women\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#gender_segregated", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "gender_segregated", - "value": "no", - "description": "gender_segregated=no is displayed as \"There is no separate, signposted area for men and women\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#gender_segregated", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "toilets:menstrual_products", - "value": "yes", - "description": "toilets:menstrual_products=yes is displayed as \"Free menstrual products are available to all visitors of these toilets\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "toilets:menstrual_products", - "value": "limited", - "description": "toilets:menstrual_products=limited is displayed as \"Free menstrual products are available to some visitors of these toilets\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "toilets:menstrual_products", - "value": "no", - "description": "toilets:menstrual_products=no is displayed as \"No free menstrual products are available here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "toilets:menstrual_products:location", - "description": "Values of `toilets:menstrual_products:location` are shown with \"The menstrual products are located in {toilets:menstrual_products:location}\" and can be updated. The question is \"Where are the free menstrual products located?\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products_location", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "toilets:menstrual_products:location", - "value": "female_toilet", - "description": "toilets:menstrual_products:location=female_toilet is displayed as \"The free, menstrual products are located in the toilet for women\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products_location", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "toilets:menstrual_products:location", - "value": "male_toilet", - "description": "toilets:menstrual_products:location=male_toilet is displayed as \"The free, menstrual products are located in the toilet for men\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products_location", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "toilets:menstrual_products:location", - "value": "wheelchair_toilet", - "description": "toilets:menstrual_products:location=wheelchair_toilet is displayed as \"The free, menstrual products are located in the toilet for wheelchair users\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products_location", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "changing_table", - "value": "yes", - "description": "changing_table=yes is displayed as \"A changing table is available\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_changing_table", - "icon_url": "./assets/layers/toilet/baby.svg" - }, - { - "key": "changing_table", - "value": "no", - "description": "changing_table=no is displayed as \"No changing table is available\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_changing_table", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "changing_table:location", - "description": "Values of `changing_table:location` are shown with \"A changing table is located at {changing_table:location}\" and can be updated. The question is \"Where is the changing table located?\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_changing_table_location", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "changing_table:location", - "value": "female_toilet", - "description": "changing_table:location=female_toilet is displayed as \"A changing table is in the toilet for women\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_changing_table_location", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "changing_table:location", - "value": "male_toilet", - "description": "changing_table:location=male_toilet is displayed as \"A changing table is in the toilet for men\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_changing_table_location", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "changing_table:location", - "value": "wheelchair_toilet", - "description": "changing_table:location=wheelchair_toilet is displayed as \"A changing table is in the toilet for wheelchair users\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_changing_table_location", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "changing_table:location", - "value": "dedicated_room", - "description": "changing_table:location=dedicated_room is displayed as \"A changing table is in a dedicated room\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_changing_table_location", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "supervised", - "value": "yes", - "description": "supervised=yes is displayed as \"There is a person supervising these toilets during (most of) the opening hours\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_supervised", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "supervised", - "value": "interval", - "description": "supervised=interval is displayed as \"There is a person supervising these toilets, but they are present only during certain times of the opening hours\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_supervised", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "supervised", - "value": "no", - "description": "supervised=no is displayed as \"These toilets are not supervised\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_supervised", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "toilets:paper_supplied", - "value": "yes", - "description": "toilets:paper_supplied=yes is displayed as \"This toilet is equipped with toilet paper\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_has_paper", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "toilets:paper_supplied", - "value": "no", - "description": "toilets:paper_supplied=no is displayed as \"You have to bring your own toilet paper to this toilet\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_has_paper", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "toilets:handwashing", - "value": "yes", - "description": "toilets:handwashing=yes is displayed as \"These toilets have a sink to wash your hands\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_handwashing", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "toilets:handwashing", - "value": "no", - "description": "toilets:handwashing=no is displayed as \"These toilets don't have a sink to wash your hands\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_handwashing", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "toilets:hands_drying", - "value": "electric_hand_dryer", - "description": "toilets:hands_drying=electric_hand_dryer is displayed as \"Electric hand dryers are available for drying hands.\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_drying", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "toilets:hands_drying", - "value": "paper_towel", - "description": "toilets:hands_drying=paper_towel is displayed as \"Paper towels are available for drying hands.\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_drying", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "toilets:hands_drying", - "value": "towel_cabinet", - "description": "toilets:hands_drying=towel_cabinet is displayed as \"A towel roll cabinet is available for drying hands\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_drying", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "toilets:hands_drying", - "value": "towel", - "description": "toilets:hands_drying=towel is displayed as \"A fabric towel available to dry your hands.\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_drying", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "toilets:hands_drying", - "value": "no", - "description": "toilets:hands_drying=no is displayed as \"There are no hand drying facilities available.\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_drying", - "icon_url": "./assets/themes/onwheels/toilet.svg" - }, - { - "key": "amenity", - "value": "pharmacy", - "description": "Features with this tag are displayed by layer Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pharmacy.md", - "icon_url": "./assets/themes/onwheels/pharmacy.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This pharmacy is called {name}\" and can be updated. The question is \"What is the name of the pharmacy?\" by layer Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pharmacy.md#name", - "icon_url": "./assets/themes/onwheels/pharmacy.svg" - }, - { - "key": "addr:street", - "description": "addr:street= & addr:unit= & addr:housenumber= is displayed as \"No address is known\" by layers Pharmacies, Doctors, Hospitals", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pharmacy.md#header", - "icon_url": "./assets/themes/onwheels/pharmacy.svg" - }, - { - "key": "addr:unit", - "description": "addr:street= & addr:unit= & addr:housenumber= is displayed as \"No address is known\" by layers Pharmacies, Doctors, Hospitals", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pharmacy.md#header", - "icon_url": "./assets/themes/onwheels/pharmacy.svg" - }, - { - "key": "addr:housenumber", - "description": "addr:street= & addr:unit= & addr:housenumber= is displayed as \"No address is known\" by layers Pharmacies, Doctors, Hospitals", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pharmacy.md#header", - "icon_url": "./assets/themes/onwheels/pharmacy.svg" - }, - { - "key": "addr:housenumber", - "description": "Values of `addr:housenumber` are shown with \"The house number is {addr:housenumber}\" and can be updated. The question is \"What is the number of this house?\" by layers Pharmacies, Doctors, Hospitals", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pharmacy.md#housenumber", - "icon_url": "./assets/themes/onwheels/pharmacy.svg" - }, - { - "key": "nohousenumber", - "value": "yes", - "description": "nohousenumber=yes is displayed as \"This building has no house number\" by layers Pharmacies, Doctors, Hospitals", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pharmacy.md#housenumber", - "icon_url": "./assets/themes/onwheels/pharmacy.svg" - }, - { - "key": "addr:street", - "description": "Values of `addr:street` are shown with \"This address is in street {addr:street}\" and can be updated. The question is \"What street is this address located in?\" by layers Pharmacies, Doctors, Hospitals", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pharmacy.md#street", - "icon_url": "./assets/themes/onwheels/pharmacy.svg" - }, - { - "key": "addr:unit", - "description": "Values of `addr:unit` are shown with \"The unit number is {addr:unit}\" and can be updated. The question is \"What is the unit number or letter?\" by layers Pharmacies, Doctors, Hospitals", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pharmacy.md#unit", - "icon_url": "./assets/themes/onwheels/pharmacy.svg" - }, - { - "key": "addr:unit", - "description": "addr:unit= is displayed as \"No unit number\" by layers Pharmacies, Doctors, Hospitals", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pharmacy.md#unit", - "icon_url": "./assets/themes/onwheels/pharmacy.svg" - }, - { - "key": "amenity", - "value": "doctors", - "description": "Features with this tag are displayed by layer Doctors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md", - "icon_url": "./assets/themes/onwheels/doctor.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This doctors place is called {name}\" and can be updated. The question is \"What is the name of this doctors place?\" by layer Doctors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#name", - "icon_url": "./assets/themes/onwheels/doctor.svg" - }, - { - "key": "opening_hours", - "value": "\"by appointment\"", - "description": "opening_hours=\"by appointment\" is displayed as \"Only by appointment\" by layer Doctors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#opening_hours_by_appointment", - "icon_url": "./assets/themes/onwheels/doctor.svg" - }, - { - "key": "opening_hours", - "description": "opening_hours~^(\"by appointment\"|by appointment)$ is displayed as \"Only by appointment\" by layer Doctors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#opening_hours_by_appointment", - "icon_url": "./assets/themes/onwheels/doctor.svg" - }, - { - "key": "healthcare:speciality", - "description": "Values of `healthcare:speciality` are shown with \"This doctor is specialized in {healthcare:speciality}\" and can be updated. The question is \"What is this doctor specialized in?\" by layer Doctors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#specialty", - "icon_url": "./assets/themes/onwheels/doctor.svg" - }, - { - "key": "healthcare:speciality", - "value": "general", - "description": "healthcare:speciality=general is displayed as \"This is a general practitioner\" by layer Doctors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#specialty", - "icon_url": "./assets/themes/onwheels/doctor.svg" - }, - { - "key": "healthcare:speciality", - "value": "gynaecology", - "description": "healthcare:speciality=gynaecology is displayed as \"This is a gynaecologist\" by layer Doctors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#specialty", - "icon_url": "./assets/themes/onwheels/doctor.svg" - }, - { - "key": "healthcare:speciality", - "value": "psychiatry", - "description": "healthcare:speciality=psychiatry is displayed as \"This is a psychiatrist\" by layer Doctors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#specialty", - "icon_url": "./assets/themes/onwheels/doctor.svg" - }, - { - "key": "healthcare:speciality", - "value": "paediatrics", - "description": "healthcare:speciality=paediatrics is displayed as \"This is a paediatrician\" by layer Doctors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/doctors.md#specialty", - "icon_url": "./assets/themes/onwheels/doctor.svg" - }, - { - "key": "amenity", - "value": "hospital", - "description": "Features with this tag are displayed by layer Hospitals", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hospital.md", - "icon_url": "./assets/themes/onwheels/hospital.svg" - }, - { - "key": "amenity", - "value": "clinic", - "description": "Features with this tag are displayed by layer Hospitals", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hospital.md", - "icon_url": "./assets/themes/onwheels/hospital.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This hospital is called {name}\" and can be updated. The question is \"What is the name of this hospital?\" by layer Hospitals", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hospital.md#name", - "icon_url": "./assets/themes/onwheels/hospital.svg" - }, - { - "key": "amenity", - "value": "clinic", - "description": "amenity=clinic is displayed as \"This is a clinic - patients can not stay overnight\" by layer Hospitals", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hospital.md#inpatient", - "icon_url": "./assets/themes/onwheels/hospital.svg" - }, - { - "key": "amenity", - "value": "hospital", - "description": "amenity=hospital is displayed as \"This is a hospital - patients can be admitted here for multiple days\" by layer Hospitals", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hospital.md#inpatient", - "icon_url": "./assets/themes/onwheels/hospital.svg" - }, - { - "key": "opening_hours:visitors", - "description": "Values of `opening_hours:visitors` are shown with \"

Opening hours for visitors

Regular visitors are allowed at the following moments: {opening_hours_table(opening_hours:visitors)}

Some wands might have different opening hours. Many hospitals allow visits during emergencies too.

\" and can be updated. The question is \"When are visitors allowed to visit?\" by layer Hospitals", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/hospital.md#oh_visitor", - "icon_url": "./assets/themes/onwheels/hospital.svg" - }, - { - "key": "amenity", - "value": "reception_desk", - "description": "Features with this tag are displayed by layer Reception desks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/reception_desk.md", - "icon_url": "./assets/layers/reception_desk/reception_desk.svg" - }, - { - "key": "desk:height", - "description": "Values of `desk:height` are shown with \"The height of the desk is {canonical(desk:height)}\" and can be updated. The question is \"What is the height of the reception desk? \" by layer Reception desks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/reception_desk.md#desk_height", - "icon_url": "./assets/layers/reception_desk/reception_desk.svg" - }, - { - "key": "hearing_loop", - "value": "yes", - "description": "hearing_loop=yes is displayed as \"This place has an audio induction loop\" by layers Reception desks, Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/reception_desk.md#induction_loop", - "icon_url": "./assets/layers/questions/audio_induction_loop.svg" - }, - { - "key": "hearing_loop", - "value": "no", - "description": "hearing_loop=no is displayed as \"This place does not have an audio induction loop\" by layers Reception desks, Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/reception_desk.md#induction_loop", - "icon_url": "./assets/layers/questions/audio_induction_loop_missing.svg" - }, - { - "key": "highway", - "value": "elevator", - "description": "Features with this tag are displayed by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md", - "icon_url": "./assets/themes/onwheels/elevator.svg" - }, - { - "key": "level", - "description": "Values of `level` are shown with \"This elevator goes to floors {level}\" and can be updated. The question is \"What levels does this elevator go to?\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#multilevels", - "icon_url": "./assets/themes/onwheels/elevator.svg" - }, - { - "key": "operational_status", - "value": "broken", - "description": "operational_status=broken is displayed as \"This elevator is broken\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#operational_status", - "icon_url": "close:red" - }, - { - "key": "operational_status", - "value": "closed", - "description": "operational_status=closed is displayed as \"This elevator is closed e.g. because renovation works are going on\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#operational_status", - "icon_url": "invalid:red" - }, - { - "key": "operational_status", - "value": "ok", - "description": "operational_status=ok is displayed as \"This elevator works\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#operational_status", - "icon_url": "./assets/themes/onwheels/elevator.svg" - }, - { - "key": "operational_status", - "description": "operational_status= is displayed as \"This elevator works\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#operational_status", - "icon_url": "./assets/themes/onwheels/elevator.svg" - }, - { - "key": "door:width", - "description": "Values of `door:width` are shown with \"This elevator's doors have a width of {canonical(door:width)}\" and can be updated. The question is \"What is the width of this elevator's entrance?\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#door_width", - "icon_url": "./assets/themes/onwheels/elevator.svg" - }, - { - "key": "shape", - "value": "rectangular", - "description": "shape=rectangular is displayed as \"This elevator has a rectangular shape\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#elevator_shape", - "icon_url": "./assets/svg/square.svg" - }, - { - "key": "shape", - "value": "circular", - "description": "shape=circular is displayed as \"This elevator has a circular shape\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#elevator_shape", - "icon_url": "./assets/svg/circle.svg" - }, - { - "key": "width", - "description": "Values of `width` are shown with \"This elevator has a width of {canonical(width)}\" and can be updated. The question is \"What is the width of this elevator?\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#elevator_width", - "icon_url": "./assets/themes/onwheels/elevator.svg" - }, - { - "key": "length", - "description": "Values of `length` are shown with \"This elevator has a depth of {canonical(length)}\" and can be updated. The question is \"What is the depth of this elevator?\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#elevator_depth", - "icon_url": "./assets/themes/onwheels/elevator.svg" - }, - { - "key": "diameter", - "description": "Values of `diameter` are shown with \"This elevator has a diameter of {canonical(diameter)}\" and can be updated. The question is \"What is the diameter of this elevator?\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#elevator_diameter", - "icon_url": "./assets/themes/onwheels/elevator.svg" - }, - { - "key": "handrail", - "value": "yes", - "description": "handrail=yes is displayed as \"This elevator has a handrail in the cabin\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#handrail", - "icon_url": "./assets/themes/onwheels/elevator.svg" - }, - { - "key": "handrail", - "value": "no", - "description": "handrail=no is displayed as \"This elevator does not have a handrail\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#handrail", - "icon_url": "./assets/themes/onwheels/elevator.svg" - }, - { - "key": "tactile_writing:braille", - "value": "yes", - "description": "tactile_writing:braille=yes is displayed as \"This elevator has tactile writing in Braille\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#tactile_writing_available", - "icon_url": "./assets/themes/onwheels/elevator.svg" - }, - { - "key": "tactile_writing:braille", - "value": "no", - "description": "tactile_writing:braille=no is displayed as \"This elevator does not have tactile writing\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#tactile_writing_available", - "icon_url": "./assets/themes/onwheels/elevator.svg" - }, - { - "key": "speech_output", - "value": "yes", - "description": "speech_output=yes is displayed as \"This elevator has speech output\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#speech_output_available", - "icon_url": "./assets/themes/onwheels/elevator.svg" - }, - { - "key": "speech_output", - "value": "no", - "description": "speech_output=no is displayed as \"This elevator does not have speech output\" by layer Elevator", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/elevator.md#speech_output_available", - "icon_url": "./assets/themes/onwheels/elevator.svg" - }, - { - "key": "tourism", - "value": "hotel", - "description": "Features with this tag are displayed by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md", - "icon_url": "./assets/themes/onwheels/hotel.svg" - }, - { - "key": "tourism", - "value": "hostel", - "description": "Features with this tag are displayed by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md", - "icon_url": "./assets/themes/onwheels/hotel.svg" - }, - { - "key": "tourism", - "value": "apartment", - "description": "Features with this tag are displayed by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md", - "icon_url": "./assets/themes/onwheels/hotel.svg" - }, - { - "key": "tourism", - "value": "chalet", - "description": "Features with this tag are displayed by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md", - "icon_url": "./assets/themes/onwheels/hotel.svg" - }, - { - "key": "tourism", - "value": "motel", - "description": "Features with this tag are displayed by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md", - "icon_url": "./assets/themes/onwheels/hotel.svg" - }, - { - "key": "tourism", - "value": "guest_house", - "description": "Features with this tag are displayed by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md", - "icon_url": "./assets/themes/onwheels/hotel.svg" - }, - { - "key": "tourism", - "value": "camp_site", - "description": "Features with this tag are displayed by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md", - "icon_url": "./assets/themes/onwheels/hotel.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"{name}\" and can be updated. The question is \"What is the name of this {title()}?\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#name", - "icon_url": "./assets/themes/onwheels/hotel.svg" - }, - { - "key": "group_only", - "value": "yes", - "description": "group_only=yes is displayed as \"This hostel is exclusively for groups\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#group_only", - "icon_url": "./assets/themes/onwheels/hotel.svg" - }, - { - "key": "group_only", - "value": "no", - "description": "group_only=no is displayed as \"This hostel is not exclusively for groups\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#group_only", - "icon_url": "./assets/themes/onwheels/hotel.svg" - }, - { - "key": "brand", - "description": "Values of `brand` are shown with \"Part of {brand}\" and can be updated. The question is \"Is {title()} part of a bigger brand?\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#brand", - "icon_url": "./assets/themes/onwheels/hotel.svg" - }, - { - "key": "nobrand", - "value": "yes", - "description": "nobrand=yes is displayed as \"Not part of a bigger brand\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#brand", - "icon_url": "./assets/themes/onwheels/hotel.svg" - }, - { - "key": "toilets:wheelchair", - "value": "yes", - "description": "toilets:wheelchair=yes is displayed as \"There is a dedicated toilet for wheelchair users\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#toilets_wheelchair", - "icon_url": "./assets/themes/onwheels/hotel.svg" - }, - { - "key": "toilets:wheelchair", - "value": "no", - "description": "toilets:wheelchair=no is displayed as \"No wheelchair access\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#toilets_wheelchair", - "icon_url": "./assets/themes/onwheels/hotel.svg" - }, - { - "key": "toilets:wheelchair", - "value": "designated", - "description": "toilets:wheelchair=designated is displayed as \"There is only a dedicated toilet for wheelchair users\" by layer Tourism accomodation", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tourism_accomodation.md#toilets_wheelchair", - "icon_url": "./assets/themes/onwheels/hotel.svg" - }, - { - "key": "office", - "value": "government", - "description": "Features with this tag are displayed by layer governments", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/governments.md", - "icon_url": "./assets/themes/onwheels/government.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This Governmental Office is called {name}\" and can be updated. The question is \"What is the name of this Governmental Office?\" by layer governments", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/governments.md#name", - "icon_url": "./assets/themes/onwheels/government.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_openwindpowermap.json b/Docs/TagInfo/mapcomplete_openwindpowermap.json deleted file mode 100644 index 863527b08c..0000000000 --- a/Docs/TagInfo/mapcomplete_openwindpowermap.json +++ /dev/null @@ -1,93 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Wind power generators", - "description": "A map for showing and editing wind turbines", - "project_url": "https://mapcomplete.org/openwindpowermap", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/openwindpowermap/logo.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "generator:source", - "value": "wind", - "description": "Features with this tag are displayed by layer wind turbine", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/windturbine.md", - "icon_url": "./assets/themes/openwindpowermap/wind_turbine.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layer wind turbine", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/windturbine.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "generator:output:electricity", - "description": "Values of `generator:output:electricity` are shown with \"The power output of this wind turbine is {generator:output:electricity}.\" and can be updated. The question is \"What is the power output of this wind turbine? (e.g. 2.3 MW)\" by layer wind turbine", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/windturbine.md#turbine_output", - "icon_url": "./assets/themes/openwindpowermap/wind_turbine.svg" - }, - { - "key": "operator", - "description": "Values of `operator` are shown with \"This wind turbine is operated by {operator}.\" and can be updated. The question is \"Who operates this wind turbine?\" by layer wind turbine", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/windturbine.md#turbine_operator", - "icon_url": "./assets/themes/openwindpowermap/wind_turbine.svg" - }, - { - "key": "height", - "description": "Values of `height` are shown with \"The total height (including rotor radius) of this wind turbine is {height} metres.\" and can be updated. The question is \"What is the total height of this wind turbine (including rotor radius), in metres?\" by layer wind turbine", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/windturbine.md#turbine_height", - "icon_url": "./assets/themes/openwindpowermap/wind_turbine.svg" - }, - { - "key": "rotor:diameter", - "description": "Values of `rotor:diameter` are shown with \"The rotor diameter of this wind turbine is {rotor:diameter} metres.\" and can be updated. The question is \"What is the rotor diameter of this wind turbine, in metres?\" by layer wind turbine", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/windturbine.md#turbine_diameter", - "icon_url": "./assets/themes/openwindpowermap/wind_turbine.svg" - }, - { - "key": "start_date", - "description": "Values of `start_date` are shown with \"This wind turbine went into operation on/in {start_date}.\" and can be updated. The question is \"When did this wind turbine go into operation?\" by layer wind turbine", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/windturbine.md#turbine_start_date", - "icon_url": "./assets/themes/openwindpowermap/wind_turbine.svg" - }, - { - "key": "fixme", - "description": "Values of `fixme` are shown with \"Extra information for OpenStreetMap experts: {fixme}\" and can be updated. The question is \"Is there something wrong with how this is mapped, that you weren't able to fix here? (leave a note to OpenStreetMap experts)\" by layer wind turbine", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/windturbine.md#windturbine_fixme", - "icon_url": "./assets/themes/openwindpowermap/wind_turbine.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer wind turbine", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/windturbine.md#images", - "icon_url": "./assets/themes/openwindpowermap/wind_turbine.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer wind turbine", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/windturbine.md#images", - "icon_url": "./assets/themes/openwindpowermap/wind_turbine.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer wind turbine", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/windturbine.md#images", - "icon_url": "./assets/themes/openwindpowermap/wind_turbine.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer wind turbine", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/windturbine.md#images", - "icon_url": "./assets/themes/openwindpowermap/wind_turbine.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer wind turbine", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/windturbine.md#images", - "icon_url": "./assets/themes/openwindpowermap/wind_turbine.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_parkings.json b/Docs/TagInfo/mapcomplete_parkings.json deleted file mode 100644 index f595537a3f..0000000000 --- a/Docs/TagInfo/mapcomplete_parkings.json +++ /dev/null @@ -1,2588 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Parking", - "description": "This map shows different parking spots", - "project_url": "https://mapcomplete.org/parkings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/parkings/parkings.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "amenity", - "value": "parking", - "description": "Features with this tag are displayed by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Parking, Parking Spaces, Parking Ticket Machines, Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Parking, Parking Spaces, Parking Ticket Machines, Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#images", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Parking, Parking Spaces, Parking Ticket Machines, Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#images", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Parking, Parking Spaces, Parking Ticket Machines, Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#images", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Parking, Parking Spaces, Parking Ticket Machines, Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#images", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Parking, Parking Spaces, Parking Ticket Machines, Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#images", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "level", - "description": "Values of `level` are shown with \"Located on the {level}th floor\" and can be updated. The question is \"On what level is this feature located?\" by layers Parking, Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#single_level", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "location", - "value": "underground", - "description": "location=underground is displayed as \"Located underground\" by layers Parking, Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#single_level", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "level", - "value": "0", - "description": "level=0 is displayed as \"Located on the ground floor\" by layers Parking, Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#single_level", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "level", - "description": "level= is displayed as \"Located on the ground floor\" by layers Parking, Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#single_level", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "level", - "value": "1", - "description": "level=1 is displayed as \"Located on the first floor\" by layers Parking, Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#single_level", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "level", - "value": "-1", - "description": "level=-1 is displayed as \"Located on the first basement level\" by layers Parking, Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#single_level", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "parking", - "value": "surface", - "description": "parking=surface is displayed as \"This is a surface parking lot\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#parking_type", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "parking", - "value": "street_side", - "description": "parking=street_side is displayed as \"This is a parking bay next to a street\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#parking_type", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "parking", - "value": "underground", - "description": "parking=underground is displayed as \"This is an underground parking garage\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#parking_type", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "parking", - "value": "multi-storey", - "description": "parking=multi-storey is displayed as \"This is a multi-storey parking garage\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#parking_type", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "parking", - "value": "rooftop", - "description": "parking=rooftop is displayed as \"This is a rooftop parking deck\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#parking_type", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "parking", - "value": "lane", - "description": "parking=lane is displayed as \"This is a lane for parking on the road\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#parking_type", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "parking", - "value": "carports", - "description": "parking=carports is displayed as \"This is parking covered by carports\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#parking_type", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "parking", - "value": "garage_boxes", - "description": "parking=garage_boxes is displayed as \"This a parking consisting of garage boxes\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#parking_type", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "parking", - "value": "layby", - "description": "parking=layby is displayed as \"This is a parking on a layby\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#parking_type", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "parking", - "value": "sheds", - "description": "parking=sheds is displayed as \"This is a parking consisting of sheds\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#parking_type", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "capacity:disabled", - "description": "Values of `capacity:disabled` are shown with \"There are {capacity:disabled} disabled parking spots\" and can be updated. The question is \"How many disabled parking spots are there at this parking?\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#capacity_disabled", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "capacity:disabled", - "value": "yes", - "description": "capacity:disabled=yes is displayed as \"There are disabled parking spots, but it is not known how many\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#capacity_disabled", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "capacity:disabled", - "value": "no", - "description": "capacity:disabled=no is displayed as \"There are no disabled parking spots\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#capacity_disabled", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "capacity:disabled", - "value": "0", - "description": "capacity:disabled=0 is displayed as \"There are no disabled parking spots\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#capacity_disabled", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "capacity", - "description": "Values of `capacity` are shown with \"There are {capacity} parking spots\" and can be updated. The question is \"How many parking spots are there at this parking?\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#capacity", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "maxstay", - "description": "Values of `maxstay` are shown with \"One can stay at most {canonical(maxstay)}\" and can be updated. The question is \"What is the maximum amount of time one is allowed to stay here?\" by layers Parking, Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#maxstay", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "maxstay", - "value": "unlimited", - "description": "maxstay=unlimited is displayed as \"There is no limit to the amount of time one can stay here\" by layers Parking, Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#maxstay", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "amenity", - "value": "parking_space", - "description": "Features with this tag are displayed by layer Parking Spaces", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_spaces.md", - "icon_url": "./assets/layers/parking_spaces/parking_space.svg" - }, - { - "key": "parking_space", - "description": "parking_space= is displayed as \"This is a normal parking space.\" by layer Parking Spaces", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_spaces.md#type", - "icon_url": "./assets/layers/parking_spaces/parking_space.svg" - }, - { - "key": "parking_space", - "value": "normal", - "description": "parking_space=normal is displayed as \"This is a normal parking space.\" by layer Parking Spaces", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_spaces.md#type", - "icon_url": "./assets/layers/parking_spaces/parking_space.svg" - }, - { - "key": "parking_space", - "value": "disabled", - "description": "parking_space=disabled is displayed as \"This is a disabled parking space.\" by layer Parking Spaces", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_spaces.md#type", - "icon_url": "./assets/layers/parking_spaces/parking_space.svg" - }, - { - "key": "parking_space", - "value": "charging", - "description": "parking_space=charging is displayed as \"This is parking space reserved for charging vehicles.\" by layer Parking Spaces", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_spaces.md#type", - "icon_url": "./assets/layers/parking_spaces/parking_space.svg" - }, - { - "key": "parking_space", - "value": "delivery", - "description": "parking_space=delivery is displayed as \"This is parking space reserved for deliveries.\" by layer Parking Spaces", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_spaces.md#type", - "icon_url": "./assets/layers/parking_spaces/parking_space.svg" - }, - { - "key": "parking_space", - "value": "hgv", - "description": "parking_space=hgv is displayed as \"This is parking space reserved for heavy goods vehicles.\" by layer Parking Spaces", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_spaces.md#type", - "icon_url": "./assets/layers/parking_spaces/parking_space.svg" - }, - { - "key": "parking_space", - "value": "caravan", - "description": "parking_space=caravan is displayed as \"This is parking space reserved for caravans or RVs.\" by layer Parking Spaces", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_spaces.md#type", - "icon_url": "./assets/layers/parking_spaces/parking_space.svg" - }, - { - "key": "parking_space", - "value": "bus", - "description": "parking_space=bus is displayed as \"This is parking space reserved for buses.\" by layer Parking Spaces", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_spaces.md#type", - "icon_url": "./assets/layers/parking_spaces/parking_space.svg" - }, - { - "key": "parking_space", - "value": "motorcycle", - "description": "parking_space=motorcycle is displayed as \"This is parking space reserved for motorcycles.\" by layer Parking Spaces", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_spaces.md#type", - "icon_url": "./assets/layers/parking_spaces/parking_space.svg" - }, - { - "key": "parking_space", - "value": "parent", - "description": "parking_space=parent is displayed as \"This is a parking space reserved for parents with children.\" by layer Parking Spaces", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_spaces.md#type", - "icon_url": "./assets/layers/parking_spaces/parking_space.svg" - }, - { - "key": "parking_space", - "value": "staff", - "description": "parking_space=staff is displayed as \"This is a parking space reserved for staff.\" by layer Parking Spaces", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_spaces.md#type", - "icon_url": "./assets/layers/parking_spaces/parking_space.svg" - }, - { - "key": "parking_space", - "value": "taxi", - "description": "parking_space=taxi is displayed as \"This is a parking space reserved for taxis.\" by layer Parking Spaces", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_spaces.md#type", - "icon_url": "./assets/layers/parking_spaces/parking_space.svg" - }, - { - "key": "parking_space", - "value": "trailer", - "description": "parking_space=trailer is displayed as \"This is a parking space reserved for vehicles towing a trailer.\" by layer Parking Spaces", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_spaces.md#type", - "icon_url": "./assets/layers/parking_spaces/parking_space.svg" - }, - { - "key": "parking_space", - "value": "car_sharing", - "description": "parking_space=car_sharing is displayed as \"This is a parking space reserved for car sharing.\" by layer Parking Spaces", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_spaces.md#type", - "icon_url": "./assets/layers/parking_spaces/parking_space.svg" - }, - { - "key": "capacity", - "value": "1", - "description": "capacity=1 is displayed as \"This parking space has 1 space.\" by layer Parking Spaces", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_spaces.md#capacity", - "icon_url": "./assets/layers/parking_spaces/parking_space.svg" - }, - { - "key": "amenity", - "value": "vending_machine", - "description": "Features with this tag are displayed by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md", - "icon_url": "./assets/layers/parking_ticket_machine/parking_tickets.svg" - }, - { - "key": "vending", - "value": "parking_tickets", - "description": "Features with this tag are displayed by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md", - "icon_url": "./assets/layers/parking_ticket_machine/parking_tickets.svg" - }, - { - "key": "payment:cash", - "value": "yes", - "description": "payment:cash=yes is displayed as \"Cash is accepted here\" by layers Parking Ticket Machines, Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#payment_options_split", - "icon_url": "./assets/layers/questions/cash.svg" - }, - { - "key": "payment:cards", - "value": "yes", - "description": "payment:cards=yes is displayed as \"Payment cards are accepted here\" by layers Parking Ticket Machines, Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#payment_options_split", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:qr_code", - "value": "yes", - "description": "payment:qr_code=yes is displayed as \"Payment by QR-code is possible here\" by layers Parking Ticket Machines, Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#payment_options_split", - "icon_url": "./assets/layers/questions/qrcode.svg" - }, - { - "key": "payment:coins", - "value": "yes", - "description": "payment:coins=yes is displayed as \"Coins are accepted here\" by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#payment_options_split", - "icon_url": "./assets/layers/questions/coins.svg" - }, - { - "key": "payment:notes", - "value": "yes", - "description": "payment:notes=yes is displayed as \"Bank notes are accepted here\" by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#payment_options_split", - "icon_url": "./assets/layers/questions/notes.svg" - }, - { - "key": "payment:debit_cards", - "value": "yes", - "description": "payment:debit_cards=yes is displayed as \"Debit cards are accepted here\" by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#payment_options_split", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:credit_cards", - "value": "yes", - "description": "payment:credit_cards=yes is displayed as \"Credit cards are accepted here\" by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#payment_options_split", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:coins:denominations", - "value": "0.01 EUR", - "description": "payment:coins:denominations=0.01 EUR is displayed as \"1 cent coins are accepted\" by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/eur/1cent.svg" - }, - { - "key": "payment:coins:denominations", - "value": "0.02 EUR", - "description": "payment:coins:denominations=0.02 EUR is displayed as \"2 cent coins are accepted\" by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/eur/2cent.svg" - }, - { - "key": "payment:coins:denominations", - "value": "0.05 EUR", - "description": "payment:coins:denominations=0.05 EUR is displayed as \"5 cent coins are accepted\" by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/eur/5cent.svg" - }, - { - "key": "payment:coins:denominations", - "value": "0.10 EUR", - "description": "payment:coins:denominations=0.10 EUR is displayed as \"10 cent coins are accepted\" by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/eur/10cent.svg" - }, - { - "key": "payment:coins:denominations", - "value": "0.20 EUR", - "description": "payment:coins:denominations=0.20 EUR is displayed as \"20 cent coins are accepted\" by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/eur/20cent.svg" - }, - { - "key": "payment:coins:denominations", - "value": "0.50 EUR", - "description": "payment:coins:denominations=0.50 EUR is displayed as \"50 cent coins are accepted\" by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/eur/50cent.svg" - }, - { - "key": "payment:coins:denominations", - "value": "1 EUR", - "description": "payment:coins:denominations=1 EUR is displayed as \"1 euro coins are accepted\" by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/eur/1euro.svg" - }, - { - "key": "payment:coins:denominations", - "value": "2 EUR", - "description": "payment:coins:denominations=2 EUR is displayed as \"2 euro coins are accepted\" by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/eur/2euro.svg" - }, - { - "key": "payment:coins:denominations", - "value": "0.05 CHF", - "description": "payment:coins:denominations=0.05 CHF is displayed as \"5 centimes coins are accepted\" by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/chf/5rp-2019-800px.png" - }, - { - "key": "payment:coins:denominations", - "value": "0.10 CHF", - "description": "payment:coins:denominations=0.10 CHF is displayed as \"10 centimes coins are accepted\" by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/chf/10rp-2019-800px.png" - }, - { - "key": "payment:coins:denominations", - "value": "0.20 CHF", - "description": "payment:coins:denominations=0.20 CHF is displayed as \"20 centimes coins are accepted\" by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/chf/20rp-2019-800px.png" - }, - { - "key": "payment:coins:denominations", - "value": "0.50 CHF", - "description": "payment:coins:denominations=0.50 CHF is displayed as \"½ franc coins are accepted\" by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/chf/50rp-2019-800px.png" - }, - { - "key": "payment:coins:denominations", - "value": "1 CHF", - "description": "payment:coins:denominations=1 CHF is displayed as \"1 franc coins are accepted\" by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/chf/1fr-2019-800px.png" - }, - { - "key": "payment:coins:denominations", - "value": "2 CHF", - "description": "payment:coins:denominations=2 CHF is displayed as \"2 francs coins are accepted\" by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/chf/2fr-2019-800px.png" - }, - { - "key": "payment:coins:denominations", - "value": "5 CHF", - "description": "payment:coins:denominations=5 CHF is displayed as \"5 francs coins are accepted\" by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/chf/5fr-2019-800px.png" - }, - { - "key": "payment:notes:denominations", - "value": "5 EUR", - "description": "payment:notes:denominations=5 EUR is displayed as \"5 euro notes are accepted\" by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/eur/5euro.svg" - }, - { - "key": "payment:notes:denominations", - "value": "10 EUR", - "description": "payment:notes:denominations=10 EUR is displayed as \"10 euro notes are accepted\" by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/eur/10euro.svg" - }, - { - "key": "payment:notes:denominations", - "value": "20 EUR", - "description": "payment:notes:denominations=20 EUR is displayed as \"20 euro notes are accepted\" by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/eur/20euro.svg" - }, - { - "key": "payment:notes:denominations", - "value": "50 EUR", - "description": "payment:notes:denominations=50 EUR is displayed as \"50 euro notes are accepted\" by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/eur/50euro.svg" - }, - { - "key": "payment:notes:denominations", - "value": "100 EUR", - "description": "payment:notes:denominations=100 EUR is displayed as \"100 euro notes are accepted\" by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/eur/100euro.svg" - }, - { - "key": "payment:notes:denominations", - "value": "200 EUR", - "description": "payment:notes:denominations=200 EUR is displayed as \"200 euro notes are accepted\" by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/eur/200euro.svg" - }, - { - "key": "payment:notes:denominations", - "value": "500 EUR", - "description": "payment:notes:denominations=500 EUR is displayed as \"500 euro notes are accepted\" by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/eur/500euro.svg" - }, - { - "key": "payment:notes:denominations", - "value": "10 CHF", - "description": "payment:notes:denominations=10 CHF is displayed as \"10 francs notes are accepted\" by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/chf/10chf.svg" - }, - { - "key": "payment:notes:denominations", - "value": "20 CHF", - "description": "payment:notes:denominations=20 CHF is displayed as \"20 francs notes are accepted\" by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/chf/20chf.svg" - }, - { - "key": "payment:notes:denominations", - "value": "50 CHF", - "description": "payment:notes:denominations=50 CHF is displayed as \"50 francs notes are accepted\" by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/chf/50chf.svg" - }, - { - "key": "payment:notes:denominations", - "value": "100 CHF", - "description": "payment:notes:denominations=100 CHF is displayed as \"100 francs notes are accepted\" by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/chf/100chf.svg" - }, - { - "key": "payment:notes:denominations", - "value": "200 CHF", - "description": "payment:notes:denominations=200 CHF is displayed as \"200 francs notes are accepted\" by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/chf/200chf.svg" - }, - { - "key": "payment:notes:denominations", - "value": "1000 CHF", - "description": "payment:notes:denominations=1000 CHF is displayed as \"1000 francs notes are accepted\" by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/chf/1000chf.svg" - }, - { - "key": "ref", - "description": "Values of `ref` are shown with \"This parking ticket machine has the reference number {ref}\" and can be updated. The question is \"What is the reference number of this parking ticket machine?\" by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#ref", - "icon_url": "./assets/layers/parking_ticket_machine/parking_tickets.svg" - }, - { - "key": "noref", - "value": "yes", - "description": "noref=yes is displayed as \"This parking ticket machine has no reference number\" by layer Parking Ticket Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking_ticket_machine.md#ref", - "icon_url": "./assets/layers/parking_ticket_machine/parking_tickets.svg" - }, - { - "key": "amenity", - "value": "charging_station", - "description": "Features with this tag are displayed by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "disused:amenity", - "value": "charging_station", - "description": "Features with this tag are displayed by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "planned:amenity", - "value": "charging_station", - "description": "Features with this tag are displayed by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "construction:amenity", - "value": "charging_station", - "description": "Features with this tag are displayed by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "bicycle", - "value": "yes", - "description": "bicycle=yes is displayed as \"Bicycles can be charged here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Type", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "motorcar", - "value": "yes", - "description": "motorcar=yes is displayed as \"Cars can be charged here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Type", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "scooter", - "value": "yes", - "description": "scooter=yes is displayed as \"Scooters can be charged here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Type", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "hgv", - "value": "yes", - "description": "hgv=yes is displayed as \"Heavy good vehicles (such as trucks) can be charged here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Type", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "bus", - "value": "yes", - "description": "bus=yes is displayed as \"Buses can be charged here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Type", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "access", - "description": "Values of `access` are shown with \"Access is {access}\" and can be updated. The question is \"Who is allowed to use this charging station?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#access", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "access", - "value": "yes", - "description": "access=yes is displayed as \"Anyone can use this charging station (payment might be needed)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#access", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "access", - "value": "public", - "description": "access=public is displayed as \"Anyone can use this charging station (payment might be needed)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#access", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "access", - "value": "customers", - "description": "access=customers is displayed as \"Only customers of the place this station belongs to can use this charging station
E.g. a charging station operated by hotel which is only usable by their guests\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#access", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "access", - "value": "key", - "description": "access=key is displayed as \"A key must be requested to access this charging station
E.g. a charging station operated by hotel which is only usable by their guests, which receive a key from the reception to unlock the charging station\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#access", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "access", - "value": "private", - "description": "access=private is displayed as \"Not accessible to the general public (e.g. only accessible to the owners, employees, ...)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#access", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "access", - "value": "permissive", - "description": "access=permissive is displayed as \"This charging station is accessible to the public during certain hours or conditions. Restrictions might apply, but general use is allowed.\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#access", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "capacity", - "description": "Values of `capacity` are shown with \"{capacity} vehicles can be charged here at the same time\" and can be updated. The question is \"How much vehicles can be charged here at the same time?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#capacity", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:schuko", - "value": "1", - "description": "socket:schuko=1 is displayed as \"Schuko wall plug without ground pin (CEE7/4 type F)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/CEE7_4F.svg" - }, - { - "key": "socket:schuko", - "description": "socket:schuko~.+ & socket:schuko!=1 is displayed as \"Schuko wall plug without ground pin (CEE7/4 type F)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/CEE7_4F.svg" - }, - { - "key": "socket:typee", - "value": "1", - "description": "socket:typee=1 is displayed as \"European wall plug with ground pin (CEE7/4 type E)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/TypeE.svg" - }, - { - "key": "socket:typee", - "description": "socket:typee~.+ & socket:typee!=1 is displayed as \"European wall plug with ground pin (CEE7/4 type E)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/TypeE.svg" - }, - { - "key": "socket:chademo", - "value": "1", - "description": "socket:chademo=1 is displayed as \"Chademo\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Chademo_type4.svg" - }, - { - "key": "socket:chademo", - "description": "socket:chademo~.+ & socket:chademo!=1 is displayed as \"Chademo\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Chademo_type4.svg" - }, - { - "key": "socket:type1_cable", - "value": "1", - "description": "socket:type1_cable=1 is displayed as \"Type 1 with cable (J1772)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type1_J1772.svg" - }, - { - "key": "socket:type1_cable", - "description": "socket:type1_cable~.+ & socket:type1_cable!=1 is displayed as \"Type 1 with cable (J1772)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type1_J1772.svg" - }, - { - "key": "socket:type1", - "value": "1", - "description": "socket:type1=1 is displayed as \"Type 1 without cable (J1772)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type1_J1772.svg" - }, - { - "key": "socket:type1", - "description": "socket:type1~.+ & socket:type1!=1 is displayed as \"Type 1 without cable (J1772)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type1_J1772.svg" - }, - { - "key": "socket:type1_combo", - "value": "1", - "description": "socket:type1_combo=1 is displayed as \"Type 1 CCS (aka Type 1 Combo)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type1-ccs.svg" - }, - { - "key": "socket:type1_combo", - "description": "socket:type1_combo~.+ & socket:type1_combo!=1 is displayed as \"Type 1 CCS (aka Type 1 Combo)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type1-ccs.svg" - }, - { - "key": "socket:tesla_supercharger", - "value": "1", - "description": "socket:tesla_supercharger=1 is displayed as \"Tesla Supercharger\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg" - }, - { - "key": "socket:tesla_supercharger", - "description": "socket:tesla_supercharger~.+ & socket:tesla_supercharger!=1 is displayed as \"Tesla Supercharger\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg" - }, - { - "key": "socket:type2", - "value": "1", - "description": "socket:type2=1 is displayed as \"Type 2 (mennekes)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type2_socket.svg" - }, - { - "key": "socket:type2", - "description": "socket:type2~.+ & socket:type2!=1 is displayed as \"Type 2 (mennekes)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type2_socket.svg" - }, - { - "key": "socket:type2_combo", - "value": "1", - "description": "socket:type2_combo=1 is displayed as \"Type 2 CCS (mennekes)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type2_CCS.svg" - }, - { - "key": "socket:type2_combo", - "description": "socket:type2_combo~.+ & socket:type2_combo!=1 is displayed as \"Type 2 CCS (mennekes)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type2_CCS.svg" - }, - { - "key": "socket:type2_cable", - "value": "1", - "description": "socket:type2_cable=1 is displayed as \"Type 2 with cable (mennekes)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type2_tethered.svg" - }, - { - "key": "socket:type2_cable", - "description": "socket:type2_cable~.+ & socket:type2_cable!=1 is displayed as \"Type 2 with cable (mennekes)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type2_tethered.svg" - }, - { - "key": "socket:tesla_supercharger_ccs", - "value": "1", - "description": "socket:tesla_supercharger_ccs=1 is displayed as \"Tesla Supercharger CCS (a branded type2_css)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type2_CCS.svg" - }, - { - "key": "socket:tesla_supercharger_ccs", - "description": "socket:tesla_supercharger_ccs~.+ & socket:tesla_supercharger_ccs!=1 is displayed as \"Tesla Supercharger CCS (a branded type2_css)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type2_CCS.svg" - }, - { - "key": "socket:tesla_destination", - "value": "1", - "description": "socket:tesla_destination=1 is displayed as \"Tesla Supercharger (destination)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg" - }, - { - "key": "socket:tesla_destination", - "description": "socket:tesla_destination~.+ & socket:tesla_destination!=1 & _country=us is displayed as \"Tesla Supercharger (destination)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg" - }, - { - "key": "socket:tesla_destination", - "value": "1", - "description": "socket:tesla_destination=1 is displayed as \"Tesla supercharger (destination) (A Type 2 with cable branded as tesla)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type2_tethered.svg" - }, - { - "key": "socket:tesla_destination", - "description": "socket:tesla_destination~.+ & socket:tesla_destination!=1 & _country!=us is displayed as \"Tesla supercharger (destination) (A Type 2 with cable branded as tesla)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/Type2_tethered.svg" - }, - { - "key": "socket:USB-A", - "value": "1", - "description": "socket:USB-A=1 is displayed as \"USB to charge phones and small electronics\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/usb_port.svg" - }, - { - "key": "socket:USB-A", - "description": "socket:USB-A~.+ & socket:USB-A!=1 is displayed as \"USB to charge phones and small electronics\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/usb_port.svg" - }, - { - "key": "socket:bosch_3pin", - "value": "1", - "description": "socket:bosch_3pin=1 is displayed as \"Bosch Active Connect with 3 pins and cable\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/bosch-3pin.svg" - }, - { - "key": "socket:bosch_3pin", - "description": "socket:bosch_3pin~.+ & socket:bosch_3pin!=1 is displayed as \"Bosch Active Connect with 3 pins and cable\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/bosch-3pin.svg" - }, - { - "key": "socket:bosch_5pin", - "value": "1", - "description": "socket:bosch_5pin=1 is displayed as \"Bosch Active Connect with 5 pins and cable\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/bosch-5pin.svg" - }, - { - "key": "socket:bosch_5pin", - "description": "socket:bosch_5pin~.+ & socket:bosch_5pin!=1 is displayed as \"Bosch Active Connect with 5 pins and cable\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/bosch-5pin.svg" - }, - { - "key": "socket:bs1363", - "value": "1", - "description": "socket:bs1363=1 is displayed as \"BS1363 (Type G)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/bs1363.svg" - }, - { - "key": "socket:bs1363", - "description": "socket:bs1363~.+ & socket:bs1363!=1 is displayed as \"BS1363 (Type G)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/bs1363.svg" - }, - { - "key": "socket:nema5_15", - "value": "1", - "description": "socket:nema5_15=1 is displayed as \"NEMA 5-15 (Type B)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/nema-5-15.svg" - }, - { - "key": "socket:nema5_15", - "description": "socket:nema5_15~.+ & socket:nema5_15!=1 is displayed as \"NEMA 5-15 (Type B)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/nema-5-15.svg" - }, - { - "key": "socket:sev1011_t23", - "value": "1", - "description": "socket:sev1011_t23=1 is displayed as \"SEV 1011 T23 (Type J)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/typej.svg" - }, - { - "key": "socket:sev1011_t23", - "description": "socket:sev1011_t23~.+ & socket:sev1011_t23!=1 is displayed as \"SEV 1011 T23 (Type J)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/typej.svg" - }, - { - "key": "socket:as3112", - "value": "1", - "description": "socket:as3112=1 is displayed as \"AS3112 (Type I)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/as3112.svg" - }, - { - "key": "socket:as3112", - "description": "socket:as3112~.+ & socket:as3112!=1 is displayed as \"AS3112 (Type I)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/as3112.svg" - }, - { - "key": "socket:nema_5_20", - "value": "1", - "description": "socket:nema_5_20=1 is displayed as \"NEMA 5-20 (Type B)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/nema-5-20.svg" - }, - { - "key": "socket:nema_5_20", - "description": "socket:nema_5_20~.+ & socket:nema_5_20!=1 is displayed as \"NEMA 5-20 (Type B)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Available_charging_stations__generated_", - "icon_url": "./assets/layers/charging_station/nema-5-20.svg" - }, - { - "key": "socket:schuko", - "description": "Values of `socket:schuko` are shown with \"There are {socket:schuko} plugs of type Schuko wall plug without ground pin (CEE7/4 type F) available here\" and can be updated. The question is \"How much plugs of type Schuko wall plug without ground pin (CEE7/4 type F) are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_schuko", - "icon_url": "./assets/layers/charging_station/CEE7_4F.svg" - }, - { - "key": "socket:schuko:voltage", - "description": "Values of `socket:schuko:voltage` are shown with \"Schuko wall plug without ground pin (CEE7/4 type F) outputs {canonical(socket:schuko:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Schuko wall plug without ground pin (CEE7/4 type F) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_schuko", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:schuko:voltage", - "value": "230", - "description": "socket:schuko:voltage=230 is displayed as \"Schuko wall plug without ground pin (CEE7/4 type F) outputs 230 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_schuko", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:schuko:current", - "description": "Values of `socket:schuko:current` are shown with \"Schuko wall plug without ground pin (CEE7/4 type F) outputs at most {canonical(socket:schuko:current)}\" and can be updated. The question is \"What current do the plugs with Schuko wall plug without ground pin (CEE7/4 type F) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_schuko", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:schuko:current", - "value": "16", - "description": "socket:schuko:current=16 is displayed as \"Schuko wall plug without ground pin (CEE7/4 type F) outputs at most 16 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_schuko", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:schuko:output", - "description": "Values of `socket:schuko:output` are shown with \"Schuko wall plug without ground pin (CEE7/4 type F) outputs at most {canonical(socket:schuko:output)}\" and can be updated. The question is \"What power output does a single plug of type Schuko wall plug without ground pin (CEE7/4 type F) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_schuko", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:schuko:output", - "value": "3.6 kW", - "description": "socket:schuko:output=3.6 kW is displayed as \"Schuko wall plug without ground pin (CEE7/4 type F) outputs at most 3.6 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_schuko", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:typee", - "description": "Values of `socket:typee` are shown with \"There are {socket:typee} plugs of type European wall plug with ground pin (CEE7/4 type E) available here\" and can be updated. The question is \"How much plugs of type European wall plug with ground pin (CEE7/4 type E) are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_typee", - "icon_url": "./assets/layers/charging_station/TypeE.svg" - }, - { - "key": "socket:typee:voltage", - "description": "Values of `socket:typee:voltage` are shown with \"European wall plug with ground pin (CEE7/4 type E) outputs {canonical(socket:typee:voltage)}\" and can be updated. The question is \"What voltage do the plugs with European wall plug with ground pin (CEE7/4 type E) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_typee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:typee:voltage", - "value": "230", - "description": "socket:typee:voltage=230 is displayed as \"European wall plug with ground pin (CEE7/4 type E) outputs 230 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_typee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:typee:current", - "description": "Values of `socket:typee:current` are shown with \"European wall plug with ground pin (CEE7/4 type E) outputs at most {canonical(socket:typee:current)}\" and can be updated. The question is \"What current do the plugs with European wall plug with ground pin (CEE7/4 type E) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_typee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:typee:current", - "value": "16", - "description": "socket:typee:current=16 is displayed as \"European wall plug with ground pin (CEE7/4 type E) outputs at most 16 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_typee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:typee:output", - "description": "Values of `socket:typee:output` are shown with \"European wall plug with ground pin (CEE7/4 type E) outputs at most {canonical(socket:typee:output)}\" and can be updated. The question is \"What power output does a single plug of type European wall plug with ground pin (CEE7/4 type E) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_typee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:typee:output", - "value": "3 kW", - "description": "socket:typee:output=3 kW is displayed as \"European wall plug with ground pin (CEE7/4 type E) outputs at most 3 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_typee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:typee:output", - "value": "22 kW", - "description": "socket:typee:output=22 kW is displayed as \"European wall plug with ground pin (CEE7/4 type E) outputs at most 22 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_typee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:chademo", - "description": "Values of `socket:chademo` are shown with \"There are {socket:chademo} plugs of type Chademo available here\" and can be updated. The question is \"How much plugs of type Chademo are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_chademo", - "icon_url": "./assets/layers/charging_station/Chademo_type4.svg" - }, - { - "key": "socket:chademo:voltage", - "description": "Values of `socket:chademo:voltage` are shown with \"Chademo outputs {canonical(socket:chademo:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Chademo offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_chademo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:chademo:voltage", - "value": "500", - "description": "socket:chademo:voltage=500 is displayed as \"Chademo outputs 500 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_chademo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:chademo:current", - "description": "Values of `socket:chademo:current` are shown with \"Chademo outputs at most {canonical(socket:chademo:current)}\" and can be updated. The question is \"What current do the plugs with Chademo offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_chademo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:chademo:current", - "value": "120", - "description": "socket:chademo:current=120 is displayed as \"Chademo outputs at most 120 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_chademo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:chademo:output", - "description": "Values of `socket:chademo:output` are shown with \"Chademo outputs at most {canonical(socket:chademo:output)}\" and can be updated. The question is \"What power output does a single plug of type Chademo offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_chademo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:chademo:output", - "value": "50 kW", - "description": "socket:chademo:output=50 kW is displayed as \"Chademo outputs at most 50 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_chademo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_cable", - "description": "Values of `socket:type1_cable` are shown with \"There are {socket:type1_cable} plugs of type Type 1 with cable (J1772) available here\" and can be updated. The question is \"How much plugs of type Type 1 with cable (J1772) are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_type1_cable", - "icon_url": "./assets/layers/charging_station/Type1_J1772.svg" - }, - { - "key": "socket:type1_cable:voltage", - "description": "Values of `socket:type1_cable:voltage` are shown with \"Type 1 with cable (J1772) outputs {canonical(socket:type1_cable:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Type 1 with cable (J1772) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type1_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_cable:voltage", - "value": "200", - "description": "socket:type1_cable:voltage=200 is displayed as \"Type 1 with cable (J1772) outputs 200 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type1_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_cable:voltage", - "value": "240", - "description": "socket:type1_cable:voltage=240 is displayed as \"Type 1 with cable (J1772) outputs 240 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type1_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_cable:current", - "description": "Values of `socket:type1_cable:current` are shown with \"Type 1 with cable (J1772) outputs at most {canonical(socket:type1_cable:current)}\" and can be updated. The question is \"What current do the plugs with Type 1 with cable (J1772) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_type1_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_cable:current", - "value": "32", - "description": "socket:type1_cable:current=32 is displayed as \"Type 1 with cable (J1772) outputs at most 32 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_type1_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_cable:output", - "description": "Values of `socket:type1_cable:output` are shown with \"Type 1 with cable (J1772) outputs at most {canonical(socket:type1_cable:output)}\" and can be updated. The question is \"What power output does a single plug of type Type 1 with cable (J1772) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type1_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_cable:output", - "value": "3.7 kW", - "description": "socket:type1_cable:output=3.7 kW is displayed as \"Type 1 with cable (J1772) outputs at most 3.7 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type1_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_cable:output", - "value": "7 kW", - "description": "socket:type1_cable:output=7 kW is displayed as \"Type 1 with cable (J1772) outputs at most 7 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type1_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1", - "description": "Values of `socket:type1` are shown with \"There are {socket:type1} plugs of type Type 1 without cable (J1772) available here\" and can be updated. The question is \"How much plugs of type Type 1 without cable (J1772) are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_type1", - "icon_url": "./assets/layers/charging_station/Type1_J1772.svg" - }, - { - "key": "socket:type1:voltage", - "description": "Values of `socket:type1:voltage` are shown with \"Type 1 without cable (J1772) outputs {canonical(socket:type1:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Type 1 without cable (J1772) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type1", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1:voltage", - "value": "200", - "description": "socket:type1:voltage=200 is displayed as \"Type 1 without cable (J1772) outputs 200 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type1", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1:voltage", - "value": "240", - "description": "socket:type1:voltage=240 is displayed as \"Type 1 without cable (J1772) outputs 240 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type1", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1:current", - "description": "Values of `socket:type1:current` are shown with \"Type 1 without cable (J1772) outputs at most {canonical(socket:type1:current)}\" and can be updated. The question is \"What current do the plugs with Type 1 without cable (J1772) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_type1", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1:current", - "value": "32", - "description": "socket:type1:current=32 is displayed as \"Type 1 without cable (J1772) outputs at most 32 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_type1", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1:output", - "description": "Values of `socket:type1:output` are shown with \"Type 1 without cable (J1772) outputs at most {canonical(socket:type1:output)}\" and can be updated. The question is \"What power output does a single plug of type Type 1 without cable (J1772) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type1", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1:output", - "value": "3.7 kW", - "description": "socket:type1:output=3.7 kW is displayed as \"Type 1 without cable (J1772) outputs at most 3.7 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type1", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1:output", - "value": "6.6 kW", - "description": "socket:type1:output=6.6 kW is displayed as \"Type 1 without cable (J1772) outputs at most 6.6 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type1", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1:output", - "value": "7 kW", - "description": "socket:type1:output=7 kW is displayed as \"Type 1 without cable (J1772) outputs at most 7 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type1", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1:output", - "value": "7.2 kW", - "description": "socket:type1:output=7.2 kW is displayed as \"Type 1 without cable (J1772) outputs at most 7.2 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type1", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_combo", - "description": "Values of `socket:type1_combo` are shown with \"There are {socket:type1_combo} plugs of type Type 1 CCS (aka Type 1 Combo) available here\" and can be updated. The question is \"How much plugs of type Type 1 CCS (aka Type 1 Combo) are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_type1_combo", - "icon_url": "./assets/layers/charging_station/Type1-ccs.svg" - }, - { - "key": "socket:type1_combo:voltage", - "description": "Values of `socket:type1_combo:voltage` are shown with \"Type 1 CCS (aka Type 1 Combo) outputs {canonical(socket:type1_combo:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Type 1 CCS (aka Type 1 Combo) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type1_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_combo:voltage", - "value": "400", - "description": "socket:type1_combo:voltage=400 is displayed as \"Type 1 CCS (aka Type 1 Combo) outputs 400 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type1_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_combo:voltage", - "value": "1000", - "description": "socket:type1_combo:voltage=1000 is displayed as \"Type 1 CCS (aka Type 1 Combo) outputs 1000 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type1_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_combo:current", - "description": "Values of `socket:type1_combo:current` are shown with \"Type 1 CCS (aka Type 1 Combo) outputs at most {canonical(socket:type1_combo:current)}\" and can be updated. The question is \"What current do the plugs with Type 1 CCS (aka Type 1 Combo) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_type1_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_combo:current", - "value": "50", - "description": "socket:type1_combo:current=50 is displayed as \"Type 1 CCS (aka Type 1 Combo) outputs at most 50 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_type1_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_combo:current", - "value": "125", - "description": "socket:type1_combo:current=125 is displayed as \"Type 1 CCS (aka Type 1 Combo) outputs at most 125 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_type1_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_combo:output", - "description": "Values of `socket:type1_combo:output` are shown with \"Type 1 CCS (aka Type 1 Combo) outputs at most {canonical(socket:type1_combo:output)}\" and can be updated. The question is \"What power output does a single plug of type Type 1 CCS (aka Type 1 Combo) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type1_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_combo:output", - "value": "50 kW", - "description": "socket:type1_combo:output=50 kW is displayed as \"Type 1 CCS (aka Type 1 Combo) outputs at most 50 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type1_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_combo:output", - "value": "62.5 kW", - "description": "socket:type1_combo:output=62.5 kW is displayed as \"Type 1 CCS (aka Type 1 Combo) outputs at most 62.5 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type1_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_combo:output", - "value": "150 kW", - "description": "socket:type1_combo:output=150 kW is displayed as \"Type 1 CCS (aka Type 1 Combo) outputs at most 150 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type1_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type1_combo:output", - "value": "350 kW", - "description": "socket:type1_combo:output=350 kW is displayed as \"Type 1 CCS (aka Type 1 Combo) outputs at most 350 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type1_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger", - "description": "Values of `socket:tesla_supercharger` are shown with \"There are {socket:tesla_supercharger} plugs of type Tesla Supercharger available here\" and can be updated. The question is \"How much plugs of type Tesla Supercharger are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_tesla_supercharger", - "icon_url": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg" - }, - { - "key": "socket:tesla_supercharger:voltage", - "description": "Values of `socket:tesla_supercharger:voltage` are shown with \"Tesla Supercharger outputs {canonical(socket:tesla_supercharger:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Tesla Supercharger offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_tesla_supercharger", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger:voltage", - "value": "480", - "description": "socket:tesla_supercharger:voltage=480 is displayed as \"Tesla Supercharger outputs 480 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_tesla_supercharger", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger:current", - "description": "Values of `socket:tesla_supercharger:current` are shown with \"Tesla Supercharger outputs at most {canonical(socket:tesla_supercharger:current)}\" and can be updated. The question is \"What current do the plugs with Tesla Supercharger offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_tesla_supercharger", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger:current", - "value": "125", - "description": "socket:tesla_supercharger:current=125 is displayed as \"Tesla Supercharger outputs at most 125 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_tesla_supercharger", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger:current", - "value": "350", - "description": "socket:tesla_supercharger:current=350 is displayed as \"Tesla Supercharger outputs at most 350 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_tesla_supercharger", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger:output", - "description": "Values of `socket:tesla_supercharger:output` are shown with \"Tesla Supercharger outputs at most {canonical(socket:tesla_supercharger:output)}\" and can be updated. The question is \"What power output does a single plug of type Tesla Supercharger offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_tesla_supercharger", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger:output", - "value": "120 kW", - "description": "socket:tesla_supercharger:output=120 kW is displayed as \"Tesla Supercharger outputs at most 120 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_tesla_supercharger", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger:output", - "value": "150 kW", - "description": "socket:tesla_supercharger:output=150 kW is displayed as \"Tesla Supercharger outputs at most 150 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_tesla_supercharger", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger:output", - "value": "250 kW", - "description": "socket:tesla_supercharger:output=250 kW is displayed as \"Tesla Supercharger outputs at most 250 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_tesla_supercharger", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2", - "description": "Values of `socket:type2` are shown with \"There are {socket:type2} plugs of type Type 2 (mennekes) available here\" and can be updated. The question is \"How much plugs of type Type 2 (mennekes) are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_type2", - "icon_url": "./assets/layers/charging_station/Type2_socket.svg" - }, - { - "key": "socket:type2:voltage", - "description": "Values of `socket:type2:voltage` are shown with \"Type 2 (mennekes) outputs {canonical(socket:type2:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Type 2 (mennekes) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type2", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2:voltage", - "value": "230", - "description": "socket:type2:voltage=230 is displayed as \"Type 2 (mennekes) outputs 230 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type2", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2:voltage", - "value": "400", - "description": "socket:type2:voltage=400 is displayed as \"Type 2 (mennekes) outputs 400 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type2", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2:current", - "description": "Values of `socket:type2:current` are shown with \"Type 2 (mennekes) outputs at most {canonical(socket:type2:current)}\" and can be updated. The question is \"What current do the plugs with Type 2 (mennekes) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_type2", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2:current", - "value": "16", - "description": "socket:type2:current=16 is displayed as \"Type 2 (mennekes) outputs at most 16 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_type2", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2:current", - "value": "32", - "description": "socket:type2:current=32 is displayed as \"Type 2 (mennekes) outputs at most 32 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_type2", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2:output", - "description": "Values of `socket:type2:output` are shown with \"Type 2 (mennekes) outputs at most {canonical(socket:type2:output)}\" and can be updated. The question is \"What power output does a single plug of type Type 2 (mennekes) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type2", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2:output", - "value": "11 kW", - "description": "socket:type2:output=11 kW is displayed as \"Type 2 (mennekes) outputs at most 11 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type2", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2:output", - "value": "22 kW", - "description": "socket:type2:output=22 kW is displayed as \"Type 2 (mennekes) outputs at most 22 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type2", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_combo", - "description": "Values of `socket:type2_combo` are shown with \"There are {socket:type2_combo} plugs of type Type 2 CCS (mennekes) available here\" and can be updated. The question is \"How much plugs of type Type 2 CCS (mennekes) are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_type2_combo", - "icon_url": "./assets/layers/charging_station/Type2_CCS.svg" - }, - { - "key": "socket:type2_combo:voltage", - "description": "Values of `socket:type2_combo:voltage` are shown with \"Type 2 CCS (mennekes) outputs {canonical(socket:type2_combo:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Type 2 CCS (mennekes) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type2_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_combo:voltage", - "value": "500", - "description": "socket:type2_combo:voltage=500 is displayed as \"Type 2 CCS (mennekes) outputs 500 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type2_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_combo:voltage", - "value": "920", - "description": "socket:type2_combo:voltage=920 is displayed as \"Type 2 CCS (mennekes) outputs 920 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type2_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_combo:current", - "description": "Values of `socket:type2_combo:current` are shown with \"Type 2 CCS (mennekes) outputs at most {canonical(socket:type2_combo:current)}\" and can be updated. The question is \"What current do the plugs with Type 2 CCS (mennekes) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_type2_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_combo:current", - "value": "125", - "description": "socket:type2_combo:current=125 is displayed as \"Type 2 CCS (mennekes) outputs at most 125 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_type2_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_combo:current", - "value": "350", - "description": "socket:type2_combo:current=350 is displayed as \"Type 2 CCS (mennekes) outputs at most 350 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_type2_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_combo:output", - "description": "Values of `socket:type2_combo:output` are shown with \"Type 2 CCS (mennekes) outputs at most {canonical(socket:type2_combo:output)}\" and can be updated. The question is \"What power output does a single plug of type Type 2 CCS (mennekes) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type2_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_combo:output", - "value": "50 kW", - "description": "socket:type2_combo:output=50 kW is displayed as \"Type 2 CCS (mennekes) outputs at most 50 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type2_combo", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_cable", - "description": "Values of `socket:type2_cable` are shown with \"There are {socket:type2_cable} plugs of type Type 2 with cable (mennekes) available here\" and can be updated. The question is \"How much plugs of type Type 2 with cable (mennekes) are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_type2_cable", - "icon_url": "./assets/layers/charging_station/Type2_tethered.svg" - }, - { - "key": "socket:type2_cable:voltage", - "description": "Values of `socket:type2_cable:voltage` are shown with \"Type 2 with cable (mennekes) outputs {canonical(socket:type2_cable:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Type 2 with cable (mennekes) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type2_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_cable:voltage", - "value": "230", - "description": "socket:type2_cable:voltage=230 is displayed as \"Type 2 with cable (mennekes) outputs 230 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type2_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_cable:voltage", - "value": "400", - "description": "socket:type2_cable:voltage=400 is displayed as \"Type 2 with cable (mennekes) outputs 400 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_type2_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_cable:current", - "description": "Values of `socket:type2_cable:current` are shown with \"Type 2 with cable (mennekes) outputs at most {canonical(socket:type2_cable:current)}\" and can be updated. The question is \"What current do the plugs with Type 2 with cable (mennekes) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_type2_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_cable:current", - "value": "16", - "description": "socket:type2_cable:current=16 is displayed as \"Type 2 with cable (mennekes) outputs at most 16 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_type2_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_cable:current", - "value": "32", - "description": "socket:type2_cable:current=32 is displayed as \"Type 2 with cable (mennekes) outputs at most 32 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_type2_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_cable:output", - "description": "Values of `socket:type2_cable:output` are shown with \"Type 2 with cable (mennekes) outputs at most {canonical(socket:type2_cable:output)}\" and can be updated. The question is \"What power output does a single plug of type Type 2 with cable (mennekes) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type2_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_cable:output", - "value": "11 kW", - "description": "socket:type2_cable:output=11 kW is displayed as \"Type 2 with cable (mennekes) outputs at most 11 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type2_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:type2_cable:output", - "value": "22 kW", - "description": "socket:type2_cable:output=22 kW is displayed as \"Type 2 with cable (mennekes) outputs at most 22 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_type2_cable", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger_ccs", - "description": "Values of `socket:tesla_supercharger_ccs` are shown with \"There are {socket:tesla_supercharger_ccs} plugs of type Tesla Supercharger CCS (a branded type2_css) available here\" and can be updated. The question is \"How much plugs of type Tesla Supercharger CCS (a branded type2_css) are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_tesla_supercharger_ccs", - "icon_url": "./assets/layers/charging_station/Type2_CCS.svg" - }, - { - "key": "socket:tesla_supercharger_ccs:voltage", - "description": "Values of `socket:tesla_supercharger_ccs:voltage` are shown with \"Tesla Supercharger CCS (a branded type2_css) outputs {canonical(socket:tesla_supercharger_ccs:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Tesla Supercharger CCS (a branded type2_css) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_tesla_supercharger_ccs", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger_ccs:voltage", - "value": "500", - "description": "socket:tesla_supercharger_ccs:voltage=500 is displayed as \"Tesla Supercharger CCS (a branded type2_css) outputs 500 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_tesla_supercharger_ccs", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger_ccs:voltage", - "value": "920", - "description": "socket:tesla_supercharger_ccs:voltage=920 is displayed as \"Tesla Supercharger CCS (a branded type2_css) outputs 920 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_tesla_supercharger_ccs", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger_ccs:current", - "description": "Values of `socket:tesla_supercharger_ccs:current` are shown with \"Tesla Supercharger CCS (a branded type2_css) outputs at most {canonical(socket:tesla_supercharger_ccs:current)}\" and can be updated. The question is \"What current do the plugs with Tesla Supercharger CCS (a branded type2_css) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_tesla_supercharger_ccs", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger_ccs:current", - "value": "125", - "description": "socket:tesla_supercharger_ccs:current=125 is displayed as \"Tesla Supercharger CCS (a branded type2_css) outputs at most 125 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_tesla_supercharger_ccs", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger_ccs:current", - "value": "350", - "description": "socket:tesla_supercharger_ccs:current=350 is displayed as \"Tesla Supercharger CCS (a branded type2_css) outputs at most 350 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_tesla_supercharger_ccs", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger_ccs:output", - "description": "Values of `socket:tesla_supercharger_ccs:output` are shown with \"Tesla Supercharger CCS (a branded type2_css) outputs at most {canonical(socket:tesla_supercharger_ccs:output)}\" and can be updated. The question is \"What power output does a single plug of type Tesla Supercharger CCS (a branded type2_css) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_tesla_supercharger_ccs", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_supercharger_ccs:output", - "value": "50 kW", - "description": "socket:tesla_supercharger_ccs:output=50 kW is displayed as \"Tesla Supercharger CCS (a branded type2_css) outputs at most 50 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_tesla_supercharger_ccs", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination", - "description": "Values of `socket:tesla_destination` are shown with \"There are {socket:tesla_destination} plugs of type Tesla Supercharger (destination) available here\" and can be updated. The question is \"How much plugs of type Tesla Supercharger (destination) are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_tesla_destination_us", - "icon_url": "./assets/layers/charging_station/Tesla-hpwc-model-s.svg" - }, - { - "key": "socket:tesla_destination:voltage", - "description": "Values of `socket:tesla_destination:voltage` are shown with \"Tesla Supercharger (destination) outputs {canonical(socket:tesla_destination:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Tesla Supercharger (destination) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_tesla_destination_us", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:voltage", - "value": "480", - "description": "socket:tesla_destination:voltage=480 is displayed as \"Tesla Supercharger (destination) outputs 480 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_tesla_destination_us", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:current", - "description": "Values of `socket:tesla_destination:current` are shown with \"Tesla Supercharger (destination) outputs at most {canonical(socket:tesla_destination:current)}\" and can be updated. The question is \"What current do the plugs with Tesla Supercharger (destination) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_tesla_destination_us", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:current", - "value": "125", - "description": "socket:tesla_destination:current=125 is displayed as \"Tesla Supercharger (destination) outputs at most 125 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_tesla_destination_us", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:current", - "value": "350", - "description": "socket:tesla_destination:current=350 is displayed as \"Tesla Supercharger (destination) outputs at most 350 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_tesla_destination_us", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:output", - "description": "Values of `socket:tesla_destination:output` are shown with \"Tesla Supercharger (destination) outputs at most {canonical(socket:tesla_destination:output)}\" and can be updated. The question is \"What power output does a single plug of type Tesla Supercharger (destination) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_tesla_destination_us", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:output", - "value": "120 kW", - "description": "socket:tesla_destination:output=120 kW is displayed as \"Tesla Supercharger (destination) outputs at most 120 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_tesla_destination_us", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:output", - "value": "150 kW", - "description": "socket:tesla_destination:output=150 kW is displayed as \"Tesla Supercharger (destination) outputs at most 150 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_tesla_destination_us", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:output", - "value": "250 kW", - "description": "socket:tesla_destination:output=250 kW is displayed as \"Tesla Supercharger (destination) outputs at most 250 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_tesla_destination_us", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination", - "description": "Values of `socket:tesla_destination` are shown with \"There are {socket:tesla_destination} plugs of type Tesla supercharger (destination) (A Type 2 with cable branded as tesla) available here\" and can be updated. The question is \"How much plugs of type Tesla supercharger (destination) (A Type 2 with cable branded as tesla) are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_tesla_destination", - "icon_url": "./assets/layers/charging_station/Type2_tethered.svg" - }, - { - "key": "socket:tesla_destination:voltage", - "description": "Values of `socket:tesla_destination:voltage` are shown with \"Tesla supercharger (destination) (A Type 2 with cable branded as tesla) outputs {canonical(socket:tesla_destination:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Tesla supercharger (destination) (A Type 2 with cable branded as tesla) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_tesla_destination", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:voltage", - "value": "230", - "description": "socket:tesla_destination:voltage=230 is displayed as \"Tesla supercharger (destination) (A Type 2 with cable branded as tesla) outputs 230 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_tesla_destination", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:voltage", - "value": "400", - "description": "socket:tesla_destination:voltage=400 is displayed as \"Tesla supercharger (destination) (A Type 2 with cable branded as tesla) outputs 400 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_tesla_destination", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:current", - "description": "Values of `socket:tesla_destination:current` are shown with \"Tesla supercharger (destination) (A Type 2 with cable branded as tesla) outputs at most {canonical(socket:tesla_destination:current)}\" and can be updated. The question is \"What current do the plugs with Tesla supercharger (destination) (A Type 2 with cable branded as tesla) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_tesla_destination", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:current", - "value": "16", - "description": "socket:tesla_destination:current=16 is displayed as \"Tesla supercharger (destination) (A Type 2 with cable branded as tesla) outputs at most 16 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_tesla_destination", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:current", - "value": "32", - "description": "socket:tesla_destination:current=32 is displayed as \"Tesla supercharger (destination) (A Type 2 with cable branded as tesla) outputs at most 32 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_tesla_destination", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:output", - "description": "Values of `socket:tesla_destination:output` are shown with \"Tesla supercharger (destination) (A Type 2 with cable branded as tesla) outputs at most {canonical(socket:tesla_destination:output)}\" and can be updated. The question is \"What power output does a single plug of type Tesla supercharger (destination) (A Type 2 with cable branded as tesla) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_tesla_destination", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:output", - "value": "11 kW", - "description": "socket:tesla_destination:output=11 kW is displayed as \"Tesla supercharger (destination) (A Type 2 with cable branded as tesla) outputs at most 11 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_tesla_destination", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:tesla_destination:output", - "value": "22 kW", - "description": "socket:tesla_destination:output=22 kW is displayed as \"Tesla supercharger (destination) (A Type 2 with cable branded as tesla) outputs at most 22 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_tesla_destination", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:USB-A", - "description": "Values of `socket:USB-A` are shown with \"There are {socket:USB-A} plugs of type USB to charge phones and small electronics available here\" and can be updated. The question is \"How much plugs of type USB to charge phones and small electronics are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_USB_A", - "icon_url": "./assets/layers/charging_station/usb_port.svg" - }, - { - "key": "socket:USB-A:voltage", - "description": "Values of `socket:USB-A:voltage` are shown with \"USB to charge phones and small electronics outputs {canonical(socket:USB-A:voltage)}\" and can be updated. The question is \"What voltage do the plugs with USB to charge phones and small electronics offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_USB_A", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:USB-A:voltage", - "value": "5", - "description": "socket:USB-A:voltage=5 is displayed as \"USB to charge phones and small electronics outputs 5 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_USB_A", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:USB-A:current", - "description": "Values of `socket:USB-A:current` are shown with \"USB to charge phones and small electronics outputs at most {canonical(socket:USB-A:current)}\" and can be updated. The question is \"What current do the plugs with USB to charge phones and small electronics offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_USB_A", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:USB-A:current", - "value": "1", - "description": "socket:USB-A:current=1 is displayed as \"USB to charge phones and small electronics outputs at most 1 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_USB_A", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:USB-A:current", - "value": "2", - "description": "socket:USB-A:current=2 is displayed as \"USB to charge phones and small electronics outputs at most 2 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_USB_A", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:USB-A:output", - "description": "Values of `socket:USB-A:output` are shown with \"USB to charge phones and small electronics outputs at most {canonical(socket:USB-A:output)}\" and can be updated. The question is \"What power output does a single plug of type USB to charge phones and small electronics offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_USB_A", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:USB-A:output", - "value": "5W", - "description": "socket:USB-A:output=5W is displayed as \"USB to charge phones and small electronics outputs at most 5W\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_USB_A", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:USB-A:output", - "value": "10W", - "description": "socket:USB-A:output=10W is displayed as \"USB to charge phones and small electronics outputs at most 10W\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_USB_A", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bosch_3pin", - "description": "Values of `socket:bosch_3pin` are shown with \"There are {socket:bosch_3pin} plugs of type Bosch Active Connect with 3 pins and cable available here\" and can be updated. The question is \"How much plugs of type Bosch Active Connect with 3 pins and cable are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_bosch_3pin", - "icon_url": "./assets/layers/charging_station/bosch-3pin.svg" - }, - { - "key": "socket:bosch_3pin:voltage", - "description": "Values of `socket:bosch_3pin:voltage` are shown with \"Bosch Active Connect with 3 pins and cable outputs {canonical(socket:bosch_3pin:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Bosch Active Connect with 3 pins and cable offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_bosch_3pin", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bosch_3pin:current", - "description": "Values of `socket:bosch_3pin:current` are shown with \"Bosch Active Connect with 3 pins and cable outputs at most {canonical(socket:bosch_3pin:current)}\" and can be updated. The question is \"What current do the plugs with Bosch Active Connect with 3 pins and cable offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_bosch_3pin", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bosch_3pin:output", - "description": "Values of `socket:bosch_3pin:output` are shown with \"Bosch Active Connect with 3 pins and cable outputs at most {canonical(socket:bosch_3pin:output)}\" and can be updated. The question is \"What power output does a single plug of type Bosch Active Connect with 3 pins and cable offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_bosch_3pin", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bosch_5pin", - "description": "Values of `socket:bosch_5pin` are shown with \"There are {socket:bosch_5pin} plugs of type Bosch Active Connect with 5 pins and cable available here\" and can be updated. The question is \"How much plugs of type Bosch Active Connect with 5 pins and cable are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_bosch_5pin", - "icon_url": "./assets/layers/charging_station/bosch-5pin.svg" - }, - { - "key": "socket:bosch_5pin:voltage", - "description": "Values of `socket:bosch_5pin:voltage` are shown with \"Bosch Active Connect with 5 pins and cable outputs {canonical(socket:bosch_5pin:voltage)}\" and can be updated. The question is \"What voltage do the plugs with Bosch Active Connect with 5 pins and cable offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_bosch_5pin", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bosch_5pin:current", - "description": "Values of `socket:bosch_5pin:current` are shown with \"Bosch Active Connect with 5 pins and cable outputs at most {canonical(socket:bosch_5pin:current)}\" and can be updated. The question is \"What current do the plugs with Bosch Active Connect with 5 pins and cable offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_bosch_5pin", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bosch_5pin:output", - "description": "Values of `socket:bosch_5pin:output` are shown with \"Bosch Active Connect with 5 pins and cable outputs at most {canonical(socket:bosch_5pin:output)}\" and can be updated. The question is \"What power output does a single plug of type Bosch Active Connect with 5 pins and cable offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_bosch_5pin", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bs1363", - "description": "Values of `socket:bs1363` are shown with \"There are {socket:bs1363} plugs of type BS1363 (Type G) available here\" and can be updated. The question is \"How much plugs of type BS1363 (Type G) are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_bs1363", - "icon_url": "./assets/layers/charging_station/bs1363.svg" - }, - { - "key": "socket:bs1363:voltage", - "description": "Values of `socket:bs1363:voltage` are shown with \"BS1363 (Type G) outputs {canonical(socket:bs1363:voltage)}\" and can be updated. The question is \"What voltage do the plugs with BS1363 (Type G) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_bs1363", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bs1363:voltage", - "value": "230", - "description": "socket:bs1363:voltage=230 is displayed as \"BS1363 (Type G) outputs 230 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_bs1363", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bs1363:current", - "description": "Values of `socket:bs1363:current` are shown with \"BS1363 (Type G) outputs at most {canonical(socket:bs1363:current)}\" and can be updated. The question is \"What current do the plugs with BS1363 (Type G) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_bs1363", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bs1363:current", - "value": "13", - "description": "socket:bs1363:current=13 is displayed as \"BS1363 (Type G) outputs at most 13 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_bs1363", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bs1363:output", - "description": "Values of `socket:bs1363:output` are shown with \"BS1363 (Type G) outputs at most {canonical(socket:bs1363:output)}\" and can be updated. The question is \"What power output does a single plug of type BS1363 (Type G) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_bs1363", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:bs1363:output", - "value": "3kW", - "description": "socket:bs1363:output=3kW is displayed as \"BS1363 (Type G) outputs at most 3kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_bs1363", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema5_15", - "description": "Values of `socket:nema5_15` are shown with \"There are {socket:nema5_15} plugs of type NEMA 5-15 (Type B) available here\" and can be updated. The question is \"How much plugs of type NEMA 5-15 (Type B) are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_nema5_15", - "icon_url": "./assets/layers/charging_station/nema-5-15.svg" - }, - { - "key": "socket:nema5_15:voltage", - "description": "Values of `socket:nema5_15:voltage` are shown with \"NEMA 5-15 (Type B) outputs {canonical(socket:nema5_15:voltage)}\" and can be updated. The question is \"What voltage do the plugs with NEMA 5-15 (Type B) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_nema5_15", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema5_15:voltage", - "value": "120", - "description": "socket:nema5_15:voltage=120 is displayed as \"NEMA 5-15 (Type B) outputs 120 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_nema5_15", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema5_15:current", - "description": "Values of `socket:nema5_15:current` are shown with \"NEMA 5-15 (Type B) outputs at most {canonical(socket:nema5_15:current)}\" and can be updated. The question is \"What current do the plugs with NEMA 5-15 (Type B) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_nema5_15", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema5_15:current", - "value": "15", - "description": "socket:nema5_15:current=15 is displayed as \"NEMA 5-15 (Type B) outputs at most 15 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_nema5_15", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema5_15:output", - "description": "Values of `socket:nema5_15:output` are shown with \"NEMA 5-15 (Type B) outputs at most {canonical(socket:nema5_15:output)}\" and can be updated. The question is \"What power output does a single plug of type NEMA 5-15 (Type B) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_nema5_15", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema5_15:output", - "value": "1.8 kW", - "description": "socket:nema5_15:output=1.8 kW is displayed as \"NEMA 5-15 (Type B) outputs at most 1.8 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_nema5_15", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:sev1011_t23", - "description": "Values of `socket:sev1011_t23` are shown with \"There are {socket:sev1011_t23} plugs of type SEV 1011 T23 (Type J) available here\" and can be updated. The question is \"How much plugs of type SEV 1011 T23 (Type J) are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_sev1011_t23", - "icon_url": "./assets/layers/charging_station/typej.svg" - }, - { - "key": "socket:sev1011_t23:voltage", - "description": "Values of `socket:sev1011_t23:voltage` are shown with \"SEV 1011 T23 (Type J) outputs {canonical(socket:sev1011_t23:voltage)}\" and can be updated. The question is \"What voltage do the plugs with SEV 1011 T23 (Type J) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_sev1011_t23", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:sev1011_t23:voltage", - "value": "230", - "description": "socket:sev1011_t23:voltage=230 is displayed as \"SEV 1011 T23 (Type J) outputs 230 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_sev1011_t23", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:sev1011_t23:current", - "description": "Values of `socket:sev1011_t23:current` are shown with \"SEV 1011 T23 (Type J) outputs at most {canonical(socket:sev1011_t23:current)}\" and can be updated. The question is \"What current do the plugs with SEV 1011 T23 (Type J) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_sev1011_t23", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:sev1011_t23:current", - "value": "16", - "description": "socket:sev1011_t23:current=16 is displayed as \"SEV 1011 T23 (Type J) outputs at most 16 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_sev1011_t23", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:sev1011_t23:output", - "description": "Values of `socket:sev1011_t23:output` are shown with \"SEV 1011 T23 (Type J) outputs at most {canonical(socket:sev1011_t23:output)}\" and can be updated. The question is \"What power output does a single plug of type SEV 1011 T23 (Type J) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_sev1011_t23", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:sev1011_t23:output", - "value": "3.7 kW", - "description": "socket:sev1011_t23:output=3.7 kW is displayed as \"SEV 1011 T23 (Type J) outputs at most 3.7 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_sev1011_t23", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:as3112", - "description": "Values of `socket:as3112` are shown with \"There are {socket:as3112} plugs of type AS3112 (Type I) available here\" and can be updated. The question is \"How much plugs of type AS3112 (Type I) are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_as3112", - "icon_url": "./assets/layers/charging_station/as3112.svg" - }, - { - "key": "socket:as3112:voltage", - "description": "Values of `socket:as3112:voltage` are shown with \"AS3112 (Type I) outputs {canonical(socket:as3112:voltage)}\" and can be updated. The question is \"What voltage do the plugs with AS3112 (Type I) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_as3112", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:as3112:voltage", - "value": "230", - "description": "socket:as3112:voltage=230 is displayed as \"AS3112 (Type I) outputs 230 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_as3112", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:as3112:current", - "description": "Values of `socket:as3112:current` are shown with \"AS3112 (Type I) outputs at most {canonical(socket:as3112:current)}\" and can be updated. The question is \"What current do the plugs with AS3112 (Type I) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_as3112", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:as3112:current", - "value": "10", - "description": "socket:as3112:current=10 is displayed as \"AS3112 (Type I) outputs at most 10 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_as3112", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:as3112:output", - "description": "Values of `socket:as3112:output` are shown with \"AS3112 (Type I) outputs at most {canonical(socket:as3112:output)}\" and can be updated. The question is \"What power output does a single plug of type AS3112 (Type I) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_as3112", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:as3112:output", - "value": "2.3 kW", - "description": "socket:as3112:output=2.3 kW is displayed as \"AS3112 (Type I) outputs at most 2.3 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_as3112", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema_5_20", - "description": "Values of `socket:nema_5_20` are shown with \"There are {socket:nema_5_20} plugs of type NEMA 5-20 (Type B) available here\" and can be updated. The question is \"How much plugs of type NEMA 5-20 (Type B) are available here?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#plugs_amount_socket_nema_5_20", - "icon_url": "./assets/layers/charging_station/nema-5-20.svg" - }, - { - "key": "socket:nema_5_20:voltage", - "description": "Values of `socket:nema_5_20:voltage` are shown with \"NEMA 5-20 (Type B) outputs {canonical(socket:nema_5_20:voltage)}\" and can be updated. The question is \"What voltage do the plugs with NEMA 5-20 (Type B) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_nema_5_20", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema_5_20:voltage", - "value": "120", - "description": "socket:nema_5_20:voltage=120 is displayed as \"NEMA 5-20 (Type B) outputs 120 volt\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#voltage_socket_nema_5_20", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema_5_20:current", - "description": "Values of `socket:nema_5_20:current` are shown with \"NEMA 5-20 (Type B) outputs at most {canonical(socket:nema_5_20:current)}\" and can be updated. The question is \"What current do the plugs with NEMA 5-20 (Type B) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_nema_5_20", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema_5_20:current", - "value": "20", - "description": "socket:nema_5_20:current=20 is displayed as \"NEMA 5-20 (Type B) outputs at most 20 A\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#current_socket_nema_5_20", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema_5_20:output", - "description": "Values of `socket:nema_5_20:output` are shown with \"NEMA 5-20 (Type B) outputs at most {canonical(socket:nema_5_20:output)}\" and can be updated. The question is \"What power output does a single plug of type NEMA 5-20 (Type B) offer?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_nema_5_20", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "socket:nema_5_20:output", - "value": "2.4 kW", - "description": "socket:nema_5_20:output=2.4 kW is displayed as \"NEMA 5-20 (Type B) outputs at most 2.4 kW\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#power_output_socket_nema_5_20", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"When is this charging station opened?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#OH", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "opening_hours", - "value": "24/7", - "description": "opening_hours=24/7 is displayed as \"24/7 opened (including holidays)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#OH", - "icon_url": "./assets/layers/questions/open24_7.svg" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#OH", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "fee", - "value": "no", - "description": "fee=no & fee:conditional= & charge= & authentication:none=yes is displayed as \"Free to use (without authenticating)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "fee:conditional", - "description": "fee=no & fee:conditional= & charge= & authentication:none=yes is displayed as \"Free to use (without authenticating)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "charge", - "description": "fee=no & fee:conditional= & charge= & authentication:none=yes is displayed as \"Free to use (without authenticating)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "authentication:none", - "value": "yes", - "description": "fee=no & fee:conditional= & charge= & authentication:none=yes is displayed as \"Free to use (without authenticating)\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "fee", - "value": "no", - "description": "fee=no & fee:conditional= & charge= & authentication:none=no is displayed as \"Free to use, but one has to authenticate\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "fee:conditional", - "description": "fee=no & fee:conditional= & charge= & authentication:none=no is displayed as \"Free to use, but one has to authenticate\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "charge", - "description": "fee=no & fee:conditional= & charge= & authentication:none=no is displayed as \"Free to use, but one has to authenticate\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "authentication:none", - "value": "no", - "description": "fee=no & fee:conditional= & charge= & authentication:none=no is displayed as \"Free to use, but one has to authenticate\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "fee", - "value": "no", - "description": "fee=no is displayed as \"Free to use\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "fee", - "value": "yes", - "description": "fee=yes & fee:conditional=no @ customers is displayed as \"Paid use, but free for customers of the hotel/pub/hospital/... who operates the charging station\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "fee:conditional", - "value": "no @ customers", - "description": "fee=yes & fee:conditional=no @ customers is displayed as \"Paid use, but free for customers of the hotel/pub/hospital/... who operates the charging station\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "fee", - "value": "yes", - "description": "fee=yes & fee:conditional= is displayed as \"Paid use\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "fee:conditional", - "description": "fee=yes & fee:conditional= is displayed as \"Paid use\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "charge", - "description": "Values of `charge` are shown with \"Using this charging station costs {charge}\" and can be updated. The question is \"How much does one have to pay to use this charging station?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#charge", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "payment:app", - "value": "yes", - "description": "payment:app=yes is displayed as \"Payment is done using a dedicated app\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#payment_options", - "icon_url": "./assets/layers/questions/smartphone.svg" - }, - { - "key": "payment:membership_card", - "value": "yes", - "description": "payment:membership_card=yes is displayed as \"Payment is done using a membership card\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#payment_options", - "icon_url": "./assets/layers/questions/nfc_card.svg" - }, - { - "key": "payment:app", - "description": "payment:app~.+ & payment:app!=no & payment:app!=yes is displayed as \"Payment is done using a dedicated app\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#payment_options", - "icon_url": "./assets/layers/questions/smartphone.svg" - }, - { - "key": "payment:app", - "description": "Values of `payment:app` are shown with \"Payment can be done using the app {payment:app}\" and can be updated. The question is \"What is the name of the app used for payment?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#app_name", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "authentication:membership_card", - "value": "yes", - "description": "authentication:membership_card=yes is displayed as \"Authentication by a membership card\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Authentication", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "authentication:app", - "value": "yes", - "description": "authentication:app=yes is displayed as \"Authentication by an app\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Authentication", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "authentication:phone_call", - "value": "yes", - "description": "authentication:phone_call=yes is displayed as \"Authentication via phone call is available\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Authentication", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "authentication:short_message", - "value": "yes", - "description": "authentication:short_message=yes is displayed as \"Authentication via SMS is available\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Authentication", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "authentication:nfc", - "value": "yes", - "description": "authentication:nfc=yes is displayed as \"Authentication via NFC is available\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Authentication", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "authentication:money_card", - "value": "yes", - "description": "authentication:money_card=yes is displayed as \"Authentication via Money Card is available\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Authentication", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "authentication:debit_card", - "value": "yes", - "description": "authentication:debit_card=yes is displayed as \"Authentication via debit card is available\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Authentication", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "authentication:none", - "value": "yes", - "description": "authentication:none=yes is displayed as \"Charging here is (also) possible without authentication\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Authentication", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "authentication:phone_call:number", - "description": "Values of `authentication:phone_call:number` are shown with \"Authenticate by calling or SMS'ing to {authentication:phone_call:number}\" and can be updated. The question is \"What's the phone number for authentication call or SMS?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Auth_phone", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "network", - "description": "Values of `network` are shown with \"Part of the network {network}\" and can be updated. The question is \"Is this charging station part of a network?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Network", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "no:network", - "value": "yes", - "description": "no:network=yes is displayed as \"Not part of a bigger network, e.g. because the charging station is maintained by a local business\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Network", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "network", - "value": "none", - "description": "network=none is displayed as \"Not part of a bigger network\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Network", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "network", - "value": "AeroVironment", - "description": "network=AeroVironment is displayed as \"AeroVironment\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Network", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "network", - "value": "Blink", - "description": "network=Blink is displayed as \"Blink\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Network", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "network", - "value": "EVgo", - "description": "network=EVgo is displayed as \"EVgo\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Network", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "network", - "value": "Allego", - "description": "network=Allego is displayed as \"Allego\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Network", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "network", - "value": "Blue Corner", - "description": "network=Blue Corner is displayed as \"Blue Corner\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Network", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "network", - "value": "Tesla", - "description": "network=Tesla is displayed as \"Tesla\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Network", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "operator", - "description": "Values of `operator` are shown with \"This charging station is operated by {operator}\" and can be updated. The question is \"Who is the operator of this charging station?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operator", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "network", - "description": "network= is displayed as \"Actually, {operator} is the network\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operator", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"In case of problems, call {phone}\" and can be updated. The question is \"What number can one call if there is a problem with this charging station?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#phone", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"In case of problems, send an email to {email}\" and can be updated. The question is \"What is the email address of the operator?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#email", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"More info on {website}\" and can be updated. The question is \"What is the website where one can find more information about this charging station?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#website", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "ref", - "description": "Values of `ref` are shown with \"Reference number is {ref}\" and can be updated. The question is \"What is the reference number of this charging station?\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#ref", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "planned:amenity", - "description": "planned:amenity= & construction:amenity= & disused:amenity= & operational_status= & amenity=charging_station is displayed as \"This charging station works\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "construction:amenity", - "description": "planned:amenity= & construction:amenity= & disused:amenity= & operational_status= & amenity=charging_station is displayed as \"This charging station works\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "disused:amenity", - "description": "planned:amenity= & construction:amenity= & disused:amenity= & operational_status= & amenity=charging_station is displayed as \"This charging station works\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "operational_status", - "description": "planned:amenity= & construction:amenity= & disused:amenity= & operational_status= & amenity=charging_station is displayed as \"This charging station works\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "amenity", - "value": "charging_station", - "description": "planned:amenity= & construction:amenity= & disused:amenity= & operational_status= & amenity=charging_station is displayed as \"This charging station works\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "planned:amenity", - "description": "planned:amenity= & construction:amenity= & disused:amenity= & operational_status=broken & amenity=charging_station is displayed as \"This charging station is broken\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "construction:amenity", - "description": "planned:amenity= & construction:amenity= & disused:amenity= & operational_status=broken & amenity=charging_station is displayed as \"This charging station is broken\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "disused:amenity", - "description": "planned:amenity= & construction:amenity= & disused:amenity= & operational_status=broken & amenity=charging_station is displayed as \"This charging station is broken\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "operational_status", - "value": "broken", - "description": "planned:amenity= & construction:amenity= & disused:amenity= & operational_status=broken & amenity=charging_station is displayed as \"This charging station is broken\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "amenity", - "value": "charging_station", - "description": "planned:amenity= & construction:amenity= & disused:amenity= & operational_status=broken & amenity=charging_station is displayed as \"This charging station is broken\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "planned:amenity", - "value": "charging_station", - "description": "planned:amenity=charging_station & construction:amenity= & disused:amenity= & operational_status= & amenity= is displayed as \"A charging station is planned here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "construction:amenity", - "description": "planned:amenity=charging_station & construction:amenity= & disused:amenity= & operational_status= & amenity= is displayed as \"A charging station is planned here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "disused:amenity", - "description": "planned:amenity=charging_station & construction:amenity= & disused:amenity= & operational_status= & amenity= is displayed as \"A charging station is planned here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "operational_status", - "description": "planned:amenity=charging_station & construction:amenity= & disused:amenity= & operational_status= & amenity= is displayed as \"A charging station is planned here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "amenity", - "description": "planned:amenity=charging_station & construction:amenity= & disused:amenity= & operational_status= & amenity= is displayed as \"A charging station is planned here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "planned:amenity", - "description": "planned:amenity= & construction:amenity=charging_station & disused:amenity= & operational_status= & amenity= is displayed as \"A charging station is constructed here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "construction:amenity", - "value": "charging_station", - "description": "planned:amenity= & construction:amenity=charging_station & disused:amenity= & operational_status= & amenity= is displayed as \"A charging station is constructed here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "disused:amenity", - "description": "planned:amenity= & construction:amenity=charging_station & disused:amenity= & operational_status= & amenity= is displayed as \"A charging station is constructed here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "operational_status", - "description": "planned:amenity= & construction:amenity=charging_station & disused:amenity= & operational_status= & amenity= is displayed as \"A charging station is constructed here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "amenity", - "description": "planned:amenity= & construction:amenity=charging_station & disused:amenity= & operational_status= & amenity= is displayed as \"A charging station is constructed here\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "planned:amenity", - "description": "planned:amenity= & construction:amenity= & disused:amenity=charging_station & operational_status= & amenity= is displayed as \"This charging station has beed permanently disabled and is not in use anymore but is still visible\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "construction:amenity", - "description": "planned:amenity= & construction:amenity= & disused:amenity=charging_station & operational_status= & amenity= is displayed as \"This charging station has beed permanently disabled and is not in use anymore but is still visible\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "disused:amenity", - "value": "charging_station", - "description": "planned:amenity= & construction:amenity= & disused:amenity=charging_station & operational_status= & amenity= is displayed as \"This charging station has beed permanently disabled and is not in use anymore but is still visible\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "operational_status", - "description": "planned:amenity= & construction:amenity= & disused:amenity=charging_station & operational_status= & amenity= is displayed as \"This charging station has beed permanently disabled and is not in use anymore but is still visible\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "amenity", - "description": "planned:amenity= & construction:amenity= & disused:amenity=charging_station & operational_status= & amenity= is displayed as \"This charging station has beed permanently disabled and is not in use anymore but is still visible\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Operational_status", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "parking:fee", - "value": "no", - "description": "parking:fee=no is displayed as \"No additional parking cost while charging\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Parking_fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - }, - { - "key": "parking:fee", - "value": "yes", - "description": "parking:fee=yes is displayed as \"An additional parking fee should be paid while charging\" by layer Charging stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/charging_station.md#Parking_fee", - "icon_url": "./assets/themes/charging_stations/plug.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_pets.json b/Docs/TagInfo/mapcomplete_pets.json deleted file mode 100644 index 6c73d36709..0000000000 --- a/Docs/TagInfo/mapcomplete_pets.json +++ /dev/null @@ -1,2915 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Veterinarians, dog parks and other pet-amenities", - "description": "On this map, you'll find various interesting places for you pets: veterinarians, dog parks, pet shops, dog-friendly restaurants,", - "project_url": "https://mapcomplete.org/pets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/layers/dogpark/dog-park.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "leisure", - "value": "dog_park", - "description": "Features with this tag are displayed by layer dog parks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dogpark.md", - "icon_url": "./assets/layers/dogpark/dog-park.svg" - }, - { - "key": "leisure", - "value": "park", - "description": "Features with this tag are displayed by layer dog parks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dogpark.md", - "icon_url": "./assets/layers/dogpark/dog-park.svg" - }, - { - "key": "dog", - "value": "unleashed", - "description": "Features with this tag are displayed by layers dog parks, Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dogpark.md", - "icon_url": "./assets/layers/dogpark/dog-park.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers dog parks, veterinary, Animal shelters, Dog toilets, Dog friendly eateries, Dog-friendly shops, Waste baskets with excrement bag dispensers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dogpark.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers dog parks, Animal shelters, Dog toilets, Dog friendly eateries, Dog friendly eateries, Dog-friendly shops, Waste baskets with excrement bag dispensers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dogpark.md#images", - "icon_url": "./assets/layers/dogpark/dog-park.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers dog parks, Animal shelters, Dog toilets, Dog friendly eateries, Dog friendly eateries, Dog-friendly shops, Waste baskets with excrement bag dispensers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dogpark.md#images", - "icon_url": "./assets/layers/dogpark/dog-park.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers dog parks, Animal shelters, Dog toilets, Dog friendly eateries, Dog friendly eateries, Dog-friendly shops, Waste baskets with excrement bag dispensers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dogpark.md#images", - "icon_url": "./assets/layers/dogpark/dog-park.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers dog parks, Animal shelters, Dog toilets, Dog friendly eateries, Dog friendly eateries, Dog-friendly shops, Waste baskets with excrement bag dispensers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dogpark.md#images", - "icon_url": "./assets/layers/dogpark/dog-park.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers dog parks, Animal shelters, Dog toilets, Dog friendly eateries, Dog friendly eateries, Dog-friendly shops, Waste baskets with excrement bag dispensers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dogpark.md#images", - "icon_url": "./assets/layers/dogpark/dog-park.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"The name of this dog park is {name}\" and can be updated. The question is \"What is the name of this dog park?\" by layer dog parks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dogpark.md#Name", - "icon_url": "./assets/layers/dogpark/dog-park.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"What are the opening hours of {title()}?\" by layers dog parks, veterinary, Animal shelters, Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dogpark.md#opening_hours_24_7", - "icon_url": "./assets/layers/dogpark/dog-park.svg" - }, - { - "key": "opening_hours", - "value": "24/7", - "description": "opening_hours=24/7 is displayed as \"24/7 opened (including holidays)\" by layer dog parks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dogpark.md#opening_hours_24_7", - "icon_url": "./assets/layers/questions/open24_7.svg" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layers dog parks, veterinary, Animal shelters, Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dogpark.md#opening_hours_24_7", - "icon_url": "./assets/layers/dogpark/dog-park.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{website}\" and can be updated. The question is \"What is the website of {title()}?\" by layers dog parks, veterinary, Animal shelters, Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dogpark.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layers dog parks, veterinary, Animal shelters, Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dogpark.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "barrier", - "value": "fence", - "description": "barrier=fence is displayed as \"This dogpark is fenced all around\" by layer dog parks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dogpark.md#dogpark_fenced", - "icon_url": "./assets/layers/dogpark/dog-park.svg" - }, - { - "key": "barrier", - "value": "no", - "description": "barrier=no is displayed as \"This dogpark is not fenced all around\" by layer dog parks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dogpark.md#dogpark_fenced", - "icon_url": "./assets/layers/dogpark/dog-park.svg" - }, - { - "key": "small_dog", - "value": "separate", - "description": "small_dog=separate is displayed as \"Have separate area for puppies and small dogs\" by layer dog parks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dogpark.md#smalldogs", - "icon_url": "./assets/layers/dogpark/dog-park.svg" - }, - { - "key": "small_dog", - "value": "shared", - "description": "small_dog=shared is displayed as \"Does not have a separate area for puppies and small dogs\" by layer dog parks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dogpark.md#smalldogs", - "icon_url": "./assets/layers/dogpark/dog-park.svg" - }, - { - "key": "amenity", - "value": "veterinary", - "description": "Features with this tag are displayed by layer veterinary", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/veterinary.md", - "icon_url": "./assets/layers/veterinary/vet.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}\" and can be updated. The question is \"What is the phone number of {title()}?\" by layers veterinary, Animal shelters, Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/veterinary.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "contact:phone", - "description": "contact:phone~.+ is displayed as \"{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}\" by layers veterinary, Animal shelters, Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/veterinary.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"The name of this veterinarian is {name}\" and can be updated. The question is \"What is the name of this veterinarian?\" by layer veterinary", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/veterinary.md#vetName", - "icon_url": "./assets/layers/veterinary/vet.svg" - }, - { - "key": "amenity", - "value": "animal_shelter", - "description": "Features with this tag are displayed by layer Animal shelters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/animal_shelter.md", - "icon_url": "./assets/layers/animal_shelter/animal_shelter.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This animal shelter is named {name}\" and can be updated. The question is \"What is the name of this animal shelter?\" by layer Animal shelters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/animal_shelter.md#2", - "icon_url": "./assets/layers/animal_shelter/animal_shelter.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"{email}\" and can be updated. The question is \"What is the email address of {title()}?\" by layers Animal shelters, Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/animal_shelter.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "contact:email", - "description": "contact:email~.+ is displayed as \"{contact:email}\" by layers Animal shelters, Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/animal_shelter.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "operator:email", - "description": "operator:email~.+ is displayed as \"{operator:email}\" by layers Animal shelters, Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/animal_shelter.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "purpose", - "value": "adoption", - "description": "purpose=adoption is displayed as \"Animals are kept here until adopted by a new owner\" by layer Animal shelters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/animal_shelter.md#6", - "icon_url": "./assets/layers/animal_shelter/animal_shelter.svg" - }, - { - "key": "purpose", - "value": "sanctuary", - "description": "purpose=sanctuary is displayed as \"Animals are taken care of for the rest of their lives\" by layer Animal shelters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/animal_shelter.md#6", - "icon_url": "./assets/layers/animal_shelter/animal_shelter.svg" - }, - { - "key": "purpose", - "value": "release", - "description": "purpose=release is displayed as \"Injured animals are rehabilitated here until they can be released in nature again \" by layer Animal shelters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/animal_shelter.md#6", - "icon_url": "./assets/layers/animal_shelter/animal_shelter.svg" - }, - { - "key": "opening_hours", - "value": "\"by appointment\"", - "description": "opening_hours=\"by appointment\" is displayed as \"Only by appointment\" by layer Animal shelters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/animal_shelter.md#opening_hours_by_appointment", - "icon_url": "./assets/layers/animal_shelter/animal_shelter.svg" - }, - { - "key": "opening_hours", - "description": "opening_hours~^(\"by appointment\"|by appointment)$ is displayed as \"Only by appointment\" by layer Animal shelters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/animal_shelter.md#opening_hours_by_appointment", - "icon_url": "./assets/layers/animal_shelter/animal_shelter.svg" - }, - { - "key": "animal_shelter", - "description": "Values of `animal_shelter` are shown with \"{animal_shelter} is kept here\" and can be updated. The question is \"Which animals are accepted here?\" by layer Animal shelters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/animal_shelter.md#boarded_animals", - "icon_url": "./assets/layers/animal_shelter/animal_shelter.svg" - }, - { - "key": "animal_shelter", - "value": "dog", - "description": "animal_shelter=dog is displayed as \"Dogs are kept here\" by layer Animal shelters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/animal_shelter.md#boarded_animals", - "icon_url": "./assets/layers/animal_shelter/animal_shelter.svg" - }, - { - "key": "animal_shelter", - "value": "cat", - "description": "animal_shelter=cat is displayed as \"Cats are kept here\" by layer Animal shelters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/animal_shelter.md#boarded_animals", - "icon_url": "./assets/layers/animal_shelter/animal_shelter.svg" - }, - { - "key": "animal_shelter", - "value": "horse", - "description": "animal_shelter=horse is displayed as \"Horses are kept here\" by layer Animal shelters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/animal_shelter.md#boarded_animals", - "icon_url": "./assets/layers/animal_shelter/animal_shelter.svg" - }, - { - "key": "animal_shelter", - "value": "bird", - "description": "animal_shelter=bird is displayed as \"Birds are kept here\" by layer Animal shelters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/animal_shelter.md#boarded_animals", - "icon_url": "./assets/layers/animal_shelter/animal_shelter.svg" - }, - { - "key": "animal_shelter", - "value": "wildlife", - "description": "animal_shelter=wildlife is displayed as \"Wild animals are kept here\" by layer Animal shelters", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/animal_shelter.md#boarded_animals", - "icon_url": "./assets/layers/animal_shelter/animal_shelter.svg" - }, - { - "key": "amenity", - "value": "dog_toilet", - "description": "Features with this tag are displayed by layer Dog toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dog_toilet.md", - "icon_url": "./assets/layers/dog_toilet/dog_toilet.svg" - }, - { - "key": "barrier", - "value": "fence", - "description": "barrier=fence is displayed as \"There is a fence around this dog toilet\" by layer Dog toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dog_toilet.md#barrier", - "icon_url": "./assets/layers/dog_toilet/dog_toilet.svg" - }, - { - "key": "barrier", - "value": "hedge", - "description": "barrier=hedge is displayed as \"There is a hedge around this dog toilet\" by layer Dog toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dog_toilet.md#barrier", - "icon_url": "./assets/layers/dog_toilet/dog_toilet.svg" - }, - { - "key": "barrier", - "value": "yes", - "description": "barrier=yes is displayed as \"There is a barrier around this dog toilet\" by layer Dog toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dog_toilet.md#barrier", - "icon_url": "./assets/layers/dog_toilet/dog_toilet.svg" - }, - { - "key": "not:barrier", - "value": "fence", - "description": "not:barrier=fence is displayed as \"There is no barrier around this dog toilet\" by layer Dog toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/dog_toilet.md#barrier", - "icon_url": "./assets/layers/dog_toilet/dog_toilet.svg" - }, - { - "key": "amenity", - "value": "fast_food", - "description": "Features with this tag are displayed by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "amenity", - "value": "restaurant", - "description": "Features with this tag are displayed by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "dog", - "value": "leashed", - "description": "Features with this tag are displayed by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "dog", - "value": "yes", - "description": "Features with this tag are displayed by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"The name of this business is {name}\" and can be updated. The question is \"What is the name of this business?\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Name", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "amenity", - "value": "fast_food", - "description": "amenity=fast_food is displayed as \"This is a fast-food business, focused on fast service. If seating is available, it is rather limited and functional.\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Fastfood_vs_restaurant", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "amenity", - "value": "restaurant", - "description": "amenity=restaurant is displayed as \"A restaurant, focused on creating a nice experience where one is served at the table\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Fastfood_vs_restaurant", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "payment:cash", - "value": "yes", - "description": "payment:cash=yes is displayed as \"Cash is accepted here\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#payment_options", - "icon_url": "./assets/layers/questions/cash.svg" - }, - { - "key": "payment:cards", - "value": "yes", - "description": "payment:cards=yes is displayed as \"Payment cards are accepted here\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#payment_options", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:qr_code", - "value": "yes", - "description": "payment:qr_code=yes is displayed as \"Payment by QR-code is possible here\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#payment_options", - "icon_url": "./assets/layers/questions/qrcode.svg" - }, - { - "key": "level", - "description": "Values of `level` are shown with \"Located on the {level}th floor\" and can be updated. The question is \"On what level is this feature located?\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#single_level", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "location", - "value": "underground", - "description": "location=underground is displayed as \"Located underground\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#single_level", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "level", - "value": "0", - "description": "level=0 is displayed as \"Located on the ground floor\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#single_level", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "level", - "description": "level= is displayed as \"Located on the ground floor\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#single_level", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "level", - "value": "1", - "description": "level=1 is displayed as \"Located on the first floor\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#single_level", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "level", - "value": "-1", - "description": "level=-1 is displayed as \"Located on the first basement level\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#single_level", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wheelchair", - "value": "designated", - "description": "wheelchair=designated is displayed as \"This place is specially adapted for wheelchair users\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#wheelchair_access", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wheelchair", - "value": "yes", - "description": "wheelchair=yes is displayed as \"This place is easily reachable with a wheelchair\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#wheelchair_access", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wheelchair", - "value": "limited", - "description": "wheelchair=limited is displayed as \"It is possible to reach this place in a wheelchair, but it is not easy\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#wheelchair_access", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wheelchair", - "value": "no", - "description": "wheelchair=no is displayed as \"This place is not reachable with a wheelchair\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#wheelchair_access", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "description": "Values of `cuisine` are shown with \"This place mostly serves {cuisine}\" and can be updated. The question is \"What kind of food is served here?\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "pizza", - "description": "cuisine=pizza is displayed as \"Pizzeria\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "friture", - "description": "cuisine=friture is displayed as \"Friture\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "pasta", - "description": "cuisine=pasta is displayed as \"Serves mainly pasta\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "kebab", - "description": "cuisine=kebab is displayed as \"Kebab shop\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "sandwich", - "description": "cuisine=sandwich is displayed as \"Sandwich shop\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "burger", - "description": "cuisine=burger is displayed as \"Burgersrestaurant\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "sushi", - "description": "cuisine=sushi is displayed as \"Sushi restaurant\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "coffee", - "description": "cuisine=coffee is displayed as \"Coffeebar\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "italian", - "description": "cuisine=italian is displayed as \"Italian restaurant (which serves more than pasta and pizza)\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "french", - "description": "cuisine=french is displayed as \"French restaurant\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "chinese", - "description": "cuisine=chinese is displayed as \"Chinese\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "greek", - "description": "cuisine=greek is displayed as \"Greek\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "indian", - "description": "cuisine=indian is displayed as \"Indian\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "turkish", - "description": "cuisine=turkish is displayed as \"Turkish restaurant\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "thai", - "description": "cuisine=thai is displayed as \"Thai restaurant\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "mexican ", - "description": "cuisine=mexican is displayed as \"Mexican dishes are served here\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "japanese ", - "description": "cuisine=japanese is displayed as \"Japanese dishes are served here\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "chicken ", - "description": "cuisine=chicken is displayed as \"Chicken based dishes are served here\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "seafood ", - "description": "cuisine=seafood is displayed as \"Seafood dishes are served here\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "website:menu", - "description": "Values of `website:menu` are shown with \"{link(Consult the menu,&LBRACEwebsite:menu&RBRACE,,,,)}\" and can be updated. The question is \"On what webpage is the menu published?\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#menu_website", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reservation", - "value": "required", - "description": "reservation=required is displayed as \"A reservation is required at this place\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Reservation", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reservation", - "value": "recommended", - "description": "reservation=recommended is displayed as \"A reservation is not required, but still recommended to make sure you get a table\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Reservation", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reservation", - "value": "yes", - "description": "reservation=yes is displayed as \"Reservation is possible at this place\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Reservation", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reservation", - "value": "no", - "description": "reservation=no is displayed as \"Reservation is not possible at this place\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Reservation", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "takeaway", - "value": "only", - "description": "takeaway=only is displayed as \"This is a take-away only business\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Takeaway", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "takeaway", - "value": "yes", - "description": "takeaway=yes is displayed as \"Take-away is possible here\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Takeaway", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "takeaway", - "value": "no", - "description": "takeaway=no is displayed as \"Take-away is not possible here\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Takeaway", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "delivery", - "value": "yes", - "description": "delivery=yes is displayed as \"This business does home delivery (possibly via a third party)\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#delivery", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "delivery", - "value": "no", - "description": "delivery=no is displayed as \"This business does not deliver at home\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#delivery", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "drive_through", - "value": "yes", - "description": "drive_through=yes is displayed as \"This fast-food restaurant has a drive-through\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#drive_through", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "drive_through", - "value": "no", - "description": "drive_through=no is displayed as \"This fast-food restaurant does not have a drive-through\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#drive_through", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "opening_hours:drive_through", - "description": "Values of `opening_hours:drive_through` are shown with \"

Drive-through opening hours

{opening_hours_table(opening_hours:drive_through)}\" and can be updated. The question is \"What are the opening hours of the drive-through?\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#drive_through_opening_hours", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "opening_hours:drive_through", - "description": "opening_hours:drive_through= is displayed as \"The opening hours of the drive-through are the same as the restaurant\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#drive_through_opening_hours", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "no", - "description": "diet:vegetarian=no is displayed as \"No vegetarian options are available\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Vegetarian__no_friture_", - "icon_url": "./assets/layers/food/Vegetarian-mark.svg;cross_bottom_right:red" - }, - { - "key": "diet:vegetarian", - "value": "limited", - "description": "diet:vegetarian=limited is displayed as \"Some vegetarian options are available\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Vegetarian__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "yes", - "description": "diet:vegetarian=yes is displayed as \"Vegetarian options are available\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Vegetarian__no_friture_", - "icon_url": "./assets/layers/food/Vegetarian-mark.svg" - }, - { - "key": "diet:vegetarian", - "value": "only", - "description": "diet:vegetarian=only is displayed as \"All dishes are vegetarian\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Vegetarian__no_friture_", - "icon_url": "./assets/layers/food/Vegetarian-mark.svg" - }, - { - "key": "diet:vegetarian", - "value": "on_demand", - "description": "diet:vegetarian=on_demand is displayed as \"Some dishes might be adapted to a vegetarian version, but this should be demanded\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Vegetarian__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "no", - "description": "diet:vegan=no is displayed as \"No vegan options available\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Vegan__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "limited", - "description": "diet:vegan=limited is displayed as \"Some vegan options are available\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Vegan__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "yes", - "description": "diet:vegan=yes is displayed as \"Vegan options are available\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Vegan__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "only", - "description": "diet:vegan=only is displayed as \"All dishes are vegan\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Vegan__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "on_demand", - "description": "diet:vegan=on_demand is displayed as \"Some dishes might be adapted to a vegan version if asked for\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#Vegan__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:halal", - "value": "no", - "description": "diet:halal=no is displayed as \"There are no halal options available\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#halal__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:halal", - "value": "limited", - "description": "diet:halal=limited is displayed as \"There is a small halal menu\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#halal__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:halal", - "value": "yes", - "description": "diet:halal=yes is displayed as \"There is a halal menu\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#halal__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:halal", - "value": "only", - "description": "diet:halal=only is displayed as \"Only halal options are available\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#halal__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "no", - "description": "organic=no is displayed as \"There are no organic options available\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#organic__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "yes", - "description": "organic=yes is displayed as \"There is an organic menu\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#organic__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "only", - "description": "organic=only is displayed as \"Only organic options are available\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#organic__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "only", - "description": "diet:vegetarian=only is displayed as \"Serves only vegetarian snacks and burgers\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#friture_vegetarian", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "yes", - "description": "diet:vegetarian=yes is displayed as \"Vegetarian snacks are available\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#friture_vegetarian", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "limited", - "description": "diet:vegetarian=limited is displayed as \"Only a small selection of snacks are vegetarian\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#friture_vegetarian", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "no", - "description": "diet:vegetarian=no is displayed as \"No vegetarian snacks are available\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#friture_vegetarian", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "only", - "description": "diet:vegan=only is displayed as \"Serves only vegan snacks and burgers\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#friture_vegan", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "yes", - "description": "diet:vegan=yes is displayed as \"Vegan snacks are available\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#friture_vegan", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "limited", - "description": "diet:vegan=limited is displayed as \"A small selection of vegan snacks are available\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#friture_vegan", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "no", - "description": "diet:vegan=no is displayed as \"No vegan snacks are available\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#friture_vegan", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "yes", - "description": "organic=yes is displayed as \"Organic snacks are available\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#friture_organic", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "no", - "description": "organic=no is displayed as \"No organic snacks are available\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#friture_organic", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "only", - "description": "organic=only is displayed as \"Only organic snacks are available\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#friture_organic", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "friture:oil", - "value": "vegetable", - "description": "friture:oil=vegetable is displayed as \"The frying is done with vegetable oil\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#friture_oil", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "friture:oil", - "value": "animal", - "description": "friture:oil=animal is displayed as \"The frying is done with animal oil\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#friture_oil", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reusable_packaging:accept", - "value": "yes", - "description": "reusable_packaging:accept=yes is displayed as \"You can bring your own containers to get your order, saving on single-use packaging material and thus waste\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#friture_take_your_container", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reusable_packaging:accept", - "value": "no", - "description": "reusable_packaging:accept=no is displayed as \"Bringing your own container is not allowed\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#friture_take_your_container", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reusable_packaging:accept", - "value": "only", - "description": "reusable_packaging:accept=only is displayed as \"You must bring your own container to order here.\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#friture_take_your_container", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:sugar_free", - "value": "only", - "description": "diet:sugar_free=only is displayed as \"This shop only sells sugar free products\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#sugar_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:sugar_free", - "value": "yes", - "description": "diet:sugar_free=yes is displayed as \"This shop has a big sugar free offering\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#sugar_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:sugar_free", - "value": "limited", - "description": "diet:sugar_free=limited is displayed as \"This shop has a limited sugar free offering\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#sugar_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:sugar_free", - "value": "no", - "description": "diet:sugar_free=no is displayed as \"This shop has no sugar free offering\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#sugar_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:gluten_free", - "value": "only", - "description": "diet:gluten_free=only is displayed as \"This shop only sells gluten free products\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#gluten_free", - "icon_url": "./assets/layers/questions/glutenfree.svg" - }, - { - "key": "diet:gluten_free", - "value": "yes", - "description": "diet:gluten_free=yes is displayed as \"This shop has a big gluten free offering\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#gluten_free", - "icon_url": "./assets/layers/questions/glutenfree.svg" - }, - { - "key": "diet:gluten_free", - "value": "limited", - "description": "diet:gluten_free=limited is displayed as \"This shop has a limited gluten free offering\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#gluten_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:gluten_free", - "value": "no", - "description": "diet:gluten_free=no is displayed as \"This shop has no gluten free offering\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#gluten_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:lactose_free", - "value": "only", - "description": "diet:lactose_free=only is displayed as \"Only sells lactose free products\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#lactose_free", - "icon_url": "./assets/layers/questions/lactose_free.svg" - }, - { - "key": "diet:lactose_free", - "value": "yes", - "description": "diet:lactose_free=yes is displayed as \"Big lactose free offering\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#lactose_free", - "icon_url": "./assets/layers/questions/lactose_free.svg" - }, - { - "key": "diet:lactose_free", - "value": "limited", - "description": "diet:lactose_free=limited is displayed as \"Limited lactose free offering\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#lactose_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:lactose_free", - "value": "no", - "description": "diet:lactose_free=no is displayed as \"No lactose free offering\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#lactose_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "smoking", - "value": "yes", - "description": "smoking=yes is displayed as \"Smoking is allowed\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#smoking", - "icon_url": "./assets/layers/questions/smoking.svg" - }, - { - "key": "smoking", - "value": "no", - "description": "smoking=no is displayed as \"Smoking is not allowed\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#smoking", - "icon_url": "./assets/layers/questions/no_smoking.svg" - }, - { - "key": "smoking", - "value": "outside", - "description": "smoking=outside is displayed as \"Smoking is allowed outside.\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#smoking", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "service:electricity", - "value": "yes", - "description": "service:electricity=yes is displayed as \"There are plenty of domestic sockets available to customers seated indoors, where they can charge their electronics\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#service_electricity", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "service:electricity", - "value": "limited", - "description": "service:electricity=limited is displayed as \"There are a few domestic sockets available to customers seated indoors, where they can charge their electronics\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#service_electricity", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "service:electricity", - "value": "ask", - "description": "service:electricity=ask is displayed as \"There are no sockets available indoors to customers, but charging might be possible if the staff is asked\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#service_electricity", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "service:electricity", - "value": "no", - "description": "service:electricity=no is displayed as \"There are a no domestic sockets available to customers seated indoors\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#service_electricity", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "outdoor_seating", - "value": "yes", - "description": "outdoor_seating=yes is displayed as \"This place has outdoor seating\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#seating", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "indoor_seating", - "value": "yes", - "description": "indoor_seating=yes is displayed as \"This place has indoor seating\" by layer Dog friendly eateries", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#seating", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "dog", - "value": "yes", - "description": "dog=yes is displayed as \"Dogs are allowed\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_allowed.svg" - }, - { - "key": "dog", - "value": "no", - "description": "dog=no is displayed as \"Dogs are not allowed\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#dog_access", - "icon_url": "./assets/layers/questions/no_dogs.svg" - }, - { - "key": "dog", - "value": "leashed", - "description": "dog=leashed is displayed as \"Dogs are allowed, but they have to be leashed\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_leashed.svg" - }, - { - "key": "dog", - "value": "unleashed", - "description": "dog=unleashed is displayed as \"Dogs are allowed and can run around freely\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_allowed.svg" - }, - { - "key": "dog", - "value": "outside", - "description": "dog=outside is displayed as \"Dogs are allowed only outside\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_outside.svg" - }, - { - "key": "internet_access", - "value": "wlan", - "description": "internet_access=wlan is displayed as \"This place offers wireless internet access\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#internet", - "icon_url": "wifi" - }, - { - "key": "internet_access", - "value": "no", - "description": "internet_access=no is displayed as \"This place does not offer internet access\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#internet", - "icon_url": "wifi;cross_bottom_right:red" - }, - { - "key": "internet_access", - "value": "yes", - "description": "internet_access=yes is displayed as \"This place offers internet access\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#internet", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access", - "value": "terminal", - "description": "internet_access=terminal is displayed as \"This place offers internet access via a terminal or computer\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#internet", - "icon_url": "computer" - }, - { - "key": "internet_access", - "value": "wired", - "description": "internet_access=wired is displayed as \"This place offers wired internet access\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#internet", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access", - "value": "terminal;wifi", - "description": "internet_access=terminal;wifi is displayed as \"This place offers both wireless internet and internet access via a terminal or computer\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#internet", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access:fee", - "value": "yes", - "description": "internet_access:fee=yes is displayed as \"There is a fee for the internet access at this place\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#internet_fee", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access:fee", - "value": "no", - "description": "internet_access:fee=no is displayed as \"Internet access is free at this place\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#internet_fee", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access:fee", - "value": "customers", - "description": "internet_access:fee=customers is displayed as \"Internet access is free at this place, for customers only\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#internet_fee", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access:ssid", - "description": "Values of `internet_access:ssid` are shown with \"The network name is {internet_access:ssid}\" and can be updated. The question is \"What is the network name for the wireless internet access?\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#internet_ssid", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access:ssid", - "value": "Telekom", - "description": "internet_access:ssid=Telekom is displayed as \"Telekom\" by layers Dog friendly eateries, Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food_dog_friendly.md#internet_ssid", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "shop", - "description": "Features with this tag are displayed by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "craft", - "value": "shoe_repair", - "description": "Features with this tag are displayed by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "craft", - "value": "key_cutter", - "description": "Features with this tag are displayed by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This shop is called {name}\" and can be updated. The question is \"What is the name of this shop?\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shops_name", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "description": "Values of `shop` are shown with \"This is a {shop}\" and can be updated. The question is \"What kind of shop is this?\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "bicycle_rental", - "description": "shop=bicycle_rental is displayed as \"Bicycle rental shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/bicycle_rental.svg" - }, - { - "key": "shop", - "value": "agrarian", - "description": "shop=agrarian is displayed as \"Farm Supply Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-tractor.svg" - }, - { - "key": "shop", - "value": "alcohol", - "description": "shop=alcohol is displayed as \"Liquor Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-wine-bottle.svg" - }, - { - "key": "shop", - "value": "anime", - "description": "shop=anime is displayed as \"Anime / Manga Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-dragon.svg" - }, - { - "key": "shop", - "value": "antiques", - "description": "shop=antiques is displayed as \"Antique Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-furniture.svg" - }, - { - "key": "shop", - "value": "appliance", - "description": "shop=appliance is displayed as \"Appliance Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-laundry.svg" - }, - { - "key": "shop", - "value": "art", - "description": "shop=art is displayed as \"Art Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "baby_goods", - "description": "shop=baby_goods is displayed as \"Baby Goods Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-baby-carriage.svg" - }, - { - "key": "shop", - "value": "bag", - "description": "shop=bag is displayed as \"Bag/Luggage Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-suitcase-rolling.svg" - }, - { - "key": "shop", - "value": "bakery", - "description": "shop=bakery is displayed as \"Bakery\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-bakery.svg" - }, - { - "key": "shop", - "value": "bathroom_furnishing", - "description": "shop=bathroom_furnishing is displayed as \"Bathroom Furnishing Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-bath.svg" - }, - { - "key": "shop", - "value": "beauty", - "description": "shop=beauty is displayed as \"Beauty Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-lipstick.svg" - }, - { - "key": "shop", - "value": "bed", - "description": "shop=bed is displayed as \"Bedding/Mattress Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-lodging.svg" - }, - { - "key": "shop", - "value": "beverages", - "description": "shop=beverages is displayed as \"Beverage Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-bottles.svg" - }, - { - "key": "shop", - "value": "bicycle", - "description": "shop=bicycle is displayed as \"Bicycle Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-bicycle.svg" - }, - { - "key": "shop", - "value": "boat", - "description": "shop=boat is displayed as \"Boat Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-boat.svg" - }, - { - "key": "shop", - "value": "bookmaker", - "description": "shop=bookmaker is displayed as \"Bookmaker\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-money_hand.svg" - }, - { - "key": "shop", - "value": "books", - "description": "shop=books is displayed as \"Bookstore\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-book.svg" - }, - { - "key": "shop", - "value": "brewing_supplies", - "description": "shop=brewing_supplies is displayed as \"Brewing Supply Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-storage_fermenter.svg" - }, - { - "key": "shop", - "value": "butcher", - "description": "shop=butcher is displayed as \"Butcher\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-cleaver.svg" - }, - { - "key": "shop", - "value": "camera", - "description": "shop=camera is displayed as \"Camera Equipment Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-camera-retro.svg" - }, - { - "key": "shop", - "value": "candles", - "description": "shop=candles is displayed as \"Candle Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "cannabis", - "description": "shop=cannabis is displayed as \"Cannabis Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cannabis.svg" - }, - { - "key": "shop", - "value": "car", - "description": "shop=car is displayed as \"Car Dealership\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "car_parts", - "description": "shop=car_parts is displayed as \"Car Parts Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-car-battery.svg" - }, - { - "key": "shop", - "value": "car_repair", - "description": "shop=car_repair is displayed as \"Car Repair Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-car-repair.svg" - }, - { - "key": "shop", - "value": "caravan", - "description": "shop=caravan is displayed as \"RV Dealership\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-camper_trailer.svg" - }, - { - "key": "shop", - "value": "carpet", - "description": "shop=carpet is displayed as \"Carpet Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-tape.svg" - }, - { - "key": "shop", - "value": "catalogue", - "description": "shop=catalogue is displayed as \"Catalog Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "charity", - "description": "shop=charity is displayed as \"Charity Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "cheese", - "description": "shop=cheese is displayed as \"Cheese Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cheese.svg" - }, - { - "key": "shop", - "value": "chemist", - "description": "shop=chemist is displayed as \"Drugstore\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "chocolate", - "description": "shop=chocolate is displayed as \"Chocolate Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-confectionery.svg" - }, - { - "key": "shop", - "value": "clothes", - "description": "shop=clothes is displayed as \"Clothing Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-clothing-store.svg" - }, - { - "key": "shop", - "value": "coffee", - "description": "shop=coffee is displayed as \"Coffee Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-coffee.svg" - }, - { - "key": "shop", - "value": "collector", - "description": "shop=collector is displayed as \"Collectibles Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "computer", - "description": "shop=computer is displayed as \"Computer Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-laptop.svg" - }, - { - "key": "shop", - "value": "confectionery", - "description": "shop=confectionery is displayed as \"Candy Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-confectionery.svg" - }, - { - "key": "shop", - "value": "convenience", - "description": "shop=convenience is displayed as \"Convenience Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "copyshop", - "description": "shop=copyshop is displayed as \"Copy Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-print.svg" - }, - { - "key": "shop", - "value": "cosmetics", - "description": "shop=cosmetics is displayed as \"Cosmetics Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-lipstick.svg" - }, - { - "key": "shop", - "value": "country_store", - "description": "shop=country_store is displayed as \"Rural Supplies Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-hat-cowboy-side.svg" - }, - { - "key": "shop", - "value": "craft", - "description": "shop=craft is displayed as \"Arts & Crafts Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "curtain", - "description": "shop=curtain is displayed as \"Curtain Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-curtains.svg" - }, - { - "key": "shop", - "value": "dairy", - "description": "shop=dairy is displayed as \"Dairy Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cheese.svg" - }, - { - "key": "shop", - "value": "deli", - "description": "shop=deli is displayed as \"Delicatessen\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-jar.svg" - }, - { - "key": "shop", - "value": "department_store", - "description": "shop=department_store is displayed as \"Department Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "doityourself", - "description": "shop=doityourself is displayed as \"DIY Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "doors", - "description": "shop=doors is displayed as \"Door Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-door-open.svg" - }, - { - "key": "shop", - "value": "dry_cleaning", - "description": "shop=dry_cleaning is displayed as \"Dry Cleaner\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-clothes_hanger.svg" - }, - { - "key": "shop", - "value": "e-cigarette", - "description": "shop=e-cigarette is displayed as \"E-Cigarette Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "electrical", - "description": "shop=electrical is displayed as \"Electrical Equipment Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-power.svg" - }, - { - "key": "shop", - "value": "electronics", - "description": "shop=electronics is displayed as \"Electronics Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-plug.svg" - }, - { - "key": "shop", - "value": "erotic", - "description": "shop=erotic is displayed as \"Erotic Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "fabric", - "description": "shop=fabric is displayed as \"Fabric Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-tape.svg" - }, - { - "key": "shop", - "value": "farm", - "description": "shop=farm is displayed as \"Produce Stand\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "fashion_accessories", - "description": "shop=fashion_accessories is displayed as \"Fashion Accessories Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-fashion_accessories.svg" - }, - { - "key": "shop", - "value": "fireplace", - "description": "shop=fireplace is displayed as \"Fireplace Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-fireplace.svg" - }, - { - "key": "shop", - "value": "fishing", - "description": "shop=fishing is displayed as \"Fishing Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-ice_fishing.svg" - }, - { - "key": "shop", - "value": "flooring", - "description": "shop=flooring is displayed as \"Flooring Supply Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "florist", - "description": "shop=florist is displayed as \"Florist\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-florist.svg" - }, - { - "key": "shop", - "value": "frame", - "description": "shop=frame is displayed as \"Framing Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-vector-square.svg" - }, - { - "key": "shop", - "value": "frozen_food", - "description": "shop=frozen_food is displayed as \"Frozen Food Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "fuel", - "description": "shop=fuel is displayed as \"Fuel Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-propane_tank.svg" - }, - { - "key": "shop", - "value": "funeral_directors", - "description": "shop=funeral_directors is displayed as \"Funeral Home\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-cemetery.svg" - }, - { - "key": "shop", - "value": "furniture", - "description": "shop=furniture is displayed as \"Furniture Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-couch.svg" - }, - { - "key": "shop", - "value": "games", - "description": "shop=games is displayed as \"Tabletop Game Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-dice.svg" - }, - { - "key": "shop", - "value": "garden_centre", - "description": "shop=garden_centre is displayed as \"Garden Center\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-garden-centre.svg" - }, - { - "key": "shop", - "value": "gas", - "description": "shop=gas is displayed as \"Bottled Gas Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-propane_tank.svg" - }, - { - "key": "shop", - "value": "general", - "description": "shop=general is displayed as \"General Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "gift", - "description": "shop=gift is displayed as \"Gift Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-gift.svg" - }, - { - "key": "shop", - "value": "greengrocer", - "description": "shop=greengrocer is displayed as \"Greengrocer\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-carrot.svg" - }, - { - "key": "shop", - "value": "hairdresser", - "description": "shop=hairdresser is displayed as \"Hairdresser\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-beauty_salon.svg" - }, - { - "key": "shop", - "value": "hairdresser_supply", - "description": "shop=hairdresser_supply is displayed as \"Hairdresser Supply Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-hair_care.svg" - }, - { - "key": "shop", - "value": "hardware", - "description": "shop=hardware is displayed as \"Hardware Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "health_food", - "description": "shop=health_food is displayed as \"Health Food Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "hearing_aids", - "description": "shop=hearing_aids is displayed as \"Hearing Aids Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-hearing_aid.svg" - }, - { - "key": "shop", - "value": "herbalist", - "description": "shop=herbalist is displayed as \"Herbalist\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-leaf.svg" - }, - { - "key": "shop", - "value": "hifi", - "description": "shop=hifi is displayed as \"Hifi Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-speaker.svg" - }, - { - "key": "shop", - "value": "honey", - "description": "shop=honey is displayed as \"Honey Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "household_linen", - "description": "shop=household_linen is displayed as \"Household Linen Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-cloth.svg" - }, - { - "key": "shop", - "value": "houseware", - "description": "shop=houseware is displayed as \"Houseware Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-blender.svg" - }, - { - "key": "shop", - "value": "hunting", - "description": "shop=hunting is displayed as \"Hunting Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-bow_and_arrow.svg" - }, - { - "key": "shop", - "value": "interior_decoration", - "description": "shop=interior_decoration is displayed as \"Interior Decoration Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "jewelry", - "description": "shop=jewelry is displayed as \"Jewelry Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-jewelry-store.svg" - }, - { - "key": "shop", - "value": "kiosk", - "description": "shop=kiosk is displayed as \"Kiosk\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-store.svg" - }, - { - "key": "shop", - "value": "kitchen", - "description": "shop=kitchen is displayed as \"Kitchen Design Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-kitchen_sink.svg" - }, - { - "key": "shop", - "value": "laundry", - "description": "shop=laundry is displayed as \"Laundry\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-laundry.svg" - }, - { - "key": "shop", - "value": "leather", - "description": "shop=leather is displayed as \"Leather Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-handbag.svg" - }, - { - "key": "shop", - "value": "lighting", - "description": "shop=lighting is displayed as \"Lighting Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-desk_lamp.svg" - }, - { - "key": "shop", - "value": "locksmith", - "description": "shop=locksmith is displayed as \"Locksmith\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-key.svg" - }, - { - "key": "shop", - "value": "lottery", - "description": "shop=lottery is displayed as \"Lottery Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "mall", - "description": "shop=mall is displayed as \"Mall\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "massage", - "description": "shop=massage is displayed as \"Massage Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-spa.svg" - }, - { - "key": "shop", - "value": "medical_supply", - "description": "shop=medical_supply is displayed as \"Medical Supply Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-crutch.svg" - }, - { - "key": "shop", - "value": "military_surplus", - "description": "shop=military_surplus is displayed as \"Military Surplus Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-military.svg" - }, - { - "key": "shop", - "value": "mobile_phone", - "description": "shop=mobile_phone is displayed as \"Mobile Phone Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "model", - "description": "shop=model is displayed as \"Model Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "money_lender", - "description": "shop=money_lender is displayed as \"Money Lender\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-money_hand.svg" - }, - { - "key": "shop", - "value": "motorcycle", - "description": "shop=motorcycle is displayed as \"Motorcycle Dealership\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-motorcycle.svg" - }, - { - "key": "shop", - "value": "motorcycle_repair", - "description": "shop=motorcycle_repair is displayed as \"Motorcycle Repair Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-motorcycle_repair.svg" - }, - { - "key": "shop", - "value": "music", - "description": "shop=music is displayed as \"Music Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-compact-disc.svg" - }, - { - "key": "shop", - "value": "musical_instrument", - "description": "shop=musical_instrument is displayed as \"Musical Instrument Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-guitar.svg" - }, - { - "key": "shop", - "value": "newsagent", - "description": "shop=newsagent is displayed as \"Newsstand\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-newspaper.svg" - }, - { - "key": "shop", - "value": "nutrition_supplements", - "description": "shop=nutrition_supplements is displayed as \"Nutrition Supplements Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-pills.svg" - }, - { - "key": "shop", - "value": "nuts", - "description": "shop=nuts is displayed as \"Nuts Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "optician", - "description": "shop=optician is displayed as \"Optician\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-optician.svg" - }, - { - "key": "shop", - "value": "outdoor", - "description": "shop=outdoor is displayed as \"Outdoors Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-compass.svg" - }, - { - "key": "shop", - "value": "outpost", - "description": "shop=outpost is displayed as \"Online Retailer Outpost\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "paint", - "description": "shop=paint is displayed as \"Paint Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-paint-roller.svg" - }, - { - "key": "shop", - "value": "party", - "description": "shop=party is displayed as \"Party Supply Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-balloon.svg" - }, - { - "key": "shop", - "value": "pasta", - "description": "shop=pasta is displayed as \"Pasta Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-plate-wheat.svg" - }, - { - "key": "shop", - "value": "pastry", - "description": "shop=pastry is displayed as \"Pastry Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-bakery.svg" - }, - { - "key": "shop", - "value": "pawnbroker", - "description": "shop=pawnbroker is displayed as \"Pawnshop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-money_hand.svg" - }, - { - "key": "shop", - "value": "perfumery", - "description": "shop=perfumery is displayed as \"Perfume Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-perfume.svg" - }, - { - "key": "shop", - "value": "pet", - "description": "shop=pet is displayed as \"Pet Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cat.svg" - }, - { - "key": "shop", - "value": "pet_grooming", - "description": "shop=pet_grooming is displayed as \"Pet Groomer\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-pet_grooming.svg" - }, - { - "key": "shop", - "value": "photo", - "description": "shop=photo is displayed as \"Photography Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-camera-retro.svg" - }, - { - "key": "shop", - "value": "pottery", - "description": "shop=pottery is displayed as \"Pottery Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-vase.svg" - }, - { - "key": "shop", - "value": "printer_ink", - "description": "shop=printer_ink is displayed as \"Printer Ink Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-print.svg" - }, - { - "key": "shop", - "value": "psychic", - "description": "shop=psychic is displayed as \"Psychic\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-psychic.svg" - }, - { - "key": "shop", - "value": "pyrotechnics", - "description": "shop=pyrotechnics is displayed as \"Fireworks Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-rocket_firework.svg" - }, - { - "key": "shop", - "value": "radiotechnics", - "description": "shop=radiotechnics is displayed as \"Radio/Electronic Component Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-microchip.svg" - }, - { - "key": "shop", - "value": "religion", - "description": "shop=religion is displayed as \"Religious Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "rental", - "description": "shop=rental is displayed as \"Rental Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-dolly.svg" - }, - { - "key": "shop", - "value": "repair", - "description": "shop=repair is displayed as \"Repair Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "rice", - "description": "shop=rice is displayed as \"Rice Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-bowl-rice.svg" - }, - { - "key": "shop", - "value": "scuba_diving", - "description": "shop=scuba_diving is displayed as \"Scuba Diving Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-scuba_diving.svg" - }, - { - "key": "shop", - "value": "seafood", - "description": "shop=seafood is displayed as \"Seafood Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-fish_cleaning.svg" - }, - { - "key": "shop", - "value": "second_hand", - "description": "shop=second_hand is displayed as \"Thrift Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "sewing", - "description": "shop=sewing is displayed as \"Sewing Supply Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-needle_and_spool.svg" - }, - { - "key": "shop", - "value": "shoe_repair", - "description": "shop=shoe_repair is displayed as \"Shoe Repair Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-hammer_shoe.svg" - }, - { - "key": "shop", - "value": "shoes", - "description": "shop=shoes is displayed as \"Shoe Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shoe.svg" - }, - { - "key": "shop", - "value": "spices", - "description": "shop=spices is displayed as \"Spice Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-spice_bottle.svg" - }, - { - "key": "shop", - "value": "sports", - "description": "shop=sports is displayed as \"Sporting Goods Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-futbol.svg" - }, - { - "key": "shop", - "value": "stationery", - "description": "shop=stationery is displayed as \"Stationery Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-paperclip.svg" - }, - { - "key": "shop", - "value": "storage_rental", - "description": "shop=storage_rental is displayed as \"Storage Rental\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-storage_rental.svg" - }, - { - "key": "shop", - "value": "supermarket", - "description": "shop=supermarket is displayed as \"Supermarket\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-grocery.svg" - }, - { - "key": "shop", - "value": "swimming_pool", - "description": "shop=swimming_pool is displayed as \"Pool Supply Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "tailor", - "description": "shop=tailor is displayed as \"Tailor\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-needle_and_spool.svg" - }, - { - "key": "shop", - "value": "tattoo", - "description": "shop=tattoo is displayed as \"Tattoo Parlor\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tattoo_machine.svg" - }, - { - "key": "shop", - "value": "tea", - "description": "shop=tea is displayed as \"Tea Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-teahouse.svg" - }, - { - "key": "shop", - "value": "telecommunication", - "description": "shop=telecommunication is displayed as \"Telecom Retail Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-telephone.svg" - }, - { - "key": "shop", - "value": "ticket", - "description": "shop=ticket is displayed as \"Ticket Seller\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "tiles", - "description": "shop=tiles is displayed as \"Tile Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tiling.svg" - }, - { - "key": "shop", - "value": "tobacco", - "description": "shop=tobacco is displayed as \"Tobacco Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-pipe.svg" - }, - { - "key": "shop", - "value": "tool_hire", - "description": "shop=tool_hire is displayed as \"Tool Rental\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "toys", - "description": "shop=toys is displayed as \"Toy Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-rocket.svg" - }, - { - "key": "shop", - "value": "trade", - "description": "shop=trade is displayed as \"Trade Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "travel_agency", - "description": "shop=travel_agency is displayed as \"Travel Agency\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-suitcase.svg" - }, - { - "key": "shop", - "value": "trophy", - "description": "shop=trophy is displayed as \"Trophy Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-trophy.svg" - }, - { - "key": "shop", - "value": "tyres", - "description": "shop=tyres is displayed as \"Tire Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tire.svg" - }, - { - "key": "shop", - "value": "vacuum_cleaner", - "description": "shop=vacuum_cleaner is displayed as \"Vacuum Cleaner Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-vacuum.svg" - }, - { - "key": "shop", - "value": "variety_store", - "description": "shop=variety_store is displayed as \"Discount Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "video", - "description": "shop=video is displayed as \"Video Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-movie_rental.svg" - }, - { - "key": "shop", - "value": "video_games", - "description": "shop=video_games is displayed as \"Video Game Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-gaming.svg" - }, - { - "key": "shop", - "value": "watches", - "description": "shop=watches is displayed as \"Watches Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-watch.svg" - }, - { - "key": "shop", - "value": "water", - "description": "shop=water is displayed as \"Drinking Water Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-water_bottle.svg" - }, - { - "key": "shop", - "value": "water_sports", - "description": "shop=water_sports is displayed as \"Watersport/Swim Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "weapons", - "description": "shop=weapons is displayed as \"Weapon Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-dagger.svg" - }, - { - "key": "shop", - "value": "wholesale", - "description": "shop=wholesale is displayed as \"Wholesale Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-warehouse.svg" - }, - { - "key": "shop", - "value": "wigs", - "description": "shop=wigs is displayed as \"Wig Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "window_blind", - "description": "shop=window_blind is displayed as \"Window Blind Store\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-window.svg" - }, - { - "key": "shop", - "value": "wine", - "description": "shop=wine is displayed as \"Wine Shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-alcohol-shop.svg" - }, - { - "key": "disused:shop", - "description": "disused:shop= is displayed as \"This shop is no longer used. It is vacant\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#shop_types", - "icon_url": "./assets/layers/shops/shop-disused.svg" - }, - { - "key": "brand", - "description": "Values of `brand` are shown with \"Part of {brand}\" and can be updated. The question is \"What is the brand of this shop?\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#brand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "not:brand", - "value": "yes", - "description": "not:brand=yes is displayed as \"This shop does not have a specific brand, it is not part of a bigger chain\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#brand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "second_hand", - "value": "only", - "description": "second_hand=only is displayed as \"This shop sells second-hand items only\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "second_hand", - "value": "yes", - "description": "second_hand=yes is displayed as \"This shop sells second-hand items along with new items\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "second_hand", - "value": "no", - "description": "second_hand=no is displayed as \"This shop only sells brand-new items\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A4", - "value": "yes", - "description": "service:print:A4=yes is displayed as \"This shop can print on papers of size A4\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A3", - "value": "yes", - "description": "service:print:A3=yes is displayed as \"This shop can print on papers of size A3\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A2", - "value": "yes", - "description": "service:print:A2=yes is displayed as \"This shop can print on papers of size A2\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A1", - "value": "yes", - "description": "service:print:A1=yes is displayed as \"This shop can print on papers of size A1\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A0", - "value": "yes", - "description": "service:print:A0=yes is displayed as \"This shop can print on papers of size A0\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:binding", - "value": "yes", - "description": "service:binding=yes is displayed as \"This shop binds papers into a booklet\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#copyshop_binding", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:binding", - "value": "no", - "description": "service:binding=no is displayed as \"This shop does bind books\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#copyshop_binding", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "healthcare", - "value": "optometrist", - "description": "healthcare=optometrist is displayed as \"This shop offers eye exams by certified optometrists\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#optometrist_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "healthcare", - "value": "audiologist", - "description": "healthcare=audiologist is displayed as \"This shop offers hearing tests by a certified audiologist\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#optometrist_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "craft", - "value": "key_cutter", - "description": "craft=key_cutter is displayed as \"This shop is also specialized in key cutting\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#key_cutter", - "icon_url": "./assets/layers/id_presets/fas-key.svg" - }, - { - "key": "service:key_cutting", - "value": "yes", - "description": "service:key_cutting=yes is displayed as \"This shop offers key cutting as a service\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#key_cutter", - "icon_url": "./assets/layers/id_presets/fas-key.svg" - }, - { - "key": "craft", - "description": "craft= & service:key_cutting=no is displayed as \"This shops does not offer key cutting as a service\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#key_cutter", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:key_cutting", - "value": "no", - "description": "craft= & service:key_cutting=no is displayed as \"This shops does not offer key cutting as a service\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#key_cutter", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:retail", - "value": "yes", - "description": "service:bicycle:retail=yes is displayed as \"This shop sells new bikes\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#sells_new_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:retail", - "value": "no", - "description": "service:bicycle:retail=no is displayed as \"This shop doesn't sell new bikes\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#sells_new_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:second_hand", - "value": "yes", - "description": "service:bicycle:second_hand=yes is displayed as \"This shop sells second-hand bikes\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#bike_second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:second_hand", - "value": "no", - "description": "service:bicycle:second_hand=no is displayed as \"This shop doesn't sell second-hand bikes\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#bike_second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:second_hand", - "value": "only", - "description": "service:bicycle:second_hand=only is displayed as \"This shop only sells second-hand bikes\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#bike_second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "yes", - "description": "service:bicycle:repair=yes is displayed as \"This shop repairs bikes\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "no", - "description": "service:bicycle:repair=no is displayed as \"This shop doesn't repair bikes\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "only_sold", - "description": "service:bicycle:repair=only_sold is displayed as \"This shop only repairs bikes bought here\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "brand", - "description": "service:bicycle:repair=brand is displayed as \"This shop only repairs bikes of a certain brand\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:rental", - "value": "yes", - "description": "service:bicycle:rental=yes is displayed as \"This shop rents out bikes\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#bicycle_rental", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:rental", - "value": "no", - "description": "service:bicycle:rental=no is displayed as \"This shop doesn't rent out bikes\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#bicycle_rental", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "description": "Values of `rental` are shown with \"{rental} is rented here\" and can be updated. The question is \"What kind of bicycles and accessories are rented here?\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "city_bike", - "description": "rental=city_bike is displayed as \"Normal city bikes can be rented here\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "ebike", - "description": "rental=ebike is displayed as \"Electrical bikes can be rented here\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "bmx", - "description": "rental=bmx is displayed as \"BMX bikes can be rented here\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "mtb", - "description": "rental=mtb is displayed as \"Mountainbikes can be rented here\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "kid_bike", - "description": "rental=kid_bike is displayed as \"Bikes for children can be rented here\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "tandem", - "description": "rental=tandem is displayed as \"Tandem bicycles can be rented here\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "racebike", - "description": "rental=racebike is displayed as \"Race bicycles can be rented here\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "bike_helmet", - "description": "rental=bike_helmet is displayed as \"Bike helmets can be rented here\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "cargo_bike", - "description": "rental=cargo_bike is displayed as \"Cargo bikes can be rented here\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:city_bike", - "description": "Values of `capacity:city_bike` are shown with \"{capacity:city_bike} city bikes can be rented here\" and can be updated. The question is \"How many city bikes can be rented here?\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#rental_capacity_city_bike", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:ebike", - "description": "Values of `capacity:ebike` are shown with \"{capacity:ebike} electrical bikes can be rented here\" and can be updated. The question is \"How many electrical bikes can be rented here?\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#rental_capacity_ebike", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:kid_bike", - "description": "Values of `capacity:kid_bike` are shown with \"{capacity:kid_bike} bikes for children can be rented here\" and can be updated. The question is \"How many bikes for children can be rented here?\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#rental_capacity_kid_bike", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:bmx", - "description": "Values of `capacity:bmx` are shown with \"{capacity:bmx} BMX bikes can be rented here\" and can be updated. The question is \"How many BMX bikes can be rented here?\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#rental_capacity_bmx", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:mtb", - "description": "Values of `capacity:mtb` are shown with \"{capacity:mtb} mountainbikes can be rented here\" and can be updated. The question is \"How many mountainbikes can be rented here?\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#rental_capacity_mtb", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:bicycle_pannier", - "description": "Values of `capacity:bicycle_pannier` are shown with \"{capacity:bicycle_pannier} bicycle panniers can be rented here\" and can be updated. The question is \"How many bicycle panniers can be rented here?\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#rental_capacity_bicycle_pannier", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:tandem_bicycle", - "description": "Values of `capacity:tandem_bicycle` are shown with \"{capacity:tandem_bicycle} tandem can be rented here\" and can be updated. The question is \"How many tandem can be rented here?\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#rental_capacity_tandem_bicycle", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:pump", - "value": "yes", - "description": "service:bicycle:pump=yes is displayed as \"This shop offers a bike pump for anyone\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#bike_pump_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:pump", - "value": "no", - "description": "service:bicycle:pump=no is displayed as \"This shop doesn't offer a bike pump for anyone\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#bike_pump_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:pump", - "value": "separate", - "description": "service:bicycle:pump=separate is displayed as \"There is bicycle pump, it is shown as a separate point\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#bike_pump_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:diy", - "value": "yes", - "description": "service:bicycle:diy=yes is displayed as \"This shop offers tools for DIY bicycle repair\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#bike_repair_tools", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:diy", - "value": "no", - "description": "service:bicycle:diy=no is displayed as \"This shop doesn't offer tools for DIY bicycle repair\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#bike_repair_tools", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:diy", - "value": "only_sold", - "description": "service:bicycle:diy=only_sold is displayed as \"Tools for DIY bicycle repair are only available if you bought/hire the bike in the shop\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#bike_repair_tools", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning", - "value": "yes", - "description": "service:bicycle:cleaning=yes is displayed as \"This shop cleans bicycles\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#bike_wash", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning", - "value": "diy", - "description": "service:bicycle:cleaning=diy is displayed as \"This shop has an installation where one can clean bicycles themselves\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#bike_wash", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning", - "value": "no", - "description": "service:bicycle:cleaning=no is displayed as \"This shop doesn't offer bicycle cleaning\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#bike_wash", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:charge", - "description": "Values of `service:bicycle:cleaning:charge` are shown with \"Using the cleaning service costs {service:bicycle:cleaning:charge}\" and can be updated. The question is \"How much does it cost to use the cleaning service?\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:fee", - "value": "no", - "description": "service:bicycle:cleaning:fee=no is displayed as \"The cleaning service is free to use\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:fee", - "value": "yes", - "description": "service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= is displayed as \"Free to use\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:charge", - "description": "service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= is displayed as \"Free to use\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "organic", - "value": "yes", - "description": "organic=yes is displayed as \"This shop offers organic products\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#organic", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "organic", - "value": "only", - "description": "organic=only is displayed as \"This shop only offers organic products\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#organic", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "organic", - "value": "no", - "description": "organic=no is displayed as \"This shop does not offer organic products\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#organic", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "description", - "description": "Values of `description` are shown with \"{description}\" and can be updated. The question is \"Is there still some relevant info that the previous questions did not cover? Feel free to add it here.\" by layer Dog-friendly shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shop_dog_friendly.md#description", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "amenity", - "value": "waste_basket", - "description": "Features with this tag are displayed by layer Waste baskets with excrement bag dispensers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket_dogs.md", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "vending", - "value": "excrement_bags", - "description": "Features with this tag are displayed by layer Waste baskets with excrement bag dispensers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket_dogs.md", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "description": "waste= is displayed as \"A waste basket for general waste\" by layer Waste baskets with excrement bag dispensers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket_dogs.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "value": "trash", - "description": "waste=trash is displayed as \"A waste basket for general waste\" by layer Waste baskets with excrement bag dispensers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket_dogs.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "value": "dog_excrement", - "description": "waste=dog_excrement is displayed as \"A waste basket for dog excrements\" by layer Waste baskets with excrement bag dispensers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket_dogs.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "value": "cigarettes", - "description": "waste=cigarettes is displayed as \"A waste basket for cigarettes\" by layer Waste baskets with excrement bag dispensers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket_dogs.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "value": "drugs", - "description": "waste=drugs is displayed as \"A waste basket for drugs\" by layer Waste baskets with excrement bag dispensers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket_dogs.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "value": "sharps", - "description": "waste=sharps is displayed as \"A waste basket for needles and other sharp objects\" by layer Waste baskets with excrement bag dispensers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket_dogs.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "value": "plastic", - "description": "waste=plastic is displayed as \"A waste basket for plastic\" by layer Waste baskets with excrement bag dispensers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket_dogs.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "value": "pmd", - "description": "waste=pmd is displayed as \"A waste basket for plastic packaging, metal packaging and drink cartons (PMD)\" by layer Waste baskets with excrement bag dispensers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket_dogs.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "value": "paper", - "description": "waste=paper is displayed as \"A waste basket for paper\" by layer Waste baskets with excrement bag dispensers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket_dogs.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "vending", - "value": "excrement_bags", - "description": "vending=excrement_bags & not:vending= is displayed as \"This waste basket has a dispenser for (dog) excrement bags\" by layer Waste baskets with excrement bag dispensers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket_dogs.md#dispensing_dog_bags", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "not:vending", - "description": "vending=excrement_bags & not:vending= is displayed as \"This waste basket has a dispenser for (dog) excrement bags\" by layer Waste baskets with excrement bag dispensers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket_dogs.md#dispensing_dog_bags", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "not:vending", - "value": "excrement_bags", - "description": "not:vending=excrement_bags & vending= is displayed as \"This waste basket does not have a dispenser for (dog) excrement bags\" by layer Waste baskets with excrement bag dispensers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket_dogs.md#dispensing_dog_bags", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "vending", - "description": "not:vending=excrement_bags & vending= is displayed as \"This waste basket does not have a dispenser for (dog) excrement bags\" by layer Waste baskets with excrement bag dispensers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket_dogs.md#dispensing_dog_bags", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "vending", - "description": "vending= is displayed as \"This waste basket does not have a dispenser for (dog) excrement bags\" by layer Waste baskets with excrement bag dispensers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket_dogs.md#dispensing_dog_bags", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_playgrounds.json b/Docs/TagInfo/mapcomplete_playgrounds.json deleted file mode 100644 index 43e5905ab7..0000000000 --- a/Docs/TagInfo/mapcomplete_playgrounds.json +++ /dev/null @@ -1,1527 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Playgrounds", - "description": "A map with playgrounds", - "project_url": "https://mapcomplete.org/playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/playgrounds/playground.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "leisure", - "value": "playground", - "description": "Features with this tag are displayed by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Playgrounds, Playground equipment, Benches, Picnic tables, Waste Basket, Toilets, BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Playgrounds, Playground equipment, Benches, Picnic tables, Waste Basket, Toilets, BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#images", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Playgrounds, Playground equipment, Benches, Picnic tables, Waste Basket, Toilets, BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#images", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Playgrounds, Playground equipment, Benches, Picnic tables, Waste Basket, Toilets, BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#images", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Playgrounds, Playground equipment, Benches, Picnic tables, Waste Basket, Toilets, BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#images", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Playgrounds, Playground equipment, Benches, Picnic tables, Waste Basket, Toilets, BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#images", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "fee", - "value": "no", - "description": "fee=no is displayed as \"Free to use\" by layers Playgrounds, Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#fee", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "fee", - "value": "yes", - "description": "fee=yes is displayed as \"Paid playground\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#fee", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "surface", - "description": "Values of `surface` are shown with \"The surface is {surface}\" and can be updated. The question is \"Which is the surface of this playground?\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#playground_surface", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "surface", - "value": "grass", - "description": "surface=grass is displayed as \"The surface is grass\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#playground_surface", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "surface", - "value": "sand", - "description": "surface=sand is displayed as \"The surface is sand\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#playground_surface", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "surface", - "value": "woodchips", - "description": "surface=woodchips is displayed as \"The surface consist of woodchips\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#playground_surface", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "surface", - "value": "paving_stones", - "description": "surface=paving_stones is displayed as \"The surface is paving stones\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#playground_surface", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "surface", - "value": "asphalt", - "description": "surface=asphalt is displayed as \"The surface is asphalt\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#playground_surface", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "surface", - "value": "concrete", - "description": "surface=concrete is displayed as \"The surface is concrete\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#playground_surface", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "surface", - "value": "unpaved", - "description": "surface=unpaved is displayed as \"The surface is unpaved\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#playground_surface", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "surface", - "value": "paved", - "description": "surface=paved is displayed as \"The surface is paved\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#playground_surface", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "surface", - "value": "tartan", - "description": "surface=tartan is displayed as \"The surface is tartan - a synthetic, springy surface typically seen on athletic pistes\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#playground_surface", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "surface", - "value": "rubber", - "description": "surface=rubber is displayed as \"The surface is made from rubber, such as rubber tiles, rubber mulch or a big rubber area\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#playground_surface", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "surface", - "value": "fine_gravel", - "description": "surface=fine_gravel is displayed as \"The surface is fine gravel (less then 2 cm per stone)\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#playground_surface", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "lit", - "value": "yes", - "description": "lit=yes is displayed as \"This playground is lit at night\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#playground_lit", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "lit", - "value": "no", - "description": "lit=no is displayed as \"This playground is not lit at night\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#playground_lit", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "min_age", - "description": "Values of `min_age` are shown with \"Accessible to kids older than {min_age} years\" and can be updated. The question is \"What is the minimum age required to access this playground?\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#playground_min_age", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "max_age", - "description": "Values of `max_age` are shown with \"Accessible to kids of at most {max_age}\" and can be updated. The question is \"What is the maximum age allowed to access this playground?\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#playground_max_age", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "operator", - "description": "Values of `operator` are shown with \"Operated by {operator}\" and can be updated. The question is \"Who operates this playground?\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#playground_operator", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "access", - "value": "yes", - "description": "access=yes is displayed as \"Accessible to the general public\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#playground_access", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "fee", - "value": "yes", - "description": "fee=yes is displayed as \"This is a paid playground\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#playground_access", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "access", - "value": "customers", - "description": "access=customers is displayed as \"Only accessible for clients of the operating business\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#playground_access", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "access", - "value": "students", - "description": "access=students is displayed as \"Only accessible to students of the school\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#playground_access", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "access", - "value": "private", - "description": "access=private is displayed as \"Not accessible\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#playground_access", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "leisure", - "value": "schoolyard", - "description": "leisure=schoolyard is displayed as \"This is a schoolyard - an outdoor area where the pupils can play during their breaks; but it is not accessible to the general public\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#playground_access", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{website}\" and can be updated. The question is \"What is the website of {title()}?\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"{email}\" and can be updated. The question is \"What is the email address of the playground maintainer?\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#playground_email", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"{phone}\" and can be updated. The question is \"What is the phone number of the playground maintainer?\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#playground_phone", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "wheelchair", - "value": "yes", - "description": "wheelchair=yes is displayed as \"Completely accessible for wheelchair users\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#Playground_wheelchair", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "wheelchair", - "value": "limited", - "description": "wheelchair=limited is displayed as \"Limited accessibility for wheelchair users\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#Playground_wheelchair", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "wheelchair", - "value": "no", - "description": "wheelchair=no is displayed as \"Not accessible for wheelchair users\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#Playground_wheelchair", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"{opening_hours_table(opening_hours)}\" and can be updated. The question is \"When is this playground accessible?\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#playground_opening_hours", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "opening_hours", - "value": "sunrise-sunset", - "description": "opening_hours=sunrise-sunset is displayed as \"Accessible from sunrise till sunset\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#playground_opening_hours", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "opening_hours", - "value": "24/7", - "description": "opening_hours=24/7 is displayed as \"Always accessible\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#playground_opening_hours", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "check_date", - "description": "Values of `check_date` are shown with \"This object was last checked on {check_date}\" and can be updated. The question is \"When was this object last checked?\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#check_date", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "check_date", - "description": "check_date= is displayed as \"This object was last checked today\" by layer Playgrounds", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground.md#check_date", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "playground", - "description": "Features with this tag are displayed by layer Playground equipment", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground_equipment.md", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "playground", - "description": "Values of `playground` are shown with \"This is a {playground}\" and can be updated. The question is \"What kind of device is this?\" by layer Playground equipment", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground_equipment.md#type", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "playground", - "value": "swing", - "description": "playground=swing is displayed as \"This is a swing\" by layer Playground equipment", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground_equipment.md#type", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "playground", - "value": "structure", - "description": "playground=structure is displayed as \"This is a structure consisting of several connected playground devices\" by layer Playground equipment", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground_equipment.md#type", - "icon_url": "./assets/layers/playground_equipment/SunwardCohousingPlayStructure2005.jpg" - }, - { - "key": "playground", - "value": "slide", - "description": "playground=slide is displayed as \"This is a slide\" by layer Playground equipment", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground_equipment.md#type", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "playground", - "value": "sandpit", - "description": "playground=sandpit is displayed as \"This is a sand pit\" by layer Playground equipment", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground_equipment.md#type", - "icon_url": "./assets/layers/playground_equipment/Zandbakw.jpg" - }, - { - "key": "playground", - "value": "springy", - "description": "playground=springy is displayed as \"This is a spring rider\" by layer Playground equipment", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground_equipment.md#type", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "playground", - "value": "climbingframe", - "description": "playground=climbingframe is displayed as \"This is a climbing frame\" by layer Playground equipment", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground_equipment.md#type", - "icon_url": "./assets/layers/playground_equipment/DeimosXL1.jpg" - }, - { - "key": "playground", - "value": "seesaw", - "description": "playground=seesaw is displayed as \"This is a seesaw\" by layer Playground equipment", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground_equipment.md#type", - "icon_url": "./assets/layers/playground_equipment/Seesaw-aa.jpg" - }, - { - "key": "playground", - "value": "playhouse", - "description": "playground=playhouse is displayed as \"This is a playhouse\" by layer Playground equipment", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground_equipment.md#type", - "icon_url": "./assets/layers/playground_equipment/Playhouse.jpg" - }, - { - "key": "playground", - "value": "roundabout", - "description": "playground=roundabout is displayed as \"This is a roundabout\" by layer Playground equipment", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground_equipment.md#type", - "icon_url": "./assets/layers/playground_equipment/Manually_powered_carousel_on_a_playground_in_Saint-Petersburg.JPG" - }, - { - "key": "playground", - "value": "basketswing", - "description": "playground=basketswing is displayed as \"This is a basket swing\" by layer Playground equipment", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground_equipment.md#type", - "icon_url": "./assets/layers/playground_equipment/Playground_swing_03.jpg" - }, - { - "key": "playground", - "value": "zipwire", - "description": "playground=zipwire is displayed as \"This is a zip wire\" by layer Playground equipment", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground_equipment.md#type", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "playground", - "value": "horizontal_bar", - "description": "playground=horizontal_bar is displayed as \"This is a horizontal bar\" by layer Playground equipment", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground_equipment.md#type", - "icon_url": "./assets/layers/playground_equipment/Rekstok.JPG" - }, - { - "key": "playground", - "value": "hopscotch", - "description": "playground=hopscotch is displayed as \"This is a hopscotch\" by layer Playground equipment", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground_equipment.md#type", - "icon_url": "./assets/layers/playground_equipment/Hinkelbaan_tegels.jpg" - }, - { - "key": "playground", - "value": "splash_pad", - "description": "playground=splash_pad is displayed as \"This is a splash pad\" by layer Playground equipment", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground_equipment.md#type", - "icon_url": "./assets/layers/playground_equipment/Urbeach-high-park-splashpad.jpg" - }, - { - "key": "playground", - "value": "climbingwall", - "description": "playground=climbingwall is displayed as \"This is a climbing wall\" by layer Playground equipment", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground_equipment.md#type", - "icon_url": "./assets/layers/playground_equipment/Playground_climbingwall.jpg" - }, - { - "key": "playground", - "value": "map", - "description": "playground=map is displayed as \"This is a map\" by layer Playground equipment", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground_equipment.md#type", - "icon_url": "./assets/layers/playground_equipment/Playground_Map,_Washington_Elementary.jpg" - }, - { - "key": "playground", - "value": "bridge", - "description": "playground=bridge is displayed as \"This is a bridge (either as a standalone device or as part of a larger structure)\" by layer Playground equipment", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground_equipment.md#type", - "icon_url": "./assets/layers/playground_equipment/Playground_in_Muchall_Park,_Wolverhampton_-_geograph.org.uk_-_2735437.jpg" - }, - { - "key": "playground", - "value": "cushion", - "description": "playground=cushion is displayed as \"This is a bouncy cushion\" by layer Playground equipment", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground_equipment.md#type", - "icon_url": "./assets/layers/playground_equipment/Hupfkissen.jpg" - }, - { - "key": "playground", - "value": "activitypanel", - "description": "playground=activitypanel is displayed as \"This is an activity panel\" by layer Playground equipment", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground_equipment.md#type", - "icon_url": "./assets/layers/playground_equipment/Szwedy_-_plac_zabaw_-_kotko_i_krzyzyk.jpg" - }, - { - "key": "playground", - "value": "teenshelter", - "description": "playground=teenshelter is displayed as \"This is a teen shelter\" by layer Playground equipment", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground_equipment.md#type", - "icon_url": "./assets/layers/playground_equipment/Teen_shelter_near_former_coastguard_lookout,_Watchet_-_geograph.org.uk_-_1714960.jpg" - }, - { - "key": "playground", - "value": "funnel_ball", - "description": "playground=funnel_ball is displayed as \"This is a funnel used to play with funnel ball\" by layer Playground equipment", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground_equipment.md#type", - "icon_url": "./assets/layers/playground_equipment/Funnel_ball.jpg" - }, - { - "key": "playground", - "value": "spinning_circle", - "description": "playground=spinning_circle is displayed as \"This is a spinning circle\" by layer Playground equipment", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground_equipment.md#type", - "icon_url": "./assets/layers/playground_equipment/Spinning_circle.jpg" - }, - { - "key": "wheelchair", - "value": "designated", - "description": "wheelchair=designated is displayed as \"This place is specially adapted for wheelchair users\" by layer Playground equipment", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground_equipment.md#wheelchair_access", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "wheelchair", - "value": "yes", - "description": "wheelchair=yes is displayed as \"This place is easily reachable with a wheelchair\" by layer Playground equipment", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground_equipment.md#wheelchair_access", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "wheelchair", - "value": "limited", - "description": "wheelchair=limited is displayed as \"It is possible to reach this place in a wheelchair, but it is not easy\" by layer Playground equipment", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground_equipment.md#wheelchair_access", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "wheelchair", - "value": "no", - "description": "wheelchair=no is displayed as \"This place is not reachable with a wheelchair\" by layer Playground equipment", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/playground_equipment.md#wheelchair_access", - "icon_url": "./assets/themes/playgrounds/playground.svg" - }, - { - "key": "amenity", - "value": "bench", - "description": "Features with this tag are displayed by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "backrest", - "value": "yes", - "description": "backrest=yes & two_sided=yes is displayed as \"This bench is two-sided and shares the backrest\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_backrest", - "icon_url": "./assets/layers/bench/two_sided.svg" - }, - { - "key": "two_sided", - "value": "yes", - "description": "backrest=yes & two_sided=yes is displayed as \"This bench is two-sided and shares the backrest\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_backrest", - "icon_url": "./assets/layers/bench/two_sided.svg" - }, - { - "key": "backrest", - "value": "yes", - "description": "backrest=yes is displayed as \"This bench does have a backrest\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_backrest", - "icon_url": "./assets/layers/bench/one_sided.svg" - }, - { - "key": "backrest", - "value": "no", - "description": "backrest=no is displayed as \"This bench does not have a backrest\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_backrest", - "icon_url": "./assets/layers/bench/no_backrest.svg" - }, - { - "key": "armrest", - "value": "yes", - "description": "armrest=yes is displayed as \"This bench does have one or more armrests\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_armrest", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "armrest", - "value": "no", - "description": "armrest=no is displayed as \"This bench does not have any armrests\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_armrest", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "seats", - "description": "Values of `seats` are shown with \"This bench has {seats} seats\" and can be updated. The question is \"How many seats does this bench have?\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_seats", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "seats:separated", - "value": "no", - "description": "seats:separated=no is displayed as \"This bench does not have separated seats\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_seats", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "material", - "description": "Values of `material` are shown with \"Material: {material}\" and can be updated. The question is \"What is the bench (seating) made from?\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_material", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "material", - "value": "wood", - "description": "material=wood is displayed as \"The seating is made from wood\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_material", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "material", - "value": "metal", - "description": "material=metal is displayed as \"The seating is made from metal\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_material", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "material", - "value": "stone", - "description": "material=stone is displayed as \"The seating is made from stone\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_material", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "material", - "value": "concrete", - "description": "material=concrete is displayed as \"The seating is made from concrete\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_material", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "material", - "value": "plastic", - "description": "material=plastic is displayed as \"The seating is made from plastic\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_material", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "material", - "value": "steel", - "description": "material=steel is displayed as \"The seating is made from steel\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_material", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "direction", - "description": "Values of `direction` are shown with \"When sitting on the bench, one looks towards {direction}°.\" and can be updated. The question is \"In which direction are you looking when sitting on the bench?\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_direction", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "colour", - "description": "Values of `colour` are shown with \"Colour: {colour}\" and can be updated. The question is \"Which colour does this bench have?\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_colour", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "colour", - "value": "brown", - "description": "colour=brown is displayed as \"Colour: brown\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_colour", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "colour", - "value": "green", - "description": "colour=green is displayed as \"Colour: green\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_colour", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "colour", - "value": "gray", - "description": "colour=gray is displayed as \"Colour: gray\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_colour", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "colour", - "value": "white", - "description": "colour=white is displayed as \"Colour: white\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_colour", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "colour", - "value": "red", - "description": "colour=red is displayed as \"Colour: red\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_colour", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "colour", - "value": "black", - "description": "colour=black is displayed as \"Colour: black\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_colour", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "colour", - "value": "blue", - "description": "colour=blue is displayed as \"Colour: blue\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_colour", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "colour", - "value": "yellow", - "description": "colour=yellow is displayed as \"Colour: yellow\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_colour", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "survey:date", - "description": "Values of `survey:date` are shown with \"This bench was last surveyed on {survey:date}\" and can be updated. The question is \"When was this bench last surveyed?\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_survey_date", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "survey:date", - "description": "survey:date= is displayed as \"Surveyed today!\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_survey_date", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "inscription", - "description": "Values of `inscription` are shown with \"This bench has the following inscription:

{inscription}

\" and can be updated. The question is \"Does this bench have an inscription?\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_inscription", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "not:inscription", - "value": "yes", - "description": "not:inscription=yes is displayed as \"This bench does not have an inscription\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_inscription", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "inscription", - "description": "inscription= is displayed as \"This bench probably does not not have an inscription\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_inscription", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "tourism", - "value": "artwork", - "description": "tourism=artwork is displayed as \"This bench has an integrated artwork\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_artwork", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "not:tourism:artwork", - "value": "yes", - "description": "not:tourism:artwork=yes is displayed as \"This bench does not have an integrated artwork\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_artwork", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "tourism", - "description": "tourism= is displayed as \"This bench probably doesn't have an integrated artwork\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_artwork", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "historic", - "value": "memorial", - "description": "historic=memorial is displayed as \"This bench is a memorial for someone or something\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_memorial", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "historic", - "description": "historic= & not:historic=memorial is displayed as \"This bench is a not a memorial for someone or something\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_memorial", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "not:historic", - "value": "memorial", - "description": "historic= & not:historic=memorial is displayed as \"This bench is a not a memorial for someone or something\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#bench_memorial", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "description": "Values of `artwork_type` are shown with \"This is a {artwork_type}\" and can be updated. The question is \"What is the type of this artwork?\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "architecture", - "description": "artwork_type=architecture is displayed as \"Architecture\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "mural", - "description": "artwork_type=mural is displayed as \"Mural\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "painting", - "description": "artwork_type=painting is displayed as \"Painting\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "sculpture", - "description": "artwork_type=sculpture is displayed as \"Sculpture\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "statue", - "description": "artwork_type=statue is displayed as \"Statue\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "bust", - "description": "artwork_type=bust is displayed as \"Bust\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "stone", - "description": "artwork_type=stone is displayed as \"Stone\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "installation", - "description": "artwork_type=installation is displayed as \"Installation\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "graffiti", - "description": "artwork_type=graffiti is displayed as \"Graffiti\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "relief", - "description": "artwork_type=relief is displayed as \"Relief\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "azulejo", - "description": "artwork_type=azulejo is displayed as \"Azulejo (Spanish decorative tilework)\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "tilework", - "description": "artwork_type=tilework is displayed as \"Tilework\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artwork_type", - "value": "woodcarving", - "description": "artwork_type=woodcarving is displayed as \"Woodcarving\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artwork_type", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artist:wikidata", - "description": "Values of `artist:wikidata` are shown with \"This artwork was made by {wikidata_label(artist:wikidata):font-weight:bold}
{wikipedia(artist:wikidata)}\" and can be updated. The question is \"Who made this artwork?\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artist_wikidata", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "artist_name", - "description": "Values of `artist_name` are shown with \"Created by {artist_name}\" and can be updated. The question is \"Which artist created this?\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_artist_name", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{link(More information on this website,&LBRACEwebsite&RBRACE,,,,)}\" and can be updated. The question is \"Is there a website with more information about this artwork?\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_website", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "subject:wikidata", - "description": "Values of `subject:wikidata` are shown with \"This artwork depicts {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}\" and can be updated. The question is \"What does this artwork depict?\" by layer Benches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bench.md#artwork_subject", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "leisure", - "value": "picnic_table", - "description": "Features with this tag are displayed by layer Picnic tables", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "level", - "description": "Values of `level` are shown with \"Located on the {level}th floor\" and can be updated. The question is \"On what level is this feature located?\" by layers Picnic tables, Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#single_level", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "location", - "value": "underground", - "description": "location=underground is displayed as \"Located underground\" by layers Picnic tables, Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#single_level", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "level", - "value": "0", - "description": "level=0 is displayed as \"Located on the ground floor\" by layers Picnic tables, Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#single_level", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "level", - "description": "level= is displayed as \"Located on the ground floor\" by layers Picnic tables, Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#single_level", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "level", - "value": "1", - "description": "level=1 is displayed as \"Located on the first floor\" by layers Picnic tables, Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#single_level", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "level", - "value": "-1", - "description": "level=-1 is displayed as \"Located on the first basement level\" by layers Picnic tables, Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#single_level", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "material", - "description": "Values of `material` are shown with \"This picnic table is made of {material}\" and can be updated. The question is \"What material is this picnic table made of?\" by layer Picnic tables", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#picnic_table_material", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "material", - "value": "wood", - "description": "material=wood is displayed as \"This is a wooden picnic table\" by layer Picnic tables", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#picnic_table_material", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "material", - "value": "concrete", - "description": "material=concrete is displayed as \"This is a concrete picnic table\" by layer Picnic tables", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#picnic_table_material", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "material", - "value": "plastic", - "description": "material=plastic is displayed as \"This picnic table is made from (recycled) plastic\" by layer Picnic tables", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#picnic_table_material", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "material", - "value": "metal", - "description": "material=metal is displayed as \"This picnic table is made from metal\" by layer Picnic tables", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/picnic_table.md#picnic_table_material", - "icon_url": "./assets/layers/picnic_table/picnic_table.svg" - }, - { - "key": "amenity", - "value": "waste_basket", - "description": "Features with this tag are displayed by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "description": "waste= is displayed as \"A waste basket for general waste\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "value": "trash", - "description": "waste=trash is displayed as \"A waste basket for general waste\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "value": "dog_excrement", - "description": "waste=dog_excrement is displayed as \"A waste basket for dog excrements\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "value": "cigarettes", - "description": "waste=cigarettes is displayed as \"A waste basket for cigarettes\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "value": "drugs", - "description": "waste=drugs is displayed as \"A waste basket for drugs\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "value": "sharps", - "description": "waste=sharps is displayed as \"A waste basket for needles and other sharp objects\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "value": "plastic", - "description": "waste=plastic is displayed as \"A waste basket for plastic\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "value": "pmd", - "description": "waste=pmd is displayed as \"A waste basket for plastic packaging, metal packaging and drink cartons (PMD)\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "value": "paper", - "description": "waste=paper is displayed as \"A waste basket for paper\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "vending", - "value": "excrement_bags", - "description": "vending=excrement_bags & not:vending= is displayed as \"This waste basket has a dispenser for (dog) excrement bags\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#dispensing_dog_bags", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "not:vending", - "description": "vending=excrement_bags & not:vending= is displayed as \"This waste basket has a dispenser for (dog) excrement bags\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#dispensing_dog_bags", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "not:vending", - "value": "excrement_bags", - "description": "not:vending=excrement_bags & vending= is displayed as \"This waste basket does not have a dispenser for (dog) excrement bags\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#dispensing_dog_bags", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "vending", - "description": "not:vending=excrement_bags & vending= is displayed as \"This waste basket does not have a dispenser for (dog) excrement bags\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#dispensing_dog_bags", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "vending", - "description": "vending= is displayed as \"This waste basket does not have a dispenser for (dog) excrement bags\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#dispensing_dog_bags", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "amenity", - "value": "toilets", - "description": "Features with this tag are displayed by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "access", - "description": "Values of `access` are shown with \"Access is {access}\" and can be updated. The question is \"Are these toilets publicly accessible?\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_access", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "access", - "value": "yes", - "description": "access=yes is displayed as \"Public access\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_access", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "access", - "value": "customers", - "description": "access=customers is displayed as \"Only access to customers\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_access", - "icon_url": "key" - }, - { - "key": "access", - "value": "no", - "description": "access=no is displayed as \"Not accessible\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_access", - "icon_url": "lock" - }, - { - "key": "access", - "value": "key", - "description": "access=key is displayed as \"Accessible, but one has to ask a key to enter\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_access", - "icon_url": "key" - }, - { - "key": "access", - "value": "public", - "description": "access=public is displayed as \"Public access\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_access", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "fee", - "value": "yes", - "description": "fee=yes is displayed as \"These are paid toilets\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_fee", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "charge", - "description": "Values of `charge` are shown with \"The fee is {charge}\" and can be updated. The question is \"How much does one have to pay for these toilets?\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_charge", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "payment:cash", - "value": "yes", - "description": "payment:cash=yes is displayed as \"Cash is accepted here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/cash.svg" - }, - { - "key": "payment:cards", - "value": "yes", - "description": "payment:cards=yes is displayed as \"Payment cards are accepted here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:qr_code", - "value": "yes", - "description": "payment:qr_code=yes is displayed as \"Payment by QR-code is possible here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/qrcode.svg" - }, - { - "key": "payment:coins", - "value": "yes", - "description": "payment:coins=yes is displayed as \"Coins are accepted here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/coins.svg" - }, - { - "key": "payment:notes", - "value": "yes", - "description": "payment:notes=yes is displayed as \"Bank notes are accepted here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/notes.svg" - }, - { - "key": "payment:debit_cards", - "value": "yes", - "description": "payment:debit_cards=yes is displayed as \"Debit cards are accepted here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:credit_cards", - "value": "yes", - "description": "payment:credit_cards=yes is displayed as \"Credit cards are accepted here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"When are these toilets opened?\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#opening_hours_24_7", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "opening_hours", - "value": "24/7", - "description": "opening_hours=24/7 is displayed as \"24/7 opened (including holidays)\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#opening_hours_24_7", - "icon_url": "./assets/layers/questions/open24_7.svg" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#opening_hours_24_7", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "wheelchair", - "value": "yes", - "description": "wheelchair=yes is displayed as \"There is a dedicated toilet for wheelchair users\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_wheelchair", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "wheelchair", - "value": "no", - "description": "wheelchair=no is displayed as \"No wheelchair access\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_wheelchair", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "wheelchair", - "value": "designated", - "description": "wheelchair=designated is displayed as \"There is only a dedicated toilet for wheelchair users\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_wheelchair", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "door:width", - "description": "Values of `door:width` are shown with \"The door to the wheelchair-accessible toilet is {canonical(door:width)} wide\" and can be updated. The question is \"What is the width of the door to the wheelchair accessible toilet?\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#wheelchair_door_width", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:position", - "value": "seated", - "description": "toilets:position=seated is displayed as \"There are only seated toilets\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_type", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:position", - "value": "urinal", - "description": "toilets:position=urinal is displayed as \"There are only urinals here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_type", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:position", - "value": "squat", - "description": "toilets:position=squat is displayed as \"There are only squat toilets here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_type", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:position", - "value": "seated;urinal", - "description": "toilets:position=seated;urinal is displayed as \"Both seated toilets and urinals are available here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_type", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "gender_segregated", - "value": "yes", - "description": "gender_segregated=yes is displayed as \"There is a separate, signposted area for men and women\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#gender_segregated", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "gender_segregated", - "value": "no", - "description": "gender_segregated=no is displayed as \"There is no separate, signposted area for men and women\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#gender_segregated", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:menstrual_products", - "value": "yes", - "description": "toilets:menstrual_products=yes is displayed as \"Free menstrual products are available to all visitors of these toilets\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:menstrual_products", - "value": "limited", - "description": "toilets:menstrual_products=limited is displayed as \"Free menstrual products are available to some visitors of these toilets\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:menstrual_products", - "value": "no", - "description": "toilets:menstrual_products=no is displayed as \"No free menstrual products are available here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:menstrual_products:location", - "description": "Values of `toilets:menstrual_products:location` are shown with \"The menstrual products are located in {toilets:menstrual_products:location}\" and can be updated. The question is \"Where are the free menstrual products located?\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:menstrual_products:location", - "value": "female_toilet", - "description": "toilets:menstrual_products:location=female_toilet is displayed as \"The free, menstrual products are located in the toilet for women\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:menstrual_products:location", - "value": "male_toilet", - "description": "toilets:menstrual_products:location=male_toilet is displayed as \"The free, menstrual products are located in the toilet for men\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:menstrual_products:location", - "value": "wheelchair_toilet", - "description": "toilets:menstrual_products:location=wheelchair_toilet is displayed as \"The free, menstrual products are located in the toilet for wheelchair users\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "changing_table", - "value": "yes", - "description": "changing_table=yes is displayed as \"A changing table is available\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_changing_table", - "icon_url": "./assets/layers/toilet/baby.svg" - }, - { - "key": "changing_table", - "value": "no", - "description": "changing_table=no is displayed as \"No changing table is available\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_changing_table", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "changing_table:location", - "description": "Values of `changing_table:location` are shown with \"A changing table is located at {changing_table:location}\" and can be updated. The question is \"Where is the changing table located?\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_changing_table_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "changing_table:location", - "value": "female_toilet", - "description": "changing_table:location=female_toilet is displayed as \"A changing table is in the toilet for women\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_changing_table_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "changing_table:location", - "value": "male_toilet", - "description": "changing_table:location=male_toilet is displayed as \"A changing table is in the toilet for men\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_changing_table_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "changing_table:location", - "value": "wheelchair_toilet", - "description": "changing_table:location=wheelchair_toilet is displayed as \"A changing table is in the toilet for wheelchair users\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_changing_table_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "changing_table:location", - "value": "dedicated_room", - "description": "changing_table:location=dedicated_room is displayed as \"A changing table is in a dedicated room\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_changing_table_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "supervised", - "value": "yes", - "description": "supervised=yes is displayed as \"There is a person supervising these toilets during (most of) the opening hours\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_supervised", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "supervised", - "value": "interval", - "description": "supervised=interval is displayed as \"There is a person supervising these toilets, but they are present only during certain times of the opening hours\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_supervised", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "supervised", - "value": "no", - "description": "supervised=no is displayed as \"These toilets are not supervised\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_supervised", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:paper_supplied", - "value": "yes", - "description": "toilets:paper_supplied=yes is displayed as \"This toilet is equipped with toilet paper\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_has_paper", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:paper_supplied", - "value": "no", - "description": "toilets:paper_supplied=no is displayed as \"You have to bring your own toilet paper to this toilet\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_has_paper", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:handwashing", - "value": "yes", - "description": "toilets:handwashing=yes is displayed as \"These toilets have a sink to wash your hands\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_handwashing", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:handwashing", - "value": "no", - "description": "toilets:handwashing=no is displayed as \"These toilets don't have a sink to wash your hands\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_handwashing", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:hands_drying", - "value": "electric_hand_dryer", - "description": "toilets:hands_drying=electric_hand_dryer is displayed as \"Electric hand dryers are available for drying hands.\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_drying", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:hands_drying", - "value": "paper_towel", - "description": "toilets:hands_drying=paper_towel is displayed as \"Paper towels are available for drying hands.\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_drying", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:hands_drying", - "value": "towel_cabinet", - "description": "toilets:hands_drying=towel_cabinet is displayed as \"A towel roll cabinet is available for drying hands\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_drying", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:hands_drying", - "value": "towel", - "description": "toilets:hands_drying=towel is displayed as \"A fabric towel available to dry your hands.\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_drying", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:hands_drying", - "value": "no", - "description": "toilets:hands_drying=no is displayed as \"There are no hand drying facilities available.\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_drying", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "description", - "description": "Values of `description` are shown with \"{description}\" and can be updated. The question is \"Is there still some relevant info that the previous questions did not cover? Feel free to add it here.\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#description", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "amenity", - "value": "bbq", - "description": "Features with this tag are displayed by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "access", - "value": "yes", - "description": "access=yes is displayed as \"This barbecue can be used by anyone\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#access", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "access", - "value": "no", - "description": "access=no is displayed as \"This barbecue can't be used by anyone\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#access", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "access", - "value": "private", - "description": "access=private is displayed as \"This barbecue is private\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#access", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "access", - "value": "permissive", - "description": "access=permissive is displayed as \"This barbecue can be used by anyone, but the owner can revoke access at any time\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#access", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "access", - "value": "customers", - "description": "access=customers is displayed as \"This barbecue can only be used by customers\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#access", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "access", - "value": "permit", - "description": "access=permit is displayed as \"This barbecue can only be used by authorized persons\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#access", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "covered", - "value": "no", - "description": "covered=no is displayed as \"This barbecue is not covered\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#covered", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "covered", - "value": "yes", - "description": "covered=yes is displayed as \"This barbecue is covered\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#covered", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "fuel", - "value": "wood", - "description": "fuel=wood is displayed as \"This barbecue uses wood as fuel\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#fuel", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "fuel", - "value": "charcoal", - "description": "fuel=charcoal is displayed as \"This barbecue uses charcoal as fuel\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#fuel", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "fuel", - "value": "electric", - "description": "fuel=electric is displayed as \"This barbecue is powered by electricity\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#fuel", - "icon_url": "./assets/layers/bbq/bbq.svg" - }, - { - "key": "fuel", - "value": "gas", - "description": "fuel=gas is displayed as \"This barbecue uses gas as fuel\" by layer BBQ", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bbq.md#fuel", - "icon_url": "./assets/layers/bbq/bbq.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_postboxes.json b/Docs/TagInfo/mapcomplete_postboxes.json deleted file mode 100644 index 43d3e98ae3..0000000000 --- a/Docs/TagInfo/mapcomplete_postboxes.json +++ /dev/null @@ -1,2277 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Postbox and Post Office Map", - "description": "A map showing postboxes and post offices", - "project_url": "https://mapcomplete.org/postboxes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/layers/postboxes/postbox.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "amenity", - "value": "post_box", - "description": "Features with this tag are displayed by layer Postboxes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postboxes.md", - "icon_url": "./assets/layers/postboxes/postbox.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Postboxes, Post offices, Parcel Lockers, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postboxes.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Postboxes, Post offices, Parcel Lockers, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postboxes.md#images", - "icon_url": "./assets/layers/postboxes/postbox.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Postboxes, Post offices, Parcel Lockers, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postboxes.md#images", - "icon_url": "./assets/layers/postboxes/postbox.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Postboxes, Post offices, Parcel Lockers, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postboxes.md#images", - "icon_url": "./assets/layers/postboxes/postbox.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Postboxes, Post offices, Parcel Lockers, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postboxes.md#images", - "icon_url": "./assets/layers/postboxes/postbox.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Postboxes, Post offices, Parcel Lockers, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postboxes.md#images", - "icon_url": "./assets/layers/postboxes/postbox.svg" - }, - { - "key": "operator", - "description": "Values of `operator` are shown with \"This postbox is operated by {operator}\" and can be updated. The question is \"Who operates this postbox?\" by layer Postboxes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postboxes.md#operator", - "icon_url": "./assets/layers/postboxes/postbox.svg" - }, - { - "key": "amenity", - "value": "post_office", - "description": "Features with this tag are displayed by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office", - "value": "post_partner", - "description": "Features with this tag are displayed by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}\" and can be updated. The question is \"What is the phone number of {title()}?\" by layers Post offices, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "contact:phone", - "description": "contact:phone~.+ is displayed as \"{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}\" by layers Post offices, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"{email}\" and can be updated. The question is \"What is the email address of {title()}?\" by layers Post offices, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "contact:email", - "description": "contact:email~.+ is displayed as \"{contact:email}\" by layers Post offices, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "operator:email", - "description": "operator:email~.+ is displayed as \"{operator:email}\" by layers Post offices, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{website}\" and can be updated. The question is \"What is the website of {title()}?\" by layers Post offices, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layers Post offices, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"What are the opening hours for this post office?\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#opening_hours", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layers Post offices, Parcel Lockers, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#opening_hours", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office", - "value": "post_partner", - "description": "post_office=post_partner is displayed as \"This shop is a post partner\" by layers Post offices, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#post_partner", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office", - "description": "post_office= is displayed as \"This shop is not a post partner\" by layers Post offices, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#post_partner", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "brand", - "description": "Values of `brand` are shown with \"This is a {brand} post office\" and can be updated. The question is \"To which brand does this post office belong?\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#post_offic_brand", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:brand", - "description": "Values of `post_office:brand` are shown with \"This location offers services for {post_office:brand}\" and can be updated. The question is \"For which brand does this location offer services?\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#partner_brand", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:brand", - "value": "DHL", - "description": "post_office:brand=DHL is displayed as \"This location offers services for DHL\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#partner_brand", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:brand", - "value": "DPD", - "description": "post_office:brand=DPD is displayed as \"This location offers services for DPD\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#partner_brand", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:brand", - "value": "GLS", - "description": "post_office:brand=GLS is displayed as \"This location offers services for GLS\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#partner_brand", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:brand", - "value": "UPS", - "description": "post_office:brand=UPS is displayed as \"This location offers services for UPS\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#partner_brand", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:brand", - "value": "DHL Paketshop", - "description": "post_office:brand=DHL Paketshop is displayed as \"This location is a DHL Paketshop\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#partner_brand", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:brand", - "value": "Hermes PaketShop", - "description": "post_office:brand=Hermes PaketShop is displayed as \"This location is a Hermes PaketShop\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#partner_brand", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:brand", - "value": "PostNL", - "description": "post_office:brand=PostNL is displayed as \"This location is a PostNL-point\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#partner_brand", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:brand", - "value": "bpost", - "description": "post_office:brand=bpost is displayed as \"This location offers services for bpost\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#partner_brand", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:letter_from", - "description": "Values of `post_office:letter_from` are shown with \"You can post letters with these companies: {post_office:letter_from}\" and can be updated. The question is \"Can you post a letter here?\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#letter_from", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:letter_from", - "value": "yes", - "description": "post_office:letter_from=yes is displayed as \"You can post letters here\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#letter_from", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:letter_from", - "value": "no", - "description": "post_office:letter_from=no is displayed as \"You can't post letters here\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#letter_from", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:parcel_from", - "description": "Values of `post_office:parcel_from` are shown with \"You can post parcels with these companies: {post_office:parcel_from}\" and can be updated. The question is \"Can you send a parcel here?\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#parcel_from", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:parcel_from", - "value": "yes", - "description": "post_office:parcel_from=yes is displayed as \"You can send parcels here\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#parcel_from", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:parcel_from", - "value": "no", - "description": "post_office:parcel_from=no is displayed as \"You can't send parcels here\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#parcel_from", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:parcel_pickup", - "description": "Values of `post_office:parcel_pickup` are shown with \"You can pick up parcels from these companies: {post_office:parcel_pickup}\" and can be updated. The question is \"Can you pick up missed parcels here?\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#parcel_pickup", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:parcel_pickup", - "value": "yes", - "description": "post_office:parcel_pickup=yes is displayed as \"You can pick up missed parcels here\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#parcel_pickup", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:parcel_pickup", - "value": "no", - "description": "post_office:parcel_pickup=no is displayed as \"You can't pick up missed parcels here\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#parcel_pickup", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:parcel_to", - "description": "Values of `post_office:parcel_to` are shown with \"You can send parcels to here for pickup with these companies: {post_office:parcel_to}\" and can be updated. The question is \"Can you send parcels to here for pickup?\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#parcel_to", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:parcel_to", - "value": "yes", - "description": "post_office:parcel_to=yes is displayed as \"You can send parcels to here for pickup\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#parcel_to", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:parcel_to", - "value": "no", - "description": "post_office:parcel_to=no is displayed as \"You can't send parcels to here for pickup\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#parcel_to", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:stamps", - "description": "Values of `post_office:stamps` are shown with \"You can buy stamps from companies: {post_office:stamps}\" and can be updated. The question is \"Can you buy stamps here?\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#stamps", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:stamps", - "value": "yes", - "description": "post_office:stamps=yes is displayed as \"You can buy stamps here\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#stamps", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "post_office:stamps", - "value": "no", - "description": "post_office:stamps=no is displayed as \"You can't buy stamps here\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#stamps", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "atm", - "value": "yes", - "description": "atm=yes is displayed as \"This post office has an ATM\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#has_atm", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "atm", - "value": "no", - "description": "atm=no is displayed as \"This post office does not have an ATM\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#has_atm", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "atm", - "value": "separate", - "description": "atm=separate is displayed as \"This post office does have an ATM, but it is mapped as a different icon\" by layer Post offices", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/postoffices.md#has_atm", - "icon_url": "./assets/layers/postoffices/post_office.svg" - }, - { - "key": "amenity", - "value": "parcel_locker", - "description": "Features with this tag are displayed by layer Parcel Lockers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parcel_lockers.md", - "icon_url": "./assets/layers/parcel_lockers/parcel_lockers.svg" - }, - { - "key": "brand", - "description": "Values of `brand` are shown with \"This is a {brand} parcel locker\" and can be updated. The question is \"What is the brand of the parcel locker?\" by layer Parcel Lockers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parcel_lockers.md#brand", - "icon_url": "./assets/layers/parcel_lockers/parcel_lockers.svg" - }, - { - "key": "operator", - "description": "Values of `operator` are shown with \"This parcel locker is operated by {operator}\" and can be updated. The question is \"What is the operator of the parcel locker?\" by layer Parcel Lockers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parcel_lockers.md#operator", - "icon_url": "./assets/layers/parcel_lockers/parcel_lockers.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"What are the opening hours of {title()}?\" by layers Parcel Lockers, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parcel_lockers.md#opening_hours_24_7", - "icon_url": "./assets/layers/parcel_lockers/parcel_lockers.svg" - }, - { - "key": "opening_hours", - "value": "24/7", - "description": "opening_hours=24/7 is displayed as \"24/7 opened (including holidays)\" by layer Parcel Lockers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parcel_lockers.md#opening_hours_24_7", - "icon_url": "./assets/layers/questions/open24_7.svg" - }, - { - "key": "ref", - "description": "Values of `ref` are shown with \"This parcel locker has the reference {ref}\" and can be updated. The question is \"What is the reference number/identifier of this parcel locker?\" by layer Parcel Lockers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parcel_lockers.md#ref", - "icon_url": "./assets/layers/parcel_lockers/parcel_lockers.svg" - }, - { - "key": "parcel_mail_in", - "value": "yes", - "description": "parcel_mail_in=yes is displayed as \"You can send packages from this parcel locker\" by layer Parcel Lockers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parcel_lockers.md#mail_in", - "icon_url": "./assets/layers/parcel_lockers/parcel_lockers.svg" - }, - { - "key": "parcel_mail_in", - "value": "no", - "description": "parcel_mail_in=no is displayed as \"You can't send packages from this parcel locker\" by layer Parcel Lockers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parcel_lockers.md#mail_in", - "icon_url": "./assets/layers/parcel_lockers/parcel_lockers.svg" - }, - { - "key": "parcel_mail_in", - "value": "returns_only", - "description": "parcel_mail_in=returns_only is displayed as \"You can send packages from this parcel locker, but only for returns\" by layer Parcel Lockers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parcel_lockers.md#mail_in", - "icon_url": "./assets/layers/parcel_lockers/parcel_lockers.svg" - }, - { - "key": "parcel_pickup", - "value": "yes", - "description": "parcel_pickup=yes is displayed as \"You can pick up packages from this parcel locker\" by layer Parcel Lockers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parcel_lockers.md#pickup", - "icon_url": "./assets/layers/parcel_lockers/parcel_lockers.svg" - }, - { - "key": "parcel_pickup", - "value": "no", - "description": "parcel_pickup=no is displayed as \"You can't pick up packages from this parcel locker\" by layer Parcel Lockers", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parcel_lockers.md#pickup", - "icon_url": "./assets/layers/parcel_lockers/parcel_lockers.svg" - }, - { - "key": "shop", - "description": "Features with this tag are displayed by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "craft", - "value": "shoe_repair", - "description": "Features with this tag are displayed by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "craft", - "value": "key_cutter", - "description": "Features with this tag are displayed by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This shop is called {name}\" and can be updated. The question is \"What is the name of this shop?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shops_name", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "description": "Values of `shop` are shown with \"This is a {shop}\" and can be updated. The question is \"What kind of shop is this?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "bicycle_rental", - "description": "shop=bicycle_rental is displayed as \"Bicycle rental shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/bicycle_rental.svg" - }, - { - "key": "shop", - "value": "agrarian", - "description": "shop=agrarian is displayed as \"Farm Supply Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-tractor.svg" - }, - { - "key": "shop", - "value": "alcohol", - "description": "shop=alcohol is displayed as \"Liquor Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-wine-bottle.svg" - }, - { - "key": "shop", - "value": "anime", - "description": "shop=anime is displayed as \"Anime / Manga Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-dragon.svg" - }, - { - "key": "shop", - "value": "antiques", - "description": "shop=antiques is displayed as \"Antique Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-furniture.svg" - }, - { - "key": "shop", - "value": "appliance", - "description": "shop=appliance is displayed as \"Appliance Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-laundry.svg" - }, - { - "key": "shop", - "value": "art", - "description": "shop=art is displayed as \"Art Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "baby_goods", - "description": "shop=baby_goods is displayed as \"Baby Goods Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-baby-carriage.svg" - }, - { - "key": "shop", - "value": "bag", - "description": "shop=bag is displayed as \"Bag/Luggage Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-suitcase-rolling.svg" - }, - { - "key": "shop", - "value": "bakery", - "description": "shop=bakery is displayed as \"Bakery\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-bakery.svg" - }, - { - "key": "shop", - "value": "bathroom_furnishing", - "description": "shop=bathroom_furnishing is displayed as \"Bathroom Furnishing Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-bath.svg" - }, - { - "key": "shop", - "value": "beauty", - "description": "shop=beauty is displayed as \"Beauty Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-lipstick.svg" - }, - { - "key": "shop", - "value": "bed", - "description": "shop=bed is displayed as \"Bedding/Mattress Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-lodging.svg" - }, - { - "key": "shop", - "value": "beverages", - "description": "shop=beverages is displayed as \"Beverage Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-bottles.svg" - }, - { - "key": "shop", - "value": "bicycle", - "description": "shop=bicycle is displayed as \"Bicycle Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-bicycle.svg" - }, - { - "key": "shop", - "value": "boat", - "description": "shop=boat is displayed as \"Boat Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-boat.svg" - }, - { - "key": "shop", - "value": "bookmaker", - "description": "shop=bookmaker is displayed as \"Bookmaker\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-money_hand.svg" - }, - { - "key": "shop", - "value": "books", - "description": "shop=books is displayed as \"Bookstore\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-book.svg" - }, - { - "key": "shop", - "value": "brewing_supplies", - "description": "shop=brewing_supplies is displayed as \"Brewing Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-storage_fermenter.svg" - }, - { - "key": "shop", - "value": "butcher", - "description": "shop=butcher is displayed as \"Butcher\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-cleaver.svg" - }, - { - "key": "shop", - "value": "camera", - "description": "shop=camera is displayed as \"Camera Equipment Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-camera-retro.svg" - }, - { - "key": "shop", - "value": "candles", - "description": "shop=candles is displayed as \"Candle Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "cannabis", - "description": "shop=cannabis is displayed as \"Cannabis Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cannabis.svg" - }, - { - "key": "shop", - "value": "car", - "description": "shop=car is displayed as \"Car Dealership\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "car_parts", - "description": "shop=car_parts is displayed as \"Car Parts Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-car-battery.svg" - }, - { - "key": "shop", - "value": "car_repair", - "description": "shop=car_repair is displayed as \"Car Repair Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-car-repair.svg" - }, - { - "key": "shop", - "value": "caravan", - "description": "shop=caravan is displayed as \"RV Dealership\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-camper_trailer.svg" - }, - { - "key": "shop", - "value": "carpet", - "description": "shop=carpet is displayed as \"Carpet Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-tape.svg" - }, - { - "key": "shop", - "value": "catalogue", - "description": "shop=catalogue is displayed as \"Catalog Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "charity", - "description": "shop=charity is displayed as \"Charity Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "cheese", - "description": "shop=cheese is displayed as \"Cheese Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cheese.svg" - }, - { - "key": "shop", - "value": "chemist", - "description": "shop=chemist is displayed as \"Drugstore\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "chocolate", - "description": "shop=chocolate is displayed as \"Chocolate Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-confectionery.svg" - }, - { - "key": "shop", - "value": "clothes", - "description": "shop=clothes is displayed as \"Clothing Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-clothing-store.svg" - }, - { - "key": "shop", - "value": "coffee", - "description": "shop=coffee is displayed as \"Coffee Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-coffee.svg" - }, - { - "key": "shop", - "value": "collector", - "description": "shop=collector is displayed as \"Collectibles Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "computer", - "description": "shop=computer is displayed as \"Computer Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-laptop.svg" - }, - { - "key": "shop", - "value": "confectionery", - "description": "shop=confectionery is displayed as \"Candy Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-confectionery.svg" - }, - { - "key": "shop", - "value": "convenience", - "description": "shop=convenience is displayed as \"Convenience Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "copyshop", - "description": "shop=copyshop is displayed as \"Copy Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-print.svg" - }, - { - "key": "shop", - "value": "cosmetics", - "description": "shop=cosmetics is displayed as \"Cosmetics Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-lipstick.svg" - }, - { - "key": "shop", - "value": "country_store", - "description": "shop=country_store is displayed as \"Rural Supplies Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-hat-cowboy-side.svg" - }, - { - "key": "shop", - "value": "craft", - "description": "shop=craft is displayed as \"Arts & Crafts Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "curtain", - "description": "shop=curtain is displayed as \"Curtain Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-curtains.svg" - }, - { - "key": "shop", - "value": "dairy", - "description": "shop=dairy is displayed as \"Dairy Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cheese.svg" - }, - { - "key": "shop", - "value": "deli", - "description": "shop=deli is displayed as \"Delicatessen\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-jar.svg" - }, - { - "key": "shop", - "value": "department_store", - "description": "shop=department_store is displayed as \"Department Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "doityourself", - "description": "shop=doityourself is displayed as \"DIY Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "doors", - "description": "shop=doors is displayed as \"Door Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-door-open.svg" - }, - { - "key": "shop", - "value": "dry_cleaning", - "description": "shop=dry_cleaning is displayed as \"Dry Cleaner\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-clothes_hanger.svg" - }, - { - "key": "shop", - "value": "e-cigarette", - "description": "shop=e-cigarette is displayed as \"E-Cigarette Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "electrical", - "description": "shop=electrical is displayed as \"Electrical Equipment Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-power.svg" - }, - { - "key": "shop", - "value": "electronics", - "description": "shop=electronics is displayed as \"Electronics Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-plug.svg" - }, - { - "key": "shop", - "value": "erotic", - "description": "shop=erotic is displayed as \"Erotic Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "fabric", - "description": "shop=fabric is displayed as \"Fabric Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-tape.svg" - }, - { - "key": "shop", - "value": "farm", - "description": "shop=farm is displayed as \"Produce Stand\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "fashion_accessories", - "description": "shop=fashion_accessories is displayed as \"Fashion Accessories Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-fashion_accessories.svg" - }, - { - "key": "shop", - "value": "fireplace", - "description": "shop=fireplace is displayed as \"Fireplace Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-fireplace.svg" - }, - { - "key": "shop", - "value": "fishing", - "description": "shop=fishing is displayed as \"Fishing Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-ice_fishing.svg" - }, - { - "key": "shop", - "value": "flooring", - "description": "shop=flooring is displayed as \"Flooring Supply Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "florist", - "description": "shop=florist is displayed as \"Florist\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-florist.svg" - }, - { - "key": "shop", - "value": "frame", - "description": "shop=frame is displayed as \"Framing Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-vector-square.svg" - }, - { - "key": "shop", - "value": "frozen_food", - "description": "shop=frozen_food is displayed as \"Frozen Food Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "fuel", - "description": "shop=fuel is displayed as \"Fuel Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-propane_tank.svg" - }, - { - "key": "shop", - "value": "funeral_directors", - "description": "shop=funeral_directors is displayed as \"Funeral Home\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-cemetery.svg" - }, - { - "key": "shop", - "value": "furniture", - "description": "shop=furniture is displayed as \"Furniture Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-couch.svg" - }, - { - "key": "shop", - "value": "games", - "description": "shop=games is displayed as \"Tabletop Game Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-dice.svg" - }, - { - "key": "shop", - "value": "garden_centre", - "description": "shop=garden_centre is displayed as \"Garden Center\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-garden-centre.svg" - }, - { - "key": "shop", - "value": "gas", - "description": "shop=gas is displayed as \"Bottled Gas Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-propane_tank.svg" - }, - { - "key": "shop", - "value": "general", - "description": "shop=general is displayed as \"General Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "gift", - "description": "shop=gift is displayed as \"Gift Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-gift.svg" - }, - { - "key": "shop", - "value": "greengrocer", - "description": "shop=greengrocer is displayed as \"Greengrocer\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-carrot.svg" - }, - { - "key": "shop", - "value": "hairdresser", - "description": "shop=hairdresser is displayed as \"Hairdresser\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-beauty_salon.svg" - }, - { - "key": "shop", - "value": "hairdresser_supply", - "description": "shop=hairdresser_supply is displayed as \"Hairdresser Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-hair_care.svg" - }, - { - "key": "shop", - "value": "hardware", - "description": "shop=hardware is displayed as \"Hardware Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "health_food", - "description": "shop=health_food is displayed as \"Health Food Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "hearing_aids", - "description": "shop=hearing_aids is displayed as \"Hearing Aids Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-hearing_aid.svg" - }, - { - "key": "shop", - "value": "herbalist", - "description": "shop=herbalist is displayed as \"Herbalist\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-leaf.svg" - }, - { - "key": "shop", - "value": "hifi", - "description": "shop=hifi is displayed as \"Hifi Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-speaker.svg" - }, - { - "key": "shop", - "value": "honey", - "description": "shop=honey is displayed as \"Honey Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "household_linen", - "description": "shop=household_linen is displayed as \"Household Linen Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-cloth.svg" - }, - { - "key": "shop", - "value": "houseware", - "description": "shop=houseware is displayed as \"Houseware Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-blender.svg" - }, - { - "key": "shop", - "value": "hunting", - "description": "shop=hunting is displayed as \"Hunting Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-bow_and_arrow.svg" - }, - { - "key": "shop", - "value": "interior_decoration", - "description": "shop=interior_decoration is displayed as \"Interior Decoration Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "jewelry", - "description": "shop=jewelry is displayed as \"Jewelry Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-jewelry-store.svg" - }, - { - "key": "shop", - "value": "kiosk", - "description": "shop=kiosk is displayed as \"Kiosk\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-store.svg" - }, - { - "key": "shop", - "value": "kitchen", - "description": "shop=kitchen is displayed as \"Kitchen Design Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-kitchen_sink.svg" - }, - { - "key": "shop", - "value": "laundry", - "description": "shop=laundry is displayed as \"Laundry\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-laundry.svg" - }, - { - "key": "shop", - "value": "leather", - "description": "shop=leather is displayed as \"Leather Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-handbag.svg" - }, - { - "key": "shop", - "value": "lighting", - "description": "shop=lighting is displayed as \"Lighting Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-desk_lamp.svg" - }, - { - "key": "shop", - "value": "locksmith", - "description": "shop=locksmith is displayed as \"Locksmith\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-key.svg" - }, - { - "key": "shop", - "value": "lottery", - "description": "shop=lottery is displayed as \"Lottery Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "mall", - "description": "shop=mall is displayed as \"Mall\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "massage", - "description": "shop=massage is displayed as \"Massage Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-spa.svg" - }, - { - "key": "shop", - "value": "medical_supply", - "description": "shop=medical_supply is displayed as \"Medical Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-crutch.svg" - }, - { - "key": "shop", - "value": "military_surplus", - "description": "shop=military_surplus is displayed as \"Military Surplus Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-military.svg" - }, - { - "key": "shop", - "value": "mobile_phone", - "description": "shop=mobile_phone is displayed as \"Mobile Phone Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "model", - "description": "shop=model is displayed as \"Model Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "money_lender", - "description": "shop=money_lender is displayed as \"Money Lender\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-money_hand.svg" - }, - { - "key": "shop", - "value": "motorcycle", - "description": "shop=motorcycle is displayed as \"Motorcycle Dealership\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-motorcycle.svg" - }, - { - "key": "shop", - "value": "motorcycle_repair", - "description": "shop=motorcycle_repair is displayed as \"Motorcycle Repair Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-motorcycle_repair.svg" - }, - { - "key": "shop", - "value": "music", - "description": "shop=music is displayed as \"Music Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-compact-disc.svg" - }, - { - "key": "shop", - "value": "musical_instrument", - "description": "shop=musical_instrument is displayed as \"Musical Instrument Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-guitar.svg" - }, - { - "key": "shop", - "value": "newsagent", - "description": "shop=newsagent is displayed as \"Newsstand\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-newspaper.svg" - }, - { - "key": "shop", - "value": "nutrition_supplements", - "description": "shop=nutrition_supplements is displayed as \"Nutrition Supplements Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-pills.svg" - }, - { - "key": "shop", - "value": "nuts", - "description": "shop=nuts is displayed as \"Nuts Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "optician", - "description": "shop=optician is displayed as \"Optician\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-optician.svg" - }, - { - "key": "shop", - "value": "outdoor", - "description": "shop=outdoor is displayed as \"Outdoors Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-compass.svg" - }, - { - "key": "shop", - "value": "outpost", - "description": "shop=outpost is displayed as \"Online Retailer Outpost\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "paint", - "description": "shop=paint is displayed as \"Paint Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-paint-roller.svg" - }, - { - "key": "shop", - "value": "party", - "description": "shop=party is displayed as \"Party Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-balloon.svg" - }, - { - "key": "shop", - "value": "pasta", - "description": "shop=pasta is displayed as \"Pasta Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-plate-wheat.svg" - }, - { - "key": "shop", - "value": "pastry", - "description": "shop=pastry is displayed as \"Pastry Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-bakery.svg" - }, - { - "key": "shop", - "value": "pawnbroker", - "description": "shop=pawnbroker is displayed as \"Pawnshop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-money_hand.svg" - }, - { - "key": "shop", - "value": "perfumery", - "description": "shop=perfumery is displayed as \"Perfume Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-perfume.svg" - }, - { - "key": "shop", - "value": "pet", - "description": "shop=pet is displayed as \"Pet Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cat.svg" - }, - { - "key": "shop", - "value": "pet_grooming", - "description": "shop=pet_grooming is displayed as \"Pet Groomer\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-pet_grooming.svg" - }, - { - "key": "shop", - "value": "photo", - "description": "shop=photo is displayed as \"Photography Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-camera-retro.svg" - }, - { - "key": "shop", - "value": "pottery", - "description": "shop=pottery is displayed as \"Pottery Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-vase.svg" - }, - { - "key": "shop", - "value": "printer_ink", - "description": "shop=printer_ink is displayed as \"Printer Ink Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-print.svg" - }, - { - "key": "shop", - "value": "psychic", - "description": "shop=psychic is displayed as \"Psychic\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-psychic.svg" - }, - { - "key": "shop", - "value": "pyrotechnics", - "description": "shop=pyrotechnics is displayed as \"Fireworks Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-rocket_firework.svg" - }, - { - "key": "shop", - "value": "radiotechnics", - "description": "shop=radiotechnics is displayed as \"Radio/Electronic Component Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-microchip.svg" - }, - { - "key": "shop", - "value": "religion", - "description": "shop=religion is displayed as \"Religious Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "rental", - "description": "shop=rental is displayed as \"Rental Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-dolly.svg" - }, - { - "key": "shop", - "value": "repair", - "description": "shop=repair is displayed as \"Repair Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "rice", - "description": "shop=rice is displayed as \"Rice Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-bowl-rice.svg" - }, - { - "key": "shop", - "value": "scuba_diving", - "description": "shop=scuba_diving is displayed as \"Scuba Diving Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-scuba_diving.svg" - }, - { - "key": "shop", - "value": "seafood", - "description": "shop=seafood is displayed as \"Seafood Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-fish_cleaning.svg" - }, - { - "key": "shop", - "value": "second_hand", - "description": "shop=second_hand is displayed as \"Thrift Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "sewing", - "description": "shop=sewing is displayed as \"Sewing Supply Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-needle_and_spool.svg" - }, - { - "key": "shop", - "value": "shoe_repair", - "description": "shop=shoe_repair is displayed as \"Shoe Repair Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-hammer_shoe.svg" - }, - { - "key": "shop", - "value": "shoes", - "description": "shop=shoes is displayed as \"Shoe Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shoe.svg" - }, - { - "key": "shop", - "value": "spices", - "description": "shop=spices is displayed as \"Spice Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-spice_bottle.svg" - }, - { - "key": "shop", - "value": "sports", - "description": "shop=sports is displayed as \"Sporting Goods Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-futbol.svg" - }, - { - "key": "shop", - "value": "stationery", - "description": "shop=stationery is displayed as \"Stationery Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-paperclip.svg" - }, - { - "key": "shop", - "value": "storage_rental", - "description": "shop=storage_rental is displayed as \"Storage Rental\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-storage_rental.svg" - }, - { - "key": "shop", - "value": "supermarket", - "description": "shop=supermarket is displayed as \"Supermarket\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-grocery.svg" - }, - { - "key": "shop", - "value": "swimming_pool", - "description": "shop=swimming_pool is displayed as \"Pool Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "tailor", - "description": "shop=tailor is displayed as \"Tailor\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-needle_and_spool.svg" - }, - { - "key": "shop", - "value": "tattoo", - "description": "shop=tattoo is displayed as \"Tattoo Parlor\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tattoo_machine.svg" - }, - { - "key": "shop", - "value": "tea", - "description": "shop=tea is displayed as \"Tea Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-teahouse.svg" - }, - { - "key": "shop", - "value": "telecommunication", - "description": "shop=telecommunication is displayed as \"Telecom Retail Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-telephone.svg" - }, - { - "key": "shop", - "value": "ticket", - "description": "shop=ticket is displayed as \"Ticket Seller\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "tiles", - "description": "shop=tiles is displayed as \"Tile Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tiling.svg" - }, - { - "key": "shop", - "value": "tobacco", - "description": "shop=tobacco is displayed as \"Tobacco Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-pipe.svg" - }, - { - "key": "shop", - "value": "tool_hire", - "description": "shop=tool_hire is displayed as \"Tool Rental\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "toys", - "description": "shop=toys is displayed as \"Toy Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-rocket.svg" - }, - { - "key": "shop", - "value": "trade", - "description": "shop=trade is displayed as \"Trade Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "travel_agency", - "description": "shop=travel_agency is displayed as \"Travel Agency\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-suitcase.svg" - }, - { - "key": "shop", - "value": "trophy", - "description": "shop=trophy is displayed as \"Trophy Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-trophy.svg" - }, - { - "key": "shop", - "value": "tyres", - "description": "shop=tyres is displayed as \"Tire Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tire.svg" - }, - { - "key": "shop", - "value": "vacuum_cleaner", - "description": "shop=vacuum_cleaner is displayed as \"Vacuum Cleaner Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-vacuum.svg" - }, - { - "key": "shop", - "value": "variety_store", - "description": "shop=variety_store is displayed as \"Discount Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "video", - "description": "shop=video is displayed as \"Video Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-movie_rental.svg" - }, - { - "key": "shop", - "value": "video_games", - "description": "shop=video_games is displayed as \"Video Game Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-gaming.svg" - }, - { - "key": "shop", - "value": "watches", - "description": "shop=watches is displayed as \"Watches Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-watch.svg" - }, - { - "key": "shop", - "value": "water", - "description": "shop=water is displayed as \"Drinking Water Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-water_bottle.svg" - }, - { - "key": "shop", - "value": "water_sports", - "description": "shop=water_sports is displayed as \"Watersport/Swim Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "weapons", - "description": "shop=weapons is displayed as \"Weapon Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-dagger.svg" - }, - { - "key": "shop", - "value": "wholesale", - "description": "shop=wholesale is displayed as \"Wholesale Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-warehouse.svg" - }, - { - "key": "shop", - "value": "wigs", - "description": "shop=wigs is displayed as \"Wig Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "window_blind", - "description": "shop=window_blind is displayed as \"Window Blind Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-window.svg" - }, - { - "key": "shop", - "value": "wine", - "description": "shop=wine is displayed as \"Wine Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-alcohol-shop.svg" - }, - { - "key": "disused:shop", - "description": "disused:shop= is displayed as \"This shop is no longer used. It is vacant\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/shops/shop-disused.svg" - }, - { - "key": "brand", - "description": "Values of `brand` are shown with \"Part of {brand}\" and can be updated. The question is \"What is the brand of this shop?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#brand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "not:brand", - "value": "yes", - "description": "not:brand=yes is displayed as \"This shop does not have a specific brand, it is not part of a bigger chain\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#brand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "second_hand", - "value": "only", - "description": "second_hand=only is displayed as \"This shop sells second-hand items only\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "second_hand", - "value": "yes", - "description": "second_hand=yes is displayed as \"This shop sells second-hand items along with new items\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "second_hand", - "value": "no", - "description": "second_hand=no is displayed as \"This shop only sells brand-new items\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "payment:cash", - "value": "yes", - "description": "payment:cash=yes is displayed as \"Cash is accepted here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#payment_options", - "icon_url": "./assets/layers/questions/cash.svg" - }, - { - "key": "payment:cards", - "value": "yes", - "description": "payment:cards=yes is displayed as \"Payment cards are accepted here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#payment_options", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:qr_code", - "value": "yes", - "description": "payment:qr_code=yes is displayed as \"Payment by QR-code is possible here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#payment_options", - "icon_url": "./assets/layers/questions/qrcode.svg" - }, - { - "key": "level", - "description": "Values of `level` are shown with \"Located on the {level}th floor\" and can be updated. The question is \"On what level is this feature located?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#single_level", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "location", - "value": "underground", - "description": "location=underground is displayed as \"Located underground\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#single_level", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "level", - "value": "0", - "description": "level=0 is displayed as \"Located on the ground floor\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#single_level", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "level", - "description": "level= is displayed as \"Located on the ground floor\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#single_level", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "level", - "value": "1", - "description": "level=1 is displayed as \"Located on the first floor\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#single_level", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "level", - "value": "-1", - "description": "level=-1 is displayed as \"Located on the first basement level\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#single_level", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A4", - "value": "yes", - "description": "service:print:A4=yes is displayed as \"This shop can print on papers of size A4\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A3", - "value": "yes", - "description": "service:print:A3=yes is displayed as \"This shop can print on papers of size A3\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A2", - "value": "yes", - "description": "service:print:A2=yes is displayed as \"This shop can print on papers of size A2\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A1", - "value": "yes", - "description": "service:print:A1=yes is displayed as \"This shop can print on papers of size A1\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A0", - "value": "yes", - "description": "service:print:A0=yes is displayed as \"This shop can print on papers of size A0\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:binding", - "value": "yes", - "description": "service:binding=yes is displayed as \"This shop binds papers into a booklet\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#copyshop_binding", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:binding", - "value": "no", - "description": "service:binding=no is displayed as \"This shop does bind books\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#copyshop_binding", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "healthcare", - "value": "optometrist", - "description": "healthcare=optometrist is displayed as \"This shop offers eye exams by certified optometrists\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#optometrist_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "healthcare", - "value": "audiologist", - "description": "healthcare=audiologist is displayed as \"This shop offers hearing tests by a certified audiologist\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#optometrist_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "craft", - "value": "key_cutter", - "description": "craft=key_cutter is displayed as \"This shop is also specialized in key cutting\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#key_cutter", - "icon_url": "./assets/layers/id_presets/fas-key.svg" - }, - { - "key": "service:key_cutting", - "value": "yes", - "description": "service:key_cutting=yes is displayed as \"This shop offers key cutting as a service\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#key_cutter", - "icon_url": "./assets/layers/id_presets/fas-key.svg" - }, - { - "key": "craft", - "description": "craft= & service:key_cutting=no is displayed as \"This shops does not offer key cutting as a service\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#key_cutter", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:key_cutting", - "value": "no", - "description": "craft= & service:key_cutting=no is displayed as \"This shops does not offer key cutting as a service\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#key_cutter", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:retail", - "value": "yes", - "description": "service:bicycle:retail=yes is displayed as \"This shop sells new bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#sells_new_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:retail", - "value": "no", - "description": "service:bicycle:retail=no is displayed as \"This shop doesn't sell new bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#sells_new_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:second_hand", - "value": "yes", - "description": "service:bicycle:second_hand=yes is displayed as \"This shop sells second-hand bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:second_hand", - "value": "no", - "description": "service:bicycle:second_hand=no is displayed as \"This shop doesn't sell second-hand bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:second_hand", - "value": "only", - "description": "service:bicycle:second_hand=only is displayed as \"This shop only sells second-hand bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "yes", - "description": "service:bicycle:repair=yes is displayed as \"This shop repairs bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "no", - "description": "service:bicycle:repair=no is displayed as \"This shop doesn't repair bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "only_sold", - "description": "service:bicycle:repair=only_sold is displayed as \"This shop only repairs bikes bought here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "brand", - "description": "service:bicycle:repair=brand is displayed as \"This shop only repairs bikes of a certain brand\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:rental", - "value": "yes", - "description": "service:bicycle:rental=yes is displayed as \"This shop rents out bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_rental", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:rental", - "value": "no", - "description": "service:bicycle:rental=no is displayed as \"This shop doesn't rent out bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_rental", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "description": "Values of `rental` are shown with \"{rental} is rented here\" and can be updated. The question is \"What kind of bicycles and accessories are rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "city_bike", - "description": "rental=city_bike is displayed as \"Normal city bikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "ebike", - "description": "rental=ebike is displayed as \"Electrical bikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "bmx", - "description": "rental=bmx is displayed as \"BMX bikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "mtb", - "description": "rental=mtb is displayed as \"Mountainbikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "kid_bike", - "description": "rental=kid_bike is displayed as \"Bikes for children can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "tandem", - "description": "rental=tandem is displayed as \"Tandem bicycles can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "racebike", - "description": "rental=racebike is displayed as \"Race bicycles can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "bike_helmet", - "description": "rental=bike_helmet is displayed as \"Bike helmets can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "cargo_bike", - "description": "rental=cargo_bike is displayed as \"Cargo bikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:city_bike", - "description": "Values of `capacity:city_bike` are shown with \"{capacity:city_bike} city bikes can be rented here\" and can be updated. The question is \"How many city bikes can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#rental_capacity_city_bike", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:ebike", - "description": "Values of `capacity:ebike` are shown with \"{capacity:ebike} electrical bikes can be rented here\" and can be updated. The question is \"How many electrical bikes can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#rental_capacity_ebike", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:kid_bike", - "description": "Values of `capacity:kid_bike` are shown with \"{capacity:kid_bike} bikes for children can be rented here\" and can be updated. The question is \"How many bikes for children can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#rental_capacity_kid_bike", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:bmx", - "description": "Values of `capacity:bmx` are shown with \"{capacity:bmx} BMX bikes can be rented here\" and can be updated. The question is \"How many BMX bikes can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#rental_capacity_bmx", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:mtb", - "description": "Values of `capacity:mtb` are shown with \"{capacity:mtb} mountainbikes can be rented here\" and can be updated. The question is \"How many mountainbikes can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#rental_capacity_mtb", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:bicycle_pannier", - "description": "Values of `capacity:bicycle_pannier` are shown with \"{capacity:bicycle_pannier} bicycle panniers can be rented here\" and can be updated. The question is \"How many bicycle panniers can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#rental_capacity_bicycle_pannier", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:tandem_bicycle", - "description": "Values of `capacity:tandem_bicycle` are shown with \"{capacity:tandem_bicycle} tandem can be rented here\" and can be updated. The question is \"How many tandem can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#rental_capacity_tandem_bicycle", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:pump", - "value": "yes", - "description": "service:bicycle:pump=yes is displayed as \"This shop offers a bike pump for anyone\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_pump_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:pump", - "value": "no", - "description": "service:bicycle:pump=no is displayed as \"This shop doesn't offer a bike pump for anyone\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_pump_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:pump", - "value": "separate", - "description": "service:bicycle:pump=separate is displayed as \"There is bicycle pump, it is shown as a separate point\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_pump_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:diy", - "value": "yes", - "description": "service:bicycle:diy=yes is displayed as \"This shop offers tools for DIY bicycle repair\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_repair_tools", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:diy", - "value": "no", - "description": "service:bicycle:diy=no is displayed as \"This shop doesn't offer tools for DIY bicycle repair\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_repair_tools", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:diy", - "value": "only_sold", - "description": "service:bicycle:diy=only_sold is displayed as \"Tools for DIY bicycle repair are only available if you bought/hire the bike in the shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_repair_tools", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning", - "value": "yes", - "description": "service:bicycle:cleaning=yes is displayed as \"This shop cleans bicycles\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_wash", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning", - "value": "diy", - "description": "service:bicycle:cleaning=diy is displayed as \"This shop has an installation where one can clean bicycles themselves\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_wash", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning", - "value": "no", - "description": "service:bicycle:cleaning=no is displayed as \"This shop doesn't offer bicycle cleaning\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_wash", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:charge", - "description": "Values of `service:bicycle:cleaning:charge` are shown with \"Using the cleaning service costs {service:bicycle:cleaning:charge}\" and can be updated. The question is \"How much does it cost to use the cleaning service?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:fee", - "value": "no", - "description": "service:bicycle:cleaning:fee=no is displayed as \"The cleaning service is free to use\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:fee", - "value": "yes", - "description": "service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= is displayed as \"Free to use\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:charge", - "description": "service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= is displayed as \"Free to use\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access", - "value": "wlan", - "description": "internet_access=wlan is displayed as \"This place offers wireless internet access\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#internet", - "icon_url": "wifi" - }, - { - "key": "internet_access", - "value": "no", - "description": "internet_access=no is displayed as \"This place does not offer internet access\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#internet", - "icon_url": "wifi;cross_bottom_right:red" - }, - { - "key": "internet_access", - "value": "yes", - "description": "internet_access=yes is displayed as \"This place offers internet access\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#internet", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access", - "value": "terminal", - "description": "internet_access=terminal is displayed as \"This place offers internet access via a terminal or computer\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#internet", - "icon_url": "computer" - }, - { - "key": "internet_access", - "value": "wired", - "description": "internet_access=wired is displayed as \"This place offers wired internet access\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#internet", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access", - "value": "terminal;wifi", - "description": "internet_access=terminal;wifi is displayed as \"This place offers both wireless internet and internet access via a terminal or computer\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#internet", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access:fee", - "value": "yes", - "description": "internet_access:fee=yes is displayed as \"There is a fee for the internet access at this place\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#internet_fee", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access:fee", - "value": "no", - "description": "internet_access:fee=no is displayed as \"Internet access is free at this place\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#internet_fee", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access:fee", - "value": "customers", - "description": "internet_access:fee=customers is displayed as \"Internet access is free at this place, for customers only\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#internet_fee", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access:ssid", - "description": "Values of `internet_access:ssid` are shown with \"The network name is {internet_access:ssid}\" and can be updated. The question is \"What is the network name for the wireless internet access?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#internet_ssid", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access:ssid", - "value": "Telekom", - "description": "internet_access:ssid=Telekom is displayed as \"Telekom\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#internet_ssid", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "organic", - "value": "yes", - "description": "organic=yes is displayed as \"This shop offers organic products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#organic", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "organic", - "value": "only", - "description": "organic=only is displayed as \"This shop only offers organic products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#organic", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "organic", - "value": "no", - "description": "organic=no is displayed as \"This shop does not offer organic products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#organic", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:sugar_free", - "value": "only", - "description": "diet:sugar_free=only is displayed as \"This shop only sells sugar free products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#sugar_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:sugar_free", - "value": "yes", - "description": "diet:sugar_free=yes is displayed as \"This shop has a big sugar free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#sugar_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:sugar_free", - "value": "limited", - "description": "diet:sugar_free=limited is displayed as \"This shop has a limited sugar free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#sugar_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:sugar_free", - "value": "no", - "description": "diet:sugar_free=no is displayed as \"This shop has no sugar free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#sugar_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:gluten_free", - "value": "only", - "description": "diet:gluten_free=only is displayed as \"This shop only sells gluten free products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#gluten_free", - "icon_url": "./assets/layers/questions/glutenfree.svg" - }, - { - "key": "diet:gluten_free", - "value": "yes", - "description": "diet:gluten_free=yes is displayed as \"This shop has a big gluten free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#gluten_free", - "icon_url": "./assets/layers/questions/glutenfree.svg" - }, - { - "key": "diet:gluten_free", - "value": "limited", - "description": "diet:gluten_free=limited is displayed as \"This shop has a limited gluten free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#gluten_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:gluten_free", - "value": "no", - "description": "diet:gluten_free=no is displayed as \"This shop has no gluten free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#gluten_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:lactose_free", - "value": "only", - "description": "diet:lactose_free=only is displayed as \"Only sells lactose free products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#lactose_free", - "icon_url": "./assets/layers/questions/lactose_free.svg" - }, - { - "key": "diet:lactose_free", - "value": "yes", - "description": "diet:lactose_free=yes is displayed as \"Big lactose free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#lactose_free", - "icon_url": "./assets/layers/questions/lactose_free.svg" - }, - { - "key": "diet:lactose_free", - "value": "limited", - "description": "diet:lactose_free=limited is displayed as \"Limited lactose free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#lactose_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:lactose_free", - "value": "no", - "description": "diet:lactose_free=no is displayed as \"No lactose free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#lactose_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "dog", - "value": "yes", - "description": "dog=yes is displayed as \"Dogs are allowed\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_allowed.svg" - }, - { - "key": "dog", - "value": "no", - "description": "dog=no is displayed as \"Dogs are not allowed\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#dog_access", - "icon_url": "./assets/layers/questions/no_dogs.svg" - }, - { - "key": "dog", - "value": "leashed", - "description": "dog=leashed is displayed as \"Dogs are allowed, but they have to be leashed\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_leashed.svg" - }, - { - "key": "dog", - "value": "unleashed", - "description": "dog=unleashed is displayed as \"Dogs are allowed and can run around freely\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_allowed.svg" - }, - { - "key": "dog", - "value": "outside", - "description": "dog=outside is displayed as \"Dogs are allowed only outside\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_outside.svg" - }, - { - "key": "description", - "description": "Values of `description` are shown with \"{description}\" and can be updated. The question is \"Is there still some relevant info that the previous questions did not cover? Feel free to add it here.\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#description", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_rainbow_crossings.json b/Docs/TagInfo/mapcomplete_rainbow_crossings.json deleted file mode 100644 index b91484d403..0000000000 --- a/Docs/TagInfo/mapcomplete_rainbow_crossings.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Rainbow pedestrian crossings", - "description": "On this map, rainbow-painted pedestrian crossings are shown and can be easily added", - "project_url": "https://mapcomplete.org/rainbow_crossings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/rainbow_crossings/logo.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "surface:colour", - "value": "rainbow", - "description": "Features with this tag are displayed by layer Crossings with rainbow paintings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/rainbow_crossings.md", - "icon_url": "./assets/themes/rainbow_crossings/crossing.svg" - }, - { - "key": "highway", - "value": "crossing", - "description": "Features with this tag are displayed by layer Crossings with rainbow paintings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/rainbow_crossings.md", - "icon_url": "./assets/themes/rainbow_crossings/crossing.svg" - }, - { - "key": "highway", - "value": "footway", - "description": "Features with this tag are displayed by layer Crossings with rainbow paintings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/rainbow_crossings.md", - "icon_url": "./assets/themes/rainbow_crossings/crossing.svg" - }, - { - "key": "footway", - "value": "crossing", - "description": "Features with this tag are displayed by layer Crossings with rainbow paintings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/rainbow_crossings.md", - "icon_url": "./assets/themes/rainbow_crossings/crossing.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layer Crossings with rainbow paintings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/rainbow_crossings.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Crossings with rainbow paintings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/rainbow_crossings.md#images", - "icon_url": "./assets/themes/rainbow_crossings/crossing.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Crossings with rainbow paintings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/rainbow_crossings.md#images", - "icon_url": "./assets/themes/rainbow_crossings/crossing.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Crossings with rainbow paintings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/rainbow_crossings.md#images", - "icon_url": "./assets/themes/rainbow_crossings/crossing.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Crossings with rainbow paintings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/rainbow_crossings.md#images", - "icon_url": "./assets/themes/rainbow_crossings/crossing.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Crossings with rainbow paintings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/rainbow_crossings.md#images", - "icon_url": "./assets/themes/rainbow_crossings/crossing.svg" - }, - { - "key": "surface:colour", - "value": "rainbow", - "description": "surface:colour=rainbow is displayed as \"This crossing has rainbow paintings\" by layer Crossings with rainbow paintings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/rainbow_crossings.md#crossing_with_rainbow", - "icon_url": "./assets/themes/rainbow_crossings/logo.svg" - }, - { - "key": "not:surface:colour", - "value": "rainbow", - "description": "not:surface:colour=rainbow is displayed as \"No rainbow paintings here\" by layer Crossings with rainbow paintings", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/rainbow_crossings.md#crossing_with_rainbow", - "icon_url": "./assets/themes/rainbow_crossings/crossing.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_scouting.json b/Docs/TagInfo/mapcomplete_scouting.json deleted file mode 100644 index 224eba15d5..0000000000 --- a/Docs/TagInfo/mapcomplete_scouting.json +++ /dev/null @@ -1,431 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Scouting groups", - "description": "A scouting group is a social youth movement with a heavy emphasis on the outdoors", - "project_url": "https://mapcomplete.org/scouting", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/layers/scouting_group/scouting.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "club", - "value": "scout", - "description": "Features with this tag are displayed by layer Scouting groups", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/scouting_group.md", - "icon_url": "./assets/layers/scouting_group/scouting.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Scouting groups, Group Campsites, Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/scouting_group.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"The name of this group is {name}\" and can be updated. The question is \"What is the name of this group?\" by layer Scouting groups", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/scouting_group.md#name", - "icon_url": "./assets/layers/scouting_group/scouting.svg" - }, - { - "key": "brand", - "description": "Values of `brand` are shown with \"The scout association of this group is {brand}\" and can be updated. The question is \"To which scout association does {name} belong?\" by layer Scouting groups", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/scouting_group.md#association", - "icon_url": "./assets/layers/scouting_group/scouting.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}\" and can be updated. The question is \"What is the phone number of {title()}?\" by layers Scouting groups, Group Campsites, Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/scouting_group.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "contact:phone", - "description": "contact:phone~.+ is displayed as \"{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}\" by layers Scouting groups, Group Campsites, Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/scouting_group.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"{email}\" and can be updated. The question is \"What is the email address of {title()}?\" by layers Scouting groups, Group Campsites, Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/scouting_group.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "contact:email", - "description": "contact:email~.+ is displayed as \"{contact:email}\" by layers Scouting groups, Group Campsites, Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/scouting_group.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "operator:email", - "description": "operator:email~.+ is displayed as \"{operator:email}\" by layers Scouting groups, Group Campsites, Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/scouting_group.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{website}\" and can be updated. The question is \"What is the website of {title()}?\" by layers Scouting groups, Group Campsites, Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/scouting_group.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layers Scouting groups, Group Campsites, Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/scouting_group.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "start_date", - "description": "Values of `start_date` are shown with \"This group was founded at {start_date}\" and can be updated. The question is \"When was this group founded?\" by layer Scouting groups", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/scouting_group.md#start_date", - "icon_url": "./assets/layers/scouting_group/scouting.svg" - }, - { - "key": "contact:mastodon", - "description": "Values of `contact:mastodon` are shown with \"{fediverse_link(contact:mastodon)}\" and can be updated. The question is \"What is the Mastodon-handle of {title()}?\" by layers Scouting groups, Group Campsites", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/scouting_group.md#mastodon", - "icon_url": "./assets/svg/mastodon.svg" - }, - { - "key": "leisure", - "value": "summer_camp", - "description": "Features with this tag are displayed by layer Group Campsites", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_campsite.md", - "icon_url": "./assets/layers/campsite/campsite.svg" - }, - { - "key": "tourism", - "value": "camp_site", - "description": "Features with this tag are displayed by layer Group Campsites", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_campsite.md", - "icon_url": "./assets/layers/campsite/campsite.svg" - }, - { - "key": "scout", - "value": "yes", - "description": "Features with this tag are displayed by layers Group Campsites, Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_campsite.md", - "icon_url": "./assets/layers/campsite/campsite.svg" - }, - { - "key": "scout", - "value": "only", - "description": "Features with this tag are displayed by layers Group Campsites, Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_campsite.md", - "icon_url": "./assets/layers/campsite/campsite.svg" - }, - { - "key": "group", - "value": "yes", - "description": "Features with this tag are displayed by layers Group Campsites, Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_campsite.md", - "icon_url": "./assets/layers/campsite/campsite.svg" - }, - { - "key": "group_only", - "value": "yes", - "description": "Features with this tag are displayed by layers Group Campsites, Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_campsite.md", - "icon_url": "./assets/layers/campsite/campsite.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Group Campsites, Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_campsite.md#images", - "icon_url": "./assets/layers/campsite/campsite.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Group Campsites, Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_campsite.md#images", - "icon_url": "./assets/layers/campsite/campsite.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Group Campsites, Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_campsite.md#images", - "icon_url": "./assets/layers/campsite/campsite.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Group Campsites, Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_campsite.md#images", - "icon_url": "./assets/layers/campsite/campsite.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Group Campsites, Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_campsite.md#images", - "icon_url": "./assets/layers/campsite/campsite.svg" - }, - { - "key": "group_only", - "value": "yes", - "description": "group_only=yes is displayed as \"This campsite is exclusively for groups\" by layer Group Campsites", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_campsite.md#group_only", - "icon_url": "./assets/layers/campsite/campsite.svg" - }, - { - "key": "group_only", - "value": "no", - "description": "group_only=no is displayed as \"This campsite is not exclusively for groups\" by layer Group Campsites", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_campsite.md#group_only", - "icon_url": "./assets/layers/campsite/campsite.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"The name of this campsite is {name}\" and can be updated. The question is \"What is the name of this campsite?\" by layer Group Campsites", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_campsite.md#name", - "icon_url": "./assets/layers/campsite/campsite.svg" - }, - { - "key": "charge", - "description": "Values of `charge` are shown with \"A fee of {charge} should be paid for here\" and can be updated. The question is \"Is a fee charged here?\" by layer Group Campsites", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_campsite.md#fee", - "icon_url": "./assets/layers/campsite/campsite.svg" - }, - { - "key": "fee", - "value": "no", - "description": "fee=no is displayed as \"The campsite is free of charge\" by layer Group Campsites", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_campsite.md#fee", - "icon_url": "./assets/layers/campsite/campsite.svg" - }, - { - "key": "fee", - "value": "yes", - "description": "fee=yes & charge= is displayed as \"A fee is charged here.\" by layer Group Campsites", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_campsite.md#fee", - "icon_url": "./assets/layers/campsite/campsite.svg" - }, - { - "key": "charge", - "description": "fee=yes & charge= is displayed as \"A fee is charged here.\" by layer Group Campsites", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_campsite.md#fee", - "icon_url": "./assets/layers/campsite/campsite.svg" - }, - { - "key": "capacity:persons", - "description": "Values of `capacity:persons` are shown with \"{capacity:persons} people can stay here\" and can be updated. The question is \"How many people can stay here?\" by layer Group Campsites", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_campsite.md#capacity_persons", - "icon_url": "./assets/layers/campsite/campsite.svg" - }, - { - "key": "toilets", - "value": "yes", - "description": "toilets=yes is displayed as \"This place has toilets\" by layer Group Campsites", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_campsite.md#caravansites_toilets", - "icon_url": "./assets/layers/campsite/campsite.svg" - }, - { - "key": "toilets", - "value": "no", - "description": "toilets=no is displayed as \"This place does not have toilets\" by layer Group Campsites", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_campsite.md#caravansites_toilets", - "icon_url": "./assets/layers/campsite/campsite.svg" - }, - { - "key": "toilets:wheelchair", - "value": "yes", - "description": "toilets:wheelchair=yes is displayed as \"There is a dedicated toilet for wheelchair users\" by layers Group Campsites, Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_campsite.md#toilets_wheelchair", - "icon_url": "./assets/layers/campsite/campsite.svg" - }, - { - "key": "toilets:wheelchair", - "value": "no", - "description": "toilets:wheelchair=no is displayed as \"No wheelchair access\" by layers Group Campsites, Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_campsite.md#toilets_wheelchair", - "icon_url": "./assets/layers/campsite/campsite.svg" - }, - { - "key": "toilets:wheelchair", - "value": "designated", - "description": "toilets:wheelchair=designated is displayed as \"There is only a dedicated toilet for wheelchair users\" by layers Group Campsites, Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_campsite.md#toilets_wheelchair", - "icon_url": "./assets/layers/campsite/campsite.svg" - }, - { - "key": "tourism", - "value": "hostel", - "description": "Features with this tag are displayed by layer Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_hostel.md", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"{name}\" and can be updated. The question is \"What is the name of this {title()}?\" by layer Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_hostel.md#name", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "group_only", - "value": "yes", - "description": "group_only=yes is displayed as \"This hostel is exclusively for groups\" by layer Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_hostel.md#group_only", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "group_only", - "value": "no", - "description": "group_only=no is displayed as \"This hostel is not exclusively for groups\" by layer Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_hostel.md#group_only", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "brand", - "description": "Values of `brand` are shown with \"Part of {brand}\" and can be updated. The question is \"Is {title()} part of a bigger brand?\" by layer Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_hostel.md#brand", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "nobrand", - "value": "yes", - "description": "nobrand=yes is displayed as \"Not part of a bigger brand\" by layer Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_hostel.md#brand", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "wheelchair", - "value": "designated", - "description": "wheelchair=designated is displayed as \"This place is specially adapted for wheelchair users\" by layer Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_hostel.md#wheelchair_access", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "wheelchair", - "value": "yes", - "description": "wheelchair=yes is displayed as \"This place is easily reachable with a wheelchair\" by layer Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_hostel.md#wheelchair_access", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "wheelchair", - "value": "limited", - "description": "wheelchair=limited is displayed as \"It is possible to reach this place in a wheelchair, but it is not easy\" by layer Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_hostel.md#wheelchair_access", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "wheelchair", - "value": "no", - "description": "wheelchair=no is displayed as \"This place is not reachable with a wheelchair\" by layer Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_hostel.md#wheelchair_access", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "internet_access", - "value": "wlan", - "description": "internet_access=wlan is displayed as \"This place offers wireless internet access\" by layer Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_hostel.md#internet", - "icon_url": "wifi" - }, - { - "key": "internet_access", - "value": "no", - "description": "internet_access=no is displayed as \"This place does not offer internet access\" by layer Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_hostel.md#internet", - "icon_url": "wifi;cross_bottom_right:red" - }, - { - "key": "internet_access", - "value": "yes", - "description": "internet_access=yes is displayed as \"This place offers internet access\" by layer Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_hostel.md#internet", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "internet_access", - "value": "terminal", - "description": "internet_access=terminal is displayed as \"This place offers internet access via a terminal or computer\" by layer Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_hostel.md#internet", - "icon_url": "computer" - }, - { - "key": "internet_access", - "value": "wired", - "description": "internet_access=wired is displayed as \"This place offers wired internet access\" by layer Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_hostel.md#internet", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "internet_access", - "value": "terminal;wifi", - "description": "internet_access=terminal;wifi is displayed as \"This place offers both wireless internet and internet access via a terminal or computer\" by layer Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_hostel.md#internet", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "internet_access:fee", - "value": "yes", - "description": "internet_access:fee=yes is displayed as \"There is a fee for the internet access at this place\" by layer Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_hostel.md#internet_fee", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "internet_access:fee", - "value": "no", - "description": "internet_access:fee=no is displayed as \"Internet access is free at this place\" by layer Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_hostel.md#internet_fee", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "internet_access:fee", - "value": "customers", - "description": "internet_access:fee=customers is displayed as \"Internet access is free at this place, for customers only\" by layer Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_hostel.md#internet_fee", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "internet_access:ssid", - "description": "Values of `internet_access:ssid` are shown with \"The network name is {internet_access:ssid}\" and can be updated. The question is \"What is the network name for the wireless internet access?\" by layer Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_hostel.md#internet_ssid", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "internet_access:ssid", - "value": "Telekom", - "description": "internet_access:ssid=Telekom is displayed as \"Telekom\" by layer Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_hostel.md#internet_ssid", - "icon_url": "./assets/layers/tourism_accomodation/hostel.svg" - }, - { - "key": "dog", - "value": "yes", - "description": "dog=yes is displayed as \"Dogs are allowed\" by layer Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_hostel.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_allowed.svg" - }, - { - "key": "dog", - "value": "no", - "description": "dog=no is displayed as \"Dogs are not allowed\" by layer Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_hostel.md#dog_access", - "icon_url": "./assets/layers/questions/no_dogs.svg" - }, - { - "key": "dog", - "value": "leashed", - "description": "dog=leashed is displayed as \"Dogs are allowed, but they have to be leashed\" by layer Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_hostel.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_leashed.svg" - }, - { - "key": "dog", - "value": "unleashed", - "description": "dog=unleashed is displayed as \"Dogs are allowed and can run around freely\" by layer Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_hostel.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_allowed.svg" - }, - { - "key": "dog", - "value": "outside", - "description": "dog=outside is displayed as \"Dogs are allowed only outside\" by layer Hostels for groups and scouts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/group_hostel.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_outside.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_shops.json b/Docs/TagInfo/mapcomplete_shops.json deleted file mode 100644 index 62fcad40c4..0000000000 --- a/Docs/TagInfo/mapcomplete_shops.json +++ /dev/null @@ -1,2204 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Shops", - "description": "An editable map with basic shop information", - "project_url": "https://mapcomplete.org/shops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/shops/shop.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "shop", - "description": "Features with this tag are displayed by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "craft", - "value": "shoe_repair", - "description": "Features with this tag are displayed by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "craft", - "value": "key_cutter", - "description": "Features with this tag are displayed by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Shop, Pharmacies, Ice cream parlors, Trolley Bays", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Shop, Pharmacies, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#images", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Shop, Pharmacies, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#images", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Shop, Pharmacies, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#images", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Shop, Pharmacies, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#images", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Shop, Pharmacies, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#images", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This shop is called {name}\" and can be updated. The question is \"What is the name of this shop?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shops_name", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "description": "Values of `shop` are shown with \"This is a {shop}\" and can be updated. The question is \"What kind of shop is this?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "bicycle_rental", - "description": "shop=bicycle_rental is displayed as \"Bicycle rental shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/bicycle_rental.svg" - }, - { - "key": "shop", - "value": "agrarian", - "description": "shop=agrarian is displayed as \"Farm Supply Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-tractor.svg" - }, - { - "key": "shop", - "value": "alcohol", - "description": "shop=alcohol is displayed as \"Liquor Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-wine-bottle.svg" - }, - { - "key": "shop", - "value": "anime", - "description": "shop=anime is displayed as \"Anime / Manga Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-dragon.svg" - }, - { - "key": "shop", - "value": "antiques", - "description": "shop=antiques is displayed as \"Antique Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-furniture.svg" - }, - { - "key": "shop", - "value": "appliance", - "description": "shop=appliance is displayed as \"Appliance Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-laundry.svg" - }, - { - "key": "shop", - "value": "art", - "description": "shop=art is displayed as \"Art Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "baby_goods", - "description": "shop=baby_goods is displayed as \"Baby Goods Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-baby-carriage.svg" - }, - { - "key": "shop", - "value": "bag", - "description": "shop=bag is displayed as \"Bag/Luggage Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-suitcase-rolling.svg" - }, - { - "key": "shop", - "value": "bakery", - "description": "shop=bakery is displayed as \"Bakery\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-bakery.svg" - }, - { - "key": "shop", - "value": "bathroom_furnishing", - "description": "shop=bathroom_furnishing is displayed as \"Bathroom Furnishing Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-bath.svg" - }, - { - "key": "shop", - "value": "beauty", - "description": "shop=beauty is displayed as \"Beauty Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-lipstick.svg" - }, - { - "key": "shop", - "value": "bed", - "description": "shop=bed is displayed as \"Bedding/Mattress Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-lodging.svg" - }, - { - "key": "shop", - "value": "beverages", - "description": "shop=beverages is displayed as \"Beverage Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-bottles.svg" - }, - { - "key": "shop", - "value": "bicycle", - "description": "shop=bicycle is displayed as \"Bicycle Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-bicycle.svg" - }, - { - "key": "shop", - "value": "boat", - "description": "shop=boat is displayed as \"Boat Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-boat.svg" - }, - { - "key": "shop", - "value": "bookmaker", - "description": "shop=bookmaker is displayed as \"Bookmaker\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-money_hand.svg" - }, - { - "key": "shop", - "value": "books", - "description": "shop=books is displayed as \"Bookstore\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-book.svg" - }, - { - "key": "shop", - "value": "brewing_supplies", - "description": "shop=brewing_supplies is displayed as \"Brewing Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-storage_fermenter.svg" - }, - { - "key": "shop", - "value": "butcher", - "description": "shop=butcher is displayed as \"Butcher\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-cleaver.svg" - }, - { - "key": "shop", - "value": "camera", - "description": "shop=camera is displayed as \"Camera Equipment Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-camera-retro.svg" - }, - { - "key": "shop", - "value": "candles", - "description": "shop=candles is displayed as \"Candle Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "cannabis", - "description": "shop=cannabis is displayed as \"Cannabis Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cannabis.svg" - }, - { - "key": "shop", - "value": "car", - "description": "shop=car is displayed as \"Car Dealership\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "car_parts", - "description": "shop=car_parts is displayed as \"Car Parts Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-car-battery.svg" - }, - { - "key": "shop", - "value": "car_repair", - "description": "shop=car_repair is displayed as \"Car Repair Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-car-repair.svg" - }, - { - "key": "shop", - "value": "caravan", - "description": "shop=caravan is displayed as \"RV Dealership\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-camper_trailer.svg" - }, - { - "key": "shop", - "value": "carpet", - "description": "shop=carpet is displayed as \"Carpet Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-tape.svg" - }, - { - "key": "shop", - "value": "catalogue", - "description": "shop=catalogue is displayed as \"Catalog Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "charity", - "description": "shop=charity is displayed as \"Charity Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "cheese", - "description": "shop=cheese is displayed as \"Cheese Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cheese.svg" - }, - { - "key": "shop", - "value": "chemist", - "description": "shop=chemist is displayed as \"Drugstore\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "chocolate", - "description": "shop=chocolate is displayed as \"Chocolate Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-confectionery.svg" - }, - { - "key": "shop", - "value": "clothes", - "description": "shop=clothes is displayed as \"Clothing Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-clothing-store.svg" - }, - { - "key": "shop", - "value": "coffee", - "description": "shop=coffee is displayed as \"Coffee Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-coffee.svg" - }, - { - "key": "shop", - "value": "collector", - "description": "shop=collector is displayed as \"Collectibles Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "computer", - "description": "shop=computer is displayed as \"Computer Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-laptop.svg" - }, - { - "key": "shop", - "value": "confectionery", - "description": "shop=confectionery is displayed as \"Candy Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-confectionery.svg" - }, - { - "key": "shop", - "value": "convenience", - "description": "shop=convenience is displayed as \"Convenience Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "copyshop", - "description": "shop=copyshop is displayed as \"Copy Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-print.svg" - }, - { - "key": "shop", - "value": "cosmetics", - "description": "shop=cosmetics is displayed as \"Cosmetics Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-lipstick.svg" - }, - { - "key": "shop", - "value": "country_store", - "description": "shop=country_store is displayed as \"Rural Supplies Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-hat-cowboy-side.svg" - }, - { - "key": "shop", - "value": "craft", - "description": "shop=craft is displayed as \"Arts & Crafts Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "curtain", - "description": "shop=curtain is displayed as \"Curtain Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-curtains.svg" - }, - { - "key": "shop", - "value": "dairy", - "description": "shop=dairy is displayed as \"Dairy Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cheese.svg" - }, - { - "key": "shop", - "value": "deli", - "description": "shop=deli is displayed as \"Delicatessen\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-jar.svg" - }, - { - "key": "shop", - "value": "department_store", - "description": "shop=department_store is displayed as \"Department Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "doityourself", - "description": "shop=doityourself is displayed as \"DIY Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "doors", - "description": "shop=doors is displayed as \"Door Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-door-open.svg" - }, - { - "key": "shop", - "value": "dry_cleaning", - "description": "shop=dry_cleaning is displayed as \"Dry Cleaner\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-clothes_hanger.svg" - }, - { - "key": "shop", - "value": "e-cigarette", - "description": "shop=e-cigarette is displayed as \"E-Cigarette Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "electrical", - "description": "shop=electrical is displayed as \"Electrical Equipment Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-power.svg" - }, - { - "key": "shop", - "value": "electronics", - "description": "shop=electronics is displayed as \"Electronics Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-plug.svg" - }, - { - "key": "shop", - "value": "erotic", - "description": "shop=erotic is displayed as \"Erotic Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "fabric", - "description": "shop=fabric is displayed as \"Fabric Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-tape.svg" - }, - { - "key": "shop", - "value": "farm", - "description": "shop=farm is displayed as \"Produce Stand\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "fashion_accessories", - "description": "shop=fashion_accessories is displayed as \"Fashion Accessories Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-fashion_accessories.svg" - }, - { - "key": "shop", - "value": "fireplace", - "description": "shop=fireplace is displayed as \"Fireplace Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-fireplace.svg" - }, - { - "key": "shop", - "value": "fishing", - "description": "shop=fishing is displayed as \"Fishing Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-ice_fishing.svg" - }, - { - "key": "shop", - "value": "flooring", - "description": "shop=flooring is displayed as \"Flooring Supply Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "florist", - "description": "shop=florist is displayed as \"Florist\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-florist.svg" - }, - { - "key": "shop", - "value": "frame", - "description": "shop=frame is displayed as \"Framing Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-vector-square.svg" - }, - { - "key": "shop", - "value": "frozen_food", - "description": "shop=frozen_food is displayed as \"Frozen Food Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "fuel", - "description": "shop=fuel is displayed as \"Fuel Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-propane_tank.svg" - }, - { - "key": "shop", - "value": "funeral_directors", - "description": "shop=funeral_directors is displayed as \"Funeral Home\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-cemetery.svg" - }, - { - "key": "shop", - "value": "furniture", - "description": "shop=furniture is displayed as \"Furniture Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-couch.svg" - }, - { - "key": "shop", - "value": "games", - "description": "shop=games is displayed as \"Tabletop Game Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-dice.svg" - }, - { - "key": "shop", - "value": "garden_centre", - "description": "shop=garden_centre is displayed as \"Garden Center\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-garden-centre.svg" - }, - { - "key": "shop", - "value": "gas", - "description": "shop=gas is displayed as \"Bottled Gas Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-propane_tank.svg" - }, - { - "key": "shop", - "value": "general", - "description": "shop=general is displayed as \"General Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "gift", - "description": "shop=gift is displayed as \"Gift Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-gift.svg" - }, - { - "key": "shop", - "value": "greengrocer", - "description": "shop=greengrocer is displayed as \"Greengrocer\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-carrot.svg" - }, - { - "key": "shop", - "value": "hairdresser", - "description": "shop=hairdresser is displayed as \"Hairdresser\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-beauty_salon.svg" - }, - { - "key": "shop", - "value": "hairdresser_supply", - "description": "shop=hairdresser_supply is displayed as \"Hairdresser Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-hair_care.svg" - }, - { - "key": "shop", - "value": "hardware", - "description": "shop=hardware is displayed as \"Hardware Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "health_food", - "description": "shop=health_food is displayed as \"Health Food Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "hearing_aids", - "description": "shop=hearing_aids is displayed as \"Hearing Aids Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-hearing_aid.svg" - }, - { - "key": "shop", - "value": "herbalist", - "description": "shop=herbalist is displayed as \"Herbalist\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-leaf.svg" - }, - { - "key": "shop", - "value": "hifi", - "description": "shop=hifi is displayed as \"Hifi Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-speaker.svg" - }, - { - "key": "shop", - "value": "honey", - "description": "shop=honey is displayed as \"Honey Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "household_linen", - "description": "shop=household_linen is displayed as \"Household Linen Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-cloth.svg" - }, - { - "key": "shop", - "value": "houseware", - "description": "shop=houseware is displayed as \"Houseware Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-blender.svg" - }, - { - "key": "shop", - "value": "hunting", - "description": "shop=hunting is displayed as \"Hunting Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-bow_and_arrow.svg" - }, - { - "key": "shop", - "value": "interior_decoration", - "description": "shop=interior_decoration is displayed as \"Interior Decoration Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "jewelry", - "description": "shop=jewelry is displayed as \"Jewelry Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-jewelry-store.svg" - }, - { - "key": "shop", - "value": "kiosk", - "description": "shop=kiosk is displayed as \"Kiosk\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-store.svg" - }, - { - "key": "shop", - "value": "kitchen", - "description": "shop=kitchen is displayed as \"Kitchen Design Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-kitchen_sink.svg" - }, - { - "key": "shop", - "value": "laundry", - "description": "shop=laundry is displayed as \"Laundry\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-laundry.svg" - }, - { - "key": "shop", - "value": "leather", - "description": "shop=leather is displayed as \"Leather Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-handbag.svg" - }, - { - "key": "shop", - "value": "lighting", - "description": "shop=lighting is displayed as \"Lighting Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-desk_lamp.svg" - }, - { - "key": "shop", - "value": "locksmith", - "description": "shop=locksmith is displayed as \"Locksmith\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-key.svg" - }, - { - "key": "shop", - "value": "lottery", - "description": "shop=lottery is displayed as \"Lottery Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "mall", - "description": "shop=mall is displayed as \"Mall\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "massage", - "description": "shop=massage is displayed as \"Massage Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-spa.svg" - }, - { - "key": "shop", - "value": "medical_supply", - "description": "shop=medical_supply is displayed as \"Medical Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-crutch.svg" - }, - { - "key": "shop", - "value": "military_surplus", - "description": "shop=military_surplus is displayed as \"Military Surplus Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-military.svg" - }, - { - "key": "shop", - "value": "mobile_phone", - "description": "shop=mobile_phone is displayed as \"Mobile Phone Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "model", - "description": "shop=model is displayed as \"Model Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "money_lender", - "description": "shop=money_lender is displayed as \"Money Lender\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-money_hand.svg" - }, - { - "key": "shop", - "value": "motorcycle", - "description": "shop=motorcycle is displayed as \"Motorcycle Dealership\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-motorcycle.svg" - }, - { - "key": "shop", - "value": "motorcycle_repair", - "description": "shop=motorcycle_repair is displayed as \"Motorcycle Repair Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-motorcycle_repair.svg" - }, - { - "key": "shop", - "value": "music", - "description": "shop=music is displayed as \"Music Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-compact-disc.svg" - }, - { - "key": "shop", - "value": "musical_instrument", - "description": "shop=musical_instrument is displayed as \"Musical Instrument Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-guitar.svg" - }, - { - "key": "shop", - "value": "newsagent", - "description": "shop=newsagent is displayed as \"Newsstand\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-newspaper.svg" - }, - { - "key": "shop", - "value": "nutrition_supplements", - "description": "shop=nutrition_supplements is displayed as \"Nutrition Supplements Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-pills.svg" - }, - { - "key": "shop", - "value": "nuts", - "description": "shop=nuts is displayed as \"Nuts Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "optician", - "description": "shop=optician is displayed as \"Optician\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-optician.svg" - }, - { - "key": "shop", - "value": "outdoor", - "description": "shop=outdoor is displayed as \"Outdoors Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-compass.svg" - }, - { - "key": "shop", - "value": "outpost", - "description": "shop=outpost is displayed as \"Online Retailer Outpost\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "paint", - "description": "shop=paint is displayed as \"Paint Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-paint-roller.svg" - }, - { - "key": "shop", - "value": "party", - "description": "shop=party is displayed as \"Party Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-balloon.svg" - }, - { - "key": "shop", - "value": "pasta", - "description": "shop=pasta is displayed as \"Pasta Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-plate-wheat.svg" - }, - { - "key": "shop", - "value": "pastry", - "description": "shop=pastry is displayed as \"Pastry Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-bakery.svg" - }, - { - "key": "shop", - "value": "pawnbroker", - "description": "shop=pawnbroker is displayed as \"Pawnshop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-money_hand.svg" - }, - { - "key": "shop", - "value": "perfumery", - "description": "shop=perfumery is displayed as \"Perfume Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-perfume.svg" - }, - { - "key": "shop", - "value": "pet", - "description": "shop=pet is displayed as \"Pet Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cat.svg" - }, - { - "key": "shop", - "value": "pet_grooming", - "description": "shop=pet_grooming is displayed as \"Pet Groomer\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-pet_grooming.svg" - }, - { - "key": "shop", - "value": "photo", - "description": "shop=photo is displayed as \"Photography Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-camera-retro.svg" - }, - { - "key": "shop", - "value": "pottery", - "description": "shop=pottery is displayed as \"Pottery Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-vase.svg" - }, - { - "key": "shop", - "value": "printer_ink", - "description": "shop=printer_ink is displayed as \"Printer Ink Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-print.svg" - }, - { - "key": "shop", - "value": "psychic", - "description": "shop=psychic is displayed as \"Psychic\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-psychic.svg" - }, - { - "key": "shop", - "value": "pyrotechnics", - "description": "shop=pyrotechnics is displayed as \"Fireworks Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-rocket_firework.svg" - }, - { - "key": "shop", - "value": "radiotechnics", - "description": "shop=radiotechnics is displayed as \"Radio/Electronic Component Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-microchip.svg" - }, - { - "key": "shop", - "value": "religion", - "description": "shop=religion is displayed as \"Religious Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "rental", - "description": "shop=rental is displayed as \"Rental Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-dolly.svg" - }, - { - "key": "shop", - "value": "repair", - "description": "shop=repair is displayed as \"Repair Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "rice", - "description": "shop=rice is displayed as \"Rice Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-bowl-rice.svg" - }, - { - "key": "shop", - "value": "scuba_diving", - "description": "shop=scuba_diving is displayed as \"Scuba Diving Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-scuba_diving.svg" - }, - { - "key": "shop", - "value": "seafood", - "description": "shop=seafood is displayed as \"Seafood Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-fish_cleaning.svg" - }, - { - "key": "shop", - "value": "second_hand", - "description": "shop=second_hand is displayed as \"Thrift Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "sewing", - "description": "shop=sewing is displayed as \"Sewing Supply Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-needle_and_spool.svg" - }, - { - "key": "shop", - "value": "shoe_repair", - "description": "shop=shoe_repair is displayed as \"Shoe Repair Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-hammer_shoe.svg" - }, - { - "key": "shop", - "value": "shoes", - "description": "shop=shoes is displayed as \"Shoe Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shoe.svg" - }, - { - "key": "shop", - "value": "spices", - "description": "shop=spices is displayed as \"Spice Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-spice_bottle.svg" - }, - { - "key": "shop", - "value": "sports", - "description": "shop=sports is displayed as \"Sporting Goods Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-futbol.svg" - }, - { - "key": "shop", - "value": "stationery", - "description": "shop=stationery is displayed as \"Stationery Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-paperclip.svg" - }, - { - "key": "shop", - "value": "storage_rental", - "description": "shop=storage_rental is displayed as \"Storage Rental\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-storage_rental.svg" - }, - { - "key": "shop", - "value": "supermarket", - "description": "shop=supermarket is displayed as \"Supermarket\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-grocery.svg" - }, - { - "key": "shop", - "value": "swimming_pool", - "description": "shop=swimming_pool is displayed as \"Pool Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "tailor", - "description": "shop=tailor is displayed as \"Tailor\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-needle_and_spool.svg" - }, - { - "key": "shop", - "value": "tattoo", - "description": "shop=tattoo is displayed as \"Tattoo Parlor\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tattoo_machine.svg" - }, - { - "key": "shop", - "value": "tea", - "description": "shop=tea is displayed as \"Tea Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-teahouse.svg" - }, - { - "key": "shop", - "value": "telecommunication", - "description": "shop=telecommunication is displayed as \"Telecom Retail Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-telephone.svg" - }, - { - "key": "shop", - "value": "ticket", - "description": "shop=ticket is displayed as \"Ticket Seller\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "tiles", - "description": "shop=tiles is displayed as \"Tile Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tiling.svg" - }, - { - "key": "shop", - "value": "tobacco", - "description": "shop=tobacco is displayed as \"Tobacco Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-pipe.svg" - }, - { - "key": "shop", - "value": "tool_hire", - "description": "shop=tool_hire is displayed as \"Tool Rental\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "toys", - "description": "shop=toys is displayed as \"Toy Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-rocket.svg" - }, - { - "key": "shop", - "value": "trade", - "description": "shop=trade is displayed as \"Trade Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "travel_agency", - "description": "shop=travel_agency is displayed as \"Travel Agency\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-suitcase.svg" - }, - { - "key": "shop", - "value": "trophy", - "description": "shop=trophy is displayed as \"Trophy Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-trophy.svg" - }, - { - "key": "shop", - "value": "tyres", - "description": "shop=tyres is displayed as \"Tire Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tire.svg" - }, - { - "key": "shop", - "value": "vacuum_cleaner", - "description": "shop=vacuum_cleaner is displayed as \"Vacuum Cleaner Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-vacuum.svg" - }, - { - "key": "shop", - "value": "variety_store", - "description": "shop=variety_store is displayed as \"Discount Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "video", - "description": "shop=video is displayed as \"Video Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-movie_rental.svg" - }, - { - "key": "shop", - "value": "video_games", - "description": "shop=video_games is displayed as \"Video Game Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-gaming.svg" - }, - { - "key": "shop", - "value": "watches", - "description": "shop=watches is displayed as \"Watches Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-watch.svg" - }, - { - "key": "shop", - "value": "water", - "description": "shop=water is displayed as \"Drinking Water Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-water_bottle.svg" - }, - { - "key": "shop", - "value": "water_sports", - "description": "shop=water_sports is displayed as \"Watersport/Swim Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "weapons", - "description": "shop=weapons is displayed as \"Weapon Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-dagger.svg" - }, - { - "key": "shop", - "value": "wholesale", - "description": "shop=wholesale is displayed as \"Wholesale Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-warehouse.svg" - }, - { - "key": "shop", - "value": "wigs", - "description": "shop=wigs is displayed as \"Wig Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "window_blind", - "description": "shop=window_blind is displayed as \"Window Blind Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-window.svg" - }, - { - "key": "shop", - "value": "wine", - "description": "shop=wine is displayed as \"Wine Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-alcohol-shop.svg" - }, - { - "key": "disused:shop", - "description": "disused:shop= is displayed as \"This shop is no longer used. It is vacant\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#shop_types", - "icon_url": "./assets/layers/shops/shop-disused.svg" - }, - { - "key": "brand", - "description": "Values of `brand` are shown with \"Part of {brand}\" and can be updated. The question is \"What is the brand of this shop?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#brand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "not:brand", - "value": "yes", - "description": "not:brand=yes is displayed as \"This shop does not have a specific brand, it is not part of a bigger chain\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#brand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "second_hand", - "value": "only", - "description": "second_hand=only is displayed as \"This shop sells second-hand items only\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "second_hand", - "value": "yes", - "description": "second_hand=yes is displayed as \"This shop sells second-hand items along with new items\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "second_hand", - "value": "no", - "description": "second_hand=no is displayed as \"This shop only sells brand-new items\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"What are the opening hours of {title()}?\" by layers Shop, Pharmacies, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#opening_hours", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layers Shop, Pharmacies, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#opening_hours", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{website}\" and can be updated. The question is \"What is the website of {title()}?\" by layers Shop, Pharmacies, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layers Shop, Pharmacies, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"{email}\" and can be updated. The question is \"What is the email address of {title()}?\" by layers Shop, Pharmacies, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "contact:email", - "description": "contact:email~.+ is displayed as \"{contact:email}\" by layers Shop, Pharmacies, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "operator:email", - "description": "operator:email~.+ is displayed as \"{operator:email}\" by layers Shop, Pharmacies, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}\" and can be updated. The question is \"What is the phone number of {title()}?\" by layers Shop, Pharmacies, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "contact:phone", - "description": "contact:phone~.+ is displayed as \"{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}\" by layers Shop, Pharmacies, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "payment:cash", - "value": "yes", - "description": "payment:cash=yes is displayed as \"Cash is accepted here\" by layers Shop, Pharmacies, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#payment_options", - "icon_url": "./assets/layers/questions/cash.svg" - }, - { - "key": "payment:cards", - "value": "yes", - "description": "payment:cards=yes is displayed as \"Payment cards are accepted here\" by layers Shop, Pharmacies, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#payment_options", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:qr_code", - "value": "yes", - "description": "payment:qr_code=yes is displayed as \"Payment by QR-code is possible here\" by layers Shop, Pharmacies, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#payment_options", - "icon_url": "./assets/layers/questions/qrcode.svg" - }, - { - "key": "level", - "description": "Values of `level` are shown with \"Located on the {level}th floor\" and can be updated. The question is \"On what level is this feature located?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#single_level", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "location", - "value": "underground", - "description": "location=underground is displayed as \"Located underground\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#single_level", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "level", - "value": "0", - "description": "level=0 is displayed as \"Located on the ground floor\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#single_level", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "level", - "description": "level= is displayed as \"Located on the ground floor\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#single_level", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "level", - "value": "1", - "description": "level=1 is displayed as \"Located on the first floor\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#single_level", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "level", - "value": "-1", - "description": "level=-1 is displayed as \"Located on the first basement level\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#single_level", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A4", - "value": "yes", - "description": "service:print:A4=yes is displayed as \"This shop can print on papers of size A4\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A3", - "value": "yes", - "description": "service:print:A3=yes is displayed as \"This shop can print on papers of size A3\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A2", - "value": "yes", - "description": "service:print:A2=yes is displayed as \"This shop can print on papers of size A2\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A1", - "value": "yes", - "description": "service:print:A1=yes is displayed as \"This shop can print on papers of size A1\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A0", - "value": "yes", - "description": "service:print:A0=yes is displayed as \"This shop can print on papers of size A0\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:binding", - "value": "yes", - "description": "service:binding=yes is displayed as \"This shop binds papers into a booklet\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#copyshop_binding", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:binding", - "value": "no", - "description": "service:binding=no is displayed as \"This shop does bind books\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#copyshop_binding", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "healthcare", - "value": "optometrist", - "description": "healthcare=optometrist is displayed as \"This shop offers eye exams by certified optometrists\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#optometrist_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "healthcare", - "value": "audiologist", - "description": "healthcare=audiologist is displayed as \"This shop offers hearing tests by a certified audiologist\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#optometrist_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "craft", - "value": "key_cutter", - "description": "craft=key_cutter is displayed as \"This shop is also specialized in key cutting\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#key_cutter", - "icon_url": "./assets/layers/id_presets/fas-key.svg" - }, - { - "key": "service:key_cutting", - "value": "yes", - "description": "service:key_cutting=yes is displayed as \"This shop offers key cutting as a service\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#key_cutter", - "icon_url": "./assets/layers/id_presets/fas-key.svg" - }, - { - "key": "craft", - "description": "craft= & service:key_cutting=no is displayed as \"This shops does not offer key cutting as a service\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#key_cutter", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:key_cutting", - "value": "no", - "description": "craft= & service:key_cutting=no is displayed as \"This shops does not offer key cutting as a service\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#key_cutter", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:retail", - "value": "yes", - "description": "service:bicycle:retail=yes is displayed as \"This shop sells new bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#sells_new_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:retail", - "value": "no", - "description": "service:bicycle:retail=no is displayed as \"This shop doesn't sell new bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#sells_new_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:second_hand", - "value": "yes", - "description": "service:bicycle:second_hand=yes is displayed as \"This shop sells second-hand bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:second_hand", - "value": "no", - "description": "service:bicycle:second_hand=no is displayed as \"This shop doesn't sell second-hand bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:second_hand", - "value": "only", - "description": "service:bicycle:second_hand=only is displayed as \"This shop only sells second-hand bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "yes", - "description": "service:bicycle:repair=yes is displayed as \"This shop repairs bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "no", - "description": "service:bicycle:repair=no is displayed as \"This shop doesn't repair bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "only_sold", - "description": "service:bicycle:repair=only_sold is displayed as \"This shop only repairs bikes bought here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "brand", - "description": "service:bicycle:repair=brand is displayed as \"This shop only repairs bikes of a certain brand\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:rental", - "value": "yes", - "description": "service:bicycle:rental=yes is displayed as \"This shop rents out bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_rental", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:rental", - "value": "no", - "description": "service:bicycle:rental=no is displayed as \"This shop doesn't rent out bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_rental", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "description": "Values of `rental` are shown with \"{rental} is rented here\" and can be updated. The question is \"What kind of bicycles and accessories are rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "city_bike", - "description": "rental=city_bike is displayed as \"Normal city bikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "ebike", - "description": "rental=ebike is displayed as \"Electrical bikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "bmx", - "description": "rental=bmx is displayed as \"BMX bikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "mtb", - "description": "rental=mtb is displayed as \"Mountainbikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "kid_bike", - "description": "rental=kid_bike is displayed as \"Bikes for children can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "tandem", - "description": "rental=tandem is displayed as \"Tandem bicycles can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "racebike", - "description": "rental=racebike is displayed as \"Race bicycles can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "bike_helmet", - "description": "rental=bike_helmet is displayed as \"Bike helmets can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "cargo_bike", - "description": "rental=cargo_bike is displayed as \"Cargo bikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:city_bike", - "description": "Values of `capacity:city_bike` are shown with \"{capacity:city_bike} city bikes can be rented here\" and can be updated. The question is \"How many city bikes can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#rental_capacity_city_bike", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:ebike", - "description": "Values of `capacity:ebike` are shown with \"{capacity:ebike} electrical bikes can be rented here\" and can be updated. The question is \"How many electrical bikes can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#rental_capacity_ebike", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:kid_bike", - "description": "Values of `capacity:kid_bike` are shown with \"{capacity:kid_bike} bikes for children can be rented here\" and can be updated. The question is \"How many bikes for children can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#rental_capacity_kid_bike", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:bmx", - "description": "Values of `capacity:bmx` are shown with \"{capacity:bmx} BMX bikes can be rented here\" and can be updated. The question is \"How many BMX bikes can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#rental_capacity_bmx", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:mtb", - "description": "Values of `capacity:mtb` are shown with \"{capacity:mtb} mountainbikes can be rented here\" and can be updated. The question is \"How many mountainbikes can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#rental_capacity_mtb", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:bicycle_pannier", - "description": "Values of `capacity:bicycle_pannier` are shown with \"{capacity:bicycle_pannier} bicycle panniers can be rented here\" and can be updated. The question is \"How many bicycle panniers can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#rental_capacity_bicycle_pannier", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:tandem_bicycle", - "description": "Values of `capacity:tandem_bicycle` are shown with \"{capacity:tandem_bicycle} tandem can be rented here\" and can be updated. The question is \"How many tandem can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#rental_capacity_tandem_bicycle", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:pump", - "value": "yes", - "description": "service:bicycle:pump=yes is displayed as \"This shop offers a bike pump for anyone\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_pump_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:pump", - "value": "no", - "description": "service:bicycle:pump=no is displayed as \"This shop doesn't offer a bike pump for anyone\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_pump_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:pump", - "value": "separate", - "description": "service:bicycle:pump=separate is displayed as \"There is bicycle pump, it is shown as a separate point\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_pump_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:diy", - "value": "yes", - "description": "service:bicycle:diy=yes is displayed as \"This shop offers tools for DIY bicycle repair\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_repair_tools", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:diy", - "value": "no", - "description": "service:bicycle:diy=no is displayed as \"This shop doesn't offer tools for DIY bicycle repair\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_repair_tools", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:diy", - "value": "only_sold", - "description": "service:bicycle:diy=only_sold is displayed as \"Tools for DIY bicycle repair are only available if you bought/hire the bike in the shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_repair_tools", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning", - "value": "yes", - "description": "service:bicycle:cleaning=yes is displayed as \"This shop cleans bicycles\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_wash", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning", - "value": "diy", - "description": "service:bicycle:cleaning=diy is displayed as \"This shop has an installation where one can clean bicycles themselves\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_wash", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning", - "value": "no", - "description": "service:bicycle:cleaning=no is displayed as \"This shop doesn't offer bicycle cleaning\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_wash", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:charge", - "description": "Values of `service:bicycle:cleaning:charge` are shown with \"Using the cleaning service costs {service:bicycle:cleaning:charge}\" and can be updated. The question is \"How much does it cost to use the cleaning service?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:fee", - "value": "no", - "description": "service:bicycle:cleaning:fee=no is displayed as \"The cleaning service is free to use\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:fee", - "value": "yes", - "description": "service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= is displayed as \"Free to use\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:charge", - "description": "service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= is displayed as \"Free to use\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access", - "value": "wlan", - "description": "internet_access=wlan is displayed as \"This place offers wireless internet access\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#internet", - "icon_url": "wifi" - }, - { - "key": "internet_access", - "value": "no", - "description": "internet_access=no is displayed as \"This place does not offer internet access\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#internet", - "icon_url": "wifi;cross_bottom_right:red" - }, - { - "key": "internet_access", - "value": "yes", - "description": "internet_access=yes is displayed as \"This place offers internet access\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#internet", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access", - "value": "terminal", - "description": "internet_access=terminal is displayed as \"This place offers internet access via a terminal or computer\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#internet", - "icon_url": "computer" - }, - { - "key": "internet_access", - "value": "wired", - "description": "internet_access=wired is displayed as \"This place offers wired internet access\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#internet", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access", - "value": "terminal;wifi", - "description": "internet_access=terminal;wifi is displayed as \"This place offers both wireless internet and internet access via a terminal or computer\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#internet", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access:fee", - "value": "yes", - "description": "internet_access:fee=yes is displayed as \"There is a fee for the internet access at this place\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#internet_fee", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access:fee", - "value": "no", - "description": "internet_access:fee=no is displayed as \"Internet access is free at this place\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#internet_fee", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access:fee", - "value": "customers", - "description": "internet_access:fee=customers is displayed as \"Internet access is free at this place, for customers only\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#internet_fee", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access:ssid", - "description": "Values of `internet_access:ssid` are shown with \"The network name is {internet_access:ssid}\" and can be updated. The question is \"What is the network name for the wireless internet access?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#internet_ssid", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access:ssid", - "value": "Telekom", - "description": "internet_access:ssid=Telekom is displayed as \"Telekom\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#internet_ssid", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "organic", - "value": "yes", - "description": "organic=yes is displayed as \"This shop offers organic products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#organic", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "organic", - "value": "only", - "description": "organic=only is displayed as \"This shop only offers organic products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#organic", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "organic", - "value": "no", - "description": "organic=no is displayed as \"This shop does not offer organic products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#organic", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:sugar_free", - "value": "only", - "description": "diet:sugar_free=only is displayed as \"This shop only sells sugar free products\" by layers Shop, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#sugar_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:sugar_free", - "value": "yes", - "description": "diet:sugar_free=yes is displayed as \"This shop has a big sugar free offering\" by layers Shop, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#sugar_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:sugar_free", - "value": "limited", - "description": "diet:sugar_free=limited is displayed as \"This shop has a limited sugar free offering\" by layers Shop, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#sugar_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:sugar_free", - "value": "no", - "description": "diet:sugar_free=no is displayed as \"This shop has no sugar free offering\" by layers Shop, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#sugar_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:gluten_free", - "value": "only", - "description": "diet:gluten_free=only is displayed as \"This shop only sells gluten free products\" by layers Shop, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#gluten_free", - "icon_url": "./assets/layers/questions/glutenfree.svg" - }, - { - "key": "diet:gluten_free", - "value": "yes", - "description": "diet:gluten_free=yes is displayed as \"This shop has a big gluten free offering\" by layers Shop, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#gluten_free", - "icon_url": "./assets/layers/questions/glutenfree.svg" - }, - { - "key": "diet:gluten_free", - "value": "limited", - "description": "diet:gluten_free=limited is displayed as \"This shop has a limited gluten free offering\" by layers Shop, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#gluten_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:gluten_free", - "value": "no", - "description": "diet:gluten_free=no is displayed as \"This shop has no gluten free offering\" by layers Shop, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#gluten_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:lactose_free", - "value": "only", - "description": "diet:lactose_free=only is displayed as \"Only sells lactose free products\" by layers Shop, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#lactose_free", - "icon_url": "./assets/layers/questions/lactose_free.svg" - }, - { - "key": "diet:lactose_free", - "value": "yes", - "description": "diet:lactose_free=yes is displayed as \"Big lactose free offering\" by layers Shop, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#lactose_free", - "icon_url": "./assets/layers/questions/lactose_free.svg" - }, - { - "key": "diet:lactose_free", - "value": "limited", - "description": "diet:lactose_free=limited is displayed as \"Limited lactose free offering\" by layers Shop, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#lactose_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:lactose_free", - "value": "no", - "description": "diet:lactose_free=no is displayed as \"No lactose free offering\" by layers Shop, Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#lactose_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "dog", - "value": "yes", - "description": "dog=yes is displayed as \"Dogs are allowed\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_allowed.svg" - }, - { - "key": "dog", - "value": "no", - "description": "dog=no is displayed as \"Dogs are not allowed\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#dog_access", - "icon_url": "./assets/layers/questions/no_dogs.svg" - }, - { - "key": "dog", - "value": "leashed", - "description": "dog=leashed is displayed as \"Dogs are allowed, but they have to be leashed\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_leashed.svg" - }, - { - "key": "dog", - "value": "unleashed", - "description": "dog=unleashed is displayed as \"Dogs are allowed and can run around freely\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_allowed.svg" - }, - { - "key": "dog", - "value": "outside", - "description": "dog=outside is displayed as \"Dogs are allowed only outside\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_outside.svg" - }, - { - "key": "description", - "description": "Values of `description` are shown with \"{description}\" and can be updated. The question is \"Is there still some relevant info that the previous questions did not cover? Feel free to add it here.\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shops.md#description", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "amenity", - "value": "pharmacy", - "description": "Features with this tag are displayed by layer Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pharmacy.md", - "icon_url": "./assets/layers/pharmacy/pharmacy.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This pharmacy is called {name}\" and can be updated. The question is \"What is the name of the pharmacy?\" by layer Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pharmacy.md#name", - "icon_url": "./assets/layers/pharmacy/pharmacy.svg" - }, - { - "key": "addr:street", - "description": "addr:street= & addr:unit= & addr:housenumber= is displayed as \"No address is known\" by layer Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pharmacy.md#header", - "icon_url": "./assets/layers/pharmacy/pharmacy.svg" - }, - { - "key": "addr:unit", - "description": "addr:street= & addr:unit= & addr:housenumber= is displayed as \"No address is known\" by layer Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pharmacy.md#header", - "icon_url": "./assets/layers/pharmacy/pharmacy.svg" - }, - { - "key": "addr:housenumber", - "description": "addr:street= & addr:unit= & addr:housenumber= is displayed as \"No address is known\" by layer Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pharmacy.md#header", - "icon_url": "./assets/layers/pharmacy/pharmacy.svg" - }, - { - "key": "addr:housenumber", - "description": "Values of `addr:housenumber` are shown with \"The house number is {addr:housenumber}\" and can be updated. The question is \"What is the number of this house?\" by layer Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pharmacy.md#housenumber", - "icon_url": "./assets/layers/pharmacy/pharmacy.svg" - }, - { - "key": "nohousenumber", - "value": "yes", - "description": "nohousenumber=yes is displayed as \"This building has no house number\" by layer Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pharmacy.md#housenumber", - "icon_url": "./assets/layers/pharmacy/pharmacy.svg" - }, - { - "key": "addr:street", - "description": "Values of `addr:street` are shown with \"This address is in street {addr:street}\" and can be updated. The question is \"What street is this address located in?\" by layer Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pharmacy.md#street", - "icon_url": "./assets/layers/pharmacy/pharmacy.svg" - }, - { - "key": "addr:unit", - "description": "Values of `addr:unit` are shown with \"The unit number is {addr:unit}\" and can be updated. The question is \"What is the unit number or letter?\" by layer Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pharmacy.md#unit", - "icon_url": "./assets/layers/pharmacy/pharmacy.svg" - }, - { - "key": "addr:unit", - "description": "addr:unit= is displayed as \"No unit number\" by layer Pharmacies", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pharmacy.md#unit", - "icon_url": "./assets/layers/pharmacy/pharmacy.svg" - }, - { - "key": "amenity", - "value": "ice_cream", - "description": "Features with this tag are displayed by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This ice cream parlor is named {name}\" and can be updated. The question is \"What is the name of this ice cream parlor?\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#1", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "diet:vegan", - "value": "only", - "description": "diet:vegan=only is displayed as \"This place only sells vegan products\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#vegan", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "diet:vegan", - "value": "yes", - "description": "diet:vegan=yes is displayed as \"This shop has a big vegan offering\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#vegan", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "diet:vegan", - "value": "limited", - "description": "diet:vegan=limited is displayed as \"This shop has a limited vegan offering\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#vegan", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "diet:vegan", - "value": "no", - "description": "diet:vegan=no is displayed as \"This shop has no vegan offering\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#vegan", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "wheelchair", - "value": "designated", - "description": "wheelchair=designated is displayed as \"This place is specially adapted for wheelchair users\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#wheelchair_access", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "wheelchair", - "value": "yes", - "description": "wheelchair=yes is displayed as \"This place is easily reachable with a wheelchair\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#wheelchair_access", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "wheelchair", - "value": "limited", - "description": "wheelchair=limited is displayed as \"It is possible to reach this place in a wheelchair, but it is not easy\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#wheelchair_access", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "wheelchair", - "value": "no", - "description": "wheelchair=no is displayed as \"This place is not reachable with a wheelchair\" by layer Ice cream parlors", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ice_cream.md#wheelchair_access", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "amenity", - "value": "trolley_bay", - "description": "Features with this tag are displayed by layer Trolley Bays", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/trolley_bay.md", - "icon_url": "./assets/layers/trolley_bay/trolley_bay.svg" - }, - { - "key": "covered", - "value": "yes", - "description": "covered=yes is displayed as \"This trolley bay is covered\" by layer Trolley Bays", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/trolley_bay.md#covered", - "icon_url": "./assets/layers/trolley_bay/trolley_bay.svg" - }, - { - "key": "covered", - "value": "no", - "description": "covered=no is displayed as \"This trolley bay is not covered\" by layer Trolley Bays", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/trolley_bay.md#covered", - "icon_url": "./assets/layers/trolley_bay/trolley_bay.svg" - }, - { - "key": "trolley:deposit", - "value": "yes", - "description": "trolley:deposit=yes is displayed as \"A deposit is required for the trolleys\" by layer Trolley Bays", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/trolley_bay.md#deposit", - "icon_url": "./assets/layers/trolley_bay/trolley_bay.svg" - }, - { - "key": "trolley:deposit", - "value": "no", - "description": "trolley:deposit=no is displayed as \"No deposit is required for the trolleys\" by layer Trolley Bays", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/trolley_bay.md#deposit", - "icon_url": "./assets/layers/trolley_bay/trolley_bay.svg" - }, - { - "key": "trolley:deposit:denominations", - "value": "0.50 EUR", - "description": "trolley:deposit:denominations=0.50 EUR is displayed as \"50 cent coins are accepted\" by layer Trolley Bays", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/trolley_bay.md#denominations", - "icon_url": "./assets/layers/questions/denominations/eur/50cent.svg" - }, - { - "key": "trolley:deposit:denominations", - "value": "1 EUR", - "description": "trolley:deposit:denominations=1 EUR is displayed as \"1 euro coins are accepted\" by layer Trolley Bays", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/trolley_bay.md#denominations", - "icon_url": "./assets/layers/questions/denominations/eur/1euro.svg" - }, - { - "key": "trolley:deposit:denominations", - "value": "2 EUR", - "description": "trolley:deposit:denominations=2 EUR is displayed as \"2 euro coins are accepted\" by layer Trolley Bays", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/trolley_bay.md#denominations", - "icon_url": "./assets/layers/questions/denominations/eur/2euro.svg" - }, - { - "key": "trolley:magnifier", - "value": "yes", - "description": "trolley:magnifier=yes is displayed as \"Trolleys with a magnifier are available\" by layer Trolley Bays", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/trolley_bay.md#cart_types", - "icon_url": "./assets/layers/trolley_bay/trolley_bay.svg" - }, - { - "key": "trolley:wheelchair", - "value": "yes", - "description": "trolley:wheelchair=yes is displayed as \"Trolleys for wheelchair users are available\" by layer Trolley Bays", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/trolley_bay.md#cart_types", - "icon_url": "./assets/layers/trolley_bay/trolley_bay.svg" - }, - { - "key": "trolley:children", - "value": "yes", - "description": "trolley:children=yes is displayed as \"Trolleys for children are available\" by layer Trolley Bays", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/trolley_bay.md#cart_types", - "icon_url": "./assets/layers/trolley_bay/trolley_bay.svg" - }, - { - "key": "trolley:seats", - "value": "yes", - "description": "trolley:seats=yes is displayed as \"Trolleys with seats for children are available\" by layer Trolley Bays", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/trolley_bay.md#cart_types", - "icon_url": "./assets/layers/trolley_bay/trolley_bay.svg" - }, - { - "key": "trolley:flatbed", - "value": "yes", - "description": "trolley:flatbed=yes is displayed as \"Trolleys with a flatbed are available\" by layer Trolley Bays", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/trolley_bay.md#cart_types", - "icon_url": "./assets/layers/trolley_bay/trolley_bay.svg" - }, - { - "key": "trolley:vertical", - "value": "yes", - "description": "trolley:vertical=yes is displayed as \"Vertical trolleys for sheet-like goods are available\" by layer Trolley Bays", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/trolley_bay.md#cart_types", - "icon_url": "./assets/layers/trolley_bay/trolley_bay.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_ski.json b/Docs/TagInfo/mapcomplete_ski.json deleted file mode 100644 index 554d8c18ee..0000000000 --- a/Docs/TagInfo/mapcomplete_ski.json +++ /dev/null @@ -1,2086 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Ski pistes and aerialways", - "description": "Everything you need to go skiing", - "project_url": "https://mapcomplete.org/ski", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/layers/aerialway/chair_lift.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "piste:type", - "value": "downhill", - "description": "Features with this tag are displayed by layer Ski and snowboard pistes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ski_piste.md", - "icon_url": "circle" - }, - { - "key": "piste:type", - "value": "connection", - "description": "Features with this tag are displayed by layer Ski and snowboard pistes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ski_piste.md", - "icon_url": "circle" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Ski and snowboard pistes, Aerialways, Guideposts, Maps, Information boards, Mountain rescue stations, Toilets, Drinking water, Restaurants and fast food, Viewpoint, Binoculars", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ski_piste.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Ski and snowboard pistes, Aerialways, Guideposts, Maps, Information boards, Mountain rescue stations, Toilets, Drinking water, Restaurants and fast food, Restaurants and fast food, Viewpoint, Binoculars", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ski_piste.md#images", - "icon_url": "circle" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Ski and snowboard pistes, Aerialways, Guideposts, Maps, Information boards, Mountain rescue stations, Toilets, Drinking water, Restaurants and fast food, Restaurants and fast food, Viewpoint, Binoculars", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ski_piste.md#images", - "icon_url": "circle" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Ski and snowboard pistes, Aerialways, Guideposts, Maps, Information boards, Mountain rescue stations, Toilets, Drinking water, Restaurants and fast food, Restaurants and fast food, Viewpoint, Binoculars", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ski_piste.md#images", - "icon_url": "circle" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Ski and snowboard pistes, Aerialways, Guideposts, Maps, Information boards, Mountain rescue stations, Toilets, Drinking water, Restaurants and fast food, Restaurants and fast food, Viewpoint, Binoculars", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ski_piste.md#images", - "icon_url": "circle" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Ski and snowboard pistes, Aerialways, Guideposts, Maps, Information boards, Mountain rescue stations, Toilets, Drinking water, Restaurants and fast food, Restaurants and fast food, Viewpoint, Binoculars", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ski_piste.md#images", - "icon_url": "circle" - }, - { - "key": "piste:difficulty", - "value": "novice", - "description": "piste:difficulty=novice is displayed as \"Novice (green)\" by layer Ski and snowboard pistes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ski_piste.md#piste_difficulty", - "icon_url": "circle" - }, - { - "key": "piste:difficulty", - "value": "easy", - "description": "piste:difficulty=easy is displayed as \"Easy (blue)\" by layer Ski and snowboard pistes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ski_piste.md#piste_difficulty", - "icon_url": "circle" - }, - { - "key": "piste:difficulty", - "value": "intermediate", - "description": "piste:difficulty=intermediate is displayed as \"Intermediate (red)\" by layer Ski and snowboard pistes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ski_piste.md#piste_difficulty", - "icon_url": "circle" - }, - { - "key": "piste:difficulty", - "value": "advanced", - "description": "piste:difficulty=advanced is displayed as \"Advanced (black)\" by layer Ski and snowboard pistes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ski_piste.md#piste_difficulty", - "icon_url": "circle" - }, - { - "key": "piste:difficulty", - "value": "expert", - "description": "piste:difficulty=expert is displayed as \"Expert (orange/double black)\" by layer Ski and snowboard pistes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ski_piste.md#piste_difficulty", - "icon_url": "circle" - }, - { - "key": "piste:difficulty", - "value": "freeride", - "description": "piste:difficulty=freeride is displayed as \"Freeride\" by layer Ski and snowboard pistes", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/ski_piste.md#piste_difficulty", - "icon_url": "circle" - }, - { - "key": "aerialway", - "description": "Features with this tag are displayed by layer Aerialways", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/aerialway.md", - "icon_url": "square" - }, - { - "key": "aerialway", - "value": "cable_car", - "description": "aerialway=cable_car is displayed as \"This is a cable car where the car goes up and down again on the same cable.\" by layer Aerialways", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/aerialway.md#type", - "icon_url": "./assets/layers/aerialway/cable_car.svg" - }, - { - "key": "aerialway", - "value": "gondola", - "description": "aerialway=gondola is displayed as \"This is a gondola where the cars go around in continuous circles\" by layer Aerialways", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/aerialway.md#type", - "icon_url": "./assets/layers/aerialway/gondola_lift.svg" - }, - { - "key": "aerialway", - "value": "chair_lift", - "description": "aerialway=chair_lift is displayed as \"An open chairlift with seats to sit on and open to the outside air.\" by layer Aerialways", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/aerialway.md#type", - "icon_url": "./assets/layers/aerialway/chair_lift.svg" - }, - { - "key": "aerialway", - "value": "mixed", - "description": "aerialway=mixed is displayed as \"An aerialway which has both chairs and gondolas in the same continuous track\" by layer Aerialways", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/aerialway.md#type", - "icon_url": "square" - }, - { - "key": "aerialway", - "value": "drag_lift", - "description": "aerialway=drag_lift is displayed as \"A drag lift\" by layer Aerialways", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/aerialway.md#type", - "icon_url": "square" - }, - { - "key": "aerialway", - "value": "t-bar", - "description": "aerialway=t-bar is displayed as \"A drag lift with T-shaped carriers for two passengers at a time\" by layer Aerialways", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/aerialway.md#type", - "icon_url": "square" - }, - { - "key": "aerialway", - "value": "j-bar", - "description": "aerialway=j-bar is displayed as \"A drag lift with L-shaped bars for a single passenger at a time\" by layer Aerialways", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/aerialway.md#type", - "icon_url": "square" - }, - { - "key": "aerialway", - "value": "platter", - "description": "aerialway=platter is displayed as \"A drag lift with a platter to drag a single passenger at a time\" by layer Aerialways", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/aerialway.md#type", - "icon_url": "square" - }, - { - "key": "aerialway", - "value": "rope_tow", - "description": "aerialway=rope_tow is displayed as \"A tow line which skiers hold on to or attach themselves onto\" by layer Aerialways", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/aerialway.md#type", - "icon_url": "square" - }, - { - "key": "aerialway", - "value": "magic_carpet", - "description": "aerialway=magic_carpet is displayed as \"A magic carpet (a conveyor belt on the ground)\" by layer Aerialways", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/aerialway.md#type", - "icon_url": "square" - }, - { - "key": "aerialway", - "value": "zip_line", - "description": "aerialway=zip_line is displayed as \"A zip line. (A touristic attraction where adventurous people go down at high speeds)\" by layer Aerialways", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/aerialway.md#type", - "icon_url": "square" - }, - { - "key": "duration", - "description": "Values of `duration` are shown with \"A single journey takes {duration} minutes\" and can be updated. The question is \"How long takes a single journey with this elevator?\" by layer Aerialways", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/aerialway.md#duration", - "icon_url": "square" - }, - { - "key": "aerialway:occupancy", - "description": "Values of `aerialway:occupancy` are shown with \"{aerialway:occupancy} people fit a single carriage\" and can be updated. The question is \"How many people fit a single carriage?\" by layer Aerialways", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/aerialway.md#occupancy", - "icon_url": "square" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"What are the opening hours of {title()}?\" by layers Aerialways, Drinking water, Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/aerialway.md#opening_hours", - "icon_url": "square" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layers Aerialways, Toilets, Drinking water, Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/aerialway.md#opening_hours", - "icon_url": "square" - }, - { - "key": "oneway", - "value": "yes", - "description": "oneway=yes is displayed as \"This aerialway can only be taken to the top\" by layer Aerialways", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/aerialway.md#oneway", - "icon_url": "square" - }, - { - "key": "oneway", - "value": "no", - "description": "oneway=no is displayed as \"This aerialway can be taken in both directions\" by layer Aerialways", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/aerialway.md#oneway", - "icon_url": "square" - }, - { - "key": "information", - "value": "guidepost", - "description": "Features with this tag are displayed by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "bicycle", - "value": "yes", - "description": "bicycle=yes is displayed as \"This guidepost shows bicycle routes\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#type", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "hiking", - "value": "yes", - "description": "hiking=yes is displayed as \"This guidepost shows hiking routes\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#type", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "mtb", - "value": "yes", - "description": "mtb=yes is displayed as \"This guidepost shows mountain bike routes\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#type", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "horse", - "value": "yes", - "description": "horse=yes is displayed as \"This guidepost shows horse riding routes\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#type", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "ski", - "value": "yes", - "description": "ski=yes is displayed as \"This guidepost shows ski routes\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#type", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"Name noted on the guidepost: {name}\" and can be updated. The question is \"What is the name noted on this guidepost?\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#name", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "noname", - "value": "yes", - "description": "noname=yes is displayed as \"There is no name noted on this guidepost\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#name", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "ref", - "description": "Values of `ref` are shown with \"Reference number of the guidepost: {ref}\" and can be updated. The question is \"What is the reference number of this guidepost?\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#ref", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "noref", - "value": "yes", - "description": "noref=yes is displayed as \"There is no reference number noted on this guidepost\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#ref", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "ele", - "description": "Values of `ele` are shown with \"Elevation noted on the guidepost: {ele} m\" and can be updated. The question is \"What is the elevation noted on this guidepost?\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#ele", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "noele", - "value": "yes", - "description": "noele=yes is displayed as \"There is no elevation noted on this guidepost\" by layer Guideposts", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/guidepost.md#ele", - "icon_url": "./assets/layers/guidepost/guidepost.svg" - }, - { - "key": "tourism", - "value": "map", - "description": "Features with this tag are displayed by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "information", - "value": "map", - "description": "Features with this tag are displayed by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_type", - "value": "topo", - "description": "map_type=topo is displayed as \"Topographical map

The map contains contour lines.

\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_type", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_type", - "value": "street", - "description": "map_type=street is displayed as \"A map with all streets or ways of an area.

The streets are mostly named; the angles, distances etc. are accurate

\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_type", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_type", - "value": "scheme", - "description": "map_type=scheme is displayed as \"This is a schematic map.

A sketched map with only important ways and POIs. The angles, distances etc. are merely illustrative, not accurate.

\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_type", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_type", - "value": "toposcope", - "description": "map_type=toposcope is displayed as \"This is a toposcope.

A marker erected on high places which indicates the direction to notable landscape features which can be seen from that point

\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_type", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_size", - "value": "building", - "description": "map_size=building is displayed as \"A map of the rooms within a building\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_size", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_size", - "value": "site", - "description": "map_size=site is displayed as \"A map of special site, like of a historical castle, a park, a campus, a forest, ....\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_size", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_size", - "value": "village", - "description": "map_size=village is displayed as \"A map showing the village or town\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_size", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_size", - "value": "city", - "description": "map_size=city is displayed as \"A map of a city\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_size", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_size", - "value": "region", - "description": "map_size=region is displayed as \"The map of an entire region, showing multiple cities and villages\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_size", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_source", - "description": "Values of `map_source` are shown with \"This map is based on {map_source}\" and can be updated. The question is \"On which data is this map based?\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_map_source", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_source", - "value": "OpenStreetMap", - "description": "map_source=OpenStreetMap & not:map_source= is displayed as \"This map is based on OpenStreetMap\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_map_source", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "not:map_source", - "description": "map_source=OpenStreetMap & not:map_source= is displayed as \"This map is based on OpenStreetMap\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_map_source", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_source:attribution", - "value": "yes", - "description": "map_source:attribution=yes is displayed as \"OpenStreetMap is clearly attributed, including the ODBL-license\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_attribution", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_source:attribution", - "value": "incomplete", - "description": "map_source:attribution=incomplete is displayed as \"OpenStreetMap is clearly attributed, but the license is not mentioned\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_attribution", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_source:attribution", - "value": "sticker", - "description": "map_source:attribution=sticker is displayed as \"OpenStreetMap wasn't mentioned, but someone put an OpenStreetMap-sticker on it\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_attribution", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_source:attribution", - "value": "none", - "description": "map_source:attribution=none is displayed as \"There is no attribution at all\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_attribution", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "map_source:attribution", - "value": "no", - "description": "map_source:attribution=no is displayed as \"There is no attribution at all\" by layer Maps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/map.md#map_attribution", - "icon_url": "./assets/layers/map/map.svg" - }, - { - "key": "information", - "value": "board", - "description": "Features with this tag are displayed by layer Information boards", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/information_board.md", - "icon_url": "./assets/layers/information_board/board.svg" - }, - { - "key": "emergency", - "value": "mountain_rescue", - "description": "Features with this tag are displayed by layer Mountain rescue stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/mountain_rescue.md", - "icon_url": "./assets/layers/mountain_rescue/red_cross.svg" - }, - { - "key": "amenity", - "value": "toilets", - "description": "Features with this tag are displayed by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "level", - "description": "Values of `level` are shown with \"Located on the {level}th floor\" and can be updated. The question is \"On what level is this feature located?\" by layers Toilets, Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#single_level", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "location", - "value": "underground", - "description": "location=underground is displayed as \"Located underground\" by layers Toilets, Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#single_level", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "level", - "value": "0", - "description": "level=0 is displayed as \"Located on the ground floor\" by layers Toilets, Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#single_level", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "level", - "description": "level= is displayed as \"Located on the ground floor\" by layers Toilets, Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#single_level", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "level", - "value": "1", - "description": "level=1 is displayed as \"Located on the first floor\" by layers Toilets, Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#single_level", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "level", - "value": "-1", - "description": "level=-1 is displayed as \"Located on the first basement level\" by layers Toilets, Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#single_level", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "access", - "description": "Values of `access` are shown with \"Access is {access}\" and can be updated. The question is \"Are these toilets publicly accessible?\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_access", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "access", - "value": "yes", - "description": "access=yes is displayed as \"Public access\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_access", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "access", - "value": "customers", - "description": "access=customers is displayed as \"Only access to customers\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_access", - "icon_url": "key" - }, - { - "key": "access", - "value": "no", - "description": "access=no is displayed as \"Not accessible\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_access", - "icon_url": "lock" - }, - { - "key": "access", - "value": "key", - "description": "access=key is displayed as \"Accessible, but one has to ask a key to enter\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_access", - "icon_url": "key" - }, - { - "key": "access", - "value": "public", - "description": "access=public is displayed as \"Public access\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_access", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "fee", - "value": "yes", - "description": "fee=yes is displayed as \"These are paid toilets\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_fee", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "fee", - "value": "no", - "description": "fee=no is displayed as \"Free to use\" by layers Toilets, Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_fee", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "charge", - "description": "Values of `charge` are shown with \"The fee is {charge}\" and can be updated. The question is \"How much does one have to pay for these toilets?\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_charge", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "payment:cash", - "value": "yes", - "description": "payment:cash=yes is displayed as \"Cash is accepted here\" by layers Toilets, Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/cash.svg" - }, - { - "key": "payment:cards", - "value": "yes", - "description": "payment:cards=yes is displayed as \"Payment cards are accepted here\" by layers Toilets, Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:qr_code", - "value": "yes", - "description": "payment:qr_code=yes is displayed as \"Payment by QR-code is possible here\" by layers Toilets, Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/qrcode.svg" - }, - { - "key": "payment:coins", - "value": "yes", - "description": "payment:coins=yes is displayed as \"Coins are accepted here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/coins.svg" - }, - { - "key": "payment:notes", - "value": "yes", - "description": "payment:notes=yes is displayed as \"Bank notes are accepted here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/notes.svg" - }, - { - "key": "payment:debit_cards", - "value": "yes", - "description": "payment:debit_cards=yes is displayed as \"Debit cards are accepted here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:credit_cards", - "value": "yes", - "description": "payment:credit_cards=yes is displayed as \"Credit cards are accepted here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"When are these toilets opened?\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#opening_hours_24_7", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "opening_hours", - "value": "24/7", - "description": "opening_hours=24/7 is displayed as \"24/7 opened (including holidays)\" by layers Toilets, Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#opening_hours_24_7", - "icon_url": "./assets/layers/questions/open24_7.svg" - }, - { - "key": "wheelchair", - "value": "yes", - "description": "wheelchair=yes is displayed as \"There is a dedicated toilet for wheelchair users\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_wheelchair", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "wheelchair", - "value": "no", - "description": "wheelchair=no is displayed as \"No wheelchair access\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_wheelchair", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "wheelchair", - "value": "designated", - "description": "wheelchair=designated is displayed as \"There is only a dedicated toilet for wheelchair users\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_wheelchair", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "door:width", - "description": "Values of `door:width` are shown with \"The door to the wheelchair-accessible toilet is {canonical(door:width)} wide\" and can be updated. The question is \"What is the width of the door to the wheelchair accessible toilet?\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#wheelchair_door_width", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:position", - "value": "seated", - "description": "toilets:position=seated is displayed as \"There are only seated toilets\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_type", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:position", - "value": "urinal", - "description": "toilets:position=urinal is displayed as \"There are only urinals here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_type", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:position", - "value": "squat", - "description": "toilets:position=squat is displayed as \"There are only squat toilets here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_type", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:position", - "value": "seated;urinal", - "description": "toilets:position=seated;urinal is displayed as \"Both seated toilets and urinals are available here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_type", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "gender_segregated", - "value": "yes", - "description": "gender_segregated=yes is displayed as \"There is a separate, signposted area for men and women\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#gender_segregated", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "gender_segregated", - "value": "no", - "description": "gender_segregated=no is displayed as \"There is no separate, signposted area for men and women\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#gender_segregated", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:menstrual_products", - "value": "yes", - "description": "toilets:menstrual_products=yes is displayed as \"Free menstrual products are available to all visitors of these toilets\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:menstrual_products", - "value": "limited", - "description": "toilets:menstrual_products=limited is displayed as \"Free menstrual products are available to some visitors of these toilets\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:menstrual_products", - "value": "no", - "description": "toilets:menstrual_products=no is displayed as \"No free menstrual products are available here\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:menstrual_products:location", - "description": "Values of `toilets:menstrual_products:location` are shown with \"The menstrual products are located in {toilets:menstrual_products:location}\" and can be updated. The question is \"Where are the free menstrual products located?\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:menstrual_products:location", - "value": "female_toilet", - "description": "toilets:menstrual_products:location=female_toilet is displayed as \"The free, menstrual products are located in the toilet for women\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:menstrual_products:location", - "value": "male_toilet", - "description": "toilets:menstrual_products:location=male_toilet is displayed as \"The free, menstrual products are located in the toilet for men\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:menstrual_products:location", - "value": "wheelchair_toilet", - "description": "toilets:menstrual_products:location=wheelchair_toilet is displayed as \"The free, menstrual products are located in the toilet for wheelchair users\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "changing_table", - "value": "yes", - "description": "changing_table=yes is displayed as \"A changing table is available\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_changing_table", - "icon_url": "./assets/layers/toilet/baby.svg" - }, - { - "key": "changing_table", - "value": "no", - "description": "changing_table=no is displayed as \"No changing table is available\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_changing_table", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "changing_table:location", - "description": "Values of `changing_table:location` are shown with \"A changing table is located at {changing_table:location}\" and can be updated. The question is \"Where is the changing table located?\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_changing_table_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "changing_table:location", - "value": "female_toilet", - "description": "changing_table:location=female_toilet is displayed as \"A changing table is in the toilet for women\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_changing_table_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "changing_table:location", - "value": "male_toilet", - "description": "changing_table:location=male_toilet is displayed as \"A changing table is in the toilet for men\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_changing_table_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "changing_table:location", - "value": "wheelchair_toilet", - "description": "changing_table:location=wheelchair_toilet is displayed as \"A changing table is in the toilet for wheelchair users\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_changing_table_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "changing_table:location", - "value": "dedicated_room", - "description": "changing_table:location=dedicated_room is displayed as \"A changing table is in a dedicated room\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_changing_table_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "supervised", - "value": "yes", - "description": "supervised=yes is displayed as \"There is a person supervising these toilets during (most of) the opening hours\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_supervised", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "supervised", - "value": "interval", - "description": "supervised=interval is displayed as \"There is a person supervising these toilets, but they are present only during certain times of the opening hours\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_supervised", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "supervised", - "value": "no", - "description": "supervised=no is displayed as \"These toilets are not supervised\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_supervised", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:paper_supplied", - "value": "yes", - "description": "toilets:paper_supplied=yes is displayed as \"This toilet is equipped with toilet paper\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_has_paper", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:paper_supplied", - "value": "no", - "description": "toilets:paper_supplied=no is displayed as \"You have to bring your own toilet paper to this toilet\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_has_paper", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:handwashing", - "value": "yes", - "description": "toilets:handwashing=yes is displayed as \"These toilets have a sink to wash your hands\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_handwashing", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:handwashing", - "value": "no", - "description": "toilets:handwashing=no is displayed as \"These toilets don't have a sink to wash your hands\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_handwashing", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:hands_drying", - "value": "electric_hand_dryer", - "description": "toilets:hands_drying=electric_hand_dryer is displayed as \"Electric hand dryers are available for drying hands.\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_drying", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:hands_drying", - "value": "paper_towel", - "description": "toilets:hands_drying=paper_towel is displayed as \"Paper towels are available for drying hands.\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_drying", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:hands_drying", - "value": "towel_cabinet", - "description": "toilets:hands_drying=towel_cabinet is displayed as \"A towel roll cabinet is available for drying hands\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_drying", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:hands_drying", - "value": "towel", - "description": "toilets:hands_drying=towel is displayed as \"A fabric towel available to dry your hands.\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_drying", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:hands_drying", - "value": "no", - "description": "toilets:hands_drying=no is displayed as \"There are no hand drying facilities available.\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_drying", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "description", - "description": "Values of `description` are shown with \"{description}\" and can be updated. The question is \"Is there still some relevant info that the previous questions did not cover? Feel free to add it here.\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#description", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "amenity", - "value": "drinking_water", - "description": "Features with this tag are displayed by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "drinking_water", - "value": "yes", - "description": "Features with this tag are displayed by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "disused:amenity", - "value": "drinking_water", - "description": "Features with this tag are displayed by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "operational_status", - "description": "Values of `operational_status` are shown with \"The operational status is {operational_status}\" and can be updated. The question is \"Is this drinking water spot still operational?\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Still_in_use_", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "operational_status", - "description": "operational_status= & disused:amenity= is displayed as \"This drinking water works\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Still_in_use_", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "disused:amenity", - "description": "operational_status= & disused:amenity= is displayed as \"This drinking water works\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Still_in_use_", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "operational_status", - "value": "broken", - "description": "operational_status=broken is displayed as \"This drinking water is broken\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Still_in_use_", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "operational_status", - "value": "closed", - "description": "operational_status=closed is displayed as \"This drinking water is closed\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Still_in_use_", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "disused:amenity", - "value": "drinking_water", - "description": "disused:amenity=drinking_water is displayed as \"This drinking water is permanently closed\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Still_in_use_", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "fee", - "value": "yes", - "description": "fee=yes is displayed as \"One needs to pay to use this drinking water point\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#fee", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "fountain", - "value": "bubbler", - "description": "fountain=bubbler is displayed as \"This is a bubbler fountain. A water jet to drink from is sent upwards, typically controlled by a push button.\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#type", - "icon_url": "./assets/layers/drinking_water/bubbler.svg" - }, - { - "key": "fountain", - "value": "bottle_refill", - "description": "fountain=bottle_refill is displayed as \"This is a bottle refill point where the water is sent downwards, typically controlled by a push button or a motion sensor. Drinking directly from the stream might be very hard or impossible.\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#type", - "icon_url": "./assets/layers/drinking_water/bottle.svg" - }, - { - "key": "man_made", - "value": "water_tap", - "description": "man_made=water_tap is displayed as \"This is a water tap. The water flows downward and the stream is controlled by a valve or push-button.\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#type", - "icon_url": "./assets/layers/drinking_water/tap.svg" - }, - { - "key": "bottle", - "value": "yes", - "description": "bottle=yes is displayed as \"It is easy to refill water bottles\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Bottle_refill", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "bottle", - "value": "no", - "description": "bottle=no is displayed as \"Water bottles may not fit\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#Bottle_refill", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "iced_water", - "value": "yes", - "description": "iced_water=yes is displayed as \"Ice-cold water is provided here\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#temperature_cold", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "cold_water", - "value": "yes", - "description": "cold_water=yes is displayed as \"Actively cooled water is available here\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#temperature_cold", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "room_temperature_water", - "value": "yes", - "description": "room_temperature_water=yes is displayed as \"Ambient temperature water (without active cooling or heating) is available here\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#temperature_cold", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "warm_water", - "value": "yes", - "description": "warm_water=yes is displayed as \"Warmed water is provided here; the water is not dangerously hot\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#temperature_cold", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "hot_water", - "value": "yes", - "description": "hot_water=yes is displayed as \"Hot water is provided here\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#temperature_cold", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "seasonal", - "value": "no", - "description": "seasonal=no is displayed as \"Available all around the year\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#seasonal", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "seasonal", - "value": "summer", - "description": "seasonal=summer is displayed as \"Only available in summer\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#seasonal", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "seasonal", - "value": "spring;summer;autumn", - "description": "seasonal=spring;summer;autumn is displayed as \"Closed during the winter\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#seasonal", - "icon_url": "./assets/layers/drinking_water/no_winter.svg" - }, - { - "key": "seasonal", - "description": "seasonal!=no & seasonal~.+ & ((seasonal!~^(.*winter.*)$ & _now:date~^(....-(12|01|02)-..)$) | (seasonal!~^(.*spring.*)$ & _now:date~^(....-(03|04|05)-..)$) | (seasonal!~^(.*summer.*)$ & _now:date~^(....-(06|07|08)-..)$) | (seasonal!~^(.*autumn.*)$ & _now:date~^(....-(09|10|11)-..)$)) is displayed as \"This drinking water fountain is closed this season. As such, the opening hours are not shown.\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#opening_hours_24_7", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "tourism", - "value": "artwork", - "description": "tourism=artwork is displayed as \"This drinking water point has an integrated artwork\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#bench_artwork", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "not:tourism:artwork", - "value": "yes", - "description": "not:tourism:artwork=yes is displayed as \"This drinking water point does not have an integrated artwork\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#bench_artwork", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "tourism", - "description": "tourism= is displayed as \"This drinking water point probably doesn't have an integrated artwork\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#bench_artwork", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "description": "Values of `artwork_type` are shown with \"This is a {artwork_type}\" and can be updated. The question is \"What is the type of this artwork?\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "architecture", - "description": "artwork_type=architecture is displayed as \"Architecture\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "mural", - "description": "artwork_type=mural is displayed as \"Mural\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "painting", - "description": "artwork_type=painting is displayed as \"Painting\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "sculpture", - "description": "artwork_type=sculpture is displayed as \"Sculpture\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "statue", - "description": "artwork_type=statue is displayed as \"Statue\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "bust", - "description": "artwork_type=bust is displayed as \"Bust\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "stone", - "description": "artwork_type=stone is displayed as \"Stone\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "installation", - "description": "artwork_type=installation is displayed as \"Installation\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "graffiti", - "description": "artwork_type=graffiti is displayed as \"Graffiti\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "relief", - "description": "artwork_type=relief is displayed as \"Relief\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "azulejo", - "description": "artwork_type=azulejo is displayed as \"Azulejo (Spanish decorative tilework)\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "tilework", - "description": "artwork_type=tilework is displayed as \"Tilework\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artwork_type", - "value": "woodcarving", - "description": "artwork_type=woodcarving is displayed as \"Woodcarving\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artwork_type", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artist:wikidata", - "description": "Values of `artist:wikidata` are shown with \"This artwork was made by {wikidata_label(artist:wikidata):font-weight:bold}
{wikipedia(artist:wikidata)}\" and can be updated. The question is \"Who made this artwork?\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artist_wikidata", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "artist_name", - "description": "Values of `artist_name` are shown with \"Created by {artist_name}\" and can be updated. The question is \"Which artist created this?\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_artist_name", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{link(More information on this website,&LBRACEwebsite&RBRACE,,,,)}\" and can be updated. The question is \"Is there a website with more information about this artwork?\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_website", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "subject:wikidata", - "description": "Values of `subject:wikidata` are shown with \"This artwork depicts {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}\" and can be updated. The question is \"What does this artwork depict?\" by layer Drinking water", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/drinking_water.md#artwork_subject", - "icon_url": "./assets/layers/drinking_water/drips.svg" - }, - { - "key": "amenity", - "value": "fast_food", - "description": "Features with this tag are displayed by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "amenity", - "value": "restaurant", - "description": "Features with this tag are displayed by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"The name of this business is {name}\" and can be updated. The question is \"What is the name of this business?\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Name", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "amenity", - "value": "fast_food", - "description": "amenity=fast_food is displayed as \"This is a fast-food business, focused on fast service. If seating is available, it is rather limited and functional.\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Fastfood_vs_restaurant", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "amenity", - "value": "restaurant", - "description": "amenity=restaurant is displayed as \"A restaurant, focused on creating a nice experience where one is served at the table\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Fastfood_vs_restaurant", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{website}\" and can be updated. The question is \"What is the website of {title()}?\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"{email}\" and can be updated. The question is \"What is the email address of {title()}?\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "contact:email", - "description": "contact:email~.+ is displayed as \"{contact:email}\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "operator:email", - "description": "operator:email~.+ is displayed as \"{operator:email}\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}\" and can be updated. The question is \"What is the phone number of {title()}?\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "contact:phone", - "description": "contact:phone~.+ is displayed as \"{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "wheelchair", - "value": "designated", - "description": "wheelchair=designated is displayed as \"This place is specially adapted for wheelchair users\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#wheelchair_access", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wheelchair", - "value": "yes", - "description": "wheelchair=yes is displayed as \"This place is easily reachable with a wheelchair\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#wheelchair_access", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wheelchair", - "value": "limited", - "description": "wheelchair=limited is displayed as \"It is possible to reach this place in a wheelchair, but it is not easy\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#wheelchair_access", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wheelchair", - "value": "no", - "description": "wheelchair=no is displayed as \"This place is not reachable with a wheelchair\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#wheelchair_access", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "description": "Values of `cuisine` are shown with \"This place mostly serves {cuisine}\" and can be updated. The question is \"What kind of food is served here?\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "pizza", - "description": "cuisine=pizza is displayed as \"Pizzeria\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "friture", - "description": "cuisine=friture is displayed as \"Friture\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "pasta", - "description": "cuisine=pasta is displayed as \"Serves mainly pasta\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "kebab", - "description": "cuisine=kebab is displayed as \"Kebab shop\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "sandwich", - "description": "cuisine=sandwich is displayed as \"Sandwich shop\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "burger", - "description": "cuisine=burger is displayed as \"Burgersrestaurant\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "sushi", - "description": "cuisine=sushi is displayed as \"Sushi restaurant\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "coffee", - "description": "cuisine=coffee is displayed as \"Coffeebar\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "italian", - "description": "cuisine=italian is displayed as \"Italian restaurant (which serves more than pasta and pizza)\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "french", - "description": "cuisine=french is displayed as \"French restaurant\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "chinese", - "description": "cuisine=chinese is displayed as \"Chinese\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "greek", - "description": "cuisine=greek is displayed as \"Greek\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "indian", - "description": "cuisine=indian is displayed as \"Indian\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "turkish", - "description": "cuisine=turkish is displayed as \"Turkish restaurant\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "thai", - "description": "cuisine=thai is displayed as \"Thai restaurant\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "mexican ", - "description": "cuisine=mexican is displayed as \"Mexican dishes are served here\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "japanese ", - "description": "cuisine=japanese is displayed as \"Japanese dishes are served here\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "chicken ", - "description": "cuisine=chicken is displayed as \"Chicken based dishes are served here\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "cuisine", - "value": "seafood ", - "description": "cuisine=seafood is displayed as \"Seafood dishes are served here\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Cuisine", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#images", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "website:menu", - "description": "Values of `website:menu` are shown with \"{link(Consult the menu,&LBRACEwebsite:menu&RBRACE,,,,)}\" and can be updated. The question is \"On what webpage is the menu published?\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#menu_website", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reservation", - "value": "required", - "description": "reservation=required is displayed as \"A reservation is required at this place\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Reservation", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reservation", - "value": "recommended", - "description": "reservation=recommended is displayed as \"A reservation is not required, but still recommended to make sure you get a table\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Reservation", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reservation", - "value": "yes", - "description": "reservation=yes is displayed as \"Reservation is possible at this place\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Reservation", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reservation", - "value": "no", - "description": "reservation=no is displayed as \"Reservation is not possible at this place\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Reservation", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "takeaway", - "value": "only", - "description": "takeaway=only is displayed as \"This is a take-away only business\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Takeaway", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "takeaway", - "value": "yes", - "description": "takeaway=yes is displayed as \"Take-away is possible here\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Takeaway", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "takeaway", - "value": "no", - "description": "takeaway=no is displayed as \"Take-away is not possible here\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Takeaway", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "delivery", - "value": "yes", - "description": "delivery=yes is displayed as \"This business does home delivery (possibly via a third party)\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#delivery", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "delivery", - "value": "no", - "description": "delivery=no is displayed as \"This business does not deliver at home\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#delivery", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "drive_through", - "value": "yes", - "description": "drive_through=yes is displayed as \"This fast-food restaurant has a drive-through\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#drive_through", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "drive_through", - "value": "no", - "description": "drive_through=no is displayed as \"This fast-food restaurant does not have a drive-through\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#drive_through", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "opening_hours:drive_through", - "description": "Values of `opening_hours:drive_through` are shown with \"

Drive-through opening hours

{opening_hours_table(opening_hours:drive_through)}\" and can be updated. The question is \"What are the opening hours of the drive-through?\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#drive_through_opening_hours", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "opening_hours:drive_through", - "description": "opening_hours:drive_through= is displayed as \"The opening hours of the drive-through are the same as the restaurant\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#drive_through_opening_hours", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "no", - "description": "diet:vegetarian=no is displayed as \"No vegetarian options are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Vegetarian__no_friture_", - "icon_url": "./assets/layers/food/Vegetarian-mark.svg;cross_bottom_right:red" - }, - { - "key": "diet:vegetarian", - "value": "limited", - "description": "diet:vegetarian=limited is displayed as \"Some vegetarian options are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Vegetarian__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "yes", - "description": "diet:vegetarian=yes is displayed as \"Vegetarian options are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Vegetarian__no_friture_", - "icon_url": "./assets/layers/food/Vegetarian-mark.svg" - }, - { - "key": "diet:vegetarian", - "value": "only", - "description": "diet:vegetarian=only is displayed as \"All dishes are vegetarian\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Vegetarian__no_friture_", - "icon_url": "./assets/layers/food/Vegetarian-mark.svg" - }, - { - "key": "diet:vegetarian", - "value": "on_demand", - "description": "diet:vegetarian=on_demand is displayed as \"Some dishes might be adapted to a vegetarian version, but this should be demanded\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Vegetarian__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "no", - "description": "diet:vegan=no is displayed as \"No vegan options available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Vegan__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "limited", - "description": "diet:vegan=limited is displayed as \"Some vegan options are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Vegan__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "yes", - "description": "diet:vegan=yes is displayed as \"Vegan options are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Vegan__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "only", - "description": "diet:vegan=only is displayed as \"All dishes are vegan\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Vegan__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "on_demand", - "description": "diet:vegan=on_demand is displayed as \"Some dishes might be adapted to a vegan version if asked for\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#Vegan__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:halal", - "value": "no", - "description": "diet:halal=no is displayed as \"There are no halal options available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#halal__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:halal", - "value": "limited", - "description": "diet:halal=limited is displayed as \"There is a small halal menu\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#halal__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:halal", - "value": "yes", - "description": "diet:halal=yes is displayed as \"There is a halal menu\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#halal__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:halal", - "value": "only", - "description": "diet:halal=only is displayed as \"Only halal options are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#halal__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "no", - "description": "organic=no is displayed as \"There are no organic options available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#organic__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "yes", - "description": "organic=yes is displayed as \"There is an organic menu\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#organic__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "only", - "description": "organic=only is displayed as \"Only organic options are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#organic__no_friture_", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "only", - "description": "diet:vegetarian=only is displayed as \"Serves only vegetarian snacks and burgers\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_vegetarian", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "yes", - "description": "diet:vegetarian=yes is displayed as \"Vegetarian snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_vegetarian", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "limited", - "description": "diet:vegetarian=limited is displayed as \"Only a small selection of snacks are vegetarian\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_vegetarian", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegetarian", - "value": "no", - "description": "diet:vegetarian=no is displayed as \"No vegetarian snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_vegetarian", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "only", - "description": "diet:vegan=only is displayed as \"Serves only vegan snacks and burgers\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_vegan", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "yes", - "description": "diet:vegan=yes is displayed as \"Vegan snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_vegan", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "limited", - "description": "diet:vegan=limited is displayed as \"A small selection of vegan snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_vegan", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:vegan", - "value": "no", - "description": "diet:vegan=no is displayed as \"No vegan snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_vegan", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "yes", - "description": "organic=yes is displayed as \"Organic snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_organic", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "no", - "description": "organic=no is displayed as \"No organic snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_organic", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "organic", - "value": "only", - "description": "organic=only is displayed as \"Only organic snacks are available\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_organic", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "friture:oil", - "value": "vegetable", - "description": "friture:oil=vegetable is displayed as \"The frying is done with vegetable oil\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_oil", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "friture:oil", - "value": "animal", - "description": "friture:oil=animal is displayed as \"The frying is done with animal oil\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_oil", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reusable_packaging:accept", - "value": "yes", - "description": "reusable_packaging:accept=yes is displayed as \"You can bring your own containers to get your order, saving on single-use packaging material and thus waste\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_take_your_container", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reusable_packaging:accept", - "value": "no", - "description": "reusable_packaging:accept=no is displayed as \"Bringing your own container is not allowed\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_take_your_container", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "reusable_packaging:accept", - "value": "only", - "description": "reusable_packaging:accept=only is displayed as \"You must bring your own container to order here.\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#friture_take_your_container", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:sugar_free", - "value": "only", - "description": "diet:sugar_free=only is displayed as \"This shop only sells sugar free products\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#sugar_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:sugar_free", - "value": "yes", - "description": "diet:sugar_free=yes is displayed as \"This shop has a big sugar free offering\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#sugar_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:sugar_free", - "value": "limited", - "description": "diet:sugar_free=limited is displayed as \"This shop has a limited sugar free offering\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#sugar_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:sugar_free", - "value": "no", - "description": "diet:sugar_free=no is displayed as \"This shop has no sugar free offering\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#sugar_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:gluten_free", - "value": "only", - "description": "diet:gluten_free=only is displayed as \"This shop only sells gluten free products\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#gluten_free", - "icon_url": "./assets/layers/questions/glutenfree.svg" - }, - { - "key": "diet:gluten_free", - "value": "yes", - "description": "diet:gluten_free=yes is displayed as \"This shop has a big gluten free offering\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#gluten_free", - "icon_url": "./assets/layers/questions/glutenfree.svg" - }, - { - "key": "diet:gluten_free", - "value": "limited", - "description": "diet:gluten_free=limited is displayed as \"This shop has a limited gluten free offering\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#gluten_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:gluten_free", - "value": "no", - "description": "diet:gluten_free=no is displayed as \"This shop has no gluten free offering\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#gluten_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:lactose_free", - "value": "only", - "description": "diet:lactose_free=only is displayed as \"Only sells lactose free products\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#lactose_free", - "icon_url": "./assets/layers/questions/lactose_free.svg" - }, - { - "key": "diet:lactose_free", - "value": "yes", - "description": "diet:lactose_free=yes is displayed as \"Big lactose free offering\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#lactose_free", - "icon_url": "./assets/layers/questions/lactose_free.svg" - }, - { - "key": "diet:lactose_free", - "value": "limited", - "description": "diet:lactose_free=limited is displayed as \"Limited lactose free offering\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#lactose_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "diet:lactose_free", - "value": "no", - "description": "diet:lactose_free=no is displayed as \"No lactose free offering\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#lactose_free", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "smoking", - "value": "yes", - "description": "smoking=yes is displayed as \"Smoking is allowed\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#smoking", - "icon_url": "./assets/layers/questions/smoking.svg" - }, - { - "key": "smoking", - "value": "no", - "description": "smoking=no is displayed as \"Smoking is not allowed\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#smoking", - "icon_url": "./assets/layers/questions/no_smoking.svg" - }, - { - "key": "smoking", - "value": "outside", - "description": "smoking=outside is displayed as \"Smoking is allowed outside.\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#smoking", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "service:electricity", - "value": "yes", - "description": "service:electricity=yes is displayed as \"There are plenty of domestic sockets available to customers seated indoors, where they can charge their electronics\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#service_electricity", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "service:electricity", - "value": "limited", - "description": "service:electricity=limited is displayed as \"There are a few domestic sockets available to customers seated indoors, where they can charge their electronics\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#service_electricity", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "service:electricity", - "value": "ask", - "description": "service:electricity=ask is displayed as \"There are no sockets available indoors to customers, but charging might be possible if the staff is asked\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#service_electricity", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "service:electricity", - "value": "no", - "description": "service:electricity=no is displayed as \"There are a no domestic sockets available to customers seated indoors\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#service_electricity", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "outdoor_seating", - "value": "yes", - "description": "outdoor_seating=yes is displayed as \"This place has outdoor seating\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#seating", - "icon_url": "./assets/layers/outdoor_seating/outdoor_seating.svg" - }, - { - "key": "indoor_seating", - "value": "yes", - "description": "indoor_seating=yes is displayed as \"This place has indoor seating\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#seating", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "dog", - "value": "yes", - "description": "dog=yes is displayed as \"Dogs are allowed\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_allowed.svg" - }, - { - "key": "dog", - "value": "no", - "description": "dog=no is displayed as \"Dogs are not allowed\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#dog_access", - "icon_url": "./assets/layers/questions/no_dogs.svg" - }, - { - "key": "dog", - "value": "leashed", - "description": "dog=leashed is displayed as \"Dogs are allowed, but they have to be leashed\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_leashed.svg" - }, - { - "key": "dog", - "value": "unleashed", - "description": "dog=unleashed is displayed as \"Dogs are allowed and can run around freely\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_allowed.svg" - }, - { - "key": "dog", - "value": "outside", - "description": "dog=outside is displayed as \"Dogs are allowed only outside\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_outside.svg" - }, - { - "key": "internet_access", - "value": "wlan", - "description": "internet_access=wlan is displayed as \"This place offers wireless internet access\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#internet", - "icon_url": "wifi" - }, - { - "key": "internet_access", - "value": "no", - "description": "internet_access=no is displayed as \"This place does not offer internet access\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#internet", - "icon_url": "wifi;cross_bottom_right:red" - }, - { - "key": "internet_access", - "value": "yes", - "description": "internet_access=yes is displayed as \"This place offers internet access\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#internet", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access", - "value": "terminal", - "description": "internet_access=terminal is displayed as \"This place offers internet access via a terminal or computer\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#internet", - "icon_url": "computer" - }, - { - "key": "internet_access", - "value": "wired", - "description": "internet_access=wired is displayed as \"This place offers wired internet access\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#internet", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access", - "value": "terminal;wifi", - "description": "internet_access=terminal;wifi is displayed as \"This place offers both wireless internet and internet access via a terminal or computer\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#internet", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access:fee", - "value": "yes", - "description": "internet_access:fee=yes is displayed as \"There is a fee for the internet access at this place\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#internet_fee", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access:fee", - "value": "no", - "description": "internet_access:fee=no is displayed as \"Internet access is free at this place\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#internet_fee", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access:fee", - "value": "customers", - "description": "internet_access:fee=customers is displayed as \"Internet access is free at this place, for customers only\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#internet_fee", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access:ssid", - "description": "Values of `internet_access:ssid` are shown with \"The network name is {internet_access:ssid}\" and can be updated. The question is \"What is the network name for the wireless internet access?\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#internet_ssid", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "internet_access:ssid", - "value": "Telekom", - "description": "internet_access:ssid=Telekom is displayed as \"Telekom\" by layer Restaurants and fast food", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/food.md#internet_ssid", - "icon_url": "./assets/layers/food/restaurant.svg" - }, - { - "key": "tourism", - "value": "viewpoint", - "description": "Features with this tag are displayed by layer Viewpoint", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/viewpoint.md", - "icon_url": "./assets/layers/viewpoint/viewpoint.svg" - }, - { - "key": "description", - "description": "Values of `description` are shown with \"{description}\" and can be updated. The question is \"Do you want to add a description?\" by layer Viewpoint", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/viewpoint.md#viewpoint_description", - "icon_url": "./assets/layers/viewpoint/viewpoint.svg" - }, - { - "key": "amenity", - "value": "binoculars", - "description": "Features with this tag are displayed by layer Binoculars", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/binocular.md", - "icon_url": "./assets/layers/binocular/telescope.svg" - }, - { - "key": "charge", - "description": "Values of `charge` are shown with \"Using these binoculars costs {charge}\" and can be updated. The question is \"How much does one have to pay to use these binoculars?\" by layer Binoculars", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/binocular.md#binocular_charge", - "icon_url": "./assets/layers/binocular/telescope.svg" - }, - { - "key": "fee", - "value": "no", - "description": "fee=no & charge= is displayed as \"Free to use\" by layer Binoculars", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/binocular.md#binocular_charge", - "icon_url": "./assets/layers/binocular/telescope.svg" - }, - { - "key": "charge", - "description": "fee=no & charge= is displayed as \"Free to use\" by layer Binoculars", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/binocular.md#binocular_charge", - "icon_url": "./assets/layers/binocular/telescope.svg" - }, - { - "key": "direction", - "description": "Values of `direction` are shown with \"Looks towards {direction}°\" and can be updated. The question is \"When looking through this binocular, in what direction does one look?\" by layer Binoculars", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/binocular.md#binocular_direction", - "icon_url": "./assets/layers/binocular/telescope.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_sport_pitches.json b/Docs/TagInfo/mapcomplete_sport_pitches.json deleted file mode 100644 index 2e0f63817f..0000000000 --- a/Docs/TagInfo/mapcomplete_sport_pitches.json +++ /dev/null @@ -1,295 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Sport pitches", - "description": "A map showing sport pitches", - "project_url": "https://mapcomplete.org/sport_pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/layers/sport_pitch/table_tennis.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "leisure", - "value": "pitch", - "description": "Features with this tag are displayed by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#images", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#images", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#images", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#images", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#images", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "sport", - "description": "Values of `sport` are shown with \"{sport} is played here\" and can be updated. The question is \"Which sport can be played here?\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_sport", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "sport", - "value": "basketball", - "description": "sport=basketball is displayed as \"Basketball is played here\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_sport", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "sport", - "value": "soccer", - "description": "sport=soccer is displayed as \"Soccer is played here\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_sport", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "sport", - "value": "table_tennis", - "description": "sport=table_tennis is displayed as \"This is a pingpong table\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_sport", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "sport", - "value": "tennis", - "description": "sport=tennis is displayed as \"Tennis is played here\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_sport", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "sport", - "value": "korfball", - "description": "sport=korfball is displayed as \"Korfball is played here\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_sport", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "sport", - "value": "basket", - "description": "sport=basket is displayed as \"Basketball is played here\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_sport", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "sport", - "value": "skateboard", - "description": "sport=skateboard is displayed as \"This is a skatepark\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_sport", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "sport", - "value": "equestrian", - "description": "sport=equestrian is displayed as \"This is a horse riding arena\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_sport", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "hoops", - "value": "1", - "description": "hoops=1 is displayed as \"This basketball pitch has a single hoop\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#basketball_hoops", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "hoops", - "value": "2", - "description": "hoops=2 is displayed as \"This basketball pitch has two hoops\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#basketball_hoops", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "hoops", - "value": "4", - "description": "hoops=4 is displayed as \"This basketball pitch has four hoops\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#basketball_hoops", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "hoops", - "description": "hoops~.+ is displayed as \"This basketball pitch has {hoops} hoops\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#basketball_hoops", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "surface", - "description": "Values of `surface` are shown with \"The surface is {surface}\" and can be updated. The question is \"Which is the surface of this sport pitch?\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_surface", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "surface", - "value": "grass", - "description": "surface=grass is displayed as \"The surface is grass\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_surface", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "surface", - "value": "sand", - "description": "surface=sand is displayed as \"The surface is sand\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_surface", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "surface", - "value": "paving_stones", - "description": "surface=paving_stones is displayed as \"The surface is paving stones\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_surface", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "surface", - "value": "asphalt", - "description": "surface=asphalt is displayed as \"The surface is asphalt\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_surface", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "surface", - "value": "concrete", - "description": "surface=concrete is displayed as \"The surface is concrete\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_surface", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "surface", - "value": "fine_gravel", - "description": "surface=fine_gravel is displayed as \"The surface is fine gravel\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_surface", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "surface", - "value": "tartan", - "description": "surface=tartan is displayed as \"The surface of this track is Tartan, a synthetic, slightly springy, porous surface\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_surface", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "access", - "value": "yes", - "description": "access=yes is displayed as \"Public access\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_access", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "access", - "value": "limited", - "description": "access=limited is displayed as \"Limited access (e.g. only with an appointment, during certain hours, …)\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_access", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "access", - "value": "members", - "description": "access=members is displayed as \"Only accessible for members of the club\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_access", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "access", - "value": "private", - "description": "access=private is displayed as \"Private - not accessible to the public\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_access", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "access", - "value": "public", - "description": "access=public is displayed as \"Public access\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_access", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "reservation", - "value": "required", - "description": "reservation=required is displayed as \"Making an appointment is obligatory to use this sport pitch\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_reservation", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "reservation", - "value": "recommended", - "description": "reservation=recommended is displayed as \"Making an appointment is recommended when using this sport pitch\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_reservation", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "reservation", - "value": "yes", - "description": "reservation=yes is displayed as \"Making an appointment is possible, but not necessary to use this sport pitch\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_reservation", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "reservation", - "value": "no", - "description": "reservation=no is displayed as \"Making an appointment is not possible\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_reservation", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"{phone}\" and can be updated. The question is \"What is the phone number of the operator?\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_phone", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"{email}\" and can be updated. The question is \"What is the email address of the operator?\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_email", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"Openingsuren: {opening_hours_table()}\" and can be updated. The question is \"When is this pitch accessible?\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_opening_hours", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "opening_hours", - "description": "opening_hours= is displayed as \"Always accessible\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_opening_hours", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "opening_hours", - "value": "24/7", - "description": "opening_hours=24/7 is displayed as \"Always accessible\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_opening_hours", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_sports.json b/Docs/TagInfo/mapcomplete_sports.json deleted file mode 100644 index a934811a3c..0000000000 --- a/Docs/TagInfo/mapcomplete_sports.json +++ /dev/null @@ -1,3372 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Sports", - "description": "Map showing sport facilities.", - "project_url": "https://mapcomplete.org/sports", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/sports/sport.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "leisure", - "value": "pitch", - "description": "Features with this tag are displayed by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Sport pitches, Fitness Centres, Fitness Stations, Sports centres, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Sport pitches, Fitness Centres, Fitness Stations, Sports centres, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#images", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Sport pitches, Fitness Centres, Fitness Stations, Sports centres, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#images", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Sport pitches, Fitness Centres, Fitness Stations, Sports centres, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#images", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Sport pitches, Fitness Centres, Fitness Stations, Sports centres, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#images", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Sport pitches, Fitness Centres, Fitness Stations, Sports centres, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#images", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "sport", - "description": "Values of `sport` are shown with \"{sport} is played here\" and can be updated. The question is \"Which sport can be played here?\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_sport", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "sport", - "value": "basketball", - "description": "sport=basketball is displayed as \"Basketball is played here\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_sport", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "sport", - "value": "soccer", - "description": "sport=soccer is displayed as \"Soccer is played here\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_sport", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "sport", - "value": "table_tennis", - "description": "sport=table_tennis is displayed as \"This is a pingpong table\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_sport", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "sport", - "value": "tennis", - "description": "sport=tennis is displayed as \"Tennis is played here\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_sport", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "sport", - "value": "korfball", - "description": "sport=korfball is displayed as \"Korfball is played here\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_sport", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "sport", - "value": "basket", - "description": "sport=basket is displayed as \"Basketball is played here\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_sport", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "sport", - "value": "skateboard", - "description": "sport=skateboard is displayed as \"This is a skatepark\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_sport", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "sport", - "value": "equestrian", - "description": "sport=equestrian is displayed as \"This is a horse riding arena\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_sport", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "hoops", - "value": "1", - "description": "hoops=1 is displayed as \"This basketball pitch has a single hoop\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#basketball_hoops", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "hoops", - "value": "2", - "description": "hoops=2 is displayed as \"This basketball pitch has two hoops\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#basketball_hoops", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "hoops", - "value": "4", - "description": "hoops=4 is displayed as \"This basketball pitch has four hoops\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#basketball_hoops", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "hoops", - "description": "hoops~.+ is displayed as \"This basketball pitch has {hoops} hoops\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#basketball_hoops", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "surface", - "description": "Values of `surface` are shown with \"The surface is {surface}\" and can be updated. The question is \"Which is the surface of this sport pitch?\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_surface", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "surface", - "value": "grass", - "description": "surface=grass is displayed as \"The surface is grass\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_surface", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "surface", - "value": "sand", - "description": "surface=sand is displayed as \"The surface is sand\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_surface", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "surface", - "value": "paving_stones", - "description": "surface=paving_stones is displayed as \"The surface is paving stones\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_surface", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "surface", - "value": "asphalt", - "description": "surface=asphalt is displayed as \"The surface is asphalt\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_surface", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "surface", - "value": "concrete", - "description": "surface=concrete is displayed as \"The surface is concrete\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_surface", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "surface", - "value": "fine_gravel", - "description": "surface=fine_gravel is displayed as \"The surface is fine gravel\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_surface", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "surface", - "value": "tartan", - "description": "surface=tartan is displayed as \"The surface of this track is Tartan, a synthetic, slightly springy, porous surface\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_surface", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "access", - "value": "yes", - "description": "access=yes is displayed as \"Public access\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_access", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "access", - "value": "limited", - "description": "access=limited is displayed as \"Limited access (e.g. only with an appointment, during certain hours, …)\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_access", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "access", - "value": "members", - "description": "access=members is displayed as \"Only accessible for members of the club\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_access", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "access", - "value": "private", - "description": "access=private is displayed as \"Private - not accessible to the public\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_access", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "access", - "value": "public", - "description": "access=public is displayed as \"Public access\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_access", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "reservation", - "value": "required", - "description": "reservation=required is displayed as \"Making an appointment is obligatory to use this sport pitch\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_reservation", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "reservation", - "value": "recommended", - "description": "reservation=recommended is displayed as \"Making an appointment is recommended when using this sport pitch\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_reservation", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "reservation", - "value": "yes", - "description": "reservation=yes is displayed as \"Making an appointment is possible, but not necessary to use this sport pitch\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_reservation", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "reservation", - "value": "no", - "description": "reservation=no is displayed as \"Making an appointment is not possible\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_reservation", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"{phone}\" and can be updated. The question is \"What is the phone number of the operator?\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_phone", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"{email}\" and can be updated. The question is \"What is the email address of the operator?\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_email", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"Openingsuren: {opening_hours_table()}\" and can be updated. The question is \"When is this pitch accessible?\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_opening_hours", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "opening_hours", - "description": "opening_hours= is displayed as \"Always accessible\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_opening_hours", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "opening_hours", - "value": "24/7", - "description": "opening_hours=24/7 is displayed as \"Always accessible\" by layer Sport pitches", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_pitch.md#sport_pitch_opening_hours", - "icon_url": "./assets/layers/sport_pitch/sport_pitch.svg" - }, - { - "key": "leisure", - "value": "fitness_centre", - "description": "Features with this tag are displayed by layer Fitness Centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_centre.md", - "icon_url": "./assets/layers/fitness_centre/gym.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This fitness centre is called {name}\" and can be updated. The question is \"What is the name of this fitness centre?\" by layer Fitness Centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_centre.md#name", - "icon_url": "./assets/layers/fitness_centre/gym.svg" - }, - { - "key": "noname", - "value": "yes", - "description": "noname=yes is displayed as \"This fitness centre has no name\" by layer Fitness Centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_centre.md#name", - "icon_url": "./assets/layers/fitness_centre/gym.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}\" and can be updated. The question is \"What is the phone number of {title()}?\" by layers Fitness Centres, Sports centres, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_centre.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "contact:phone", - "description": "contact:phone~.+ is displayed as \"{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}\" by layers Fitness Centres, Sports centres, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_centre.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"{email}\" and can be updated. The question is \"What is the email address of {title()}?\" by layers Fitness Centres, Sports centres, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_centre.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "contact:email", - "description": "contact:email~.+ is displayed as \"{contact:email}\" by layers Fitness Centres, Sports centres, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_centre.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "operator:email", - "description": "operator:email~.+ is displayed as \"{operator:email}\" by layers Fitness Centres, Sports centres, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_centre.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{website}\" and can be updated. The question is \"What is the website of {title()}?\" by layers Fitness Centres, Sports centres, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_centre.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layers Fitness Centres, Sports centres, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_centre.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"What are the opening hours of {title()}?\" by layers Fitness Centres, Fitness Stations, Sports centres, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_centre.md#opening_hours", - "icon_url": "./assets/layers/fitness_centre/gym.svg" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layers Fitness Centres, Fitness Stations, Sports centres, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_centre.md#opening_hours", - "icon_url": "./assets/layers/fitness_centre/gym.svg" - }, - { - "key": "wheelchair", - "value": "designated", - "description": "wheelchair=designated is displayed as \"This place is specially adapted for wheelchair users\" by layers Fitness Centres, Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_centre.md#wheelchair_access", - "icon_url": "./assets/layers/fitness_centre/gym.svg" - }, - { - "key": "wheelchair", - "value": "yes", - "description": "wheelchair=yes is displayed as \"This place is easily reachable with a wheelchair\" by layers Fitness Centres, Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_centre.md#wheelchair_access", - "icon_url": "./assets/layers/fitness_centre/gym.svg" - }, - { - "key": "wheelchair", - "value": "limited", - "description": "wheelchair=limited is displayed as \"It is possible to reach this place in a wheelchair, but it is not easy\" by layers Fitness Centres, Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_centre.md#wheelchair_access", - "icon_url": "./assets/layers/fitness_centre/gym.svg" - }, - { - "key": "wheelchair", - "value": "no", - "description": "wheelchair=no is displayed as \"This place is not reachable with a wheelchair\" by layers Fitness Centres, Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_centre.md#wheelchair_access", - "icon_url": "./assets/layers/fitness_centre/gym.svg" - }, - { - "key": "level", - "description": "Values of `level` are shown with \"Located on the {level}th floor\" and can be updated. The question is \"On what level is this feature located?\" by layers Fitness Centres, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_centre.md#single_level", - "icon_url": "./assets/layers/fitness_centre/gym.svg" - }, - { - "key": "location", - "value": "underground", - "description": "location=underground is displayed as \"Located underground\" by layers Fitness Centres, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_centre.md#single_level", - "icon_url": "./assets/layers/fitness_centre/gym.svg" - }, - { - "key": "level", - "value": "0", - "description": "level=0 is displayed as \"Located on the ground floor\" by layers Fitness Centres, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_centre.md#single_level", - "icon_url": "./assets/layers/fitness_centre/gym.svg" - }, - { - "key": "level", - "description": "level= is displayed as \"Located on the ground floor\" by layers Fitness Centres, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_centre.md#single_level", - "icon_url": "./assets/layers/fitness_centre/gym.svg" - }, - { - "key": "level", - "value": "1", - "description": "level=1 is displayed as \"Located on the first floor\" by layers Fitness Centres, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_centre.md#single_level", - "icon_url": "./assets/layers/fitness_centre/gym.svg" - }, - { - "key": "level", - "value": "-1", - "description": "level=-1 is displayed as \"Located on the first basement level\" by layers Fitness Centres, Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_centre.md#single_level", - "icon_url": "./assets/layers/fitness_centre/gym.svg" - }, - { - "key": "leisure", - "value": "fitness_station", - "description": "Features with this tag are displayed by layer Fitness Stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_station.md", - "icon_url": "./assets/layers/fitness_station/fitness.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This fitness station is called {name}\" and can be updated. The question is \"What is the name of this fitness station?\" by layer Fitness Stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_station.md#name", - "icon_url": "./assets/layers/fitness_station/fitness.svg" - }, - { - "key": "noname", - "value": "yes", - "description": "noname=yes is displayed as \"This fitness station doesn't have a name\" by layer Fitness Stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_station.md#name", - "icon_url": "./assets/layers/fitness_station/fitness.svg" - }, - { - "key": "fitness_station", - "value": "horizontal_bar", - "description": "fitness_station=horizontal_bar is displayed as \"This fitness station has a horizontal bar, high enough for pull-ups.\" by layer Fitness Stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_station.md#type", - "icon_url": "./assets/layers/fitness_station/Trimm-Dich-Pfad_Grünwalder_Forst_Klimmzüge.jpg" - }, - { - "key": "fitness_station", - "value": "sign", - "description": "fitness_station=sign is displayed as \"This fitness station has a sign with instructions for a specific exercise.\" by layer Fitness Stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_station.md#type", - "icon_url": "./assets/layers/fitness_station/Outdoor_fitness_station_sign.jpg" - }, - { - "key": "fitness_station", - "value": "sit-up", - "description": "fitness_station=sit-up is displayed as \"This fitness station has a facility for sit-ups.\" by layer Fitness Stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_station.md#type", - "icon_url": "./assets/layers/fitness_station/Inclined_sit-up_bench.jpg" - }, - { - "key": "fitness_station", - "value": "push-up", - "description": "fitness_station=push-up is displayed as \"This fitness station has a facility for push-ups. Usually consists of one or more low horizontal bars.\" by layer Fitness Stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_station.md#type", - "icon_url": "./assets/layers/fitness_station/Push-up_bars.jpg" - }, - { - "key": "fitness_station", - "value": "stretch_bars", - "description": "fitness_station=stretch_bars is displayed as \"This fitness station has bars for stretching.\" by layer Fitness Stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_station.md#type", - "icon_url": "./assets/layers/fitness_station/Fitness_station_stretch_bars.jpg" - }, - { - "key": "fitness_station", - "value": "hyperextension", - "description": "fitness_station=hyperextension is displayed as \"This fitness station has a station for making hyperextensions.\" by layer Fitness Stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_station.md#type", - "icon_url": "./assets/layers/fitness_station/Inclined_sit-up_and_hyperextension_bench.jpg" - }, - { - "key": "fitness_station", - "value": "rings", - "description": "fitness_station=rings is displayed as \"This fitness station has rings for gymnastic exercises.\" by layer Fitness Stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_station.md#type", - "icon_url": "./assets/layers/fitness_station/Exercise9159.jpg" - }, - { - "key": "fitness_station", - "value": "horizontal_ladder", - "description": "fitness_station=horizontal_ladder is displayed as \"This fitness station has a horizontal ladder, also known as monkey bars.\" by layer Fitness Stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_station.md#type", - "icon_url": "./assets/layers/fitness_station/Horizontal_ladder.jpg" - }, - { - "key": "fitness_station", - "value": "wall_bars", - "description": "fitness_station=wall_bars is displayed as \"This fitness station has wall bars to climb on.\" by layer Fitness Stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_station.md#type", - "icon_url": "./assets/layers/fitness_station/RIAN_archive_493268_Sports_at_a_kindergarten.jpg" - }, - { - "key": "fitness_station", - "value": "slalom", - "description": "fitness_station=slalom is displayed as \"This fitness station has posts for performing slalom exercises.\" by layer Fitness Stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_station.md#type", - "icon_url": "./assets/layers/fitness_station/Fitness_station_slalom.jpg" - }, - { - "key": "fitness_station", - "value": "stepping_stones", - "description": "fitness_station=stepping_stones is displayed as \"This fitness station has stepping stones.\" by layer Fitness Stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_station.md#type", - "icon_url": "./assets/layers/fitness_station/Fitness_station_stepping_stone.jpg" - }, - { - "key": "fitness_station", - "value": "leapfrog", - "description": "fitness_station=leapfrog is displayed as \"This fitness station has cones for performing leapfrog jumps.\" by layer Fitness Stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_station.md#type", - "icon_url": "./assets/layers/fitness_station/Fitness_station_leapfrog.jpg" - }, - { - "key": "fitness_station", - "value": "beam_jump", - "description": "fitness_station=beam_jump is displayed as \"This fitness station has beams to jump over.\" by layer Fitness Stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_station.md#type", - "icon_url": "./assets/layers/fitness_station/Fitness_station_beam_jump.jpg" - }, - { - "key": "fitness_station", - "value": "hurdling", - "description": "fitness_station=hurdling is displayed as \"This fitness station has hurdles to cross.\" by layer Fitness Stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_station.md#type", - "icon_url": "./assets/layers/fitness_station/Fitness_station_hurdling.jpg" - }, - { - "key": "fitness_station", - "value": "wall", - "description": "fitness_station=wall is displayed as \"This fitness station has a wall to climb on.\" by layer Fitness Stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_station.md#type", - "icon_url": "./assets/layers/fitness_station/Fitness_station_wall.jpg" - }, - { - "key": "fitness_station", - "value": "balance_beam", - "description": "fitness_station=balance_beam is displayed as \"This fitness station has a balance beam.\" by layer Fitness Stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_station.md#type", - "icon_url": "./assets/layers/fitness_station/Exercise9170.jpg" - }, - { - "key": "fitness_station", - "value": "log_lifting", - "description": "fitness_station=log_lifting is displayed as \"This fitness station has a log with a handle on the end to lift.\" by layer Fitness Stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_station.md#type", - "icon_url": "./assets/layers/fitness_station/Log_lifting_exercise.jpg" - }, - { - "key": "fitness_station", - "value": "captains_chair", - "description": "fitness_station=captains_chair is displayed as \"This fitness station has a chair with only elbow supports and a rear (without seat), for performing leg raises.\" by layer Fitness Stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_station.md#type", - "icon_url": "./assets/layers/fitness_station/Captains_chair.jpg" - }, - { - "key": "fitness_station", - "value": "box", - "description": "fitness_station=box is displayed as \"This fitness station has a box that can be used for jumping.\" by layer Fitness Stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_station.md#type", - "icon_url": "./assets/layers/fitness_station/Exercise_Box.jpg" - }, - { - "key": "fitness_station", - "value": "battling_ropes", - "description": "fitness_station=battling_ropes is displayed as \"This fitness station has battling ropes.\" by layer Fitness Stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_station.md#type", - "icon_url": "./assets/layers/fitness_station/Battling_ropes.jpg" - }, - { - "key": "fitness_station", - "value": "excercise_bike", - "description": "fitness_station=excercise_bike is displayed as \"This fitness station has a stationary bicycle.\" by layer Fitness Stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_station.md#type", - "icon_url": "./assets/layers/fitness_station/Outdoor_stationary_bicycle.jpg" - }, - { - "key": "fitness_station", - "value": "elliptical_trainer", - "description": "fitness_station=elliptical_trainer is displayed as \"This fitness station has a cross-trainer.\" by layer Fitness Stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_station.md#type", - "icon_url": "./assets/layers/fitness_station/07-12-2016,_Fitness_trail,_Parque_da_Alfarrobeira,_Albufeira_2.jpg" - }, - { - "key": "fitness_station", - "value": "air_walker", - "description": "fitness_station=air_walker is displayed as \"This fitness station has an air walker.\" by layer Fitness Stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_station.md#type", - "icon_url": "./assets/layers/fitness_station/Ansan_Park_beind_the_city_hall_022.jpg" - }, - { - "key": "fitness_station", - "value": "rower", - "description": "fitness_station=rower is displayed as \"This fitness station has a rower.\" by layer Fitness Stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_station.md#type", - "icon_url": "./assets/layers/fitness_station/Annecy_-_rower.jpg" - }, - { - "key": "fitness_station", - "value": "slackline", - "description": "fitness_station=slackline is displayed as \"This fitness station has a slackline.\" by layer Fitness Stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_station.md#type", - "icon_url": "./assets/layers/fitness_station/Slacklineanlage_im_Dietenbachpark.jpg" - }, - { - "key": "operator", - "description": "Values of `operator` are shown with \"The fitness station is maintained by {operator}.\" and can be updated. The question is \"Who maintains this fitness station?\" by layer Fitness Stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_station.md#operator", - "icon_url": "./assets/layers/fitness_station/fitness.svg" - }, - { - "key": "opening_hours", - "value": "24/7", - "description": "opening_hours=24/7 is displayed as \"24/7 opened (including holidays)\" by layer Fitness Stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/fitness_station.md#opening_hours_24_7", - "icon_url": "./assets/layers/questions/open24_7.svg" - }, - { - "key": "leisure", - "value": "sports_centre", - "description": "Features with this tag are displayed by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "description": "Values of `sport` are shown with \"Sports played here: {sport}\" and can be updated. The question is \"What sports are played at this venue?\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "9pin", - "description": "sport=9pin is displayed as \"Nine-pin bowling\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "10pin", - "description": "sport=10pin is displayed as \"Ten-pin bowling\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "aerobics", - "description": "sport=aerobics is displayed as \"Aerobics\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "american_football", - "description": "sport=american_football is displayed as \"American football\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "aikido", - "description": "sport=aikido is displayed as \"Aikido\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "archery", - "description": "sport=archery is displayed as \"Archery\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "athletics", - "description": "sport=athletics is displayed as \"Athletics\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "australian_football", - "description": "sport=australian_football is displayed as \"Australian rules football\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "badminton", - "description": "sport=badminton is displayed as \"Badminton\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "bandy", - "description": "sport=bandy is displayed as \"Bandy\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "base", - "description": "sport=base is displayed as \"BASE jumping\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "baseball", - "description": "sport=baseball is displayed as \"Baseball\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "basketball", - "description": "sport=basketball is displayed as \"Basketball\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "beachvolleyball", - "description": "sport=beachvolleyball is displayed as \"Beachvolleyball\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "biathlon", - "description": "sport=biathlon is displayed as \"Biathlon\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "billiards", - "description": "sport=billiards is displayed as \"Cue sports\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "bmx", - "description": "sport=bmx is displayed as \"BMX\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "bobsleigh", - "description": "sport=bobsleigh is displayed as \"Bobsleigh\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "boules", - "description": "sport=boules is displayed as \"Boules\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "bowls", - "description": "sport=bowls is displayed as \"Bowls\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "boxing", - "description": "sport=boxing is displayed as \"Boxing\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "bullfighting", - "description": "sport=bullfighting is displayed as \"Bullfighting\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "canadian_football", - "description": "sport=canadian_football is displayed as \"Canadian football\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "canoe", - "description": "sport=canoe is displayed as \"Canoe\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "chess", - "description": "sport=chess is displayed as \"Chess\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "cliff_diving", - "description": "sport=cliff_diving is displayed as \"Non-competitive diving\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "climbing", - "description": "sport=climbing is displayed as \"Climbing\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "climbing_adventure", - "description": "sport=climbing_adventure is displayed as \"Climbing Adventure\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "cockfighting", - "description": "sport=cockfighting is displayed as \"Cockfighting\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "cricket", - "description": "sport=cricket is displayed as \"Cricket\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "crossfit", - "description": "sport=crossfit is displayed as \"CrossFit\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "croquet", - "description": "sport=croquet is displayed as \"Croquet\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "curling", - "description": "sport=curling is displayed as \"Curling\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "cycle_polo", - "description": "sport=cycle_polo is displayed as \"Cycle Polo\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "cycling", - "description": "sport=cycling is displayed as \"Cycling\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "dance", - "description": "sport=dance is displayed as \"Dance\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "darts", - "description": "sport=darts is displayed as \"Darts\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "dog_agility", - "description": "sport=dog_agility is displayed as \"Dog agility\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "dog_racing", - "description": "sport=dog_racing is displayed as \"Greyhound racing\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "dragon_boat", - "description": "sport=dragon_boat is displayed as \"Dragon Boat\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "equestrian", - "description": "sport=equestrian is displayed as \"Equestrianism\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "fencing", - "description": "sport=fencing is displayed as \"Fencing\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "field_hockey", - "description": "sport=field_hockey is displayed as \"Field hockey\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "fitness", - "description": "sport=fitness is displayed as \"Fitness\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "five-a-side", - "description": "sport=five-a-side is displayed as \"5 person soccer\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "floorball", - "description": "sport=floorball is displayed as \"Floorball\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "four_square", - "description": "sport=four_square is displayed as \"Four square\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "free_flying", - "description": "sport=free_flying is displayed as \"Paragliding\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "futsal", - "description": "sport=futsal is displayed as \"Futsal\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "gaelic_games", - "description": "sport=gaelic_games is displayed as \"Gaelic games\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "gaga", - "description": "sport=gaga is displayed as \"Gaga ball\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "golf", - "description": "sport=golf is displayed as \"Golf\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "gymnastics", - "description": "sport=gymnastics is displayed as \"Gymnastics\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "handball", - "description": "sport=handball is displayed as \"Handball\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "hapkido", - "description": "sport=hapkido is displayed as \"Hapkido\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "hiking", - "description": "sport=hiking is displayed as \"Hiking\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "horseshoes", - "description": "sport=horseshoes is displayed as \"Horseshoes\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "horse_racing", - "description": "sport=horse_racing is displayed as \"Horse racing\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "ice_hockey", - "description": "sport=ice_hockey is displayed as \"Ice Hockey\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "ice_skating", - "description": "sport=ice_skating is displayed as \"Ice skating\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "ice_stock", - "description": "sport=ice_stock is displayed as \"Ice stock sport\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "judo", - "description": "sport=judo is displayed as \"Judo\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "karate", - "description": "sport=karate is displayed as \"Karate\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "karting", - "description": "sport=karting is displayed as \"Kart racing\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "kickboxing", - "description": "sport=kickboxing is displayed as \"Kickboxing\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "kitesurfing", - "description": "sport=kitesurfing is displayed as \"Kitesurfing\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "korfball", - "description": "sport=korfball is displayed as \"Korfball\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "krachtball", - "description": "sport=krachtball is displayed as \"Krachtball\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "lacrosse", - "description": "sport=lacrosse is displayed as \"Lacrosse\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "laser_tag", - "description": "sport=laser_tag is displayed as \"Laser tag\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "martial_arts", - "description": "sport=martial_arts is displayed as \"Martial arts\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "miniature_golf", - "description": "sport=miniature_golf is displayed as \"Miniature golf\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "model_aerodrome", - "description": "sport=model_aerodrome is displayed as \"Radio-controlled aircraft\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "motocross", - "description": "sport=motocross is displayed as \"Motocross\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "motor", - "description": "sport=motor is displayed as \"Motorsport\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "multi", - "description": "sport=multi is displayed as \"Multiple kind of sports\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "netball", - "description": "sport=netball is displayed as \"Netball\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "obstacle_course", - "description": "sport=obstacle_course is displayed as \"Obstacle course\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "orienteering", - "description": "sport=orienteering is displayed as \"Orienteering\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "paddle_tennis", - "description": "sport=paddle_tennis is displayed as \"Paddle tennis\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "padel", - "description": "sport=padel is displayed as \"Padel\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "paintball", - "description": "sport=paintball is displayed as \"Paintball\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "parachuting", - "description": "sport=parachuting is displayed as \"Parachuting\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "parkour", - "description": "sport=parkour is displayed as \"Parkour\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "pelota", - "description": "sport=pelota is displayed as \"Palota\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "pesäpallo", - "description": "sport=pesäpallo is displayed as \"Pesäpallo\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "pickleball", - "description": "sport=pickleball is displayed as \"Pickleball\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "pilates", - "description": "sport=pilates is displayed as \"Pilates\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "pole_dance", - "description": "sport=pole_dance is displayed as \"Pole dance\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "racquet", - "description": "sport=racquet is displayed as \"Racquetball\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "rc_car", - "description": "sport=rc_car is displayed as \"Radio-controlled car\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "roller_skating", - "description": "sport=roller_skating is displayed as \"Roller skating\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "rowing", - "description": "sport=rowing is displayed as \"Rowing\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "rugby_league", - "description": "sport=rugby_league is displayed as \"Rugby league\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "rugby_union", - "description": "sport=rugby_union is displayed as \"Rugby union\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "running", - "description": "sport=running is displayed as \"Running\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "sailing", - "description": "sport=sailing is displayed as \"Sailing\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "scuba_diving", - "description": "sport=scuba_diving is displayed as \"Scuba diving\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "shooting", - "description": "sport=shooting is displayed as \"Shooting\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "shot-put", - "description": "sport=shot-put is displayed as \"Shot-put\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "skateboard", - "description": "sport=skateboard is displayed as \"Skateboard\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "ski_jumping", - "description": "sport=ski_jumping is displayed as \"Ski jumping\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "snooker", - "description": "sport=snooker is displayed as \"Snooker\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "soccer", - "description": "sport=soccer is displayed as \"Soccer\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "softball", - "description": "sport=softball is displayed as \"Softball\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "speedway", - "description": "sport=speedway is displayed as \"Motorcycle speedway\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "squash", - "description": "sport=squash is displayed as \"Squash\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "sumo", - "description": "sport=sumo is displayed as \"Sumo\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "surfing", - "description": "sport=surfing is displayed as \"Surfing\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "swimming", - "description": "sport=swimming is displayed as \"Swimming\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "table_tennis", - "description": "sport=table_tennis is displayed as \"Table tennis\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "table_soccer", - "description": "sport=table_soccer is displayed as \"Table soccer\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "taekwondo", - "description": "sport=taekwondo is displayed as \"Taekwondo\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "tennis", - "description": "sport=tennis is displayed as \"Tennis\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "teqball", - "description": "sport=teqball is displayed as \"Teqball\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "toboggan", - "description": "sport=toboggan is displayed as \"Toboggan\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "trampoline", - "description": "sport=trampoline is displayed as \"Trampoline\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "ultimate", - "description": "sport=ultimate is displayed as \"Ultimate frisbee\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "ultralight_aviation", - "description": "sport=ultralight_aviation is displayed as \"Ultralight aviation\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "volleyball", - "description": "sport=volleyball is displayed as \"Volleyball\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "wakeboarding", - "description": "sport=wakeboarding is displayed as \"Wakeboarding\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "water_polo", - "description": "sport=water_polo is displayed as \"Water polo\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "water_ski", - "description": "sport=water_ski is displayed as \"Waterskiing\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "weightlifting", - "description": "sport=weightlifting is displayed as \"Olympic weightlifting\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "windsurfing", - "description": "sport=windsurfing is displayed as \"Windsurfing\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "wrestling", - "description": "sport=wrestling is displayed as \"Wrestling\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "yoga", - "description": "sport=yoga is displayed as \"Yoga\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "sport", - "value": "zurkhaneh_sport", - "description": "sport=zurkhaneh_sport is displayed as \"Zurkhaneh sport\" by layer Sports centres", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sports_centre.md#sport_centre_sport", - "icon_url": "./assets/layers/sports_centre/sports_centre.svg" - }, - { - "key": "shop", - "value": "sports", - "description": "Features with this tag are displayed by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This shop is called {name}\" and can be updated. The question is \"What is the name of this shop?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shops_name", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "description": "Values of `shop` are shown with \"This is a {shop}\" and can be updated. The question is \"What kind of shop is this?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "bicycle_rental", - "description": "shop=bicycle_rental is displayed as \"Bicycle rental shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/bicycle_rental.svg" - }, - { - "key": "shop", - "value": "agrarian", - "description": "shop=agrarian is displayed as \"Farm Supply Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-tractor.svg" - }, - { - "key": "shop", - "value": "alcohol", - "description": "shop=alcohol is displayed as \"Liquor Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-wine-bottle.svg" - }, - { - "key": "shop", - "value": "anime", - "description": "shop=anime is displayed as \"Anime / Manga Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-dragon.svg" - }, - { - "key": "shop", - "value": "antiques", - "description": "shop=antiques is displayed as \"Antique Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-furniture.svg" - }, - { - "key": "shop", - "value": "appliance", - "description": "shop=appliance is displayed as \"Appliance Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-laundry.svg" - }, - { - "key": "shop", - "value": "art", - "description": "shop=art is displayed as \"Art Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "baby_goods", - "description": "shop=baby_goods is displayed as \"Baby Goods Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-baby-carriage.svg" - }, - { - "key": "shop", - "value": "bag", - "description": "shop=bag is displayed as \"Bag/Luggage Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-suitcase-rolling.svg" - }, - { - "key": "shop", - "value": "bakery", - "description": "shop=bakery is displayed as \"Bakery\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-bakery.svg" - }, - { - "key": "shop", - "value": "bathroom_furnishing", - "description": "shop=bathroom_furnishing is displayed as \"Bathroom Furnishing Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-bath.svg" - }, - { - "key": "shop", - "value": "beauty", - "description": "shop=beauty is displayed as \"Beauty Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-lipstick.svg" - }, - { - "key": "shop", - "value": "bed", - "description": "shop=bed is displayed as \"Bedding/Mattress Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-lodging.svg" - }, - { - "key": "shop", - "value": "beverages", - "description": "shop=beverages is displayed as \"Beverage Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-bottles.svg" - }, - { - "key": "shop", - "value": "bicycle", - "description": "shop=bicycle is displayed as \"Bicycle Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-bicycle.svg" - }, - { - "key": "shop", - "value": "boat", - "description": "shop=boat is displayed as \"Boat Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-boat.svg" - }, - { - "key": "shop", - "value": "bookmaker", - "description": "shop=bookmaker is displayed as \"Bookmaker\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-money_hand.svg" - }, - { - "key": "shop", - "value": "books", - "description": "shop=books is displayed as \"Bookstore\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-book.svg" - }, - { - "key": "shop", - "value": "brewing_supplies", - "description": "shop=brewing_supplies is displayed as \"Brewing Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-storage_fermenter.svg" - }, - { - "key": "shop", - "value": "butcher", - "description": "shop=butcher is displayed as \"Butcher\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-cleaver.svg" - }, - { - "key": "shop", - "value": "camera", - "description": "shop=camera is displayed as \"Camera Equipment Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-camera-retro.svg" - }, - { - "key": "shop", - "value": "candles", - "description": "shop=candles is displayed as \"Candle Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "cannabis", - "description": "shop=cannabis is displayed as \"Cannabis Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cannabis.svg" - }, - { - "key": "shop", - "value": "car", - "description": "shop=car is displayed as \"Car Dealership\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "car_parts", - "description": "shop=car_parts is displayed as \"Car Parts Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-car-battery.svg" - }, - { - "key": "shop", - "value": "car_repair", - "description": "shop=car_repair is displayed as \"Car Repair Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-car-repair.svg" - }, - { - "key": "shop", - "value": "caravan", - "description": "shop=caravan is displayed as \"RV Dealership\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-camper_trailer.svg" - }, - { - "key": "shop", - "value": "carpet", - "description": "shop=carpet is displayed as \"Carpet Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-tape.svg" - }, - { - "key": "shop", - "value": "catalogue", - "description": "shop=catalogue is displayed as \"Catalog Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "charity", - "description": "shop=charity is displayed as \"Charity Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "cheese", - "description": "shop=cheese is displayed as \"Cheese Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cheese.svg" - }, - { - "key": "shop", - "value": "chemist", - "description": "shop=chemist is displayed as \"Drugstore\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "chocolate", - "description": "shop=chocolate is displayed as \"Chocolate Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-confectionery.svg" - }, - { - "key": "shop", - "value": "clothes", - "description": "shop=clothes is displayed as \"Clothing Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-clothing-store.svg" - }, - { - "key": "shop", - "value": "coffee", - "description": "shop=coffee is displayed as \"Coffee Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-coffee.svg" - }, - { - "key": "shop", - "value": "collector", - "description": "shop=collector is displayed as \"Collectibles Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "computer", - "description": "shop=computer is displayed as \"Computer Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-laptop.svg" - }, - { - "key": "shop", - "value": "confectionery", - "description": "shop=confectionery is displayed as \"Candy Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-confectionery.svg" - }, - { - "key": "shop", - "value": "convenience", - "description": "shop=convenience is displayed as \"Convenience Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "copyshop", - "description": "shop=copyshop is displayed as \"Copy Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-print.svg" - }, - { - "key": "shop", - "value": "cosmetics", - "description": "shop=cosmetics is displayed as \"Cosmetics Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-lipstick.svg" - }, - { - "key": "shop", - "value": "country_store", - "description": "shop=country_store is displayed as \"Rural Supplies Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-hat-cowboy-side.svg" - }, - { - "key": "shop", - "value": "craft", - "description": "shop=craft is displayed as \"Arts & Crafts Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "curtain", - "description": "shop=curtain is displayed as \"Curtain Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-curtains.svg" - }, - { - "key": "shop", - "value": "dairy", - "description": "shop=dairy is displayed as \"Dairy Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cheese.svg" - }, - { - "key": "shop", - "value": "deli", - "description": "shop=deli is displayed as \"Delicatessen\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-jar.svg" - }, - { - "key": "shop", - "value": "department_store", - "description": "shop=department_store is displayed as \"Department Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "doityourself", - "description": "shop=doityourself is displayed as \"DIY Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "doors", - "description": "shop=doors is displayed as \"Door Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-door-open.svg" - }, - { - "key": "shop", - "value": "dry_cleaning", - "description": "shop=dry_cleaning is displayed as \"Dry Cleaner\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-clothes_hanger.svg" - }, - { - "key": "shop", - "value": "e-cigarette", - "description": "shop=e-cigarette is displayed as \"E-Cigarette Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "electrical", - "description": "shop=electrical is displayed as \"Electrical Equipment Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-power.svg" - }, - { - "key": "shop", - "value": "electronics", - "description": "shop=electronics is displayed as \"Electronics Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-plug.svg" - }, - { - "key": "shop", - "value": "erotic", - "description": "shop=erotic is displayed as \"Erotic Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "fabric", - "description": "shop=fabric is displayed as \"Fabric Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-tape.svg" - }, - { - "key": "shop", - "value": "farm", - "description": "shop=farm is displayed as \"Produce Stand\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "fashion_accessories", - "description": "shop=fashion_accessories is displayed as \"Fashion Accessories Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-fashion_accessories.svg" - }, - { - "key": "shop", - "value": "fireplace", - "description": "shop=fireplace is displayed as \"Fireplace Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-fireplace.svg" - }, - { - "key": "shop", - "value": "fishing", - "description": "shop=fishing is displayed as \"Fishing Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-ice_fishing.svg" - }, - { - "key": "shop", - "value": "flooring", - "description": "shop=flooring is displayed as \"Flooring Supply Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "florist", - "description": "shop=florist is displayed as \"Florist\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-florist.svg" - }, - { - "key": "shop", - "value": "frame", - "description": "shop=frame is displayed as \"Framing Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-vector-square.svg" - }, - { - "key": "shop", - "value": "frozen_food", - "description": "shop=frozen_food is displayed as \"Frozen Food Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "fuel", - "description": "shop=fuel is displayed as \"Fuel Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-propane_tank.svg" - }, - { - "key": "shop", - "value": "funeral_directors", - "description": "shop=funeral_directors is displayed as \"Funeral Home\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-cemetery.svg" - }, - { - "key": "shop", - "value": "furniture", - "description": "shop=furniture is displayed as \"Furniture Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-couch.svg" - }, - { - "key": "shop", - "value": "games", - "description": "shop=games is displayed as \"Tabletop Game Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-dice.svg" - }, - { - "key": "shop", - "value": "garden_centre", - "description": "shop=garden_centre is displayed as \"Garden Center\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-garden-centre.svg" - }, - { - "key": "shop", - "value": "gas", - "description": "shop=gas is displayed as \"Bottled Gas Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-propane_tank.svg" - }, - { - "key": "shop", - "value": "general", - "description": "shop=general is displayed as \"General Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "gift", - "description": "shop=gift is displayed as \"Gift Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-gift.svg" - }, - { - "key": "shop", - "value": "greengrocer", - "description": "shop=greengrocer is displayed as \"Greengrocer\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-carrot.svg" - }, - { - "key": "shop", - "value": "hairdresser", - "description": "shop=hairdresser is displayed as \"Hairdresser\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-beauty_salon.svg" - }, - { - "key": "shop", - "value": "hairdresser_supply", - "description": "shop=hairdresser_supply is displayed as \"Hairdresser Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-hair_care.svg" - }, - { - "key": "shop", - "value": "hardware", - "description": "shop=hardware is displayed as \"Hardware Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "health_food", - "description": "shop=health_food is displayed as \"Health Food Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "hearing_aids", - "description": "shop=hearing_aids is displayed as \"Hearing Aids Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-hearing_aid.svg" - }, - { - "key": "shop", - "value": "herbalist", - "description": "shop=herbalist is displayed as \"Herbalist\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-leaf.svg" - }, - { - "key": "shop", - "value": "hifi", - "description": "shop=hifi is displayed as \"Hifi Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-speaker.svg" - }, - { - "key": "shop", - "value": "honey", - "description": "shop=honey is displayed as \"Honey Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "household_linen", - "description": "shop=household_linen is displayed as \"Household Linen Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-cloth.svg" - }, - { - "key": "shop", - "value": "houseware", - "description": "shop=houseware is displayed as \"Houseware Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-blender.svg" - }, - { - "key": "shop", - "value": "hunting", - "description": "shop=hunting is displayed as \"Hunting Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-bow_and_arrow.svg" - }, - { - "key": "shop", - "value": "interior_decoration", - "description": "shop=interior_decoration is displayed as \"Interior Decoration Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "jewelry", - "description": "shop=jewelry is displayed as \"Jewelry Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-jewelry-store.svg" - }, - { - "key": "shop", - "value": "kiosk", - "description": "shop=kiosk is displayed as \"Kiosk\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-store.svg" - }, - { - "key": "shop", - "value": "kitchen", - "description": "shop=kitchen is displayed as \"Kitchen Design Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-kitchen_sink.svg" - }, - { - "key": "shop", - "value": "laundry", - "description": "shop=laundry is displayed as \"Laundry\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-laundry.svg" - }, - { - "key": "shop", - "value": "leather", - "description": "shop=leather is displayed as \"Leather Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-handbag.svg" - }, - { - "key": "shop", - "value": "lighting", - "description": "shop=lighting is displayed as \"Lighting Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-desk_lamp.svg" - }, - { - "key": "shop", - "value": "locksmith", - "description": "shop=locksmith is displayed as \"Locksmith\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-key.svg" - }, - { - "key": "shop", - "value": "lottery", - "description": "shop=lottery is displayed as \"Lottery Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "mall", - "description": "shop=mall is displayed as \"Mall\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "massage", - "description": "shop=massage is displayed as \"Massage Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-spa.svg" - }, - { - "key": "shop", - "value": "medical_supply", - "description": "shop=medical_supply is displayed as \"Medical Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-crutch.svg" - }, - { - "key": "shop", - "value": "military_surplus", - "description": "shop=military_surplus is displayed as \"Military Surplus Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-military.svg" - }, - { - "key": "shop", - "value": "mobile_phone", - "description": "shop=mobile_phone is displayed as \"Mobile Phone Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "model", - "description": "shop=model is displayed as \"Model Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "money_lender", - "description": "shop=money_lender is displayed as \"Money Lender\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-money_hand.svg" - }, - { - "key": "shop", - "value": "motorcycle", - "description": "shop=motorcycle is displayed as \"Motorcycle Dealership\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-motorcycle.svg" - }, - { - "key": "shop", - "value": "motorcycle_repair", - "description": "shop=motorcycle_repair is displayed as \"Motorcycle Repair Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-motorcycle_repair.svg" - }, - { - "key": "shop", - "value": "music", - "description": "shop=music is displayed as \"Music Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-compact-disc.svg" - }, - { - "key": "shop", - "value": "musical_instrument", - "description": "shop=musical_instrument is displayed as \"Musical Instrument Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-guitar.svg" - }, - { - "key": "shop", - "value": "newsagent", - "description": "shop=newsagent is displayed as \"Newsstand\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-newspaper.svg" - }, - { - "key": "shop", - "value": "nutrition_supplements", - "description": "shop=nutrition_supplements is displayed as \"Nutrition Supplements Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-pills.svg" - }, - { - "key": "shop", - "value": "nuts", - "description": "shop=nuts is displayed as \"Nuts Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "optician", - "description": "shop=optician is displayed as \"Optician\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-optician.svg" - }, - { - "key": "shop", - "value": "outdoor", - "description": "shop=outdoor is displayed as \"Outdoors Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-compass.svg" - }, - { - "key": "shop", - "value": "outpost", - "description": "shop=outpost is displayed as \"Online Retailer Outpost\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "paint", - "description": "shop=paint is displayed as \"Paint Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-paint-roller.svg" - }, - { - "key": "shop", - "value": "party", - "description": "shop=party is displayed as \"Party Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-balloon.svg" - }, - { - "key": "shop", - "value": "pasta", - "description": "shop=pasta is displayed as \"Pasta Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-plate-wheat.svg" - }, - { - "key": "shop", - "value": "pastry", - "description": "shop=pastry is displayed as \"Pastry Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-bakery.svg" - }, - { - "key": "shop", - "value": "pawnbroker", - "description": "shop=pawnbroker is displayed as \"Pawnshop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-money_hand.svg" - }, - { - "key": "shop", - "value": "perfumery", - "description": "shop=perfumery is displayed as \"Perfume Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-perfume.svg" - }, - { - "key": "shop", - "value": "pet", - "description": "shop=pet is displayed as \"Pet Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-cat.svg" - }, - { - "key": "shop", - "value": "pet_grooming", - "description": "shop=pet_grooming is displayed as \"Pet Groomer\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-pet_grooming.svg" - }, - { - "key": "shop", - "value": "photo", - "description": "shop=photo is displayed as \"Photography Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-camera-retro.svg" - }, - { - "key": "shop", - "value": "pottery", - "description": "shop=pottery is displayed as \"Pottery Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-vase.svg" - }, - { - "key": "shop", - "value": "printer_ink", - "description": "shop=printer_ink is displayed as \"Printer Ink Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-print.svg" - }, - { - "key": "shop", - "value": "psychic", - "description": "shop=psychic is displayed as \"Psychic\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-psychic.svg" - }, - { - "key": "shop", - "value": "pyrotechnics", - "description": "shop=pyrotechnics is displayed as \"Fireworks Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-rocket_firework.svg" - }, - { - "key": "shop", - "value": "radiotechnics", - "description": "shop=radiotechnics is displayed as \"Radio/Electronic Component Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-microchip.svg" - }, - { - "key": "shop", - "value": "religion", - "description": "shop=religion is displayed as \"Religious Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "rental", - "description": "shop=rental is displayed as \"Rental Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-dolly.svg" - }, - { - "key": "shop", - "value": "repair", - "description": "shop=repair is displayed as \"Repair Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "rice", - "description": "shop=rice is displayed as \"Rice Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-bowl-rice.svg" - }, - { - "key": "shop", - "value": "scuba_diving", - "description": "shop=scuba_diving is displayed as \"Scuba Diving Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-scuba_diving.svg" - }, - { - "key": "shop", - "value": "seafood", - "description": "shop=seafood is displayed as \"Seafood Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-fish_cleaning.svg" - }, - { - "key": "shop", - "value": "second_hand", - "description": "shop=second_hand is displayed as \"Thrift Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "sewing", - "description": "shop=sewing is displayed as \"Sewing Supply Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-needle_and_spool.svg" - }, - { - "key": "shop", - "value": "shoe_repair", - "description": "shop=shoe_repair is displayed as \"Shoe Repair Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-hammer_shoe.svg" - }, - { - "key": "shop", - "value": "shoes", - "description": "shop=shoes is displayed as \"Shoe Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shoe.svg" - }, - { - "key": "shop", - "value": "spices", - "description": "shop=spices is displayed as \"Spice Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-spice_bottle.svg" - }, - { - "key": "shop", - "value": "sports", - "description": "shop=sports is displayed as \"Sporting Goods Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-futbol.svg" - }, - { - "key": "shop", - "value": "stationery", - "description": "shop=stationery is displayed as \"Stationery Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-paperclip.svg" - }, - { - "key": "shop", - "value": "storage_rental", - "description": "shop=storage_rental is displayed as \"Storage Rental\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-storage_rental.svg" - }, - { - "key": "shop", - "value": "supermarket", - "description": "shop=supermarket is displayed as \"Supermarket\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-grocery.svg" - }, - { - "key": "shop", - "value": "swimming_pool", - "description": "shop=swimming_pool is displayed as \"Pool Supply Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "tailor", - "description": "shop=tailor is displayed as \"Tailor\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-needle_and_spool.svg" - }, - { - "key": "shop", - "value": "tattoo", - "description": "shop=tattoo is displayed as \"Tattoo Parlor\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tattoo_machine.svg" - }, - { - "key": "shop", - "value": "tea", - "description": "shop=tea is displayed as \"Tea Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-teahouse.svg" - }, - { - "key": "shop", - "value": "telecommunication", - "description": "shop=telecommunication is displayed as \"Telecom Retail Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-telephone.svg" - }, - { - "key": "shop", - "value": "ticket", - "description": "shop=ticket is displayed as \"Ticket Seller\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "tiles", - "description": "shop=tiles is displayed as \"Tile Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tiling.svg" - }, - { - "key": "shop", - "value": "tobacco", - "description": "shop=tobacco is displayed as \"Tobacco Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-pipe.svg" - }, - { - "key": "shop", - "value": "tool_hire", - "description": "shop=tool_hire is displayed as \"Tool Rental\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "toys", - "description": "shop=toys is displayed as \"Toy Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-rocket.svg" - }, - { - "key": "shop", - "value": "trade", - "description": "shop=trade is displayed as \"Trade Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tools.svg" - }, - { - "key": "shop", - "value": "travel_agency", - "description": "shop=travel_agency is displayed as \"Travel Agency\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-suitcase.svg" - }, - { - "key": "shop", - "value": "trophy", - "description": "shop=trophy is displayed as \"Trophy Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/fas-trophy.svg" - }, - { - "key": "shop", - "value": "tyres", - "description": "shop=tyres is displayed as \"Tire Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-tire.svg" - }, - { - "key": "shop", - "value": "vacuum_cleaner", - "description": "shop=vacuum_cleaner is displayed as \"Vacuum Cleaner Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-vacuum.svg" - }, - { - "key": "shop", - "value": "variety_store", - "description": "shop=variety_store is displayed as \"Discount Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "video", - "description": "shop=video is displayed as \"Video Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-movie_rental.svg" - }, - { - "key": "shop", - "value": "video_games", - "description": "shop=video_games is displayed as \"Video Game Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-gaming.svg" - }, - { - "key": "shop", - "value": "watches", - "description": "shop=watches is displayed as \"Watches Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-watch.svg" - }, - { - "key": "shop", - "value": "water", - "description": "shop=water is displayed as \"Drinking Water Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-water_bottle.svg" - }, - { - "key": "shop", - "value": "water_sports", - "description": "shop=water_sports is displayed as \"Watersport/Swim Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "weapons", - "description": "shop=weapons is displayed as \"Weapon Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-dagger.svg" - }, - { - "key": "shop", - "value": "wholesale", - "description": "shop=wholesale is displayed as \"Wholesale Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-warehouse.svg" - }, - { - "key": "shop", - "value": "wigs", - "description": "shop=wigs is displayed as \"Wig Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "shop", - "value": "window_blind", - "description": "shop=window_blind is displayed as \"Window Blind Store\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/temaki-window.svg" - }, - { - "key": "shop", - "value": "wine", - "description": "shop=wine is displayed as \"Wine Shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/id_presets/maki-alcohol-shop.svg" - }, - { - "key": "disused:shop", - "description": "disused:shop= is displayed as \"This shop is no longer used. It is vacant\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#shop_types", - "icon_url": "./assets/layers/shops/shop-disused.svg" - }, - { - "key": "brand", - "description": "Values of `brand` are shown with \"Part of {brand}\" and can be updated. The question is \"What is the brand of this shop?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#brand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "not:brand", - "value": "yes", - "description": "not:brand=yes is displayed as \"This shop does not have a specific brand, it is not part of a bigger chain\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#brand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "second_hand", - "value": "only", - "description": "second_hand=only is displayed as \"This shop sells second-hand items only\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "second_hand", - "value": "yes", - "description": "second_hand=yes is displayed as \"This shop sells second-hand items along with new items\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "second_hand", - "value": "no", - "description": "second_hand=no is displayed as \"This shop only sells brand-new items\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "payment:cash", - "value": "yes", - "description": "payment:cash=yes is displayed as \"Cash is accepted here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#payment_options", - "icon_url": "./assets/layers/questions/cash.svg" - }, - { - "key": "payment:cards", - "value": "yes", - "description": "payment:cards=yes is displayed as \"Payment cards are accepted here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#payment_options", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:qr_code", - "value": "yes", - "description": "payment:qr_code=yes is displayed as \"Payment by QR-code is possible here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#payment_options", - "icon_url": "./assets/layers/questions/qrcode.svg" - }, - { - "key": "service:print:A4", - "value": "yes", - "description": "service:print:A4=yes is displayed as \"This shop can print on papers of size A4\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A3", - "value": "yes", - "description": "service:print:A3=yes is displayed as \"This shop can print on papers of size A3\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A2", - "value": "yes", - "description": "service:print:A2=yes is displayed as \"This shop can print on papers of size A2\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A1", - "value": "yes", - "description": "service:print:A1=yes is displayed as \"This shop can print on papers of size A1\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:print:A0", - "value": "yes", - "description": "service:print:A0=yes is displayed as \"This shop can print on papers of size A0\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#copyshop_print_sizes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:binding", - "value": "yes", - "description": "service:binding=yes is displayed as \"This shop binds papers into a booklet\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#copyshop_binding", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:binding", - "value": "no", - "description": "service:binding=no is displayed as \"This shop does bind books\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#copyshop_binding", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "healthcare", - "value": "optometrist", - "description": "healthcare=optometrist is displayed as \"This shop offers eye exams by certified optometrists\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#optometrist_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "healthcare", - "value": "audiologist", - "description": "healthcare=audiologist is displayed as \"This shop offers hearing tests by a certified audiologist\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#optometrist_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "craft", - "value": "key_cutter", - "description": "craft=key_cutter is displayed as \"This shop is also specialized in key cutting\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#key_cutter", - "icon_url": "./assets/layers/id_presets/fas-key.svg" - }, - { - "key": "service:key_cutting", - "value": "yes", - "description": "service:key_cutting=yes is displayed as \"This shop offers key cutting as a service\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#key_cutter", - "icon_url": "./assets/layers/id_presets/fas-key.svg" - }, - { - "key": "craft", - "description": "craft= & service:key_cutting=no is displayed as \"This shops does not offer key cutting as a service\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#key_cutter", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:key_cutting", - "value": "no", - "description": "craft= & service:key_cutting=no is displayed as \"This shops does not offer key cutting as a service\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#key_cutter", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:retail", - "value": "yes", - "description": "service:bicycle:retail=yes is displayed as \"This shop sells new bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#sells_new_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:retail", - "value": "no", - "description": "service:bicycle:retail=no is displayed as \"This shop doesn't sell new bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#sells_new_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:second_hand", - "value": "yes", - "description": "service:bicycle:second_hand=yes is displayed as \"This shop sells second-hand bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#bike_second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:second_hand", - "value": "no", - "description": "service:bicycle:second_hand=no is displayed as \"This shop doesn't sell second-hand bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#bike_second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:second_hand", - "value": "only", - "description": "service:bicycle:second_hand=only is displayed as \"This shop only sells second-hand bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#bike_second_hand", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "yes", - "description": "service:bicycle:repair=yes is displayed as \"This shop repairs bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "no", - "description": "service:bicycle:repair=no is displayed as \"This shop doesn't repair bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "only_sold", - "description": "service:bicycle:repair=only_sold is displayed as \"This shop only repairs bikes bought here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:repair", - "value": "brand", - "description": "service:bicycle:repair=brand is displayed as \"This shop only repairs bikes of a certain brand\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#repairs_bikes", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:rental", - "value": "yes", - "description": "service:bicycle:rental=yes is displayed as \"This shop rents out bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#bicycle_rental", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:rental", - "value": "no", - "description": "service:bicycle:rental=no is displayed as \"This shop doesn't rent out bikes\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#bicycle_rental", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "description": "Values of `rental` are shown with \"{rental} is rented here\" and can be updated. The question is \"What kind of bicycles and accessories are rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "city_bike", - "description": "rental=city_bike is displayed as \"Normal city bikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "ebike", - "description": "rental=ebike is displayed as \"Electrical bikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "bmx", - "description": "rental=bmx is displayed as \"BMX bikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "mtb", - "description": "rental=mtb is displayed as \"Mountainbikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "kid_bike", - "description": "rental=kid_bike is displayed as \"Bikes for children can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "tandem", - "description": "rental=tandem is displayed as \"Tandem bicycles can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "racebike", - "description": "rental=racebike is displayed as \"Race bicycles can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "bike_helmet", - "description": "rental=bike_helmet is displayed as \"Bike helmets can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "rental", - "value": "cargo_bike", - "description": "rental=cargo_bike is displayed as \"Cargo bikes can be rented here\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#bicycle_types", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:city_bike", - "description": "Values of `capacity:city_bike` are shown with \"{capacity:city_bike} city bikes can be rented here\" and can be updated. The question is \"How many city bikes can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#rental_capacity_city_bike", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:ebike", - "description": "Values of `capacity:ebike` are shown with \"{capacity:ebike} electrical bikes can be rented here\" and can be updated. The question is \"How many electrical bikes can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#rental_capacity_ebike", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:kid_bike", - "description": "Values of `capacity:kid_bike` are shown with \"{capacity:kid_bike} bikes for children can be rented here\" and can be updated. The question is \"How many bikes for children can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#rental_capacity_kid_bike", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:bmx", - "description": "Values of `capacity:bmx` are shown with \"{capacity:bmx} BMX bikes can be rented here\" and can be updated. The question is \"How many BMX bikes can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#rental_capacity_bmx", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:mtb", - "description": "Values of `capacity:mtb` are shown with \"{capacity:mtb} mountainbikes can be rented here\" and can be updated. The question is \"How many mountainbikes can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#rental_capacity_mtb", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:bicycle_pannier", - "description": "Values of `capacity:bicycle_pannier` are shown with \"{capacity:bicycle_pannier} bicycle panniers can be rented here\" and can be updated. The question is \"How many bicycle panniers can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#rental_capacity_bicycle_pannier", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "capacity:tandem_bicycle", - "description": "Values of `capacity:tandem_bicycle` are shown with \"{capacity:tandem_bicycle} tandem can be rented here\" and can be updated. The question is \"How many tandem can be rented here?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#rental_capacity_tandem_bicycle", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:pump", - "value": "yes", - "description": "service:bicycle:pump=yes is displayed as \"This shop offers a bike pump for anyone\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#bike_pump_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:pump", - "value": "no", - "description": "service:bicycle:pump=no is displayed as \"This shop doesn't offer a bike pump for anyone\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#bike_pump_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:pump", - "value": "separate", - "description": "service:bicycle:pump=separate is displayed as \"There is bicycle pump, it is shown as a separate point\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#bike_pump_service", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:diy", - "value": "yes", - "description": "service:bicycle:diy=yes is displayed as \"This shop offers tools for DIY bicycle repair\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#bike_repair_tools", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:diy", - "value": "no", - "description": "service:bicycle:diy=no is displayed as \"This shop doesn't offer tools for DIY bicycle repair\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#bike_repair_tools", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:diy", - "value": "only_sold", - "description": "service:bicycle:diy=only_sold is displayed as \"Tools for DIY bicycle repair are only available if you bought/hire the bike in the shop\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#bike_repair_tools", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning", - "value": "yes", - "description": "service:bicycle:cleaning=yes is displayed as \"This shop cleans bicycles\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#bike_wash", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning", - "value": "diy", - "description": "service:bicycle:cleaning=diy is displayed as \"This shop has an installation where one can clean bicycles themselves\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#bike_wash", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning", - "value": "no", - "description": "service:bicycle:cleaning=no is displayed as \"This shop doesn't offer bicycle cleaning\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#bike_wash", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:charge", - "description": "Values of `service:bicycle:cleaning:charge` are shown with \"Using the cleaning service costs {service:bicycle:cleaning:charge}\" and can be updated. The question is \"How much does it cost to use the cleaning service?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:fee", - "value": "no", - "description": "service:bicycle:cleaning:fee=no is displayed as \"The cleaning service is free to use\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:fee", - "value": "yes", - "description": "service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= is displayed as \"Free to use\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "service:bicycle:cleaning:charge", - "description": "service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge= is displayed as \"Free to use\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#bike_cleaning_service_bicycle_cleaning_charge", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access", - "value": "wlan", - "description": "internet_access=wlan is displayed as \"This place offers wireless internet access\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#internet", - "icon_url": "wifi" - }, - { - "key": "internet_access", - "value": "no", - "description": "internet_access=no is displayed as \"This place does not offer internet access\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#internet", - "icon_url": "wifi;cross_bottom_right:red" - }, - { - "key": "internet_access", - "value": "yes", - "description": "internet_access=yes is displayed as \"This place offers internet access\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#internet", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access", - "value": "terminal", - "description": "internet_access=terminal is displayed as \"This place offers internet access via a terminal or computer\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#internet", - "icon_url": "computer" - }, - { - "key": "internet_access", - "value": "wired", - "description": "internet_access=wired is displayed as \"This place offers wired internet access\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#internet", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access", - "value": "terminal;wifi", - "description": "internet_access=terminal;wifi is displayed as \"This place offers both wireless internet and internet access via a terminal or computer\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#internet", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access:fee", - "value": "yes", - "description": "internet_access:fee=yes is displayed as \"There is a fee for the internet access at this place\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#internet_fee", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access:fee", - "value": "no", - "description": "internet_access:fee=no is displayed as \"Internet access is free at this place\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#internet_fee", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access:fee", - "value": "customers", - "description": "internet_access:fee=customers is displayed as \"Internet access is free at this place, for customers only\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#internet_fee", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access:ssid", - "description": "Values of `internet_access:ssid` are shown with \"The network name is {internet_access:ssid}\" and can be updated. The question is \"What is the network name for the wireless internet access?\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#internet_ssid", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "internet_access:ssid", - "value": "Telekom", - "description": "internet_access:ssid=Telekom is displayed as \"Telekom\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#internet_ssid", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "organic", - "value": "yes", - "description": "organic=yes is displayed as \"This shop offers organic products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#organic", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "organic", - "value": "only", - "description": "organic=only is displayed as \"This shop only offers organic products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#organic", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "organic", - "value": "no", - "description": "organic=no is displayed as \"This shop does not offer organic products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#organic", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:sugar_free", - "value": "only", - "description": "diet:sugar_free=only is displayed as \"This shop only sells sugar free products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#sugar_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:sugar_free", - "value": "yes", - "description": "diet:sugar_free=yes is displayed as \"This shop has a big sugar free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#sugar_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:sugar_free", - "value": "limited", - "description": "diet:sugar_free=limited is displayed as \"This shop has a limited sugar free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#sugar_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:sugar_free", - "value": "no", - "description": "diet:sugar_free=no is displayed as \"This shop has no sugar free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#sugar_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:gluten_free", - "value": "only", - "description": "diet:gluten_free=only is displayed as \"This shop only sells gluten free products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#gluten_free", - "icon_url": "./assets/layers/questions/glutenfree.svg" - }, - { - "key": "diet:gluten_free", - "value": "yes", - "description": "diet:gluten_free=yes is displayed as \"This shop has a big gluten free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#gluten_free", - "icon_url": "./assets/layers/questions/glutenfree.svg" - }, - { - "key": "diet:gluten_free", - "value": "limited", - "description": "diet:gluten_free=limited is displayed as \"This shop has a limited gluten free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#gluten_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:gluten_free", - "value": "no", - "description": "diet:gluten_free=no is displayed as \"This shop has no gluten free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#gluten_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:lactose_free", - "value": "only", - "description": "diet:lactose_free=only is displayed as \"Only sells lactose free products\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#lactose_free", - "icon_url": "./assets/layers/questions/lactose_free.svg" - }, - { - "key": "diet:lactose_free", - "value": "yes", - "description": "diet:lactose_free=yes is displayed as \"Big lactose free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#lactose_free", - "icon_url": "./assets/layers/questions/lactose_free.svg" - }, - { - "key": "diet:lactose_free", - "value": "limited", - "description": "diet:lactose_free=limited is displayed as \"Limited lactose free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#lactose_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "diet:lactose_free", - "value": "no", - "description": "diet:lactose_free=no is displayed as \"No lactose free offering\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#lactose_free", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - }, - { - "key": "dog", - "value": "yes", - "description": "dog=yes is displayed as \"Dogs are allowed\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_allowed.svg" - }, - { - "key": "dog", - "value": "no", - "description": "dog=no is displayed as \"Dogs are not allowed\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#dog_access", - "icon_url": "./assets/layers/questions/no_dogs.svg" - }, - { - "key": "dog", - "value": "leashed", - "description": "dog=leashed is displayed as \"Dogs are allowed, but they have to be leashed\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_leashed.svg" - }, - { - "key": "dog", - "value": "unleashed", - "description": "dog=unleashed is displayed as \"Dogs are allowed and can run around freely\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_allowed.svg" - }, - { - "key": "dog", - "value": "outside", - "description": "dog=outside is displayed as \"Dogs are allowed only outside\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#dog_access", - "icon_url": "./assets/layers/questions/dogs_outside.svg" - }, - { - "key": "description", - "description": "Values of `description` are shown with \"{description}\" and can be updated. The question is \"Is there still some relevant info that the previous questions did not cover? Feel free to add it here.\" by layer Shop", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/sport_shops.md#description", - "icon_url": "./assets/layers/id_presets/maki-shop.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_street_lighting.json b/Docs/TagInfo/mapcomplete_street_lighting.json deleted file mode 100644 index e97a00dc49..0000000000 --- a/Docs/TagInfo/mapcomplete_street_lighting.json +++ /dev/null @@ -1,325 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Street Lighting", - "description": "On this map you can find everything about street lighting", - "project_url": "https://mapcomplete.org/street_lighting", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/layers/street_lamps/street_lamp.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "highway", - "value": "street_lamp", - "description": "Features with this tag are displayed by layer Street Lamps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Street Lamps, Lit streets, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Street Lamps, Lit streets, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#images", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Street Lamps, Lit streets, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#images", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Street Lamps, Lit streets, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#images", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Street Lamps, Lit streets, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#images", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Street Lamps, Lit streets, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#images", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "ref", - "description": "Values of `ref` are shown with \"This street lamp has the reference number {ref}\" and can be updated. The question is \"What is the reference number of this street lamp?\" by layer Street Lamps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#ref", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "support", - "value": "catenary", - "description": "support=catenary is displayed as \"This lamp is suspended using cables\" by layer Street Lamps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#support", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "support", - "value": "ceiling", - "description": "support=ceiling is displayed as \"This lamp is mounted on a ceiling\" by layer Street Lamps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#support", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "support", - "value": "ground", - "description": "support=ground is displayed as \"This lamp is mounted in the ground\" by layer Street Lamps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#support", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "support", - "value": "pedestal", - "description": "support=pedestal is displayed as \"This lamp is mounted on a short pole (mostly < 1.5m)\" by layer Street Lamps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#support", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "support", - "value": "pole", - "description": "support=pole is displayed as \"This lamp is mounted on a pole\" by layer Street Lamps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#support", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "support", - "value": "wall", - "description": "support=wall is displayed as \"This lamp is mounted directly to the wall\" by layer Street Lamps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#support", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "support", - "value": "wall_mount", - "description": "support=wall_mount is displayed as \"This lamp is mounted to the wall using a metal bar\" by layer Street Lamps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#support", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "lamp_mount", - "value": "straight_mast", - "description": "lamp_mount=straight_mast is displayed as \"This lamp sits atop of a straight mast\" by layer Street Lamps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#lamp_mount", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "lamp_mount", - "value": "bent_mast", - "description": "lamp_mount=bent_mast is displayed as \"This lamp sits at the end of a bent mast\" by layer Street Lamps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#lamp_mount", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "light:method", - "value": "electric", - "description": "light:method=electric is displayed as \"This lamp is lit electrically\" by layer Street Lamps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#method", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "light:method", - "value": "LED", - "description": "light:method=LED is displayed as \"This lamp uses LEDs\" by layer Street Lamps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#method", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "light:method", - "value": "incandescent", - "description": "light:method=incandescent is displayed as \"This lamp uses incandescent lighting\" by layer Street Lamps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#method", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "light:method", - "value": "halogen", - "description": "light:method=halogen is displayed as \"This lamp uses halogen lighting\" by layer Street Lamps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#method", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "light:method", - "value": "discharge", - "description": "light:method=discharge is displayed as \"This lamp uses discharge lamps (unknown type)\" by layer Street Lamps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#method", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "light:method", - "value": "mercury", - "description": "light:method=mercury is displayed as \"This lamp uses a mercury-vapour lamp (lightly blueish)\" by layer Street Lamps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#method", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "light:method", - "value": "metal-halide", - "description": "light:method=metal-halide is displayed as \"This lamp uses metal-halide lamps (bright white)\" by layer Street Lamps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#method", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "light:method", - "value": "fluorescent", - "description": "light:method=fluorescent is displayed as \"This lamp uses fluorescent lighting\" by layer Street Lamps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#method", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "light:method", - "value": "sodium", - "description": "light:method=sodium is displayed as \"This lamp uses sodium lamps (unknown type)\" by layer Street Lamps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#method", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "light:method", - "value": "low_pressure_sodium", - "description": "light:method=low_pressure_sodium is displayed as \"This lamp uses low pressure sodium lamps (monochrome orange)\" by layer Street Lamps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#method", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "light:method", - "value": "high_pressure_sodium", - "description": "light:method=high_pressure_sodium is displayed as \"This lamp uses high pressure sodium lamps (orange with white)\" by layer Street Lamps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#method", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "light:method", - "value": "gas", - "description": "light:method=gas is displayed as \"This lamp is lit using gas\" by layer Street Lamps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#method", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "light:colour", - "description": "Values of `light:colour` are shown with \"This lamp emits {light:colour} light\" and can be updated. The question is \"What colour light does this lamp emit?\" by layer Street Lamps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#colour", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "light:colour", - "value": "white", - "description": "light:colour=white is displayed as \"This lamp emits white light\" by layer Street Lamps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#colour", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "light:colour", - "value": "green", - "description": "light:colour=green is displayed as \"This lamp emits green light\" by layer Street Lamps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#colour", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "light:colour", - "value": "orange", - "description": "light:colour=orange is displayed as \"This lamp emits orange light\" by layer Street Lamps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#colour", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "light:count", - "description": "Values of `light:count` are shown with \"This lamp has {light:count} fixtures\" and can be updated. The question is \"How many fixtures does this light have?\" by layer Street Lamps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#count", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "light:count", - "value": "1", - "description": "light:count=1 is displayed as \"This lamp has 1 fixture\" by layer Street Lamps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#count", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "light:count", - "value": "2", - "description": "light:count=2 is displayed as \"This lamp has 2 fixtures\" by layer Street Lamps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#count", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "light:lit", - "value": "dusk-dawn", - "description": "light:lit=dusk-dawn is displayed as \"This lamp is lit at night\" by layer Street Lamps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#lit", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "light:lit", - "value": "24/7", - "description": "light:lit=24/7 is displayed as \"This lamp is lit 24/7\" by layer Street Lamps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#lit", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "light:lit", - "value": "motion", - "description": "light:lit=motion is displayed as \"This lamp is lit based on motion\" by layer Street Lamps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#lit", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "light:lit", - "value": "demand", - "description": "light:lit=demand is displayed as \"This lamp is lit based on demand (e.g. with a pushbutton)\" by layer Street Lamps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#lit", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "light:direction", - "description": "Values of `light:direction` are shown with \"This lamp points towards {light:direction}\" and can be updated. The question is \"Where does this lamp point to?\" by layer Street Lamps", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/street_lamps.md#direction", - "icon_url": "./assets/layers/street_lamps/street_lamp.svg" - }, - { - "key": "highway", - "description": "Features with this tag are displayed by layers Lit streets, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/lit_streets.md" - }, - { - "key": "lit", - "description": "Features with this tag are displayed by layer Lit streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/lit_streets.md" - }, - { - "key": "lit", - "value": "yes", - "description": "lit=yes is displayed as \"This street is lit\" by layers Lit streets, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/lit_streets.md#lit" - }, - { - "key": "lit", - "value": "no", - "description": "lit=no is displayed as \"This street is not lit\" by layers Lit streets, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/lit_streets.md#lit" - }, - { - "key": "lit", - "value": "sunset-sunrise", - "description": "lit=sunset-sunrise is displayed as \"This street is lit at night\" by layers Lit streets, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/lit_streets.md#lit" - }, - { - "key": "lit", - "value": "24/7", - "description": "lit=24/7 is displayed as \"This street is lit 24/7\" by layers Lit streets, All streets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/lit_streets.md#lit" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_surveillance.json b/Docs/TagInfo/mapcomplete_surveillance.json deleted file mode 100644 index 362e8cb107..0000000000 --- a/Docs/TagInfo/mapcomplete_surveillance.json +++ /dev/null @@ -1,387 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Surveillance under Surveillance", - "description": "Surveillance cameras and other means of surveillance", - "project_url": "https://mapcomplete.org/surveillance", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/surveillance/logo.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "man_made", - "value": "surveillance", - "description": "Features with this tag are displayed by layer Surveillance camera's", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md", - "icon_url": "./assets/themes/surveillance/logo.svg" - }, - { - "key": "surveillance:type", - "value": "camera", - "description": "Features with this tag are displayed by layer Surveillance camera's", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md", - "icon_url": "./assets/themes/surveillance/logo.svg" - }, - { - "key": "surveillance:type", - "value": "ALPR", - "description": "Features with this tag are displayed by layer Surveillance camera's", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md", - "icon_url": "./assets/themes/surveillance/logo.svg" - }, - { - "key": "surveillance:type", - "value": "ANPR", - "description": "Features with this tag are displayed by layer Surveillance camera's", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md", - "icon_url": "./assets/themes/surveillance/logo.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Surveillance camera's, Speed Camera, Police stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Surveillance camera's, Speed Camera, Police stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#images", - "icon_url": "./assets/themes/surveillance/logo.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Surveillance camera's, Speed Camera, Police stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#images", - "icon_url": "./assets/themes/surveillance/logo.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Surveillance camera's, Speed Camera, Police stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#images", - "icon_url": "./assets/themes/surveillance/logo.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Surveillance camera's, Speed Camera, Police stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#images", - "icon_url": "./assets/themes/surveillance/logo.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Surveillance camera's, Speed Camera, Police stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#images", - "icon_url": "./assets/themes/surveillance/logo.svg" - }, - { - "key": "surveillance:type", - "value": "camera", - "description": "surveillance:type=camera is displayed as \"This is a camera without number plate recognition.\" by layer Surveillance camera's", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#has_alpr", - "icon_url": "./assets/themes/surveillance/logo.svg" - }, - { - "key": "surveillance:type", - "value": "ALPR", - "description": "surveillance:type=ALPR is displayed as \"This is an ALPR (Automatic License Plate Reader)\" by layer Surveillance camera's", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#has_alpr", - "icon_url": "./assets/layers/surveillance_camera/ALPR.svg" - }, - { - "key": "camera:type", - "value": "fixed", - "description": "camera:type=fixed is displayed as \"A fixed (non-moving) camera\" by layer Surveillance camera's", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#Camera_type__fixed__panning__dome", - "icon_url": "./assets/themes/surveillance/cam_right.svg" - }, - { - "key": "camera:type", - "value": "dome", - "description": "camera:type=dome is displayed as \"A dome camera (which can turn)\" by layer Surveillance camera's", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#Camera_type__fixed__panning__dome", - "icon_url": "./assets/themes/surveillance/dome.svg" - }, - { - "key": "camera:type", - "value": "panning", - "description": "camera:type=panning is displayed as \"A panning camera\" by layer Surveillance camera's", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#Camera_type__fixed__panning__dome", - "icon_url": "./assets/themes/surveillance/logo.svg" - }, - { - "key": "camera:type", - "value": "doorbell", - "description": "camera:type=doorbell is displayed as \"A doorbell which might be turned on remotely at any time or by motion detection. These are typically Smart, internet-connected doorbells. Typical brands are Ring, Google Nest, Eufy, ...\" by layer Surveillance camera's", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#Camera_type__fixed__panning__dome", - "icon_url": "./assets/layers/surveillance_camera/doorbell.svg" - }, - { - "key": "camera:direction", - "description": "Values of `camera:direction` are shown with \"Films to a compass heading of {camera:direction}\" and can be updated. The question is \"In which geographical direction does this camera film?\" by layer Surveillance camera's", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#camera_direction", - "icon_url": "./assets/themes/surveillance/logo.svg" - }, - { - "key": "camera:direction", - "description": "camera:direction= & direction~.+ is displayed as \"Films to a compass heading of {direction}\" by layer Surveillance camera's", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#camera_direction", - "icon_url": "./assets/themes/surveillance/logo.svg" - }, - { - "key": "direction", - "description": "camera:direction= & direction~.+ is displayed as \"Films to a compass heading of {direction}\" by layer Surveillance camera's", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#camera_direction", - "icon_url": "./assets/themes/surveillance/logo.svg" - }, - { - "key": "operator", - "description": "Values of `operator` are shown with \"Operated by {operator}\" and can be updated. The question is \"Who operates this CCTV?\" by layer Surveillance camera's", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#Operator", - "icon_url": "./assets/themes/surveillance/logo.svg" - }, - { - "key": "surveillance", - "value": "public", - "description": "surveillance=public is displayed as \"A public area is surveilled, such as a street, a bridge, a square, a park, a train station, a public corridor or tunnel, …\" by layer Surveillance camera's", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#Surveillance_type__public__outdoor__indoor", - "icon_url": "./assets/themes/surveillance/logo.svg" - }, - { - "key": "surveillance", - "value": "outdoor", - "description": "surveillance=outdoor is displayed as \"An outdoor, yet private area is surveilled (e.g. a parking lot, a fuel station, courtyard, entrance, private driveway, …)\" by layer Surveillance camera's", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#Surveillance_type__public__outdoor__indoor", - "icon_url": "./assets/themes/surveillance/logo.svg" - }, - { - "key": "surveillance", - "value": "indoor", - "description": "surveillance=indoor is displayed as \"A private indoor area is surveilled, e.g. a shop, a private underground parking, …\" by layer Surveillance camera's", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#Surveillance_type__public__outdoor__indoor", - "icon_url": "./assets/themes/surveillance/logo.svg" - }, - { - "key": "indoor", - "value": "yes", - "description": "indoor=yes is displayed as \"This camera is located indoors\" by layer Surveillance camera's", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#camera_is_indoor", - "icon_url": "./assets/themes/surveillance/logo.svg" - }, - { - "key": "indoor", - "value": "no", - "description": "indoor=no is displayed as \"This camera is located outdoors\" by layer Surveillance camera's", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#camera_is_indoor", - "icon_url": "./assets/themes/surveillance/logo.svg" - }, - { - "key": "indoor", - "description": "indoor= is displayed as \"This camera is probably located outdoors\" by layer Surveillance camera's", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#camera_is_indoor", - "icon_url": "./assets/themes/surveillance/logo.svg" - }, - { - "key": "level", - "description": "Values of `level` are shown with \"Located on level {level}\" and can be updated. The question is \"On which level is this camera located?\" by layer Surveillance camera's", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#Level", - "icon_url": "./assets/themes/surveillance/logo.svg" - }, - { - "key": "surveillance:zone", - "description": "Values of `surveillance:zone` are shown with \"Surveills a {surveillance:zone}\" and can be updated. The question is \"What exactly is surveilled here?\" by layer Surveillance camera's", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#Surveillance_zone", - "icon_url": "./assets/themes/surveillance/logo.svg" - }, - { - "key": "surveillance:zone", - "value": "parking", - "description": "surveillance:zone=parking is displayed as \"Surveills a parking\" by layer Surveillance camera's", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#Surveillance_zone", - "icon_url": "./assets/themes/surveillance/logo.svg" - }, - { - "key": "surveillance:zone", - "value": "traffic", - "description": "surveillance:zone=traffic is displayed as \"Surveills the traffic\" by layer Surveillance camera's", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#Surveillance_zone", - "icon_url": "./assets/themes/surveillance/logo.svg" - }, - { - "key": "surveillance:zone", - "value": "entrance", - "description": "surveillance:zone=entrance is displayed as \"Surveills an entrance\" by layer Surveillance camera's", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#Surveillance_zone", - "icon_url": "./assets/themes/surveillance/logo.svg" - }, - { - "key": "surveillance:zone", - "value": "corridor", - "description": "surveillance:zone=corridor is displayed as \"Surveills a corridor\" by layer Surveillance camera's", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#Surveillance_zone", - "icon_url": "./assets/themes/surveillance/logo.svg" - }, - { - "key": "surveillance:zone", - "value": "public_transport_platform", - "description": "surveillance:zone=public_transport_platform is displayed as \"Surveills a public tranport platform\" by layer Surveillance camera's", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#Surveillance_zone", - "icon_url": "./assets/themes/surveillance/logo.svg" - }, - { - "key": "surveillance:zone", - "value": "shop", - "description": "surveillance:zone=shop is displayed as \"Surveills a shop\" by layer Surveillance camera's", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#Surveillance_zone", - "icon_url": "./assets/themes/surveillance/logo.svg" - }, - { - "key": "camera:mount", - "description": "Values of `camera:mount` are shown with \"Mounting method: {camera:mount}\" and can be updated. The question is \"How is this camera placed?\" by layer Surveillance camera's", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#camera_mount", - "icon_url": "./assets/themes/surveillance/logo.svg" - }, - { - "key": "camera:mount", - "value": "wall", - "description": "camera:mount=wall is displayed as \"This camera is placed against a wall\" by layer Surveillance camera's", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#camera_mount", - "icon_url": "./assets/themes/surveillance/logo.svg" - }, - { - "key": "camera:mount", - "value": "pole", - "description": "camera:mount=pole is displayed as \"This camera is placed on a pole\" by layer Surveillance camera's", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#camera_mount", - "icon_url": "./assets/themes/surveillance/logo.svg" - }, - { - "key": "camera:mount", - "value": "ceiling", - "description": "camera:mount=ceiling is displayed as \"This camera is placed on the ceiling\" by layer Surveillance camera's", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#camera_mount", - "icon_url": "./assets/themes/surveillance/logo.svg" - }, - { - "key": "camera:mount", - "value": "street_lamp", - "description": "camera:mount=street_lamp is displayed as \"This camera is placed on a street light\" by layer Surveillance camera's", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#camera_mount", - "icon_url": "./assets/themes/surveillance/logo.svg" - }, - { - "key": "camera:mount", - "value": "tree", - "description": "camera:mount=tree is displayed as \"This camera is placed on a tree\" by layer Surveillance camera's", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/surveillance_camera.md#camera_mount", - "icon_url": "./assets/themes/surveillance/logo.svg" - }, - { - "key": "highway", - "value": "speed_camera", - "description": "Features with this tag are displayed by layer Speed Camera", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/speed_camera.md", - "icon_url": "./assets/layers/speed_camera/speed_camera.svg" - }, - { - "key": "maxspeed", - "description": "Values of `maxspeed` are shown with \"The maximum speed allowed is {canonical(maxspeed)}\" and can be updated. The question is \"What is the maximum speed allowed at this speed camera?\" by layer Speed Camera", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/speed_camera.md#maxspeed", - "icon_url": "./assets/layers/speed_camera/speed_camera.svg" - }, - { - "key": "direction", - "description": "Values of `direction` are shown with \"Films to a compass heading of {direction}\" and can be updated. The question is \"In which geographical direction does this camera film?\" by layer Speed Camera", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/speed_camera.md#camera_direction", - "icon_url": "./assets/layers/speed_camera/speed_camera.svg" - }, - { - "key": "amenity", - "value": "police", - "description": "Features with this tag are displayed by layer Police stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/police.md", - "icon_url": "./assets/layers/police/police.svg" - }, - { - "key": "police", - "description": "Features with this tag are displayed by layer Police stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/police.md", - "icon_url": "./assets/layers/police/police.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"{name}\" and can be updated. The question is \"What is the name of this police facility?\" by layer Police stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/police.md#police_name", - "icon_url": "./assets/layers/police/police.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}\" and can be updated. The question is \"What is the phone number of {title()}?\" by layer Police stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/police.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "contact:phone", - "description": "contact:phone~.+ is displayed as \"{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}\" by layer Police stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/police.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"{email}\" and can be updated. The question is \"What is the email address of {title()}?\" by layer Police stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/police.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "contact:email", - "description": "contact:email~.+ is displayed as \"{contact:email}\" by layer Police stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/police.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "operator:email", - "description": "operator:email~.+ is displayed as \"{operator:email}\" by layer Police stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/police.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{website}\" and can be updated. The question is \"What is the website of {title()}?\" by layer Police stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/police.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layer Police stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/police.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"What are the opening hours of {title()}?\" by layer Police stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/police.md#opening_hours", - "icon_url": "./assets/layers/police/police.svg" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layer Police stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/police.md#opening_hours", - "icon_url": "./assets/layers/police/police.svg" - }, - { - "key": "detention", - "value": "yes", - "description": "detention=yes is displayed as \"This police office has some cells to detain people\" by layer Police stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/police.md#4_z2nrdhy6tyyh4fd", - "icon_url": "./assets/layers/police/jail.svg" - }, - { - "key": "detention", - "value": "no", - "description": "detention=no is displayed as \"This police office does not have cells to detain people\" by layer Police stations", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/police.md#4_z2nrdhy6tyyh4fd", - "icon_url": "./assets/layers/police/police.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_toilets.json b/Docs/TagInfo/mapcomplete_toilets.json deleted file mode 100644 index 66b86b228b..0000000000 --- a/Docs/TagInfo/mapcomplete_toilets.json +++ /dev/null @@ -1,664 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Public toilets", - "description": "A map of public toilets", - "project_url": "https://mapcomplete.org/toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/toilets/toilets.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "amenity", - "value": "toilets", - "description": "Features with this tag are displayed by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Toilets, Toilets at other amenities, Shower", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Toilets, Toilets at other amenities, Shower", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#images", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Toilets, Toilets at other amenities, Shower", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#images", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Toilets, Toilets at other amenities, Shower", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#images", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Toilets, Toilets at other amenities, Shower", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#images", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Toilets, Toilets at other amenities, Shower", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#images", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "level", - "description": "Values of `level` are shown with \"Located on the {level}th floor\" and can be updated. The question is \"On what level is this feature located?\" by layers Toilets, Toilets at other amenities, Shower", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#single_level", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "location", - "value": "underground", - "description": "location=underground is displayed as \"Located underground\" by layers Toilets, Toilets at other amenities, Shower", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#single_level", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "level", - "value": "0", - "description": "level=0 is displayed as \"Located on the ground floor\" by layers Toilets, Toilets at other amenities, Shower", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#single_level", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "level", - "description": "level= is displayed as \"Located on the ground floor\" by layers Toilets, Toilets at other amenities, Shower", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#single_level", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "level", - "value": "1", - "description": "level=1 is displayed as \"Located on the first floor\" by layers Toilets, Toilets at other amenities, Shower", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#single_level", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "level", - "value": "-1", - "description": "level=-1 is displayed as \"Located on the first basement level\" by layers Toilets, Toilets at other amenities, Shower", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#single_level", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "access", - "description": "Values of `access` are shown with \"Access is {access}\" and can be updated. The question is \"Are these toilets publicly accessible?\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_access", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "access", - "value": "yes", - "description": "access=yes is displayed as \"Public access\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_access", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "access", - "value": "customers", - "description": "access=customers is displayed as \"Only access to customers\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_access", - "icon_url": "key" - }, - { - "key": "access", - "value": "no", - "description": "access=no is displayed as \"Not accessible\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_access", - "icon_url": "lock" - }, - { - "key": "access", - "value": "key", - "description": "access=key is displayed as \"Accessible, but one has to ask a key to enter\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_access", - "icon_url": "key" - }, - { - "key": "access", - "value": "public", - "description": "access=public is displayed as \"Public access\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_access", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "fee", - "value": "yes", - "description": "fee=yes is displayed as \"These are paid toilets\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_fee", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "fee", - "value": "no", - "description": "fee=no is displayed as \"Free to use\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_fee", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "charge", - "description": "Values of `charge` are shown with \"The fee is {charge}\" and can be updated. The question is \"How much does one have to pay for these toilets?\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_charge", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "payment:cash", - "value": "yes", - "description": "payment:cash=yes is displayed as \"Cash is accepted here\" by layers Toilets, Shower", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/cash.svg" - }, - { - "key": "payment:cards", - "value": "yes", - "description": "payment:cards=yes is displayed as \"Payment cards are accepted here\" by layers Toilets, Shower", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:qr_code", - "value": "yes", - "description": "payment:qr_code=yes is displayed as \"Payment by QR-code is possible here\" by layers Toilets, Shower", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/qrcode.svg" - }, - { - "key": "payment:coins", - "value": "yes", - "description": "payment:coins=yes is displayed as \"Coins are accepted here\" by layers Toilets, Shower", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/coins.svg" - }, - { - "key": "payment:notes", - "value": "yes", - "description": "payment:notes=yes is displayed as \"Bank notes are accepted here\" by layers Toilets, Shower", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/notes.svg" - }, - { - "key": "payment:debit_cards", - "value": "yes", - "description": "payment:debit_cards=yes is displayed as \"Debit cards are accepted here\" by layers Toilets, Shower", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:credit_cards", - "value": "yes", - "description": "payment:credit_cards=yes is displayed as \"Credit cards are accepted here\" by layers Toilets, Shower", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#payment_options_split", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"When are these toilets opened?\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#opening_hours_24_7", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "opening_hours", - "value": "24/7", - "description": "opening_hours=24/7 is displayed as \"24/7 opened (including holidays)\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#opening_hours_24_7", - "icon_url": "./assets/layers/questions/open24_7.svg" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layers Toilets, Toilets at other amenities, Shower", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#opening_hours_24_7", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "wheelchair", - "value": "yes", - "description": "wheelchair=yes is displayed as \"There is a dedicated toilet for wheelchair users\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_wheelchair", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "wheelchair", - "value": "no", - "description": "wheelchair=no is displayed as \"No wheelchair access\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_wheelchair", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "wheelchair", - "value": "designated", - "description": "wheelchair=designated is displayed as \"There is only a dedicated toilet for wheelchair users\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_wheelchair", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "door:width", - "description": "Values of `door:width` are shown with \"The door to the wheelchair-accessible toilet is {canonical(door:width)} wide\" and can be updated. The question is \"What is the width of the door to the wheelchair accessible toilet?\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#wheelchair_door_width", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:position", - "value": "seated", - "description": "toilets:position=seated is displayed as \"There are only seated toilets\" by layers Toilets, Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_type", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:position", - "value": "urinal", - "description": "toilets:position=urinal is displayed as \"There are only urinals here\" by layers Toilets, Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_type", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:position", - "value": "squat", - "description": "toilets:position=squat is displayed as \"There are only squat toilets here\" by layers Toilets, Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_type", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:position", - "value": "seated;urinal", - "description": "toilets:position=seated;urinal is displayed as \"Both seated toilets and urinals are available here\" by layers Toilets, Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_type", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "gender_segregated", - "value": "yes", - "description": "gender_segregated=yes is displayed as \"There is a separate, signposted area for men and women\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#gender_segregated", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "gender_segregated", - "value": "no", - "description": "gender_segregated=no is displayed as \"There is no separate, signposted area for men and women\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#gender_segregated", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:menstrual_products", - "value": "yes", - "description": "toilets:menstrual_products=yes is displayed as \"Free menstrual products are available to all visitors of these toilets\" by layers Toilets, Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:menstrual_products", - "value": "limited", - "description": "toilets:menstrual_products=limited is displayed as \"Free menstrual products are available to some visitors of these toilets\" by layers Toilets, Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:menstrual_products", - "value": "no", - "description": "toilets:menstrual_products=no is displayed as \"No free menstrual products are available here\" by layers Toilets, Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:menstrual_products:location", - "description": "Values of `toilets:menstrual_products:location` are shown with \"The menstrual products are located in {toilets:menstrual_products:location}\" and can be updated. The question is \"Where are the free menstrual products located?\" by layers Toilets, Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:menstrual_products:location", - "value": "female_toilet", - "description": "toilets:menstrual_products:location=female_toilet is displayed as \"The free, menstrual products are located in the toilet for women\" by layers Toilets, Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:menstrual_products:location", - "value": "male_toilet", - "description": "toilets:menstrual_products:location=male_toilet is displayed as \"The free, menstrual products are located in the toilet for men\" by layers Toilets, Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:menstrual_products:location", - "value": "wheelchair_toilet", - "description": "toilets:menstrual_products:location=wheelchair_toilet is displayed as \"The free, menstrual products are located in the toilet for wheelchair users\" by layers Toilets, Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#menstrual_products_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "changing_table", - "value": "yes", - "description": "changing_table=yes is displayed as \"A changing table is available\" by layers Toilets, Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_changing_table", - "icon_url": "./assets/layers/toilet/baby.svg" - }, - { - "key": "changing_table", - "value": "no", - "description": "changing_table=no is displayed as \"No changing table is available\" by layers Toilets, Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilets_changing_table", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "changing_table:location", - "description": "Values of `changing_table:location` are shown with \"A changing table is located at {changing_table:location}\" and can be updated. The question is \"Where is the changing table located?\" by layers Toilets, Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_changing_table_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "changing_table:location", - "value": "female_toilet", - "description": "changing_table:location=female_toilet is displayed as \"A changing table is in the toilet for women\" by layers Toilets, Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_changing_table_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "changing_table:location", - "value": "male_toilet", - "description": "changing_table:location=male_toilet is displayed as \"A changing table is in the toilet for men\" by layers Toilets, Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_changing_table_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "changing_table:location", - "value": "wheelchair_toilet", - "description": "changing_table:location=wheelchair_toilet is displayed as \"A changing table is in the toilet for wheelchair users\" by layers Toilets, Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_changing_table_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "changing_table:location", - "value": "dedicated_room", - "description": "changing_table:location=dedicated_room is displayed as \"A changing table is in a dedicated room\" by layers Toilets, Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_changing_table_location", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "supervised", - "value": "yes", - "description": "supervised=yes is displayed as \"There is a person supervising these toilets during (most of) the opening hours\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_supervised", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "supervised", - "value": "interval", - "description": "supervised=interval is displayed as \"There is a person supervising these toilets, but they are present only during certain times of the opening hours\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_supervised", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "supervised", - "value": "no", - "description": "supervised=no is displayed as \"These toilets are not supervised\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_supervised", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:paper_supplied", - "value": "yes", - "description": "toilets:paper_supplied=yes is displayed as \"This toilet is equipped with toilet paper\" by layers Toilets, Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_has_paper", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:paper_supplied", - "value": "no", - "description": "toilets:paper_supplied=no is displayed as \"You have to bring your own toilet paper to this toilet\" by layers Toilets, Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_has_paper", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:handwashing", - "value": "yes", - "description": "toilets:handwashing=yes is displayed as \"These toilets have a sink to wash your hands\" by layers Toilets, Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_handwashing", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:handwashing", - "value": "no", - "description": "toilets:handwashing=no is displayed as \"These toilets don't have a sink to wash your hands\" by layers Toilets, Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_handwashing", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:hands_drying", - "value": "electric_hand_dryer", - "description": "toilets:hands_drying=electric_hand_dryer is displayed as \"Electric hand dryers are available for drying hands.\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_drying", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:hands_drying", - "value": "paper_towel", - "description": "toilets:hands_drying=paper_towel is displayed as \"Paper towels are available for drying hands.\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_drying", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:hands_drying", - "value": "towel_cabinet", - "description": "toilets:hands_drying=towel_cabinet is displayed as \"A towel roll cabinet is available for drying hands\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_drying", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:hands_drying", - "value": "towel", - "description": "toilets:hands_drying=towel is displayed as \"A fabric towel available to dry your hands.\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_drying", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:hands_drying", - "value": "no", - "description": "toilets:hands_drying=no is displayed as \"There are no hand drying facilities available.\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#toilet_drying", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "description", - "description": "Values of `description` are shown with \"{description}\" and can be updated. The question is \"Is there still some relevant info that the previous questions did not cover? Feel free to add it here.\" by layer Toilets", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet.md#description", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets", - "value": "yes", - "description": "Features with this tag are displayed by layer Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet_at_amenity.md", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:access", - "description": "Values of `toilets:access` are shown with \"Access is {toilets:access}\" and can be updated. The question is \"Are these toilets publicly accessible?\" by layer Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet_at_amenity.md#toilet_access", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:access", - "value": "yes", - "description": "toilets:access=yes is displayed as \"Public access\" by layer Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet_at_amenity.md#toilet_access", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:access", - "value": "customers", - "description": "toilets:access=customers is displayed as \"Only access to customers of the amenity\" by layer Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet_at_amenity.md#toilet_access", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:access", - "value": "no", - "description": "toilets:access=no is displayed as \"Not accessible, even for customers of the amenity\" by layer Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet_at_amenity.md#toilet_access", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:access", - "value": "key", - "description": "toilets:access=key is displayed as \"Accessible, but one has to ask a key to enter\" by layer Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet_at_amenity.md#toilet_access", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:access", - "value": "public", - "description": "toilets:access=public is displayed as \"Public access\" by layer Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet_at_amenity.md#toilet_access", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:fee", - "value": "yes", - "description": "toilets:fee=yes is displayed as \"These are paid toilets\" by layer Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet_at_amenity.md#toilets_fee", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:fee", - "value": "no", - "description": "toilets:fee=no is displayed as \"Free to use\" by layer Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet_at_amenity.md#toilets_fee", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:charge", - "description": "Values of `toilets:charge` are shown with \"The fee is {toilets:charge}\" and can be updated. The question is \"How much does one have to pay for these toilets?\" by layer Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet_at_amenity.md#toilet_charge", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"When is the amenity where these toilets are located open?\" by layer Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet_at_amenity.md#opening_hours", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:wheelchair", - "value": "yes", - "description": "toilets:wheelchair=yes is displayed as \"There is a dedicated toilet for wheelchair users\" by layer Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet_at_amenity.md#toilets_wheelchair", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:wheelchair", - "value": "no", - "description": "toilets:wheelchair=no is displayed as \"No wheelchair access\" by layer Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet_at_amenity.md#toilets_wheelchair", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:wheelchair", - "value": "designated", - "description": "toilets:wheelchair=designated is displayed as \"There is only a dedicated toilet for wheelchair users\" by layer Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet_at_amenity.md#toilets_wheelchair", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:door:width", - "description": "Values of `toilets:door:width` are shown with \"The door to the wheelchair-accessible toilet is {canonical(toilets:door:width)} wide\" and can be updated. The question is \"What is the width of the door to the wheelchair accessible toilet?\" by layer Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet_at_amenity.md#wheelchair_door_width", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "toilets:description", - "description": "Values of `toilets:description` are shown with \"{toilets:description}\" and can be updated. The question is \"Is there still some relevant info that the previous questions did not cover? Feel free to add it here.\" by layer Toilets at other amenities", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/toilet_at_amenity.md#description", - "icon_url": "./assets/layers/toilet/toilets.svg" - }, - { - "key": "amenity", - "value": "shower", - "description": "Features with this tag are displayed by layer Shower", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shower.md", - "icon_url": "./assets/layers/shower/shower.svg" - }, - { - "key": "access", - "value": "yes", - "description": "access=yes is displayed as \"Anyone can use this shower\" by layer Shower", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shower.md#access", - "icon_url": "./assets/layers/shower/shower.svg" - }, - { - "key": "access", - "value": "customers", - "description": "access=customers is displayed as \"Only customers can use this shower\" by layer Shower", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shower.md#access", - "icon_url": "./assets/layers/shower/shower.svg" - }, - { - "key": "access", - "value": "key", - "description": "access=key is displayed as \"Accesible, but one has to ask for a key\" by layer Shower", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shower.md#access", - "icon_url": "./assets/layers/shower/shower.svg" - }, - { - "key": "fee", - "value": "yes", - "description": "fee=yes is displayed as \"There is a fee for using this shower\" by layer Shower", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shower.md#fee", - "icon_url": "./assets/layers/shower/shower.svg" - }, - { - "key": "fee", - "value": "no", - "description": "fee=no is displayed as \"This shower is free to use\" by layer Shower", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shower.md#fee", - "icon_url": "./assets/layers/shower/shower.svg" - }, - { - "key": "charge", - "description": "Values of `charge` are shown with \"It costs {charge} to use this shower\" and can be updated. The question is \"How much does it cost to use this shower?\" by layer Shower", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shower.md#charge", - "icon_url": "./assets/layers/shower/shower.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"What are the opening hours of {title()}?\" by layer Shower", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shower.md#opening_hours", - "icon_url": "./assets/layers/shower/shower.svg" - }, - { - "key": "hot_water", - "value": "yes", - "description": "hot_water=yes is displayed as \"Hot water is available here\" by layer Shower", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shower.md#hot_water", - "icon_url": "./assets/layers/shower/shower.svg" - }, - { - "key": "hot_water", - "value": "fee", - "description": "hot_water=fee is displayed as \"Hot water is available here, but there is a fee\" by layer Shower", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shower.md#hot_water", - "icon_url": "./assets/layers/shower/shower.svg" - }, - { - "key": "hot_water", - "value": "no", - "description": "hot_water=no is displayed as \"There is no hot water available here\" by layer Shower", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/shower.md#hot_water", - "icon_url": "./assets/layers/shower/shower.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_transit.json b/Docs/TagInfo/mapcomplete_transit.json deleted file mode 100644 index 6c57473def..0000000000 --- a/Docs/TagInfo/mapcomplete_transit.json +++ /dev/null @@ -1,795 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Bus routes", - "description": "Plan your trip with the help of the public transport system", - "project_url": "https://mapcomplete.org/transit", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/layers/transit_stops/bus_stop.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "highway", - "value": "bus_stop", - "description": "Features with this tag are displayed by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Transit Stops, Bus lines, Bike parking, Parking, Shelter", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This stop is called {name}\" and can be updated. The question is \"What is the name of this stop?\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#stop_name", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "noname", - "value": "yes", - "description": "noname=yes & name= is displayed as \"This stop has no name\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#stop_name", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "name", - "description": "noname=yes & name= is displayed as \"This stop has no name\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#stop_name", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Transit Stops, Bike parking, Parking, Shelter", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#images", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Transit Stops, Bike parking, Parking, Shelter", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#images", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Transit Stops, Bike parking, Parking, Shelter", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#images", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Transit Stops, Bike parking, Parking, Shelter", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#images", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Transit Stops, Bike parking, Parking, Shelter", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#images", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "shelter", - "value": "yes", - "description": "shelter=yes is displayed as \"This stop has a shelter\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#shelter", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "shelter", - "value": "no", - "description": "shelter=no is displayed as \"This stop does not have a shelter\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#shelter", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "shelter", - "value": "separate", - "description": "shelter=separate is displayed as \"This stop has a shelter, that's separately mapped\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#shelter", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "bench", - "value": "yes", - "description": "bench=yes is displayed as \"This stop has a bench\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#bench", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "bench", - "value": "no", - "description": "bench=no is displayed as \"This stop does not have a bench\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#bench", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "bench", - "value": "separate", - "description": "bench=separate is displayed as \"This stop has a bench, that's separately mapped\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#bench", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "bin", - "value": "yes", - "description": "bin=yes is displayed as \"This stop has a bin\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#bin", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "bin", - "value": "no", - "description": "bin=no is displayed as \"This stop does not have a bin\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#bin", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "bin", - "value": "separate", - "description": "bin=separate is displayed as \"This stop has a bin, that's separately mapped\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#bin", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "wheelchair", - "value": "designated", - "description": "wheelchair=designated is displayed as \"This place is specially adapted for wheelchair users\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#wheelchair_access", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "wheelchair", - "value": "yes", - "description": "wheelchair=yes is displayed as \"This place is easily reachable with a wheelchair\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#wheelchair_access", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "wheelchair", - "value": "limited", - "description": "wheelchair=limited is displayed as \"It is possible to reach this place in a wheelchair, but it is not easy\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#wheelchair_access", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "wheelchair", - "value": "no", - "description": "wheelchair=no is displayed as \"This place is not reachable with a wheelchair\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#wheelchair_access", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "tactile_paving", - "value": "yes", - "description": "tactile_paving=yes is displayed as \"This stop has tactile paving\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#tactile_paving", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "tactile_paving", - "value": "no", - "description": "tactile_paving=no is displayed as \"This stop does not have tactile paving\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#tactile_paving", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "lit", - "value": "yes", - "description": "lit=yes is displayed as \"This stop is lit\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#lit", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "lit", - "value": "no", - "description": "lit=no is displayed as \"This stop is not lit\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#lit", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "departures_board", - "value": "yes", - "description": "departures_board=yes is displayed as \"This stop has a departures board of unknown type\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#departures_board", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "departures_board", - "value": "realtime", - "description": "departures_board=realtime is displayed as \"This stop has a board showing realtime departure information\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#departures_board", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "passenger_information_display", - "value": "yes", - "description": "passenger_information_display=yes is displayed as \"This stop has a board showing realtime departure information\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#departures_board", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "departures_board", - "value": "timetable", - "description": "departures_board=timetable is displayed as \"This stop has a timetable showing regular departures\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#departures_board", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "departures_board", - "value": "interval", - "description": "departures_board=interval is displayed as \"This stop has a timetable containing just the interval between departures\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#departures_board", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "departures_board", - "value": "no", - "description": "departures_board=no is displayed as \"This stop does not have a departures board\" by layer Transit Stops", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_stops.md#departures_board", - "icon_url": "./assets/layers/transit_stops/bus_stop.svg" - }, - { - "key": "type", - "value": "route", - "description": "Features with this tag are displayed by layer Bus lines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_routes.md" - }, - { - "key": "route", - "value": "bus", - "description": "Features with this tag are displayed by layer Bus lines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_routes.md" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"{name}\" and can be updated. The question is \"What is the name for this bus line? (i.e. Bus XX: From => Via => To)\" by layer Bus lines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_routes.md#name" - }, - { - "key": "from", - "description": "Values of `from` are shown with \"This bus line begins at {from}\" and can be updated. The question is \"What is the starting point for this bus line?\" by layer Bus lines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_routes.md#from" - }, - { - "key": "via", - "description": "Values of `via` are shown with \"This bus line goes via {via}\" and can be updated. The question is \"What is the via point for this bus line?\" by layer Bus lines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_routes.md#via" - }, - { - "key": "to", - "description": "Values of `to` are shown with \"This bus line ends at {to}\" and can be updated. The question is \"What is the ending point for this bus line?\" by layer Bus lines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_routes.md#to" - }, - { - "key": "colour", - "description": "Values of `colour` are shown with \"This bus line has the color {colour}\" and can be updated. The question is \"What is the colour for this bus line?\" by layer Bus lines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_routes.md#colour" - }, - { - "key": "network", - "description": "Values of `network` are shown with \"This bus line is part of the {network} network\" and can be updated. The question is \"What network does this bus line belong to?\" by layer Bus lines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_routes.md#network" - }, - { - "key": "operator", - "description": "Values of `operator` are shown with \"This bus line is operated by {operator}\" and can be updated. The question is \"What company operates this bus line?\" by layer Bus lines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/transit_routes.md#operator" - }, - { - "key": "amenity", - "value": "bicycle_parking", - "description": "Features with this tag are displayed by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "bicycle_parking", - "description": "Values of `bicycle_parking` are shown with \"This is a bicycle parking of the type: {bicycle_parking}\" and can be updated. The question is \"What is the type of this bicycle parking?\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "bicycle_parking", - "value": "stands", - "description": "bicycle_parking=stands is displayed as \"Stands\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/staple.svg" - }, - { - "key": "bicycle_parking", - "value": "safe_loops", - "description": "bicycle_parking=safe_loops is displayed as \"Rack with side loops\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/safe_loops.svg" - }, - { - "key": "bicycle_parking", - "value": "wall_loops", - "description": "bicycle_parking=wall_loops is displayed as \"Wheelbenders / rack\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/wall_loops.svg" - }, - { - "key": "bicycle_parking", - "value": "handlebar_holder", - "description": "bicycle_parking=handlebar_holder is displayed as \"Handlebar holder\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/handlebar_holder.svg" - }, - { - "key": "bicycle_parking", - "value": "rack", - "description": "bicycle_parking=rack is displayed as \"Rack\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/rack.svg" - }, - { - "key": "bicycle_parking", - "value": "two_tier", - "description": "bicycle_parking=two_tier is displayed as \"Two-tiered\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/two_tier.svg" - }, - { - "key": "bicycle_parking", - "value": "shed", - "description": "bicycle_parking=shed is displayed as \"Shed\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/shed.svg" - }, - { - "key": "bicycle_parking", - "value": "bollard", - "description": "bicycle_parking=bollard is displayed as \"Bollard\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/bollard.svg" - }, - { - "key": "bicycle_parking", - "value": "floor", - "description": "bicycle_parking=floor is displayed as \"An area on the floor which is marked for bicycle parking\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "bicycle_parking", - "value": "lockers", - "description": "bicycle_parking=lockers is displayed as \"A locker - the bicycles are enclosed completely individually or with a few bicycles together. The locker is too small to fit a person standing..\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "bicycle_parking", - "value": "lean_and_stick", - "description": "bicycle_parking=lean_and_stick is displayed as \"A lean-to bracket with possibility to use a lock through eyelet. The seat tube can be held by the stand by an anchor\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Bicycle_parking_type", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "location", - "value": "underground", - "description": "location=underground is displayed as \"Underground parking\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#location", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "location", - "value": "surface", - "description": "location=surface is displayed as \"Surface level parking\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#location", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "location", - "value": "rooftop", - "description": "location=rooftop is displayed as \"Rooftop parking\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#location", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "location", - "description": "location= is displayed as \"Surface level parking\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#location", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "building", - "value": "bicycle_shed", - "description": "building=bicycle_shed is displayed as \"This is a bicycle shed (with walls on at least three sides)\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#covered_and_building", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "building", - "value": "roof", - "description": "building=roof is displayed as \"This is a bicycle parking under a roof; the roof only serves the bicycle parking\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#covered_and_building", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "indoor", - "value": "yes", - "description": "indoor=yes is displayed as \"This bicycle parking is located in a building behind a door or gate\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#covered_and_building", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "indoor", - "value": "no", - "description": "indoor=no & covered=yes is displayed as \"This bicycle parking is under (a part of) a building\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#covered_and_building", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "covered", - "value": "yes", - "description": "indoor=no & covered=yes is displayed as \"This bicycle parking is under (a part of) a building\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#covered_and_building", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "covered", - "value": "yes", - "description": "covered=yes is displayed as \"This parking is covered (it has a roof)\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#covered_and_building", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "covered", - "value": "no", - "description": "covered=no is displayed as \"This parking is not covered\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#covered_and_building", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "capacity", - "description": "Values of `capacity` are shown with \"Place for {capacity} bikes\" and can be updated. The question is \"How many bicycles fit in this bicycle parking?\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Capacity", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "access", - "description": "Values of `access` are shown with \"{access}\" and can be updated. The question is \"Who can use this bicycle parking?\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Access", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "access", - "value": "yes", - "description": "access=yes is displayed as \"Publicly accessible\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Access", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "access", - "value": "customers", - "description": "access=customers is displayed as \"Access is primarily for visitors to a business\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Access", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "access", - "value": "members", - "description": "access=members is displayed as \"Access is limited to members of a school, company or organisation\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Access", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "access", - "value": "private", - "description": "access=private is displayed as \"Private bicycle parking which is never available to the public, also not via a membership fee\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Access", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "fee", - "value": "yes", - "description": "fee=yes is displayed as \"One has to pay to use this bicycle parking\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#fee", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "fee", - "value": "no", - "description": "fee=no is displayed as \"Free to use\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#fee", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "charge", - "description": "Values of `charge` are shown with \"Parking your bike costs {charge}\" and can be updated. The question is \"How much does it cost to park your bike here?\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#charge", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"What are the opening hours of {title()}?\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#opening_hours_24_7_default", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "opening_hours", - "value": "24/7", - "description": "opening_hours=24/7 is displayed as \"24/7 opened (including holidays)\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#opening_hours_24_7_default", - "icon_url": "./assets/layers/questions/open24_7.svg" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#opening_hours_24_7_default", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "operator", - "description": "Values of `operator` are shown with \"This bicycle parking is maintained by {operator}\" and can be updated. The question is \"Who maintains this bicycle parking?\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#operator", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "operator:phone", - "description": "Values of `operator:phone` are shown with \"{operator:phone}\" and can be updated. The question is \"What is the phone number of the operator of this bicycle parking?\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#operator_phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "phone", - "description": "phone~.+ is displayed as \"{phone}\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#operator_phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "contact:phone", - "description": "contact:phone~.+ is displayed as \"{contact:phone}\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#operator_phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "operator:website", - "description": "Values of `operator:website` are shown with \"{operator:website}\" and can be updated. The question is \"What is the website number of the operator of this bicycle parking?\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#operator_website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "website", - "description": "website~.+ is displayed as \"{website}\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#operator_website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#operator_website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "operator:email", - "description": "Values of `operator:email` are shown with \"{operator:email}\" and can be updated. The question is \"What is the email address of the operator of this bicycle parking?\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#operator_email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "cargo_bike", - "value": "yes", - "description": "cargo_bike=yes is displayed as \"This parking has room for cargo bikes\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Cargo_bike_spaces_", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "cargo_bike", - "value": "designated", - "description": "cargo_bike=designated is displayed as \"This parking has designated (official) spots for cargo bikes.\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Cargo_bike_spaces_", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "cargo_bike", - "value": "no", - "description": "cargo_bike=no is displayed as \"You're not allowed to park cargo bikes or there are no places provided for cargo bikes\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Cargo_bike_spaces_", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "capacity:cargo_bike", - "description": "Values of `capacity:cargo_bike` are shown with \"This parking fits {capacity:cargo_bike} cargo bikes\" and can be updated. The question is \"How many cargo bicycles fit in this bicycle parking?\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Cargo_bike_capacity_", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "cargo_bike", - "value": "no", - "description": "cargo_bike=no is displayed as \"There are no dedicated spaces for cargo bikes here or parking cargo bikes here is not allowed\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#Cargo_bike_capacity_", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "maxstay", - "description": "Values of `maxstay` are shown with \"A bike can be parked here for at most {canonical(maxstay)}\" and can be updated. The question is \"What is the maximum allowed parking duration?\" by layer Bike parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/bike_parking.md#maxstay", - "icon_url": "./assets/layers/bike_parking/parking.svg" - }, - { - "key": "amenity", - "value": "parking", - "description": "Features with this tag are displayed by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "level", - "description": "Values of `level` are shown with \"Located on the {level}th floor\" and can be updated. The question is \"On what level is this feature located?\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#single_level", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "location", - "value": "underground", - "description": "location=underground is displayed as \"Located underground\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#single_level", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "level", - "value": "0", - "description": "level=0 is displayed as \"Located on the ground floor\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#single_level", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "level", - "description": "level= is displayed as \"Located on the ground floor\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#single_level", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "level", - "value": "1", - "description": "level=1 is displayed as \"Located on the first floor\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#single_level", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "level", - "value": "-1", - "description": "level=-1 is displayed as \"Located on the first basement level\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#single_level", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "parking", - "value": "surface", - "description": "parking=surface is displayed as \"This is a surface parking lot\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#parking_type", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "parking", - "value": "street_side", - "description": "parking=street_side is displayed as \"This is a parking bay next to a street\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#parking_type", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "parking", - "value": "underground", - "description": "parking=underground is displayed as \"This is an underground parking garage\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#parking_type", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "parking", - "value": "multi-storey", - "description": "parking=multi-storey is displayed as \"This is a multi-storey parking garage\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#parking_type", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "parking", - "value": "rooftop", - "description": "parking=rooftop is displayed as \"This is a rooftop parking deck\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#parking_type", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "parking", - "value": "lane", - "description": "parking=lane is displayed as \"This is a lane for parking on the road\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#parking_type", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "parking", - "value": "carports", - "description": "parking=carports is displayed as \"This is parking covered by carports\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#parking_type", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "parking", - "value": "garage_boxes", - "description": "parking=garage_boxes is displayed as \"This a parking consisting of garage boxes\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#parking_type", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "parking", - "value": "layby", - "description": "parking=layby is displayed as \"This is a parking on a layby\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#parking_type", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "parking", - "value": "sheds", - "description": "parking=sheds is displayed as \"This is a parking consisting of sheds\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#parking_type", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "capacity:disabled", - "description": "Values of `capacity:disabled` are shown with \"There are {capacity:disabled} disabled parking spots\" and can be updated. The question is \"How many disabled parking spots are there at this parking?\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#capacity_disabled", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "capacity:disabled", - "value": "yes", - "description": "capacity:disabled=yes is displayed as \"There are disabled parking spots, but it is not known how many\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#capacity_disabled", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "capacity:disabled", - "value": "no", - "description": "capacity:disabled=no is displayed as \"There are no disabled parking spots\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#capacity_disabled", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "capacity:disabled", - "value": "0", - "description": "capacity:disabled=0 is displayed as \"There are no disabled parking spots\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#capacity_disabled", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "capacity", - "description": "Values of `capacity` are shown with \"There are {capacity} parking spots\" and can be updated. The question is \"How many parking spots are there at this parking?\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#capacity", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "maxstay", - "description": "Values of `maxstay` are shown with \"One can stay at most {canonical(maxstay)}\" and can be updated. The question is \"What is the maximum amount of time one is allowed to stay here?\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#maxstay", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "maxstay", - "value": "unlimited", - "description": "maxstay=unlimited is displayed as \"There is no limit to the amount of time one can stay here\" by layer Parking", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/parking.md#maxstay", - "icon_url": "./assets/layers/parking/parking.svg" - }, - { - "key": "amenity", - "value": "shelter", - "description": "Features with this tag are displayed by layer Shelter", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pt_shelter.md", - "icon_url": "./assets/layers/shelter/shelter.svg" - }, - { - "key": "shelter_type", - "value": "public_transport", - "description": "Features with this tag are displayed by layer Shelter", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/pt_shelter.md", - "icon_url": "./assets/layers/shelter/shelter.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_trees.json b/Docs/TagInfo/mapcomplete_trees.json deleted file mode 100644 index dcb45a22ed..0000000000 --- a/Docs/TagInfo/mapcomplete_trees.json +++ /dev/null @@ -1,257 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Trees", - "description": "Map all the trees", - "project_url": "https://mapcomplete.org/trees", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/trees/logo.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "natural", - "value": "tree", - "description": "Features with this tag are displayed by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#images", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#images", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#images", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#images", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#images", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "species:wikidata", - "description": "Values of `species:wikidata` are shown with \"{wikipedia(species:wikidata):max-height: 25rem}\" and can be updated. The question is \"What species is this tree?\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_species_wikidata", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "circumference", - "description": "Values of `circumference` are shown with \"The tree trunk has a circumference of {circumference} meter\" and can be updated. The question is \"What is the circumference of the tree trunk?\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#circumference", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "height", - "description": "Values of `height` are shown with \"This tree is {height} meter high\" and can be updated. The question is \"What is the height of this tree?\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#height", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "denotation", - "value": "landmark", - "description": "denotation=landmark is displayed as \"The tree is remarkable due to its size or prominent location. It is useful for navigation.\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_denotation", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "denotation", - "value": "natural_monument", - "description": "denotation=natural_monument is displayed as \"The tree is a natural monument, e.g. because it is especially old, or of a valuable species.\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_denotation", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "denotation", - "value": "agricultural", - "description": "denotation=agricultural is displayed as \"The tree is used for agricultural purposes, e.g. in an orchard.\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_denotation", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "denotation", - "value": "park", - "description": "denotation=park is displayed as \"The tree is in a park or similar (cemetery, school grounds, …).\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_denotation", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "denotation", - "value": "garden", - "description": "denotation=garden is displayed as \"The tree is in a residential garden.\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_denotation", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "denotation", - "value": "avenue", - "description": "denotation=avenue is displayed as \"This is a tree along an avenue.\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_denotation", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "denotation", - "value": "urban", - "description": "denotation=urban is displayed as \"The tree is in an urban area.\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_denotation", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "denotation", - "value": "none", - "description": "denotation=none is displayed as \"The tree is outside of an urban area.\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_denotation", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "leaf_type", - "value": "broadleaved", - "description": "leaf_type=broadleaved is displayed as \"Broadleaved\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_leaf_type", - "icon_url": "./assets/layers/tree_node/broadleaved.svg" - }, - { - "key": "leaf_type", - "value": "needleleaved", - "description": "leaf_type=needleleaved is displayed as \"Needleleaved\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_leaf_type", - "icon_url": "./assets/layers/tree_node/needleleaved.svg" - }, - { - "key": "leaf_type", - "value": "leafless", - "description": "leaf_type=leafless is displayed as \"Permanently leafless\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_leaf_type", - "icon_url": "./assets/layers/tree_node/leafless.svg" - }, - { - "key": "leaf_cycle", - "value": "deciduous", - "description": "leaf_cycle=deciduous is displayed as \"Deciduous: the tree loses its leaves for some time of the year.\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_decidouous", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "leaf_cycle", - "value": "evergreen", - "description": "leaf_cycle=evergreen is displayed as \"Evergreen.\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_decidouous", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"Name: {name}\" and can be updated. The question is \"Does the tree have a name?\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_node_name", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "name", - "description": "name= & noname=yes is displayed as \"The tree does not have a name.\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_node_name", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "noname", - "value": "yes", - "description": "name= & noname=yes is displayed as \"The tree does not have a name.\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_node_name", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "heritage", - "value": "4", - "description": "heritage=4 & heritage:operator=OnroerendErfgoed is displayed as \"Registered as heritage by Onroerend Erfgoed Flanders\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_heritage", - "icon_url": "./assets/layers/tree_node/Onroerend_Erfgoed_logo_without_text.svg" - }, - { - "key": "heritage:operator", - "value": "OnroerendErfgoed", - "description": "heritage=4 & heritage:operator=OnroerendErfgoed is displayed as \"Registered as heritage by Onroerend Erfgoed Flanders\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_heritage", - "icon_url": "./assets/layers/tree_node/Onroerend_Erfgoed_logo_without_text.svg" - }, - { - "key": "heritage", - "value": "4", - "description": "heritage=4 & heritage:operator=aatl is displayed as \"Registered as heritage by Direction du Patrimoine culturel Brussels\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_heritage", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "heritage:operator", - "value": "aatl", - "description": "heritage=4 & heritage:operator=aatl is displayed as \"Registered as heritage by Direction du Patrimoine culturel Brussels\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_heritage", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "heritage", - "value": "yes", - "description": "heritage=yes & heritage:operator= is displayed as \"Registered as heritage by a different organisation\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_heritage", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "heritage:operator", - "description": "heritage=yes & heritage:operator= is displayed as \"Registered as heritage by a different organisation\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_heritage", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "heritage", - "value": "no", - "description": "heritage=no & heritage:operator= is displayed as \"Not registered as heritage\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_heritage", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "heritage:operator", - "description": "heritage=no & heritage:operator= is displayed as \"Not registered as heritage\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_heritage", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "heritage", - "description": "heritage~.+ is displayed as \"Registered as heritage by a different organisation\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_heritage", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "ref:OnroerendErfgoed", - "description": "Values of `ref:OnroerendErfgoed` are shown with \"\"\"/ Onroerend Erfgoed ID: {ref:OnroerendErfgoed}\" and can be updated. The question is \"What is the ID issued by Onroerend Erfgoed Flanders?\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_node_ref_OnroerendErfgoed", - "icon_url": "./assets/layers/tree_node/unknown.svg" - }, - { - "key": "wikidata", - "description": "Values of `wikidata` are shown with \"\"\"/ Wikidata: {wikidata}\" and can be updated. The question is \"What is the Wikidata ID for this tree?\" by layer Tree", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/tree_node.md#tree_node_wikidata", - "icon_url": "./assets/layers/tree_node/unknown.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_vending_machine.json b/Docs/TagInfo/mapcomplete_vending_machine.json deleted file mode 100644 index 94b0d838f3..0000000000 --- a/Docs/TagInfo/mapcomplete_vending_machine.json +++ /dev/null @@ -1,678 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Vending Machines", - "description": "Find vending machines for everything", - "project_url": "https://mapcomplete.org/vending_machine", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/layers/vending_machine/vending_machine.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "amenity", - "value": "vending_machine", - "description": "Features with this tag are displayed by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#images", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#images", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#images", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#images", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#images", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "level", - "description": "Values of `level` are shown with \"Located on the {level}th floor\" and can be updated. The question is \"On what level is this feature located?\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#single_level", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "location", - "value": "underground", - "description": "location=underground is displayed as \"Located underground\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#single_level", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "level", - "value": "0", - "description": "level=0 is displayed as \"Located on the ground floor\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#single_level", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "level", - "description": "level= is displayed as \"Located on the ground floor\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#single_level", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "level", - "value": "1", - "description": "level=1 is displayed as \"Located on the first floor\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#single_level", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "level", - "value": "-1", - "description": "level=-1 is displayed as \"Located on the first basement level\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#single_level", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "vending", - "description": "Values of `vending` are shown with \"This vending machine sells {vending}\" and can be updated. The question is \"What does this vending machine sell?\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#vending", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "vending", - "value": "drinks", - "description": "vending=drinks is displayed as \"Drinks are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#vending", - "icon_url": "./assets/layers/id_presets/temaki-bottles.svg" - }, - { - "key": "vending", - "value": "sweets", - "description": "vending=sweets is displayed as \"Sweets are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#vending", - "icon_url": "./assets/layers/id_presets/maki-confectionery.svg" - }, - { - "key": "vending", - "value": "food", - "description": "vending=food is displayed as \"Food is sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#vending", - "icon_url": "./assets/layers/vending_machine/utensils.svg" - }, - { - "key": "vending", - "value": "cigarettes", - "description": "vending=cigarettes is displayed as \"Cigarettes are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#vending", - "icon_url": "./assets/layers/vending_machine/smoking.svg" - }, - { - "key": "vending", - "value": "condoms", - "description": "vending=condoms is displayed as \"Condoms are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#vending", - "icon_url": "./assets/layers/vending_machine/condom.svg" - }, - { - "key": "vending", - "value": "coffee", - "description": "vending=coffee is displayed as \"Coffee is sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#vending", - "icon_url": "./assets/layers/vending_machine/mug-saucer.svg" - }, - { - "key": "vending", - "value": "water", - "description": "vending=water is displayed as \"Drinking water is sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#vending", - "icon_url": "./assets/layers/id_presets/temaki-water_bottle.svg" - }, - { - "key": "vending", - "value": "newspapers", - "description": "vending=newspapers is displayed as \"Newspapers are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#vending", - "icon_url": "./assets/layers/id_presets/fas-newspaper.svg" - }, - { - "key": "vending", - "value": "bicycle_tube", - "description": "vending=bicycle_tube is displayed as \"Bicycle inner tubes are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#vending", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "vending", - "value": "milk", - "description": "vending=milk is displayed as \"Milk is sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#vending", - "icon_url": "./assets/layers/vending_machine/cow.svg" - }, - { - "key": "vending", - "value": "bread", - "description": "vending=bread is displayed as \"Bread is sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#vending", - "icon_url": "./assets/layers/id_presets/maki-bakery.svg" - }, - { - "key": "vending", - "value": "eggs", - "description": "vending=eggs is displayed as \"Eggs are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#vending", - "icon_url": "./assets/layers/vending_machine/egg.svg" - }, - { - "key": "vending", - "value": "ice_cream", - "description": "vending=ice_cream is displayed as \"Ice cream is sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#vending", - "icon_url": "./assets/layers/ice_cream/ice_cream.svg" - }, - { - "key": "vending", - "value": "cheese", - "description": "vending=cheese is displayed as \"Cheese is sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#vending", - "icon_url": "./assets/layers/id_presets/fas-cheese.svg" - }, - { - "key": "vending", - "value": "honey", - "description": "vending=honey is displayed as \"Honey is sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#vending", - "icon_url": "./assets/layers/vending_machine/honey.svg" - }, - { - "key": "vending", - "value": "potatoes", - "description": "vending=potatoes is displayed as \"Potatoes are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#vending", - "icon_url": "./assets/layers/vending_machine/potato.svg" - }, - { - "key": "vending", - "value": "meat", - "description": "vending=meat is displayed as \"Meat is sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#vending", - "icon_url": "./assets/layers/id_presets/temaki-meat.svg" - }, - { - "key": "vending", - "value": "fruit", - "description": "vending=fruit is displayed as \"Fruit is sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#vending", - "icon_url": "./assets/layers/vending_machine/fruits.svg" - }, - { - "key": "vending", - "value": "strawberries", - "description": "vending=strawberries is displayed as \"Strawberries are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#vending", - "icon_url": "./assets/layers/vending_machine/strawberry.svg" - }, - { - "key": "vending", - "value": "flowers", - "description": "vending=flowers is displayed as \"Flowers are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#vending", - "icon_url": "./assets/layers/id_presets/maki-florist.svg" - }, - { - "key": "vending", - "value": "parking_tickets", - "description": "vending=parking_tickets is displayed as \"Parking tickets are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#vending", - "icon_url": "./assets/layers/parking_ticket_machine/parking_tickets.svg" - }, - { - "key": "vending", - "value": "elongated_coin", - "description": "vending=elongated_coin is displayed as \"Pressed pennies are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#vending", - "icon_url": "./assets/themes/elongated_coin/penny.svg" - }, - { - "key": "vending", - "value": "public_transport_tickets", - "description": "vending=public_transport_tickets is displayed as \"Public transport tickets are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#vending", - "icon_url": "./assets/themes/stations/public_transport_tickets.svg" - }, - { - "key": "vending", - "value": "bicycle_light", - "description": "vending=bicycle_light is displayed as \"Bicycle lights are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#vending", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "vending", - "value": "gloves", - "description": "vending=gloves is displayed as \"Gloves are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#vending", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "vending", - "value": "bicycle_repair_kit", - "description": "vending=bicycle_repair_kit is displayed as \"Bicycle repair kits are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#vending", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "vending", - "value": "bicycle_pump", - "description": "vending=bicycle_pump is displayed as \"Bicycle pumps are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#vending", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "vending", - "value": "bicycle_lock", - "description": "vending=bicycle_lock is displayed as \"Bicycle locks are sold\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#vending", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "brand", - "description": "Values of `brand` are shown with \"{brand} tubes are sold here\" and can be updated. The question is \"Which brand of tubes are sold here?\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#bicycle_tube_vending_machine_brand", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "brand", - "value": "Continental", - "description": "brand=Continental is displayed as \"Continental tubes are sold here\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#bicycle_tube_vending_machine_brand", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "brand", - "value": "Schwalbe", - "description": "brand=Schwalbe is displayed as \"Schwalbe tubes are sold here\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#bicycle_tube_vending_machine_brand", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"What are the opening hours of {title()}?\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#opening_hours_24_7", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "opening_hours", - "value": "24/7", - "description": "opening_hours=24/7 is displayed as \"24/7 opened (including holidays)\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#opening_hours_24_7", - "icon_url": "./assets/layers/questions/open24_7.svg" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#opening_hours_24_7", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "payment:cash", - "value": "yes", - "description": "payment:cash=yes is displayed as \"Cash is accepted here\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#payment_options_split", - "icon_url": "./assets/layers/questions/cash.svg" - }, - { - "key": "payment:cards", - "value": "yes", - "description": "payment:cards=yes is displayed as \"Payment cards are accepted here\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#payment_options_split", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:qr_code", - "value": "yes", - "description": "payment:qr_code=yes is displayed as \"Payment by QR-code is possible here\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#payment_options_split", - "icon_url": "./assets/layers/questions/qrcode.svg" - }, - { - "key": "payment:coins", - "value": "yes", - "description": "payment:coins=yes is displayed as \"Coins are accepted here\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#payment_options_split", - "icon_url": "./assets/layers/questions/coins.svg" - }, - { - "key": "payment:notes", - "value": "yes", - "description": "payment:notes=yes is displayed as \"Bank notes are accepted here\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#payment_options_split", - "icon_url": "./assets/layers/questions/notes.svg" - }, - { - "key": "payment:debit_cards", - "value": "yes", - "description": "payment:debit_cards=yes is displayed as \"Debit cards are accepted here\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#payment_options_split", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:credit_cards", - "value": "yes", - "description": "payment:credit_cards=yes is displayed as \"Credit cards are accepted here\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#payment_options_split", - "icon_url": "./assets/layers/questions/payment_card.svg" - }, - { - "key": "payment:coins:denominations", - "value": "0.01 EUR", - "description": "payment:coins:denominations=0.01 EUR is displayed as \"1 cent coins are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/eur/1cent.svg" - }, - { - "key": "payment:coins:denominations", - "value": "0.02 EUR", - "description": "payment:coins:denominations=0.02 EUR is displayed as \"2 cent coins are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/eur/2cent.svg" - }, - { - "key": "payment:coins:denominations", - "value": "0.05 EUR", - "description": "payment:coins:denominations=0.05 EUR is displayed as \"5 cent coins are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/eur/5cent.svg" - }, - { - "key": "payment:coins:denominations", - "value": "0.10 EUR", - "description": "payment:coins:denominations=0.10 EUR is displayed as \"10 cent coins are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/eur/10cent.svg" - }, - { - "key": "payment:coins:denominations", - "value": "0.20 EUR", - "description": "payment:coins:denominations=0.20 EUR is displayed as \"20 cent coins are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/eur/20cent.svg" - }, - { - "key": "payment:coins:denominations", - "value": "0.50 EUR", - "description": "payment:coins:denominations=0.50 EUR is displayed as \"50 cent coins are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/eur/50cent.svg" - }, - { - "key": "payment:coins:denominations", - "value": "1 EUR", - "description": "payment:coins:denominations=1 EUR is displayed as \"1 euro coins are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/eur/1euro.svg" - }, - { - "key": "payment:coins:denominations", - "value": "2 EUR", - "description": "payment:coins:denominations=2 EUR is displayed as \"2 euro coins are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/eur/2euro.svg" - }, - { - "key": "payment:coins:denominations", - "value": "0.05 CHF", - "description": "payment:coins:denominations=0.05 CHF is displayed as \"5 centimes coins are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/chf/5rp-2019-800px.png" - }, - { - "key": "payment:coins:denominations", - "value": "0.10 CHF", - "description": "payment:coins:denominations=0.10 CHF is displayed as \"10 centimes coins are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/chf/10rp-2019-800px.png" - }, - { - "key": "payment:coins:denominations", - "value": "0.20 CHF", - "description": "payment:coins:denominations=0.20 CHF is displayed as \"20 centimes coins are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/chf/20rp-2019-800px.png" - }, - { - "key": "payment:coins:denominations", - "value": "0.50 CHF", - "description": "payment:coins:denominations=0.50 CHF is displayed as \"½ franc coins are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/chf/50rp-2019-800px.png" - }, - { - "key": "payment:coins:denominations", - "value": "1 CHF", - "description": "payment:coins:denominations=1 CHF is displayed as \"1 franc coins are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/chf/1fr-2019-800px.png" - }, - { - "key": "payment:coins:denominations", - "value": "2 CHF", - "description": "payment:coins:denominations=2 CHF is displayed as \"2 francs coins are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/chf/2fr-2019-800px.png" - }, - { - "key": "payment:coins:denominations", - "value": "5 CHF", - "description": "payment:coins:denominations=5 CHF is displayed as \"5 francs coins are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#denominations_coins", - "icon_url": "./assets/layers/questions/denominations/chf/5fr-2019-800px.png" - }, - { - "key": "payment:notes:denominations", - "value": "5 EUR", - "description": "payment:notes:denominations=5 EUR is displayed as \"5 euro notes are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/eur/5euro.svg" - }, - { - "key": "payment:notes:denominations", - "value": "10 EUR", - "description": "payment:notes:denominations=10 EUR is displayed as \"10 euro notes are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/eur/10euro.svg" - }, - { - "key": "payment:notes:denominations", - "value": "20 EUR", - "description": "payment:notes:denominations=20 EUR is displayed as \"20 euro notes are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/eur/20euro.svg" - }, - { - "key": "payment:notes:denominations", - "value": "50 EUR", - "description": "payment:notes:denominations=50 EUR is displayed as \"50 euro notes are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/eur/50euro.svg" - }, - { - "key": "payment:notes:denominations", - "value": "100 EUR", - "description": "payment:notes:denominations=100 EUR is displayed as \"100 euro notes are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/eur/100euro.svg" - }, - { - "key": "payment:notes:denominations", - "value": "200 EUR", - "description": "payment:notes:denominations=200 EUR is displayed as \"200 euro notes are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/eur/200euro.svg" - }, - { - "key": "payment:notes:denominations", - "value": "500 EUR", - "description": "payment:notes:denominations=500 EUR is displayed as \"500 euro notes are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/eur/500euro.svg" - }, - { - "key": "payment:notes:denominations", - "value": "10 CHF", - "description": "payment:notes:denominations=10 CHF is displayed as \"10 francs notes are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/chf/10chf.svg" - }, - { - "key": "payment:notes:denominations", - "value": "20 CHF", - "description": "payment:notes:denominations=20 CHF is displayed as \"20 francs notes are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/chf/20chf.svg" - }, - { - "key": "payment:notes:denominations", - "value": "50 CHF", - "description": "payment:notes:denominations=50 CHF is displayed as \"50 francs notes are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/chf/50chf.svg" - }, - { - "key": "payment:notes:denominations", - "value": "100 CHF", - "description": "payment:notes:denominations=100 CHF is displayed as \"100 francs notes are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/chf/100chf.svg" - }, - { - "key": "payment:notes:denominations", - "value": "200 CHF", - "description": "payment:notes:denominations=200 CHF is displayed as \"200 francs notes are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/chf/200chf.svg" - }, - { - "key": "payment:notes:denominations", - "value": "1000 CHF", - "description": "payment:notes:denominations=1000 CHF is displayed as \"1000 francs notes are accepted\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#denominations_notes", - "icon_url": "./assets/layers/questions/denominations/chf/1000chf.svg" - }, - { - "key": "operator", - "description": "Values of `operator` are shown with \"This vending machine is operated by {operator}\" and can be updated. The question is \"Who operates this vending machine?\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#operator", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "indoor", - "description": "indoor= is displayed as \"This vending machine is outdoors\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#indoor", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "indoor", - "value": "yes", - "description": "indoor=yes is displayed as \"This vending machine is indoors\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#indoor", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "indoor", - "value": "no", - "description": "indoor=no is displayed as \"This vending machine is outdoors\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#indoor", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}\" and can be updated. The question is \"What is the phone number of the operator of this vending machine?\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "contact:phone", - "description": "contact:phone~.+ is displayed as \"{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{website}\" and can be updated. The question is \"What is the website of {title()}?\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "charge", - "description": "Values of `charge` are shown with \"a bicycle tube costs {charge}\" and can be updated. The question is \"How much does a a bicycle tube cost?\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#charge_bicycle_tube", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "charge", - "description": "Values of `charge` are shown with \"bicycle light costs {charge}\" and can be updated. The question is \"How much does a bicycle light cost?\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#charge_bicycle_light", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "charge", - "description": "Values of `charge` are shown with \"a condom costs {charge}\" and can be updated. The question is \"How much does a a condom cost?\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#charge_condom", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "operational_status", - "description": "operational_status= is displayed as \"This vending machine works\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#operational_status", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "operational_status", - "value": "broken", - "description": "operational_status=broken is displayed as \"This vending machine is broken\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#operational_status", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "operational_status", - "value": "closed", - "description": "operational_status=closed is displayed as \"This vending machine is closed\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#operational_status", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - }, - { - "key": "operational_status", - "description": "operational_status~.+ is displayed as \"The operational status is {operational_status}\" by layer Vending Machines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/vending_machine.md#operational_status", - "icon_url": "./assets/layers/vending_machine/vending_machine.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_waste.json b/Docs/TagInfo/mapcomplete_waste.json deleted file mode 100644 index 00a1502d02..0000000000 --- a/Docs/TagInfo/mapcomplete_waste.json +++ /dev/null @@ -1,563 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Waste", - "description": "Map showing waste baskets and recycling facilities", - "project_url": "https://mapcomplete.org/waste", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/layers/recycling/recycling-14.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "amenity", - "value": "waste_basket", - "description": "Features with this tag are displayed by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Waste Basket, Recycling, Waste Disposal Bins", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Waste Basket, Recycling, Waste Disposal Bins", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#images", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Waste Basket, Recycling, Waste Disposal Bins", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#images", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Waste Basket, Recycling, Waste Disposal Bins", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#images", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Waste Basket, Recycling, Waste Disposal Bins", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#images", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Waste Basket, Recycling, Waste Disposal Bins", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#images", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "description": "waste= is displayed as \"A waste basket for general waste\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "value": "trash", - "description": "waste=trash is displayed as \"A waste basket for general waste\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "value": "dog_excrement", - "description": "waste=dog_excrement is displayed as \"A waste basket for dog excrements\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "value": "cigarettes", - "description": "waste=cigarettes is displayed as \"A waste basket for cigarettes\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "value": "drugs", - "description": "waste=drugs is displayed as \"A waste basket for drugs\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "value": "sharps", - "description": "waste=sharps is displayed as \"A waste basket for needles and other sharp objects\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "value": "plastic", - "description": "waste=plastic is displayed as \"A waste basket for plastic\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "value": "pmd", - "description": "waste=pmd is displayed as \"A waste basket for plastic packaging, metal packaging and drink cartons (PMD)\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "value": "paper", - "description": "waste=paper is displayed as \"A waste basket for paper\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "vending", - "value": "excrement_bags", - "description": "vending=excrement_bags & not:vending= is displayed as \"This waste basket has a dispenser for (dog) excrement bags\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#dispensing_dog_bags", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "not:vending", - "description": "vending=excrement_bags & not:vending= is displayed as \"This waste basket has a dispenser for (dog) excrement bags\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#dispensing_dog_bags", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "not:vending", - "value": "excrement_bags", - "description": "not:vending=excrement_bags & vending= is displayed as \"This waste basket does not have a dispenser for (dog) excrement bags\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#dispensing_dog_bags", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "vending", - "description": "not:vending=excrement_bags & vending= is displayed as \"This waste basket does not have a dispenser for (dog) excrement bags\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#dispensing_dog_bags", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "vending", - "description": "vending= is displayed as \"This waste basket does not have a dispenser for (dog) excrement bags\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#dispensing_dog_bags", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "amenity", - "value": "recycling", - "description": "Features with this tag are displayed by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md", - "icon_url": "./assets/layers/recycling/recycling-14.svg" - }, - { - "key": "recycling_type", - "value": "container", - "description": "recycling_type=container is displayed as \"This is a recycling container\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#recycling_type", - "icon_url": "./assets/layers/recycling/recycling-14.svg" - }, - { - "key": "recycling_type", - "value": "centre", - "description": "recycling_type=centre is displayed as \"This is a recycling centre\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#recycling_type", - "icon_url": "./assets/layers/recycling/recycling-14.svg" - }, - { - "key": "amenity", - "value": "waste_disposal", - "description": "amenity=waste_disposal is displayed as \"Waste disposal container for residual waste\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#recycling_type", - "icon_url": "./assets/layers/recycling/recycling-14.svg" - }, - { - "key": "recycling_type", - "value": "pickup_point", - "description": "recycling_type=pickup_point is displayed as \"This is a pickup point. The waste material is placed here without placing it in a dedicated container.\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#recycling_type", - "icon_url": "./assets/layers/recycling/recycling-14.svg" - }, - { - "key": "recycling_type", - "value": "dump", - "description": "recycling_type=dump is displayed as \"This is a dump where the waste material is stacked.\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#recycling_type", - "icon_url": "./assets/layers/recycling/recycling-14.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"This recycling centre is named {name}\" and can be updated. The question is \"What is the name of this recycling centre?\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#recycling_centre_name", - "icon_url": "./assets/layers/recycling/recycling-14.svg" - }, - { - "key": "noname", - "value": "yes", - "description": "noname=yes is displayed as \"This recycling centre doesn't have a specific name\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#recycling_centre_name", - "icon_url": "./assets/layers/recycling/recycling-14.svg" - }, - { - "key": "location", - "value": "underground", - "description": "location=underground is displayed as \"This is an underground container\" by layers Recycling, Waste Disposal Bins", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#container_location", - "icon_url": "./assets/layers/recycling/recycling-14.svg" - }, - { - "key": "location", - "value": "indoor", - "description": "location=indoor is displayed as \"This container is located indoors\" by layers Recycling, Waste Disposal Bins", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#container_location", - "icon_url": "./assets/layers/recycling/recycling-14.svg" - }, - { - "key": "location", - "description": "location= is displayed as \"This container is located outdoors\" by layers Recycling, Waste Disposal Bins", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#container_location", - "icon_url": "./assets/layers/recycling/recycling-14.svg" - }, - { - "key": "recycling:batteries", - "value": "yes", - "description": "recycling:batteries=yes is displayed as \"Batteries can be recycled here\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#recycling_accepts", - "icon_url": "./assets/layers/recycling/batteries.svg" - }, - { - "key": "recycling:beverage_cartons", - "value": "yes", - "description": "recycling:beverage_cartons=yes is displayed as \"Beverage cartons can be recycled here\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#recycling_accepts", - "icon_url": "./assets/layers/recycling/beverage_cartons.svg" - }, - { - "key": "recycling:cans", - "value": "yes", - "description": "recycling:cans=yes is displayed as \"Cans can be recycled here\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#recycling_accepts", - "icon_url": "./assets/layers/recycling/cans.svg" - }, - { - "key": "recycling:clothes", - "value": "yes", - "description": "recycling:clothes=yes is displayed as \"Clothes can be recycled here\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#recycling_accepts", - "icon_url": "./assets/layers/recycling/clothes.svg" - }, - { - "key": "recycling:cooking_oil", - "value": "yes", - "description": "recycling:cooking_oil=yes is displayed as \"Cooking oil can be recycled here\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#recycling_accepts", - "icon_url": "./assets/layers/recycling/cooking_oil.svg" - }, - { - "key": "recycling:engine_oil", - "value": "yes", - "description": "recycling:engine_oil=yes is displayed as \"Engine oil can be recycled here\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#recycling_accepts", - "icon_url": "./assets/layers/recycling/engine_oil.svg" - }, - { - "key": "recycling:fluorescent_tubes", - "value": "yes", - "description": "recycling:fluorescent_tubes=yes is displayed as \"Fluorescent tubes can be recycled here\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#recycling_accepts", - "icon_url": "./assets/layers/recycling/fluorescent_tubes.svg" - }, - { - "key": "recycling:green_waste", - "value": "yes", - "description": "recycling:green_waste=yes is displayed as \"Green waste can be recycled here\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#recycling_accepts", - "icon_url": "./assets/layers/recycling/garden_waste.svg" - }, - { - "key": "recycling:organic", - "value": "yes", - "description": "recycling:organic=yes is displayed as \"Organic waste can be recycled here\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#recycling_accepts", - "icon_url": "./assets/layers/recycling/garden_waste.svg" - }, - { - "key": "recycling:glass_bottles", - "value": "yes", - "description": "recycling:glass_bottles=yes is displayed as \"Glass bottles can be recycled here\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#recycling_accepts", - "icon_url": "./assets/layers/recycling/glass_bottles.svg" - }, - { - "key": "recycling:glass", - "value": "yes", - "description": "recycling:glass=yes is displayed as \"Glass can be recycled here\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#recycling_accepts", - "icon_url": "./assets/layers/recycling/glass.svg" - }, - { - "key": "recycling:light_bulbs", - "value": "yes", - "description": "recycling:light_bulbs=yes is displayed as \"Light bulbs can be recycled here\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#recycling_accepts", - "icon_url": "./assets/layers/recycling/light_bulbs.svg" - }, - { - "key": "recycling:newspaper", - "value": "yes", - "description": "recycling:newspaper=yes is displayed as \"Newspapers can be recycled here\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#recycling_accepts", - "icon_url": "./assets/layers/recycling/newspaper.svg" - }, - { - "key": "recycling:paper", - "value": "yes", - "description": "recycling:paper=yes is displayed as \"Paper can be recycled here\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#recycling_accepts", - "icon_url": "./assets/layers/recycling/paper.svg" - }, - { - "key": "recycling:plastic_bottles", - "value": "yes", - "description": "recycling:plastic_bottles=yes is displayed as \"Plastic bottles can be recycled here\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#recycling_accepts", - "icon_url": "./assets/layers/recycling/plastic_bottles.svg" - }, - { - "key": "recycling:plastic_packaging", - "value": "yes", - "description": "recycling:plastic_packaging=yes is displayed as \"Plastic packaging can be recycled here\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#recycling_accepts", - "icon_url": "./assets/layers/recycling/plastic_packaging.svg" - }, - { - "key": "recycling:plastic", - "value": "yes", - "description": "recycling:plastic=yes is displayed as \"Plastic can be recycled here\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#recycling_accepts", - "icon_url": "./assets/layers/recycling/plastic.svg" - }, - { - "key": "recycling:pmd", - "value": "yes", - "description": "recycling:pmd=yes is displayed as \"Plastic packaging, metal packaging and drink cartons (PMD) can be recycled here\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#recycling_accepts", - "icon_url": "./assets/layers/recycling/pmd.svg" - }, - { - "key": "recycling:printer_cartridges", - "value": "yes", - "description": "recycling:printer_cartridges=yes is displayed as \"Printer cartridges can be recycled here\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#recycling_accepts", - "icon_url": "./assets/layers/recycling/printer_cartridges.svg" - }, - { - "key": "recycling:scrap_metal", - "value": "yes", - "description": "recycling:scrap_metal=yes is displayed as \"Scrap metal can be recycled here\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#recycling_accepts", - "icon_url": "./assets/layers/recycling/scrap_metal.svg" - }, - { - "key": "recycling:shoes", - "value": "yes", - "description": "recycling:shoes=yes is displayed as \"Shoes can be recycled here\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#recycling_accepts", - "icon_url": "./assets/layers/recycling/shoes.svg" - }, - { - "key": "recycling:small_appliances", - "value": "yes", - "description": "recycling:small_appliances=yes is displayed as \"Small electrical appliances can be recycled here\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#recycling_accepts", - "icon_url": "./assets/layers/recycling/small_electrical_appliances.svg" - }, - { - "key": "recycling:small_electrical_appliances", - "value": "yes", - "description": "recycling:small_electrical_appliances=yes is displayed as \"Small electrical appliances can be recycled here\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#recycling_accepts", - "icon_url": "./assets/layers/recycling/small_electrical_appliances.svg" - }, - { - "key": "recycling:needles", - "value": "yes", - "description": "recycling:needles=yes is displayed as \"Needles can be recycled here\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#recycling_accepts", - "icon_url": "./assets/layers/recycling/needles.svg" - }, - { - "key": "recycling:waste", - "value": "yes", - "description": "recycling:waste=yes is displayed as \"Residual waste can be recycled here\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#recycling_accepts", - "icon_url": "./assets/layers/waste_disposal/waste_disposal.svg" - }, - { - "key": "recycling:bicycles", - "value": "yes", - "description": "recycling:bicycles=yes is displayed as \"Bicycles can be recycled here\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#recycling_accepts", - "icon_url": "./assets/layers/recycling/bicycles.svg" - }, - { - "key": "operator", - "description": "Values of `operator` are shown with \"This recycling facility is operated by {operator}\" and can be updated. The question is \"What company operates this recycling facility?\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#operator", - "icon_url": "./assets/layers/recycling/recycling-14.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{website}\" and can be updated. The question is \"What is the website of {title()}?\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "contact:website", - "description": "contact:website~.+ is displayed as \"{contact:website}\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#website", - "icon_url": "./assets/layers/icons/website.svg" - }, - { - "key": "email", - "description": "Values of `email` are shown with \"{email}\" and can be updated. The question is \"What is the email address of {title()}?\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "contact:email", - "description": "contact:email~.+ is displayed as \"{contact:email}\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "operator:email", - "description": "operator:email~.+ is displayed as \"{operator:email}\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#email", - "icon_url": "./assets/svg/envelope.svg" - }, - { - "key": "phone", - "description": "Values of `phone` are shown with \"{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}\" and can be updated. The question is \"What is the phone number of {title()}?\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "contact:phone", - "description": "contact:phone~.+ is displayed as \"{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#phone", - "icon_url": "./assets/layers/questions/phone.svg" - }, - { - "key": "opening_hours", - "description": "Values of `opening_hours` are shown with \"

Opening hours

{opening_hours_table(opening_hours)}\" and can be updated. The question is \"What are the opening hours of this recycling facility?\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#opening_hours_24_7", - "icon_url": "./assets/layers/recycling/recycling-14.svg" - }, - { - "key": "opening_hours", - "value": "24/7", - "description": "opening_hours=24/7 is displayed as \"24/7 opened (including holidays)\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#opening_hours_24_7", - "icon_url": "./assets/layers/questions/open24_7.svg" - }, - { - "key": "opening_hours", - "value": "closed", - "description": "opening_hours=closed is displayed as \"Marked as closed for an unspecified time\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#opening_hours_24_7", - "icon_url": "./assets/layers/recycling/recycling-14.svg" - }, - { - "key": "access", - "description": "Values of `access` are shown with \"This recycling facility can be used by {access}\" and can be updated. The question is \"Who can use this recycling facility?\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#access", - "icon_url": "./assets/layers/recycling/recycling-14.svg" - }, - { - "key": "access", - "value": "yes", - "description": "access=yes is displayed as \"Everyone can use this recycling facility\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#access", - "icon_url": "./assets/layers/recycling/recycling-14.svg" - }, - { - "key": "access", - "value": "residents", - "description": "access=residents is displayed as \"Only residents can use this recycling facility\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#access", - "icon_url": "./assets/layers/recycling/recycling-14.svg" - }, - { - "key": "access", - "value": "private", - "description": "access=private is displayed as \"This recycling facility is only for private use\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#access", - "icon_url": "./assets/layers/recycling/recycling-14.svg" - }, - { - "key": "survey:date", - "description": "Values of `survey:date` are shown with \"This object was last surveyed on {survey:date}\" and can be updated. The question is \"When was this object last surveyed?\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#survey_date", - "icon_url": "./assets/layers/recycling/recycling-14.svg" - }, - { - "key": "survey:date", - "description": "survey:date= is displayed as \"This object was last surveyed today\" by layer Recycling", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/recycling.md#survey_date", - "icon_url": "./assets/layers/recycling/recycling-14.svg" - }, - { - "key": "amenity", - "value": "waste_disposal", - "description": "Features with this tag are displayed by layer Waste Disposal Bins", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_disposal.md", - "icon_url": "./assets/layers/waste_disposal/waste_disposal.svg" - }, - { - "key": "amenity", - "value": "waste_disposal", - "description": "amenity=waste_disposal is displayed as \"This is a medium to large bin for disposal of (household) waste\" by layer Waste Disposal Bins", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_disposal.md#type", - "icon_url": "./assets/layers/waste_disposal/waste_disposal.svg" - }, - { - "key": "amenity", - "value": "recycling", - "description": "amenity=recycling is displayed as \"This is actually a recycling container\" by layer Waste Disposal Bins", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_disposal.md#type", - "icon_url": "./assets/layers/waste_disposal/waste_disposal.svg" - }, - { - "key": "access", - "description": "Values of `access` are shown with \"Access: {access}\" and can be updated. The question is \"Who can use this waste disposal bin?\" by layer Waste Disposal Bins", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_disposal.md#access", - "icon_url": "./assets/layers/waste_disposal/waste_disposal.svg" - }, - { - "key": "access", - "value": "yes", - "description": "access=yes is displayed as \"This bin can be used by anyone\" by layer Waste Disposal Bins", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_disposal.md#access", - "icon_url": "./assets/layers/waste_disposal/waste_disposal.svg" - }, - { - "key": "access", - "value": "no", - "description": "access=no is displayed as \"This bin is private\" by layer Waste Disposal Bins", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_disposal.md#access", - "icon_url": "./assets/layers/waste_disposal/waste_disposal.svg" - }, - { - "key": "access", - "value": "residents", - "description": "access=residents is displayed as \"This bin is only for residents\" by layer Waste Disposal Bins", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_disposal.md#access", - "icon_url": "./assets/layers/waste_disposal/waste_disposal.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_waste_basket.json b/Docs/TagInfo/mapcomplete_waste_basket.json deleted file mode 100644 index 7d93443006..0000000000 --- a/Docs/TagInfo/mapcomplete_waste_basket.json +++ /dev/null @@ -1,151 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Waste Baskets", - "description": "A map with waste baskets", - "project_url": "https://mapcomplete.org/waste_basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/themes/waste_basket/waste_basket.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "amenity", - "value": "waste_basket", - "description": "Features with this tag are displayed by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#images", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#images", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#images", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#images", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#images", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "description": "waste= is displayed as \"A waste basket for general waste\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "value": "trash", - "description": "waste=trash is displayed as \"A waste basket for general waste\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "value": "dog_excrement", - "description": "waste=dog_excrement is displayed as \"A waste basket for dog excrements\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "value": "cigarettes", - "description": "waste=cigarettes is displayed as \"A waste basket for cigarettes\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "value": "drugs", - "description": "waste=drugs is displayed as \"A waste basket for drugs\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "value": "sharps", - "description": "waste=sharps is displayed as \"A waste basket for needles and other sharp objects\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "value": "plastic", - "description": "waste=plastic is displayed as \"A waste basket for plastic\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "value": "pmd", - "description": "waste=pmd is displayed as \"A waste basket for plastic packaging, metal packaging and drink cartons (PMD)\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "waste", - "value": "paper", - "description": "waste=paper is displayed as \"A waste basket for paper\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#waste_basket_waste_types", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "vending", - "value": "excrement_bags", - "description": "vending=excrement_bags & not:vending= is displayed as \"This waste basket has a dispenser for (dog) excrement bags\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#dispensing_dog_bags", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "not:vending", - "description": "vending=excrement_bags & not:vending= is displayed as \"This waste basket has a dispenser for (dog) excrement bags\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#dispensing_dog_bags", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "not:vending", - "value": "excrement_bags", - "description": "not:vending=excrement_bags & vending= is displayed as \"This waste basket does not have a dispenser for (dog) excrement bags\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#dispensing_dog_bags", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "vending", - "description": "not:vending=excrement_bags & vending= is displayed as \"This waste basket does not have a dispenser for (dog) excrement bags\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#dispensing_dog_bags", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - }, - { - "key": "vending", - "description": "vending= is displayed as \"This waste basket does not have a dispenser for (dog) excrement bags\" by layer Waste Basket", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/waste_basket.md#dispensing_dog_bags", - "icon_url": "./assets/themes/waste_basket/waste_basket.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/TagInfo/mapcomplete_wayside_shrines.json b/Docs/TagInfo/mapcomplete_wayside_shrines.json deleted file mode 100644 index 3d5744a17b..0000000000 --- a/Docs/TagInfo/mapcomplete_wayside_shrines.json +++ /dev/null @@ -1,906 +0,0 @@ -{ - "data_format": 1, - "project": { - "name": "MapComplete Wayside shrines", - "description": "This map shows shrines and crosses found on the side of roads and paths, and allows adding new ones", - "project_url": "https://mapcomplete.org/wayside_shrines", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Themes", - "icon_url": "https://mapcomplete.org/assets/layers/wayside_shrine/shrine.svg", - "contact_name": "Pieter Vander Vennet", - "contact_email": "info@mapcomplete.org" - }, - "tags": [ - { - "key": "historic", - "value": "wayside_shrine", - "description": "Features with this tag are displayed by layer Wayside Shrines and Crosses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "historic", - "value": "wayside_cross", - "description": "Features with this tag are displayed by layer Wayside Shrines and Crosses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "id", - "description": "id~.+ is displayed as \"You just created this element! Thanks for sharing this info with the world and helping people worldwide.\" by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#just_created", - "icon_url": "./assets/svg/party.svg" - }, - { - "key": "image", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#images", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "panoramax", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#images", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "mapillary", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#images", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "wikidata", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#images", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "wikipedia", - "description": "Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#images", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"The name of this {title()} is {name}\" and can be updated. The question is \"What's the name of this {title()}?\" by layer Wayside Shrines and Crosses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#shrine_name", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "noname", - "value": "yes", - "description": "noname=yes is displayed as \"This shrine does not have a name\" by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#shrine_name", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "inscription", - "description": "Values of `inscription` are shown with \"The inscription is {inscription}\" and can be updated. The question is \"Is there an inscription?\" by layer Wayside Shrines and Crosses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#inscription", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "not:inscription", - "value": "yes", - "description": "not:inscription=yes is displayed as \"No inscription\" by layer Wayside Shrines and Crosses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#inscription", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "inscription", - "value": "Ave Maria", - "description": "inscription=Ave Maria is displayed as \"The inscription is Ave Maria\" by layer Wayside Shrines and Crosses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#inscription", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "inscription", - "value": "I.N.R.I", - "description": "inscription=I.N.R.I is displayed as \"The inscription is I.N.R.I.\" by layer Wayside Shrines and Crosses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#inscription", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "religion", - "description": "Values of `religion` are shown with \"This shrine is {religion}\" and can be updated. The question is \"To which religion is this shrine dedicated?\" by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#religion", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "religion", - "value": "christian", - "description": "religion=christian is displayed as \"This is a Christian shrine\" by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#religion", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "religion", - "value": "buddhist", - "description": "religion=buddhist is displayed as \"This is a Buddhist shrine\" by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#religion", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "religion", - "value": "hindu", - "description": "religion=hindu is displayed as \"This is a Hindu shrine\" by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#religion", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "religion", - "value": "jain", - "description": "religion=jain is displayed as \"This is a Jain shrine\" by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#religion", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "religion", - "value": "jewish", - "description": "religion=jewish is displayed as \"This is a Jewish shrine\" by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#religion", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "religion", - "value": "muslim", - "description": "religion=muslim is displayed as \"This is an Islamic shrine\" by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#religion", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "religion", - "value": "pagan", - "description": "religion=pagan is displayed as \"This is a Pagan shrine\" by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#religion", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "religion", - "value": "shinto", - "description": "religion=shinto is displayed as \"This is a Shinto shrine\" by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#religion", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "religion", - "value": "sikh", - "description": "religion=sikh is displayed as \"This is a Sikh shrine\" by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#religion", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "religion", - "value": "taoist", - "description": "religion=taoist is displayed as \"This is a Taoist shrine\" by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#religion", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "religion", - "value": "zoroastrian", - "description": "religion=zoroastrian is displayed as \"This is a Zoroastrian shrine\" by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#religion", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "denomination", - "description": "Values of `denomination` are shown with \"The religious denomination is {denomination}\" and can be updated. The question is \"What's the Christian denomination of this {title()}?\" by layer Wayside Shrines and Crosses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#denomination_christian", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "denomination", - "value": "catholic", - "description": "denomination=catholic is displayed as \"The religious subdenomination is Catholic\" by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#denomination_christian", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "denomination", - "value": "roman_catholic", - "description": "denomination=roman_catholic is displayed as \"The religious subdenomination is Roman Catholic\" by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#denomination_christian", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "denomination", - "value": "orthodox", - "description": "denomination=orthodox is displayed as \"The religious subdenomination is Orthodox\" by layers Wayside Shrines and Crosses, Wayside Shrines and Crosses, Artworks, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#denomination_christian", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "denomination", - "value": "greek_orthodox", - "description": "denomination=greek_orthodox is displayed as \"The religious subdenomination is Greek-Orthodox\" by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#denomination_christian", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "denomination", - "value": "russian_orthodox", - "description": "denomination=russian_orthodox is displayed as \"The religious subdenomination is Russian-Orthodox\" by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#denomination_christian", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "denomination", - "value": "serbian_orthodox", - "description": "denomination=serbian_orthodox is displayed as \"The religious subdenomination is Serbian Orthodox\" by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#denomination_christian", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "denomination", - "value": "protestant", - "description": "denomination=protestant is displayed as \"The religious subdenomination is Protestant\" by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#denomination_christian", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "denomination", - "value": "anglican", - "description": "denomination=anglican is displayed as \"The religious subdenomination is Anglican\" by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#denomination_christian", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "denomination", - "value": "adventist", - "description": "denomination=adventist is displayed as \"The religious subdenomination is Adventist\" by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#denomination_christian", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "denomination", - "value": "evangelical", - "description": "denomination=evangelical is displayed as \"The religious subdenomination is evangelical\" by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#denomination_christian", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "denomination", - "description": "Values of `denomination` are shown with \"The religious subdenomination is {denomination}\" and can be updated. The question is \"What's the Muslim denomination of this shrine?\" by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#denomination_muslim", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "denomination", - "value": "shia", - "description": "denomination=shia is displayed as \"The religious subdenomination is Shia\" by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#denomination_muslim", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "denomination", - "value": "sunni", - "description": "denomination=sunni is displayed as \"The religious subdenomination is Sunni\" by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#denomination_muslim", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "denomination", - "value": "sufi", - "description": "denomination=sufi is displayed as \"The religious subdenomination is Sufi\" by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#denomination_muslim", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "denomination", - "description": "Values of `denomination` are shown with \"The religious subdenomination is {denomination}\" and can be updated. The question is \"What's the Jewish denomination of this shrine?\" by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#denomination_jewish", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "denomination", - "value": "conservative", - "description": "denomination=conservative is displayed as \"The religious subdenomination is Conservative\" by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#denomination_jewish", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "denomination", - "value": "hasidic", - "description": "denomination=hasidic is displayed as \"The religious subdenomination is Hasidic\" by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#denomination_jewish", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "denomination", - "value": "reform", - "description": "denomination=reform is displayed as \"The religious subdenomination is Reform\" by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#denomination_jewish", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "denomination", - "description": "Values of `denomination` are shown with \"The denomination of this shrine is {denomination}\" and can be updated. The question is \"What's the denomination of this shrine?\" by layers Wayside Shrines and Crosses, Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#denomination_other", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "level", - "description": "Values of `level` are shown with \"Located on the {level}th floor\" and can be updated. The question is \"On what level is this feature located?\" by layer Wayside Shrines and Crosses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#single_level", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "location", - "value": "underground", - "description": "location=underground is displayed as \"Located underground\" by layer Wayside Shrines and Crosses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#single_level", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "level", - "value": "0", - "description": "level=0 is displayed as \"Located on the ground floor\" by layer Wayside Shrines and Crosses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#single_level", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "level", - "description": "level= is displayed as \"Located on the ground floor\" by layer Wayside Shrines and Crosses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#single_level", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "level", - "value": "1", - "description": "level=1 is displayed as \"Located on the first floor\" by layer Wayside Shrines and Crosses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#single_level", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "level", - "value": "-1", - "description": "level=-1 is displayed as \"Located on the first basement level\" by layer Wayside Shrines and Crosses", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/wayside_shrine.md#single_level", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "tourism", - "value": "artwork", - "description": "Features with this tag are displayed by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "description": "Values of `artwork_type` are shown with \"This is a {artwork_type}\" and can be updated. The question is \"What is the type of this artwork?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "architecture", - "description": "artwork_type=architecture is displayed as \"Architecture\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "mural", - "description": "artwork_type=mural is displayed as \"Mural\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "painting", - "description": "artwork_type=painting is displayed as \"Painting\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "sculpture", - "description": "artwork_type=sculpture is displayed as \"Sculpture\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "statue", - "description": "artwork_type=statue is displayed as \"Statue\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "bust", - "description": "artwork_type=bust is displayed as \"Bust\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "stone", - "description": "artwork_type=stone is displayed as \"Stone\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "installation", - "description": "artwork_type=installation is displayed as \"Installation\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "graffiti", - "description": "artwork_type=graffiti is displayed as \"Graffiti\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "relief", - "description": "artwork_type=relief is displayed as \"Relief\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "azulejo", - "description": "artwork_type=azulejo is displayed as \"Azulejo (Spanish decorative tilework)\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "tilework", - "description": "artwork_type=tilework is displayed as \"Tilework\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artwork_type", - "value": "woodcarving", - "description": "artwork_type=woodcarving is displayed as \"Woodcarving\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_artwork_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artist:wikidata", - "description": "Values of `artist:wikidata` are shown with \"This artwork was made by {wikidata_label(artist:wikidata):font-weight:bold}
{wikipedia(artist:wikidata)}\" and can be updated. The question is \"Who made this artwork?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_artist_wikidata", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "artist_name", - "description": "Values of `artist_name` are shown with \"Created by {artist_name}\" and can be updated. The question is \"Which artist created this?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_artist_name", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "website", - "description": "Values of `website` are shown with \"{link(More information on this website,&LBRACEwebsite&RBRACE,,,,)}\" and can be updated. The question is \"Is there a website with more information about this artwork?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_website", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "wikidata", - "description": "Values of `wikidata` are shown with \"{wikipedia():max-height:25rem}\" and can be updated. The question is \"What is the corresponding Wikidata entity?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#wikipedia", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "wikipedia", - "description": "wikipedia~.+ is displayed as \"{wikipedia():max-height:25rem}\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#wikipedia", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "wikidata", - "description": "wikidata= is displayed as \"No Wikipedia page has been linked yet\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#wikipedia", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "subject:wikidata", - "description": "Values of `subject:wikidata` are shown with \"This artwork depicts {wikidata_label(subject:wikidata)}{wikipedia(subject:wikidata)}\" and can be updated. The question is \"What does this artwork depict?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#artwork_subject", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "historic", - "value": "memorial", - "description": "historic=memorial is displayed as \"This artwork also serves as a memorial\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#doubles_as_memorial", - "icon_url": "./assets/layers/memorial/memorial.svg" - }, - { - "key": "historic", - "description": "historic= is displayed as \"This artwork does not serve as a memorial\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#doubles_as_memorial", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "description": "Values of `memorial` are shown with \"This is a {memorial}\" and can be updated. The question is \"What type of memorial is this?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "statue", - "description": "memorial=statue is displayed as \"This is a statue\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "plaque", - "description": "memorial=plaque is displayed as \"This is a plaque\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "bench", - "description": "memorial=bench is displayed as \"This is a commemorative bench\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "ghost_bike", - "description": "memorial=ghost_bike is displayed as \"This is a ghost bike - a bicycle painted white to remember a cyclist whom deceased because of a car crash\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "stolperstein", - "description": "memorial=stolperstein is displayed as \"This is a stolperstein (stumbing stone)\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "stele", - "description": "memorial=stele is displayed as \"This is a stele\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "stone", - "description": "memorial=stone is displayed as \"This is a memorial stone\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "bust", - "description": "memorial=bust is displayed as \"This is a bust\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "sculpture", - "description": "memorial=sculpture is displayed as \"This is a sculpture\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "obelisk", - "description": "memorial=obelisk is displayed as \"This is an obelisk\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "cross", - "description": "memorial=cross is displayed as \"This is a cross\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "blue_plaque", - "description": "memorial=blue_plaque is displayed as \"This is a blue plaque\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "tank", - "description": "memorial=tank is displayed as \"This is a historic tank, permanently placed in public space as memorial\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "memorial", - "value": "tree", - "description": "memorial=tree is displayed as \"This is a memorial tree\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "historic", - "value": "tomb", - "description": "historic=tomb is displayed as \"This is a gravestone; the person is buried here\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#memorial_type", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "inscription", - "description": "Values of `inscription` are shown with \"The inscription on this memorial reads:

{inscription}

\" and can be updated. The question is \"What is the inscription on this memorial?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#inscription", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "not:inscription", - "value": "yes", - "description": "not:inscription=yes is displayed as \"This memorial does not have an inscription\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#inscription", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "amenity", - "value": "bench", - "description": "amenity=bench is displayed as \"This artwork also serves as a bench\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#doubles_as_bench", - "icon_url": "./assets/layers/bench/bench.svg" - }, - { - "key": "amenity", - "description": "amenity= is displayed as \"This artwork does not serve as a bench\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#doubles_as_bench", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "backrest", - "value": "yes", - "description": "backrest=yes & two_sided=yes is displayed as \"This bench is two-sided and shares the backrest\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_backrest", - "icon_url": "./assets/layers/bench/two_sided.svg" - }, - { - "key": "two_sided", - "value": "yes", - "description": "backrest=yes & two_sided=yes is displayed as \"This bench is two-sided and shares the backrest\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_backrest", - "icon_url": "./assets/layers/bench/two_sided.svg" - }, - { - "key": "backrest", - "value": "yes", - "description": "backrest=yes is displayed as \"This bench does have a backrest\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_backrest", - "icon_url": "./assets/layers/bench/one_sided.svg" - }, - { - "key": "backrest", - "value": "no", - "description": "backrest=no is displayed as \"This bench does not have a backrest\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_backrest", - "icon_url": "./assets/layers/bench/no_backrest.svg" - }, - { - "key": "armrest", - "value": "yes", - "description": "armrest=yes is displayed as \"This bench does have one or more armrests\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_armrest", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "armrest", - "value": "no", - "description": "armrest=no is displayed as \"This bench does not have any armrests\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_armrest", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "seats", - "description": "Values of `seats` are shown with \"This bench has {seats} seats\" and can be updated. The question is \"How many seats does this bench have?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_seats", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "seats:separated", - "value": "no", - "description": "seats:separated=no is displayed as \"This bench does not have separated seats\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_seats", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "material", - "description": "Values of `material` are shown with \"Material: {material}\" and can be updated. The question is \"What is the bench (seating) made from?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_material", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "material", - "value": "wood", - "description": "material=wood is displayed as \"The seating is made from wood\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_material", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "material", - "value": "metal", - "description": "material=metal is displayed as \"The seating is made from metal\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_material", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "material", - "value": "stone", - "description": "material=stone is displayed as \"The seating is made from stone\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_material", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "material", - "value": "concrete", - "description": "material=concrete is displayed as \"The seating is made from concrete\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_material", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "material", - "value": "plastic", - "description": "material=plastic is displayed as \"The seating is made from plastic\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_material", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "material", - "value": "steel", - "description": "material=steel is displayed as \"The seating is made from steel\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_material", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "direction", - "description": "Values of `direction` are shown with \"When sitting on the bench, one looks towards {direction}°.\" and can be updated. The question is \"In which direction are you looking when sitting on the bench?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_direction", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "colour", - "description": "Values of `colour` are shown with \"Colour: {colour}\" and can be updated. The question is \"Which colour does this bench have?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_colour", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "colour", - "value": "brown", - "description": "colour=brown is displayed as \"Colour: brown\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_colour", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "colour", - "value": "green", - "description": "colour=green is displayed as \"Colour: green\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_colour", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "colour", - "value": "gray", - "description": "colour=gray is displayed as \"Colour: gray\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_colour", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "colour", - "value": "white", - "description": "colour=white is displayed as \"Colour: white\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_colour", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "colour", - "value": "red", - "description": "colour=red is displayed as \"Colour: red\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_colour", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "colour", - "value": "black", - "description": "colour=black is displayed as \"Colour: black\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_colour", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "colour", - "value": "blue", - "description": "colour=blue is displayed as \"Colour: blue\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_colour", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "colour", - "value": "yellow", - "description": "colour=yellow is displayed as \"Colour: yellow\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_colour", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "survey:date", - "description": "Values of `survey:date` are shown with \"This bench was last surveyed on {survey:date}\" and can be updated. The question is \"When was this bench last surveyed?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_survey_date", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "survey:date", - "description": "survey:date= is displayed as \"Surveyed today!\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_survey_date", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "inscription", - "description": "Values of `inscription` are shown with \"This bench has the following inscription:

{inscription}

\" and can be updated. The question is \"Does this bench have an inscription?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_inscription", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "not:inscription", - "value": "yes", - "description": "not:inscription=yes is displayed as \"This bench does not have an inscription\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_inscription", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "inscription", - "description": "inscription= is displayed as \"This bench probably does not not have an inscription\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_inscription", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "historic", - "value": "memorial", - "description": "historic=memorial is displayed as \"This bench is a memorial for someone or something\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_memorial", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "historic", - "description": "historic= & not:historic=memorial is displayed as \"This bench is a not a memorial for someone or something\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_memorial", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "not:historic", - "value": "memorial", - "description": "historic= & not:historic=memorial is displayed as \"This bench is a not a memorial for someone or something\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#bench_memorial", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "historic", - "value": "wayside_shrine", - "description": "historic=wayside_shrine is displayed as \"This artwork acts as a wayside shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#doubles_as_wayside_shrine", - "icon_url": "./assets/layers/wayside_shrine/shrine.svg" - }, - { - "key": "historic", - "description": "historic= is displayed as \"This artwork does not act as a wayside shrine\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#doubles_as_wayside_shrine", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "name", - "description": "Values of `name` are shown with \"The name of this shrine is {name}\" and can be updated. The question is \"What's the name of this shrine?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#shrine_name", - "icon_url": "./assets/themes/artwork/artwork.svg" - }, - { - "key": "denomination", - "description": "Values of `denomination` are shown with \"The religious denomination is {denomination}\" and can be updated. The question is \"What's the Christian denomination of the shrine?\" by layer Artworks", - "doc_url": "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Layers/artwork.md#denomination_christian", - "icon_url": "./assets/themes/artwork/artwork.svg" - } - ] -} \ No newline at end of file diff --git a/Docs/Tags_format.md b/Docs/Tags_format.md index 39fcb16004..a5dcc83c65 100644 --- a/Docs/Tags_format.md +++ b/Docs/Tags_format.md @@ -6,7 +6,7 @@ Tags format When creating the `json` file describing your layer or theme, you'll have to add a few tags to describe what you want. This document gives an overview of what every expression means and how it behaves in edge cases. -If the schema-files note a type [`TagConfigJson`](https://github.com/pietervdvn/MapComplete/blob/develop/src/Models/ThemeConfig/Json/TagConfigJson.ts), you can use one of these values. +If the schema-files note a type [`TagConfigJson`](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/src/Models/ThemeConfig/Json/TagConfigJson.ts), you can use one of these values. In some cases, not every type of tags-filter can be used. For example, _rendering_ an option with a regex is fine (`"if": "brand~[Bb]randname", "then":" The brand is Brandname"`); but this regex can not be used to write a value @@ -108,11 +108,11 @@ The regex is put within braces as to prevent runaway values. ## `!~i~` Value does *not* match case-invariant regex -A tag can also be tested against a regex with `key~i~regex`, where the case of the value will be ignored. The regex is still matched against the _entire_ value. This filter returns true if the value does *not* match +A tag can also be tested against a regex with `key~i~regex`, where the case of the value will be ignored. The regex is still matched against the _entire_ value (thus: a `^` and `$` are automatically added to start and end). This filter returns true if the value does *not* match ## `~~` Key and value should match given regex -Both the `key` and `value` part of this specification are interpreted as regexes, both the key and value musth completely match their respective regexes +Both the `key` and `value` part of this specification are interpreted as regexes, both the key and value must completely match their respective regexes (thus: a `^` and `$` are automatically added to start and end) ## `~i~~` Key and value should match a given regex; value is case-invariant diff --git a/Docs/Themes/architecture.md b/Docs/Themes/architecture.md index 1db572970d..4bf3c5846e 100644 --- a/Docs/Themes/architecture.md +++ b/Docs/Themes/architecture.md @@ -169,7 +169,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Themes/atm.md b/Docs/Themes/atm.md index 4d9344ca8f..31ca479631 100644 --- a/Docs/Themes/atm.md +++ b/Docs/Themes/atm.md @@ -120,7 +120,7 @@ The question is `Does this bank have an ATM?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button @@ -309,7 +309,7 @@ The question is `Does this post office have an ATM?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Themes/bag.md b/Docs/Themes/bag.md index 01bb55ea27..dc0e954cb8 100644 --- a/Docs/Themes/bag.md +++ b/Docs/Themes/bag.md @@ -108,7 +108,7 @@ The question is `What kind of building is this?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod @@ -150,7 +150,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* # bag_pand @@ -228,7 +228,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod @@ -273,7 +273,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod diff --git a/Docs/Themes/bookcases.md b/Docs/Themes/bookcases.md index d0463229f7..5d37f96fd5 100644 --- a/Docs/Themes/bookcases.md +++ b/Docs/Themes/bookcases.md @@ -9,6 +9,7 @@ The theme introduction reads: This theme contains the following layers: - [public_bookcase](../Layers/public_bookcase.md) + - [walls_and_buildings](../Layers/walls_and_buildings.md) Available languages: diff --git a/Docs/Themes/buurtnatuur.md b/Docs/Themes/buurtnatuur.md index be2f1a4075..30252807b3 100644 --- a/Docs/Themes/buurtnatuur.md +++ b/Docs/Themes/buurtnatuur.md @@ -155,7 +155,7 @@ The question is `Wat is de naam van dit gebied?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod @@ -256,7 +256,7 @@ The question is `Wat is de naam van dit gebied?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod @@ -358,7 +358,7 @@ The question is `Wat is de naam van dit gebied?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod diff --git a/Docs/Themes/circular_economy.md b/Docs/Themes/circular_economy.md index 52c155de19..6a90614fb7 100644 --- a/Docs/Themes/circular_economy.md +++ b/Docs/Themes/circular_economy.md @@ -15,6 +15,7 @@ This theme contains the following layers: - [assisted_repair](../Layers/assisted_repair.md) - [shops_second_hand (defined in this theme)](#shops_second_hand) - [shops](../Layers/shops.md) + - [walls_and_buildings](../Layers/walls_and_buildings.md) Available languages: @@ -141,7 +142,7 @@ Elements must match **any** of the following expressions: | [service:bicycle:diy](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:diy) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dno) [only_sold](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Donly_sold) | | [service:bicycle:cleaning](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dyes) [diy](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Ddiy) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dno) | | [service:bicycle:cleaning:charge](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:charge) | [string](../SpecialInputElements.md#string) | | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | | [organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) | @@ -636,7 +637,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` @@ -731,7 +732,7 @@ The question is `Is there still some relevant info that the previous questions d ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Themes/climbing.md b/Docs/Themes/climbing.md index 05da65078c..2f785b1899 100644 --- a/Docs/Themes/climbing.md +++ b/Docs/Themes/climbing.md @@ -151,7 +151,7 @@ Elements must match **all** of the following expressions: | [service:bicycle:diy](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:diy) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dno) [only_sold](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Donly_sold) | | [service:bicycle:cleaning](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dyes) [diy](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Ddiy) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dno) | | [service:bicycle:cleaning:charge](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:charge) | [string](../SpecialInputElements.md#string) | | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | | [organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) | @@ -653,7 +653,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` @@ -748,7 +748,7 @@ The question is `Is there still some relevant info that the previous questions d ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Themes/cycle_highways.md b/Docs/Themes/cycle_highways.md index 592348fb8b..ad40519e16 100644 --- a/Docs/Themes/cycle_highways.md +++ b/Docs/Themes/cycle_highways.md @@ -134,7 +134,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod @@ -250,7 +250,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod diff --git a/Docs/Themes/cyclenodes.md b/Docs/Themes/cyclenodes.md index 32a598f346..9d0e1d3554 100644 --- a/Docs/Themes/cyclenodes.md +++ b/Docs/Themes/cyclenodes.md @@ -55,6 +55,9 @@ Available languages: - [Basic tags for this layer](#basic-tags-for-this-layer) - [Supported attributes](#supported-attributes) + [images](#images) + + [name](#name) + + [ref](#ref) + + [ele](#ele) + [leftover-questions](#leftover-questions) + [move-button](#move-button) + [delete-button](#delete-button) @@ -102,7 +105,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod @@ -169,7 +172,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod @@ -205,15 +208,44 @@ Elements must match **all** of the following expressions: ## Supported attributes +**Warning:**,this quick overview is incomplete, + +| attribute | type | values which are supported by this layer | +-----|-----|----- | +| [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | | +| [ref](https://wiki.openstreetmap.org/wiki/Key:ref) | [string](../SpecialInputElements.md#string) | | +| [ele](https://wiki.openstreetmap.org/wiki/Key:ele) | [float](../SpecialInputElements.md#float) | | + ### images This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images _This tagrendering has no question and is thus read-only_ *{image_carousel()}{image_upload()}* +### name + +The question is `What is the name noted on this guidepost?` +*Name noted on the guidepost: {name}* is shown if `name` is set + + - *There is no name noted on this guidepost* is shown if with noname=yes + +### ref + +The question is `What is the reference number of this guidepost?` +*Reference number of the guidepost: {ref}* is shown if `ref` is set + + - *There is no reference number noted on this guidepost* is shown if with noref=yes + +### ele + +The question is `What is the elevation noted on this guidepost?` +*Elevation noted on the guidepost: {ele} m* is shown if `ele` is set + + - *There is no elevation noted on this guidepost* is shown if with noele=yes + ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Themes/cyclestreets.md b/Docs/Themes/cyclestreets.md index e60fd791df..e23329f37d 100644 --- a/Docs/Themes/cyclestreets.md +++ b/Docs/Themes/cyclestreets.md @@ -126,7 +126,7 @@ This tagrendering is only visible in the popup if the following condition is met ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### split_button @@ -206,7 +206,7 @@ This tagrendering is only visible in the popup if the following condition is met ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### split_button diff --git a/Docs/Themes/cyclofix.md b/Docs/Themes/cyclofix.md index 3f43b6675a..b5d655497f 100644 --- a/Docs/Themes/cyclofix.md +++ b/Docs/Themes/cyclofix.md @@ -354,7 +354,7 @@ The question is `What type of items are repaired here?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button @@ -580,7 +580,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button @@ -2163,7 +2163,7 @@ The question is `Is this vending machine still operational?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Themes/etymology.md b/Docs/Themes/etymology.md index dee0dde2b2..7a50f020f9 100644 --- a/Docs/Themes/etymology.md +++ b/Docs/Themes/etymology.md @@ -50,7 +50,8 @@ Available languages: + [zoeken op inventaris onroerend erfgoed](#zoeken-op-inventaris-onroerend-erfgoed) + [simple etymology](#simple-etymology) + [questions](#questions) - + [street-name-sign-image](#street-name-sign-image) + + [streetsign-image-carousel](#streetsign-image-carousel) + + [streetsign-upload](#streetsign-upload) + [minimap](#minimap) + [etymology_multi_apply](#etymology_multi_apply) + [wikipedia](#wikipedia) @@ -64,7 +65,8 @@ Available languages: + [zoeken op inventaris onroerend erfgoed](#zoeken-op-inventaris-onroerend-erfgoed) + [simple etymology](#simple-etymology) + [questions](#questions) - + [street-name-sign-image](#street-name-sign-image) + + [streetsign-image-carousel](#streetsign-image-carousel) + + [streetsign-upload](#streetsign-upload) + [minimap](#minimap) + [etymology_multi_apply](#etymology_multi_apply) + [wikipedia](#wikipedia) @@ -78,7 +80,8 @@ Available languages: + [zoeken op inventaris onroerend erfgoed](#zoeken-op-inventaris-onroerend-erfgoed) + [simple etymology](#simple-etymology) + [questions](#questions) - + [street-name-sign-image](#street-name-sign-image) + + [streetsign-image-carousel](#streetsign-image-carousel) + + [streetsign-upload](#streetsign-upload) + [minimap](#minimap) + [etymology_multi_apply](#etymology_multi_apply) + [wikipedia](#wikipedia) @@ -92,7 +95,8 @@ Available languages: + [zoeken op inventaris onroerend erfgoed](#zoeken-op-inventaris-onroerend-erfgoed) + [simple etymology](#simple-etymology) + [questions](#questions) - + [street-name-sign-image](#street-name-sign-image) + + [streetsign-image-carousel](#streetsign-image-carousel) + + [streetsign-upload](#streetsign-upload) + [minimap](#minimap) + [etymology_multi_apply](#etymology_multi_apply) + [wikipedia](#wikipedia) @@ -106,7 +110,8 @@ Available languages: + [zoeken op inventaris onroerend erfgoed](#zoeken-op-inventaris-onroerend-erfgoed) + [simple etymology](#simple-etymology) + [questions](#questions) - + [street-name-sign-image](#street-name-sign-image) + + [streetsign-image-carousel](#streetsign-image-carousel) + + [streetsign-upload](#streetsign-upload) + [minimap](#minimap) + [etymology_multi_apply](#etymology_multi_apply) + [wikipedia](#wikipedia) @@ -120,7 +125,8 @@ Available languages: + [zoeken op inventaris onroerend erfgoed](#zoeken-op-inventaris-onroerend-erfgoed) + [simple etymology](#simple-etymology) + [questions](#questions) - + [street-name-sign-image](#street-name-sign-image) + + [streetsign-image-carousel](#streetsign-image-carousel) + + [streetsign-upload](#streetsign-upload) + [minimap](#minimap) + [etymology_multi_apply](#etymology_multi_apply) + [wikipedia](#wikipedia) @@ -134,7 +140,8 @@ Available languages: + [zoeken op inventaris onroerend erfgoed](#zoeken-op-inventaris-onroerend-erfgoed) + [simple etymology](#simple-etymology) + [questions](#questions) - + [street-name-sign-image](#street-name-sign-image) + + [streetsign-image-carousel](#streetsign-image-carousel) + + [streetsign-upload](#streetsign-upload) + [minimap](#minimap) + [etymology_multi_apply](#etymology_multi_apply) + [wikipedia](#wikipedia) @@ -148,7 +155,8 @@ Available languages: + [zoeken op inventaris onroerend erfgoed](#zoeken-op-inventaris-onroerend-erfgoed) + [simple etymology](#simple-etymology) + [questions](#questions) - + [street-name-sign-image](#street-name-sign-image) + + [streetsign-image-carousel](#streetsign-image-carousel) + + [streetsign-upload](#streetsign-upload) + [minimap](#minimap) + [etymology_multi_apply](#etymology_multi_apply) + [wikipedia](#wikipedia) @@ -214,10 +222,15 @@ Show the questions block at this location _This tagrendering has no question and is thus read-only_ *{questions()}* -### street-name-sign-image +### streetsign-image-carousel _This tagrendering has no question and is thus read-only_ -*{image_carousel(image:streetsign)}
{image_upload(image:streetsign, Add image of a street name sign)}* +*{image_carousel(image:streetsign;panoramax:streetsign)}* + +### streetsign-upload + +_This tagrendering has no question and is thus read-only_ +*{image_upload(image:streetsign,Add image of a street name sign,)}* ### minimap @@ -300,10 +313,15 @@ Show the questions block at this location _This tagrendering has no question and is thus read-only_ *{questions()}* -### street-name-sign-image +### streetsign-image-carousel _This tagrendering has no question and is thus read-only_ -*{image_carousel(image:streetsign)}
{image_upload(image:streetsign, Add image of a street name sign)}* +*{image_carousel(image:streetsign;panoramax:streetsign)}* + +### streetsign-upload + +_This tagrendering has no question and is thus read-only_ +*{image_upload(image:streetsign,Add image of a street name sign,)}* ### minimap @@ -386,10 +404,15 @@ Show the questions block at this location _This tagrendering has no question and is thus read-only_ *{questions()}* -### street-name-sign-image +### streetsign-image-carousel _This tagrendering has no question and is thus read-only_ -*{image_carousel(image:streetsign)}
{image_upload(image:streetsign, Add image of a street name sign)}* +*{image_carousel(image:streetsign;panoramax:streetsign)}* + +### streetsign-upload + +_This tagrendering has no question and is thus read-only_ +*{image_upload(image:streetsign,Add image of a street name sign,)}* ### minimap @@ -472,10 +495,15 @@ Show the questions block at this location _This tagrendering has no question and is thus read-only_ *{questions()}* -### street-name-sign-image +### streetsign-image-carousel _This tagrendering has no question and is thus read-only_ -*{image_carousel(image:streetsign)}
{image_upload(image:streetsign, Add image of a street name sign)}* +*{image_carousel(image:streetsign;panoramax:streetsign)}* + +### streetsign-upload + +_This tagrendering has no question and is thus read-only_ +*{image_upload(image:streetsign,Add image of a street name sign,)}* ### minimap @@ -558,10 +586,15 @@ Show the questions block at this location _This tagrendering has no question and is thus read-only_ *{questions()}* -### street-name-sign-image +### streetsign-image-carousel _This tagrendering has no question and is thus read-only_ -*{image_carousel(image:streetsign)}
{image_upload(image:streetsign, Add image of a street name sign)}* +*{image_carousel(image:streetsign;panoramax:streetsign)}* + +### streetsign-upload + +_This tagrendering has no question and is thus read-only_ +*{image_upload(image:streetsign,Add image of a street name sign,)}* ### minimap @@ -644,10 +677,15 @@ Show the questions block at this location _This tagrendering has no question and is thus read-only_ *{questions()}* -### street-name-sign-image +### streetsign-image-carousel _This tagrendering has no question and is thus read-only_ -*{image_carousel(image:streetsign)}
{image_upload(image:streetsign, Add image of a street name sign)}* +*{image_carousel(image:streetsign;panoramax:streetsign)}* + +### streetsign-upload + +_This tagrendering has no question and is thus read-only_ +*{image_upload(image:streetsign,Add image of a street name sign,)}* ### minimap @@ -730,10 +768,15 @@ Show the questions block at this location _This tagrendering has no question and is thus read-only_ *{questions()}* -### street-name-sign-image +### streetsign-image-carousel _This tagrendering has no question and is thus read-only_ -*{image_carousel(image:streetsign)}
{image_upload(image:streetsign, Add image of a street name sign)}* +*{image_carousel(image:streetsign;panoramax:streetsign)}* + +### streetsign-upload + +_This tagrendering has no question and is thus read-only_ +*{image_upload(image:streetsign,Add image of a street name sign,)}* ### minimap @@ -816,10 +859,15 @@ Show the questions block at this location _This tagrendering has no question and is thus read-only_ *{questions()}* -### street-name-sign-image +### streetsign-image-carousel _This tagrendering has no question and is thus read-only_ -*{image_carousel(image:streetsign)}
{image_upload(image:streetsign, Add image of a street name sign)}* +*{image_carousel(image:streetsign;panoramax:streetsign)}* + +### streetsign-upload + +_This tagrendering has no question and is thus read-only_ +*{image_upload(image:streetsign,Add image of a street name sign,)}* ### minimap diff --git a/Docs/Themes/facadegardens.md b/Docs/Themes/facadegardens.md index 3d06ff664c..f8286e693a 100644 --- a/Docs/Themes/facadegardens.md +++ b/Docs/Themes/facadegardens.md @@ -144,7 +144,7 @@ The question is `Extra describing info about the garden (if needed and not yet d ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Themes/fritures.md b/Docs/Themes/fritures.md index 44749777d6..af8f3f7d47 100644 --- a/Docs/Themes/fritures.md +++ b/Docs/Themes/fritures.md @@ -139,7 +139,7 @@ Elements must match **all** of the following expressions: | [smoking](https://wiki.openstreetmap.org/wiki/Key:smoking) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dno) [outside](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Doutside) | | [service:electricity](https://wiki.openstreetmap.org/wiki/Key:service:electricity) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dlimited) [ask](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dask) [no](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dno) | | [dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | @@ -492,7 +492,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` @@ -523,7 +523,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Themes/ghostsigns.md b/Docs/Themes/ghostsigns.md index 7a31649d4f..3ab609eba5 100644 --- a/Docs/Themes/ghostsigns.md +++ b/Docs/Themes/ghostsigns.md @@ -202,7 +202,7 @@ The question is `Is this sign for a business that no longer exists or no longer ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button @@ -520,8 +520,8 @@ The question is `Does this artwork also double as wayside shrine?` ### shrine_name -The question is `What's the name of this shrine?` -*The name of this shrine is {name}* is shown if `name` is set +The question is `What's the name of this {title()}?` +*The name of this {title()} is {name}* is shown if `name` is set - *This shrine does not have a name* is shown if with noname=yes @@ -552,7 +552,7 @@ This tagrendering has labels ### denomination_christian -The question is `What's the Christian denomination of the shrine?` +The question is `What's the Christian denomination of this {title()}?` *The religious denomination is {denomination}* is shown if `denomination` is set - *The religious subdenomination is Catholic* is shown if with denomination=catholic @@ -609,7 +609,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Themes/glutenfree.md b/Docs/Themes/glutenfree.md index c018cdbba4..488bdae045 100644 --- a/Docs/Themes/glutenfree.md +++ b/Docs/Themes/glutenfree.md @@ -216,7 +216,7 @@ Elements must match **all** of the following expressions: | [smoking](https://wiki.openstreetmap.org/wiki/Key:smoking) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dno) [outside](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Doutside) | | [service:electricity](https://wiki.openstreetmap.org/wiki/Key:service:electricity) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dlimited) [ask](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dask) [no](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dno) | | [dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | @@ -569,7 +569,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` @@ -600,7 +600,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button @@ -871,7 +871,7 @@ The question is `Is this place accessible with a wheelchair?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button @@ -967,7 +967,7 @@ Elements must match **all** of the following expressions: | [service:bicycle:diy](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:diy) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dno) [only_sold](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Donly_sold) | | [service:bicycle:cleaning](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dyes) [diy](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Ddiy) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dno) | | [service:bicycle:cleaning:charge](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:charge) | [string](../SpecialInputElements.md#string) | | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | | [organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) | @@ -1473,7 +1473,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` @@ -1555,7 +1555,7 @@ The question is `Is there still some relevant info that the previous questions d ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Themes/grb.md b/Docs/Themes/grb.md index 22af4114ad..c03cd52c4c 100644 --- a/Docs/Themes/grb.md +++ b/Docs/Themes/grb.md @@ -158,7 +158,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod @@ -272,7 +272,7 @@ This tagrendering is only visible in the popup if the following condition is met ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod @@ -301,7 +301,7 @@ Elements must match the expression ** [service:bicycle:diy](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:diy) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dno) [only_sold](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Donly_sold) | | [service:bicycle:cleaning](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dyes) [diy](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Ddiy) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dno) | | [service:bicycle:cleaning:charge](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:charge) | [string](../SpecialInputElements.md#string) | | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | | [organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) | @@ -652,7 +652,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` @@ -747,7 +747,7 @@ The question is `Is there still some relevant info that the previous questions d ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Themes/kerbs_and_crossings.md b/Docs/Themes/kerbs_and_crossings.md index 6191de4c2c..9e49c4c0eb 100644 --- a/Docs/Themes/kerbs_and_crossings.md +++ b/Docs/Themes/kerbs_and_crossings.md @@ -39,7 +39,7 @@ Available languages: - [Basic tags for this layer](#basic-tags-for-this-layer) - [Supported attributes](#supported-attributes) + [images](#images) - + [crossing-type](#crossing-type) + + [signals](#signals) + [markings](#markings) + [crossing-bicycle-allowed](#crossing-bicycle-allowed) + [crossing-has-island](#crossing-has-island) @@ -86,11 +86,11 @@ Elements must match the expression ** [crossing](https://wiki.openstreetmap.org/wiki/Key:crossing) | Multiple choice | [uncontrolled](https://wiki.openstreetmap.org/wiki/Tag:crossing%3Duncontrolled) [traffic_signals](https://wiki.openstreetmap.org/wiki/Tag:crossing%3Dtraffic_signals) | +| [crossing:signals](https://wiki.openstreetmap.org/wiki/Key:crossing:signals) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:crossing:signals%3Dno) [yes](https://wiki.openstreetmap.org/wiki/Tag:crossing:signals%3Dyes) | | [crossing:markings](https://wiki.openstreetmap.org/wiki/Key:crossing:markings) | [string](../SpecialInputElements.md#string) | [no](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dno) [zebra](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dzebra) [lines](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dlines) [ladder](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dladder) [dashes](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Ddashes) [dots](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Ddots) [surface](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dsurface) [ladder:skewed](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dladder:skewed) [zebra:paired](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dzebra:paired) [zebra:bicolour](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dzebra:bicolour) [zebra:double](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dzebra:double) [pictograms](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dpictograms) [ladder:paired](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dladder:paired) [lines:paired](https://wiki.openstreetmap.org/wiki/Tag:crossing:markings%3Dlines:paired) | | [bicycle](https://wiki.openstreetmap.org/wiki/Key:bicycle) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:bicycle%3Dno) | | [crossing:island](https://wiki.openstreetmap.org/wiki/Key:crossing:island) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:crossing:island%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:crossing:island%3Dno) | -| [tactile_paving](https://wiki.openstreetmap.org/wiki/Key:tactile_paving) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dno) | +| [tactile_paving](https://wiki.openstreetmap.org/wiki/Key:tactile_paving) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dno) [partial](https://wiki.openstreetmap.org/wiki/Tag:tactile_paving%3Dpartial) | | [button_operated](https://wiki.openstreetmap.org/wiki/Key:button_operated) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:button_operated%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:button_operated%3Dno) | | [traffic_signals:sound](https://wiki.openstreetmap.org/wiki/Key:traffic_signals:sound) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:sound%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:sound%3Dno) [locate](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:sound%3Dlocate) [walk](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:sound%3Dwalk) | | [traffic_signals:vibration](https://wiki.openstreetmap.org/wiki/Key:traffic_signals:vibration) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:vibration%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:traffic_signals:vibration%3Dno) | @@ -104,14 +104,13 @@ This block shows the known images which are linked with the `image`-keys, but al _This tagrendering has no question and is thus read-only_ *{image_carousel()}{image_upload()}* -### crossing-type +### signals -The question is `What kind of crossing is this?` +The question is `Are there traffic signals at this crossing?` - - *Crossing, without traffic lights* is shown if with crossing=uncontrolled - - *Crossing with traffic signals* is shown if with crossing=traffic_signals - - *Zebra crossing* is shown if with crossing=zebra. _This option cannot be chosen as answer_ - - *Crossing without crossing markings* is shown if with crossing=unmarked. _This option cannot be chosen as answer_ + - *There are no traffic signals at this crossing* is shown if with crossing:signals=no + - *There are traffic signals at this crossing* is shown if with crossing:signals=yes + - *There are traffic signals at this crossing* is shown if with crossing=traffic_signals. _This option cannot be chosen as answer_ This tagrendering is only visible in the popup if the following condition is met: highway=crossing @@ -136,6 +135,8 @@ The question is `What kind of markings does this crossing have?` - *This crossing has lines on either side of the crossing, along with bars connecting them, with an interruption in every bar* is shown if with crossing:markings=ladder:paired - *This crossing has double lines on either side of the crossing* is shown if with crossing:markings=lines:paired +This tagrendering is only visible in the popup if the following condition is met: highway=crossing + ### crossing-bicycle-allowed The question is `Is this crossing also for bicycles?` @@ -161,6 +162,7 @@ The question is `Does this crossing have tactile paving?` - *This crossing has tactile paving* is shown if with tactile_paving=yes - *This crossing does not have tactile paving* is shown if with tactile_paving=no - *This crossing has tactile paving, but is not correct* is shown if with tactile_paving=incorrect. _This option cannot be chosen as answer_ + - *This crrosing has tactile paving, but only on one side* is shown if with tactile_paving=partial This tagrendering is only visible in the popup if the following condition is met: highway=crossing @@ -234,7 +236,7 @@ This tagrendering is only visible in the popup if the following condition is met ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Themes/lactosefree.md b/Docs/Themes/lactosefree.md index 23cc84c507..a5b26ba6f4 100644 --- a/Docs/Themes/lactosefree.md +++ b/Docs/Themes/lactosefree.md @@ -212,7 +212,7 @@ Elements must match **all** of the following expressions: | [smoking](https://wiki.openstreetmap.org/wiki/Key:smoking) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dno) [outside](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Doutside) | | [service:electricity](https://wiki.openstreetmap.org/wiki/Key:service:electricity) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dlimited) [ask](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dask) [no](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dno) | | [dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | @@ -565,7 +565,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` @@ -596,7 +596,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button @@ -867,7 +867,7 @@ The question is `Is this place accessible with a wheelchair?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button @@ -963,7 +963,7 @@ Elements must match **all** of the following expressions: | [service:bicycle:diy](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:diy) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dno) [only_sold](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Donly_sold) | | [service:bicycle:cleaning](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dyes) [diy](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Ddiy) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dno) | | [service:bicycle:cleaning:charge](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:charge) | [string](../SpecialInputElements.md#string) | | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | | [organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) | @@ -1469,7 +1469,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` @@ -1551,7 +1551,7 @@ The question is `Is there still some relevant info that the previous questions d ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Themes/mapcomplete-changes.md b/Docs/Themes/mapcomplete-changes.md index 567764376d..89d6423f78 100644 --- a/Docs/Themes/mapcomplete-changes.md +++ b/Docs/Themes/mapcomplete-changes.md @@ -116,7 +116,7 @@ The question is `What version of MapComplete was used to make this change?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod diff --git a/Docs/Themes/onwheels.md b/Docs/Themes/onwheels.md index 5a5914e178..0826d1b968 100644 --- a/Docs/Themes/onwheels.md +++ b/Docs/Themes/onwheels.md @@ -102,7 +102,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod @@ -142,7 +142,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Themes/openlovemap.md b/Docs/Themes/openlovemap.md index a6f68a1a28..fb0ed8f871 100644 --- a/Docs/Themes/openlovemap.md +++ b/Docs/Themes/openlovemap.md @@ -191,7 +191,7 @@ Elements must match the expression ** [service:bicycle:diy](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:diy) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dno) [only_sold](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Donly_sold) | | [service:bicycle:cleaning](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dyes) [diy](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Ddiy) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dno) | | [service:bicycle:cleaning:charge](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:charge) | [string](../SpecialInputElements.md#string) | | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | | [organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) | @@ -687,7 +687,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` @@ -799,7 +799,7 @@ The question is `Does {title()} have a private video booth?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button @@ -1287,7 +1287,7 @@ The question is `Does {title()} have a private video booth?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button @@ -1424,7 +1424,7 @@ The question is `Does {title()} have a private video booth?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Themes/personal.md b/Docs/Themes/personal.md index 072df8b90b..287f7cde1b 100644 --- a/Docs/Themes/personal.md +++ b/Docs/Themes/personal.md @@ -10,6 +10,7 @@ This theme contains the following layers: - [advertising](../Layers/advertising.md) - [aerialway](../Layers/aerialway.md) + - [all_streets](../Layers/all_streets.md) - [ambulancestation](../Layers/ambulancestation.md) - [animal_shelter](../Layers/animal_shelter.md) - [artwork](../Layers/artwork.md) @@ -140,6 +141,7 @@ This theme contains the following layers: - [transit_stops](../Layers/transit_stops.md) - [tree_node](../Layers/tree_node.md) - [trolley_bay](../Layers/trolley_bay.md) + - [utility_pole](../Layers/utility_pole.md) - [vending_machine](../Layers/vending_machine.md) - [veterinary](../Layers/veterinary.md) - [viewpoint](../Layers/viewpoint.md) diff --git a/Docs/Themes/pets.md b/Docs/Themes/pets.md index 42ab12c252..9af35bf7ce 100644 --- a/Docs/Themes/pets.md +++ b/Docs/Themes/pets.md @@ -14,6 +14,7 @@ This theme contains the following layers: - [dog_toilet](../Layers/dog_toilet.md) - [food_dog_friendly (defined in this theme)](#food_dog_friendly) - [food](../Layers/food.md) + - [pet_shops (defined in this theme)](#pet_shops) - [shop_dog_friendly (defined in this theme)](#shop_dog_friendly) - [shops](../Layers/shops.md) - [waste_basket_dogs (defined in this theme)](#waste_basket_dogs) @@ -91,7 +92,8 @@ Available languages: + [delete-button](#delete-button) + [lod](#lod) - [Filters](#filters) -3. [shop_dog_friendly](#shop_dog_friendly) +3. [pet_shops](#pet_shops) + - [Presets](#presets) - [Basic tags for this layer](#basic-tags-for-this-layer) - [Supported attributes](#supported-attributes) + [images](#images) @@ -142,7 +144,58 @@ Available languages: + [delete-button](#delete-button) + [lod](#lod) - [Filters](#filters) -4. [waste_basket_dogs](#waste_basket_dogs) +4. [shop_dog_friendly](#shop_dog_friendly) + - [Basic tags for this layer](#basic-tags-for-this-layer) + - [Supported attributes](#supported-attributes) + + [images](#images) + + [reviews](#reviews) + + [shops-name](#shops-name) + + [shop_types](#shop_types) + + [brand](#brand) + + [second_hand](#second_hand) + + [opening_hours](#opening_hours) + + [Opening hours](#opening-hours) + + [website](#website) + + [email](#email) + + [phone](#phone) + + [payment-options](#payment-options) + + [repeated](#repeated) + + [single_level](#single_level) + + [copyshop-print-sizes](#copyshop-print-sizes) + + [copyshop-binding](#copyshop-binding) + + [optometrist_service](#optometrist_service) + + [key_cutter](#key_cutter) + + [sells_new_bikes](#sells_new_bikes) + + [bike_second_hand](#bike_second_hand) + + [repairs_bikes](#repairs_bikes) + + [bicycle_rental](#bicycle_rental) + + [bicycle-types](#bicycle-types) + + [rental-capacity-city_bike](#rental-capacity-city_bike) + + [rental-capacity-ebike](#rental-capacity-ebike) + + [rental-capacity-kid_bike](#rental-capacity-kid_bike) + + [rental-capacity-bmx](#rental-capacity-bmx) + + [rental-capacity-mtb](#rental-capacity-mtb) + + [rental-capacity-bicycle_pannier](#rental-capacity-bicycle_pannier) + + [rental-capacity-tandem_bicycle](#rental-capacity-tandem_bicycle) + + [bike_pump_service](#bike_pump_service) + + [bike_repair_tools](#bike_repair_tools) + + [bike_wash](#bike_wash) + + [bike_cleaning-service_bicycle_cleaning_charge](#bike_cleaning-service_bicycle_cleaning_charge) + + [internet](#internet) + + [internet-fee](#internet-fee) + + [internet-ssid](#internet-ssid) + + [organic](#organic) + + [sugar_free](#sugar_free) + + [gluten_free](#gluten_free) + + [lactose_free](#lactose_free) + + [dog-access](#dog-access) + + [description](#description) + + [leftover-questions](#leftover-questions) + + [move-button](#move-button) + + [delete-button](#delete-button) + + [lod](#lod) + - [Filters](#filters) +5. [waste_basket_dogs](#waste_basket_dogs) - [Basic tags for this layer](#basic-tags-for-this-layer) - [Supported attributes](#supported-attributes) + [images](#images) @@ -210,7 +263,7 @@ Elements must match **all** of the following expressions: | [smoking](https://wiki.openstreetmap.org/wiki/Key:smoking) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Dno) [outside](https://wiki.openstreetmap.org/wiki/Tag:smoking%3Doutside) | | [service:electricity](https://wiki.openstreetmap.org/wiki/Key:service:electricity) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dlimited) [ask](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dask) [no](https://wiki.openstreetmap.org/wiki/Tag:service:electricity%3Dno) | | [dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | @@ -563,7 +616,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` @@ -594,7 +647,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button @@ -707,7 +760,7 @@ This tagrendering has labels -----|-----|----- | | has_internet.0 | Offers internet | internet_access=wlan | internet_access=yes | internet_access=wired | -# shop_dog_friendly +# pet_shops This layer is based on [shops](../Layers/shops.md) @@ -717,15 +770,17 @@ A shop No themes use this layer +## Presets + +The following options to create new points are included: + + - **a pet shop** which has the following tags:shop=pet + ## Basic tags for this layer -Elements must match **all** of the following expressions: +Elements must match the expression **shop=pet** -0. craft=shoe_repair | craft=key_cutter | shop~.+ -1. dog=leashed | dog=yes -2. shop!=mall - -[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22craft%22%3D%22shoe_repair%22%5D%5B%22dog%22%3D%22leashed%22%5D%5B%22shop%22!%3D%22mall%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22craft%22%3D%22shoe_repair%22%5D%5B%22dog%22%3D%22yes%22%5D%5B%22shop%22!%3D%22mall%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22craft%22%3D%22key_cutter%22%5D%5B%22dog%22%3D%22leashed%22%5D%5B%22shop%22!%3D%22mall%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22craft%22%3D%22key_cutter%22%5D%5B%22dog%22%3D%22yes%22%5D%5B%22shop%22!%3D%22mall%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22shop%22%5D%5B%22dog%22%3D%22leashed%22%5D%5B%22shop%22!%3D%22mall%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22shop%22%5D%5B%22dog%22%3D%22yes%22%5D%5B%22shop%22!%3D%22mall%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) +[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22shop%22%3D%22pet%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) ## Supported attributes @@ -760,7 +815,7 @@ Elements must match **all** of the following expressions: | [service:bicycle:diy](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:diy) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dno) [only_sold](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Donly_sold) | | [service:bicycle:cleaning](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dyes) [diy](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Ddiy) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dno) | | [service:bicycle:cleaning:charge](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:charge) | [string](../SpecialInputElements.md#string) | | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | | [organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) | @@ -1255,7 +1310,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` @@ -1350,7 +1405,875 @@ The question is `Is there still some relevant info that the previous questions d ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* + +### move-button + +_This tagrendering has no question and is thus read-only_ +*{move_button()}* + +### delete-button + +_This tagrendering has no question and is thus read-only_ +*{delete_button()}* + +### lod + +_This tagrendering has no question and is thus read-only_ +*{linked_data_from_website()}* + +This tagrendering has labels +`added_by_default` + +## Filters + +| id | question | osmTags | +-----|-----|----- | +| shop_types.0 | *What kind of shop is this?* (default) | | +| shop_types.1 | Bicycle rental shop | shop=bicycle_rental | ((shop=rental & amenity=bicycle_rental)) | +| shop_types.2 | Farm Supply Shop | shop=agrarian | +| shop_types.3 | Liquor Store | shop=alcohol | +| shop_types.4 | Anime / Manga Shop | shop=anime | +| shop_types.5 | Antique Shop | shop=antiques | +| shop_types.6 | Appliance Store | shop=appliance | +| shop_types.7 | Art Store | shop=art | +| shop_types.8 | Baby Goods Store | shop=baby_goods | +| shop_types.9 | Bag/Luggage Store | shop=bag | +| shop_types.10 | Bakery | shop=bakery | +| shop_types.11 | Bathroom Furnishing Store | shop=bathroom_furnishing | +| shop_types.12 | Beauty Shop | shop=beauty | +| shop_types.13 | Bedding/Mattress Store | shop=bed | +| shop_types.14 | Beverage Store | shop=beverages | +| shop_types.15 | Bicycle Shop | shop=bicycle | +| shop_types.16 | Boat Store | shop=boat | +| shop_types.17 | Bookmaker | shop=bookmaker | +| shop_types.18 | Bookstore | shop=books | +| shop_types.19 | Brewing Supply Store | shop=brewing_supplies | +| shop_types.20 | Butcher | shop=butcher | +| shop_types.21 | Camera Equipment Store | shop=camera | +| shop_types.22 | Candle Shop | shop=candles | +| shop_types.23 | Cannabis Shop | shop=cannabis | +| shop_types.24 | Car Dealership | shop=car | +| shop_types.25 | Car Parts Store | shop=car_parts | +| shop_types.26 | Car Repair Shop | shop=car_repair | +| shop_types.27 | RV Dealership | shop=caravan | +| shop_types.28 | Carpet Store | shop=carpet | +| shop_types.29 | Catalog Shop | shop=catalogue | +| shop_types.30 | Charity Store | shop=charity | +| shop_types.31 | Cheese Store | shop=cheese | +| shop_types.32 | Drugstore | shop=chemist | +| shop_types.33 | Chocolate Store | shop=chocolate | +| shop_types.34 | Clothing Store | shop=clothes | +| shop_types.35 | Coffee Store | shop=coffee | +| shop_types.36 | Collectibles Shop | shop=collector | +| shop_types.37 | Computer Store | shop=computer | +| shop_types.38 | Candy Store | shop=confectionery | +| shop_types.39 | Convenience Store | shop=convenience | +| shop_types.40 | Copy Store | shop=copyshop | +| shop_types.41 | Cosmetics Store | shop=cosmetics | +| shop_types.42 | Rural Supplies Store | shop=country_store | +| shop_types.43 | Arts & Crafts Store | shop=craft | +| shop_types.44 | Curtain Store | shop=curtain | +| shop_types.45 | Dairy Store | shop=dairy | +| shop_types.46 | Delicatessen | shop=deli | +| shop_types.47 | Department Store | shop=department_store | +| shop_types.48 | DIY Store | shop=doityourself | +| shop_types.49 | Door Shop | shop=doors | +| shop_types.50 | Dry Cleaner | shop=dry_cleaning | +| shop_types.51 | E-Cigarette Shop | shop=e-cigarette | +| shop_types.52 | Electrical Equipment Store | shop=electrical | +| shop_types.53 | Electronics Store | shop=electronics | +| shop_types.54 | Erotic Store | shop=erotic | +| shop_types.55 | Fabric Store | shop=fabric | +| shop_types.56 | Produce Stand | shop=farm | +| shop_types.57 | Fashion Accessories Store | shop=fashion_accessories | +| shop_types.58 | Fireplace Store | shop=fireplace | +| shop_types.59 | Fishing Shop | shop=fishing | +| shop_types.60 | Flooring Supply Shop | shop=flooring | +| shop_types.61 | Florist | shop=florist | +| shop_types.62 | Framing Shop | shop=frame | +| shop_types.63 | Frozen Food Store | shop=frozen_food | +| shop_types.64 | Fuel Shop | shop=fuel | +| shop_types.65 | Funeral Home | shop=funeral_directors | +| shop_types.66 | Furniture Store | shop=furniture | +| shop_types.67 | Tabletop Game Store | shop=games | +| shop_types.68 | Garden Center | shop=garden_centre | +| shop_types.69 | Bottled Gas Shop | shop=gas | +| shop_types.70 | General Store | shop=general | +| shop_types.71 | Gift Shop | shop=gift | +| shop_types.72 | Greengrocer | shop=greengrocer | +| shop_types.73 | Hairdresser | shop=hairdresser | +| shop_types.74 | Hairdresser Supply Store | shop=hairdresser_supply | +| shop_types.75 | Hardware Store | shop=hardware | +| shop_types.76 | Health Food Store | shop=health_food | +| shop_types.77 | Hearing Aids Store | shop=hearing_aids | +| shop_types.78 | Herbalist | shop=herbalist | +| shop_types.79 | Hifi Store | shop=hifi | +| shop_types.80 | Honey Store | shop=honey | +| shop_types.81 | Household Linen Shop | shop=household_linen | +| shop_types.82 | Houseware Store | shop=houseware | +| shop_types.83 | Hunting Shop | shop=hunting | +| shop_types.84 | Interior Decoration Store | shop=interior_decoration | +| shop_types.85 | Jewelry Store | shop=jewelry | +| shop_types.86 | Kiosk | shop=kiosk | +| shop_types.87 | Kitchen Design Store | shop=kitchen | +| shop_types.88 | Laundry | shop=laundry | +| shop_types.89 | Leather Store | shop=leather | +| shop_types.90 | Lighting Store | shop=lighting | +| shop_types.91 | Locksmith | shop=locksmith | +| shop_types.92 | Lottery Shop | shop=lottery | +| shop_types.93 | Mall | shop=mall | +| shop_types.94 | Massage Shop | shop=massage | +| shop_types.95 | Medical Supply Store | shop=medical_supply | +| shop_types.96 | Military Surplus Store | shop=military_surplus | +| shop_types.97 | Mobile Phone Store | shop=mobile_phone | +| shop_types.98 | Model Shop | shop=model | +| shop_types.99 | Money Lender | shop=money_lender | +| shop_types.100 | Motorcycle Dealership | shop=motorcycle | +| shop_types.101 | Motorcycle Repair Shop | shop=motorcycle_repair | +| shop_types.102 | Music Store | shop=music | +| shop_types.103 | Musical Instrument Store | shop=musical_instrument | +| shop_types.104 | Newsstand | shop=newsagent | +| shop_types.105 | Nutrition Supplements Store | shop=nutrition_supplements | +| shop_types.106 | Nuts Shop | shop=nuts | +| shop_types.107 | Optician | shop=optician | +| shop_types.108 | Outdoors Store | shop=outdoor | +| shop_types.109 | Online Retailer Outpost | shop=outpost | +| shop_types.110 | Paint Store | shop=paint | +| shop_types.111 | Party Supply Store | shop=party | +| shop_types.112 | Pasta Store | shop=pasta | +| shop_types.113 | Pastry Shop | shop=pastry | +| shop_types.114 | Pawnshop | shop=pawnbroker | +| shop_types.115 | Perfume Store | shop=perfumery | +| shop_types.116 | Pet Store | shop=pet | +| shop_types.117 | Pet Groomer | shop=pet_grooming | +| shop_types.118 | Photography Store | shop=photo | +| shop_types.119 | Pottery Store | shop=pottery | +| shop_types.120 | Printer Ink Store | shop=printer_ink | +| shop_types.121 | Psychic | shop=psychic | +| shop_types.122 | Fireworks Store | shop=pyrotechnics | +| shop_types.123 | Radio/Electronic Component Store | shop=radiotechnics | +| shop_types.124 | Religious Store | shop=religion | +| shop_types.125 | Rental Shop | shop=rental | +| shop_types.126 | Repair Shop | shop=repair | +| shop_types.127 | Rice Store | shop=rice | +| shop_types.128 | Scuba Diving Shop | shop=scuba_diving | +| shop_types.129 | Seafood Shop | shop=seafood | +| shop_types.130 | Thrift Store | shop=second_hand | +| shop_types.131 | Sewing Supply Shop | shop=sewing | +| shop_types.132 | Shoe Repair Shop | shop=shoe_repair | +| shop_types.133 | Shoe Store | shop=shoes | +| shop_types.134 | Spice Shop | shop=spices | +| shop_types.135 | Sporting Goods Store | shop=sports | +| shop_types.136 | Stationery Store | shop=stationery | +| shop_types.137 | Storage Rental | shop=storage_rental | +| shop_types.138 | Supermarket | shop=supermarket | +| shop_types.139 | Pool Supply Store | shop=swimming_pool | +| shop_types.140 | Tailor | shop=tailor | +| shop_types.141 | Tattoo Parlor | shop=tattoo | +| shop_types.142 | Tea Store | shop=tea | +| shop_types.143 | Telecom Retail Store | shop=telecommunication | +| shop_types.144 | Ticket Seller | shop=ticket | +| shop_types.145 | Tile Shop | shop=tiles | +| shop_types.146 | Tobacco Shop | shop=tobacco | +| shop_types.147 | Tool Rental | shop=tool_hire | +| shop_types.148 | Toy Store | shop=toys | +| shop_types.149 | Trade Shop | shop=trade | +| shop_types.150 | Travel Agency | shop=travel_agency | +| shop_types.151 | Trophy Shop | shop=trophy | +| shop_types.152 | Tire Store | shop=tyres | +| shop_types.153 | Vacuum Cleaner Store | shop=vacuum_cleaner | +| shop_types.154 | Discount Store | shop=variety_store | +| shop_types.155 | Video Store | shop=video | +| shop_types.156 | Video Game Store | shop=video_games | +| shop_types.157 | Watches Shop | shop=watches | +| shop_types.158 | Drinking Water Shop | shop=water | +| shop_types.159 | Watersport/Swim Shop | shop=water_sports | +| shop_types.160 | Weapon Shop | shop=weapons | +| shop_types.161 | Wholesale Store | shop=wholesale | +| shop_types.162 | Wig Shop | shop=wigs | +| shop_types.163 | Window Blind Store | shop=window_blind | +| shop_types.164 | Wine Shop | shop=wine | +| shop_types.165 | This shop is no longer used. It is vacant | disused:shop= | (shop=disused | shop=vacant | disused:shop~^(.+)$ | abandoned:shop~^(.+)$) | + +| id | question | osmTags | +-----|-----|----- | +| open_now.0 | Now open | _isOpen=yes | + +| id | question | osmTags | +-----|-----|----- | +| accepts_cash.0 | Accepts cash | payment:cash=yes | + +| id | question | osmTags | +-----|-----|----- | +| accepts_cards.0 | Accepts payment cards | payment:cards=yes | + +| id | question | osmTags | +-----|-----|----- | +| has_internet.0 | Offers internet | internet_access=wlan | internet_access=yes | internet_access=wired | + +| id | question | osmTags | +-----|-----|----- | +| sugar_free.0 | Has a sugar-free offering | diet:sugar_free=yes | diet:sugar_free=only | diet:sugar_free=limited | + +| id | question | osmTags | +-----|-----|----- | +| gluten_free.0 | Has a gluten free offering | diet:gluten_free=yes | diet:gluten_free=only | diet:gluten_free=limited | + +| id | question | osmTags | +-----|-----|----- | +| lactose_free.0 | Has a lactose free offering | diet:lactose_free=yes | diet:lactose_free=only | diet:lactose_free=limited | + +| id | question | osmTags | +-----|-----|----- | +| dogs.0 | *No preference towards dogs* (default) | | +| dogs.1 | Dogs allowed | dog=unleashed | dog=yes | +| dogs.2 | No dogs allowed | dog=no | + +# shop_dog_friendly + +This layer is based on [shops](../Layers/shops.md) + +A shop + + - This layer is shown at zoomlevel **15** and higher + +No themes use this layer + +## Basic tags for this layer + +Elements must match **all** of the following expressions: + +0. craft=shoe_repair | craft=key_cutter | shop~.+ +1. dog=leashed | dog=yes +2. shop!=mall + +[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22craft%22%3D%22shoe_repair%22%5D%5B%22dog%22%3D%22leashed%22%5D%5B%22shop%22!%3D%22mall%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22craft%22%3D%22shoe_repair%22%5D%5B%22dog%22%3D%22yes%22%5D%5B%22shop%22!%3D%22mall%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22craft%22%3D%22key_cutter%22%5D%5B%22dog%22%3D%22leashed%22%5D%5B%22shop%22!%3D%22mall%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22craft%22%3D%22key_cutter%22%5D%5B%22dog%22%3D%22yes%22%5D%5B%22shop%22!%3D%22mall%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22shop%22%5D%5B%22dog%22%3D%22leashed%22%5D%5B%22shop%22!%3D%22mall%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22shop%22%5D%5B%22dog%22%3D%22yes%22%5D%5B%22shop%22!%3D%22mall%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) + +## Supported attributes + +**Warning:**,this quick overview is incomplete, + +| attribute | type | values which are supported by this layer | +-----|-----|----- | +| [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | | +| [shop](https://wiki.openstreetmap.org/wiki/Key:shop) | [string](../SpecialInputElements.md#string) | [bicycle_rental](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbicycle_rental) [agrarian](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dagrarian) [alcohol](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dalcohol) [anime](https://wiki.openstreetmap.org/wiki/Tag:shop%3Danime) [antiques](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dantiques) [appliance](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dappliance) [art](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dart) [baby_goods](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbaby_goods) [bag](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbag) [bakery](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbakery) [bathroom_furnishing](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbathroom_furnishing) [beauty](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeauty) [bed](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbed) [beverages](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbeverages) [bicycle](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbicycle) [boat](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dboat) [bookmaker](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbookmaker) [books](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbooks) [brewing_supplies](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbrewing_supplies) [butcher](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dbutcher) [camera](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcamera) [candles](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcandles) [cannabis](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcannabis) [car](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcar) [car_parts](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcar_parts) [car_repair](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcar_repair) [caravan](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcaravan) [carpet](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcarpet) [catalogue](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcatalogue) [charity](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcharity) [cheese](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcheese) [chemist](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dchemist) [chocolate](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dchocolate) [clothes](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dclothes) [coffee](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcoffee) [collector](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcollector) [computer](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcomputer) [confectionery](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconfectionery) [convenience](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience) [copyshop](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcopyshop) [cosmetics](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcosmetics) [country_store](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcountry_store) [craft](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcraft) [curtain](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dcurtain) [dairy](https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddairy) [deli](https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddeli) [department_store](https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddepartment_store) [doityourself](https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddoityourself) [doors](https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddoors) [dry_cleaning](https://wiki.openstreetmap.org/wiki/Tag:shop%3Ddry_cleaning) [e-cigarette](https://wiki.openstreetmap.org/wiki/Tag:shop%3De-cigarette) [electrical](https://wiki.openstreetmap.org/wiki/Tag:shop%3Delectrical) [electronics](https://wiki.openstreetmap.org/wiki/Tag:shop%3Delectronics) [erotic](https://wiki.openstreetmap.org/wiki/Tag:shop%3Derotic) [fabric](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfabric) [farm](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfarm) [fashion_accessories](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfashion_accessories) [fireplace](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfireplace) [fishing](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfishing) [flooring](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dflooring) [florist](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dflorist) [frame](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dframe) [frozen_food](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfrozen_food) [fuel](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfuel) [funeral_directors](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfuneral_directors) [furniture](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dfurniture) [games](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgames) [garden_centre](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgarden_centre) [gas](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgas) [general](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgeneral) [gift](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgift) [greengrocer](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dgreengrocer) [hairdresser](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhairdresser) [hairdresser_supply](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhairdresser_supply) [hardware](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhardware) [health_food](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhealth_food) [hearing_aids](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhearing_aids) [herbalist](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dherbalist) [hifi](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhifi) [honey](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhoney) [household_linen](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhousehold_linen) [houseware](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhouseware) [hunting](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dhunting) [interior_decoration](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dinterior_decoration) [jewelry](https://wiki.openstreetmap.org/wiki/Tag:shop%3Djewelry) [kiosk](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dkiosk) [kitchen](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dkitchen) [laundry](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dlaundry) [leather](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dleather) [lighting](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dlighting) [locksmith](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dlocksmith) [lottery](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dlottery) [mall](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dmall) [massage](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dmassage) [medical_supply](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dmedical_supply) [military_surplus](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dmilitary_surplus) [mobile_phone](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dmobile_phone) [model](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dmodel) [money_lender](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dmoney_lender) [motorcycle](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dmotorcycle) [motorcycle_repair](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dmotorcycle_repair) [music](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dmusic) [musical_instrument](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dmusical_instrument) [newsagent](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dnewsagent) [nutrition_supplements](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dnutrition_supplements) [nuts](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dnuts) [optician](https://wiki.openstreetmap.org/wiki/Tag:shop%3Doptician) [outdoor](https://wiki.openstreetmap.org/wiki/Tag:shop%3Doutdoor) [outpost](https://wiki.openstreetmap.org/wiki/Tag:shop%3Doutpost) [paint](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpaint) [party](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dparty) [pasta](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpasta) [pastry](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpastry) [pawnbroker](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpawnbroker) [perfumery](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dperfumery) [pet](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpet) [pet_grooming](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpet_grooming) [photo](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dphoto) [pottery](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpottery) [printer_ink](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dprinter_ink) [psychic](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpsychic) [pyrotechnics](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dpyrotechnics) [radiotechnics](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dradiotechnics) [religion](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dreligion) [rental](https://wiki.openstreetmap.org/wiki/Tag:shop%3Drental) [repair](https://wiki.openstreetmap.org/wiki/Tag:shop%3Drepair) [rice](https://wiki.openstreetmap.org/wiki/Tag:shop%3Drice) [scuba_diving](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dscuba_diving) [seafood](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dseafood) [second_hand](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsecond_hand) [sewing](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsewing) [shoe_repair](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dshoe_repair) [shoes](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dshoes) [spices](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dspices) [sports](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsports) [stationery](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dstationery) [storage_rental](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dstorage_rental) [supermarket](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket) [swimming_pool](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dswimming_pool) [tailor](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtailor) [tattoo](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtattoo) [tea](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtea) [telecommunication](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtelecommunication) [ticket](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dticket) [tiles](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtiles) [tobacco](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtobacco) [tool_hire](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtool_hire) [toys](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtoys) [trade](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtrade) [travel_agency](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtravel_agency) [trophy](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtrophy) [tyres](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dtyres) [vacuum_cleaner](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dvacuum_cleaner) [variety_store](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dvariety_store) [video](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dvideo) [video_games](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dvideo_games) [watches](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dwatches) [water](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dwater) [water_sports](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dwater_sports) [weapons](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dweapons) [wholesale](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dwholesale) [wigs](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dwigs) [window_blind](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dwindow_blind) [wine](https://wiki.openstreetmap.org/wiki/Tag:shop%3Dwine) | +| [brand](https://wiki.openstreetmap.org/wiki/Key:brand) | [string](../SpecialInputElements.md#string) | | +| [second_hand](https://wiki.openstreetmap.org/wiki/Key:second_hand) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:second_hand%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:second_hand%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:second_hand%3Dno) | +| [opening_hours](https://wiki.openstreetmap.org/wiki/Key:opening_hours) | [opening_hours](../SpecialInputElements.md#opening_hours) | | +| [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | | +| [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | | +| [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | | +| [level](https://wiki.openstreetmap.org/wiki/Key:level) | [float](../SpecialInputElements.md#float) | [0](https://wiki.openstreetmap.org/wiki/Tag:level%3D0) [1](https://wiki.openstreetmap.org/wiki/Tag:level%3D1) [-1](https://wiki.openstreetmap.org/wiki/Tag:level%3D-1) | +| [service:binding](https://wiki.openstreetmap.org/wiki/Key:service:binding) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:binding%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:binding%3Dno) | +| [healthcare](https://wiki.openstreetmap.org/wiki/Key:healthcare) | Multiple choice | [optometrist](https://wiki.openstreetmap.org/wiki/Tag:healthcare%3Doptometrist) [audiologist](https://wiki.openstreetmap.org/wiki/Tag:healthcare%3Daudiologist) | +| [service:bicycle:retail](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:retail) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:retail%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:retail%3Dno) | +| [service:bicycle:second_hand](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:second_hand) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:second_hand%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:second_hand%3Dno) [only](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:second_hand%3Donly) | +| [service:bicycle:repair](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:repair) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Dno) [only_sold](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Donly_sold) [brand](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:repair%3Dbrand) | +| [service:bicycle:rental](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:rental) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:rental%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:rental%3Dno) | +| [rental](https://wiki.openstreetmap.org/wiki/Key:rental) | [string](../SpecialInputElements.md#string) | [city_bike](https://wiki.openstreetmap.org/wiki/Tag:rental%3Dcity_bike) [ebike](https://wiki.openstreetmap.org/wiki/Tag:rental%3Debike) [bmx](https://wiki.openstreetmap.org/wiki/Tag:rental%3Dbmx) [mtb](https://wiki.openstreetmap.org/wiki/Tag:rental%3Dmtb) [kid_bike](https://wiki.openstreetmap.org/wiki/Tag:rental%3Dkid_bike) [tandem](https://wiki.openstreetmap.org/wiki/Tag:rental%3Dtandem) [racebike](https://wiki.openstreetmap.org/wiki/Tag:rental%3Dracebike) [bike_helmet](https://wiki.openstreetmap.org/wiki/Tag:rental%3Dbike_helmet) [cargo_bike](https://wiki.openstreetmap.org/wiki/Tag:rental%3Dcargo_bike) | +| [capacity:city_bike](https://wiki.openstreetmap.org/wiki/Key:capacity:city_bike) | [pnat](../SpecialInputElements.md#pnat) | | +| [capacity:ebike](https://wiki.openstreetmap.org/wiki/Key:capacity:ebike) | [pnat](../SpecialInputElements.md#pnat) | | +| [capacity:kid_bike](https://wiki.openstreetmap.org/wiki/Key:capacity:kid_bike) | [pnat](../SpecialInputElements.md#pnat) | | +| [capacity:bmx](https://wiki.openstreetmap.org/wiki/Key:capacity:bmx) | [pnat](../SpecialInputElements.md#pnat) | | +| [capacity:mtb](https://wiki.openstreetmap.org/wiki/Key:capacity:mtb) | [pnat](../SpecialInputElements.md#pnat) | | +| [capacity:bicycle_pannier](https://wiki.openstreetmap.org/wiki/Key:capacity:bicycle_pannier) | [pnat](../SpecialInputElements.md#pnat) | | +| [capacity:tandem_bicycle](https://wiki.openstreetmap.org/wiki/Key:capacity:tandem_bicycle) | [pnat](../SpecialInputElements.md#pnat) | | +| [service:bicycle:pump](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:pump) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump%3Dno) [separate](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:pump%3Dseparate) | +| [service:bicycle:diy](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:diy) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dno) [only_sold](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Donly_sold) | +| [service:bicycle:cleaning](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dyes) [diy](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Ddiy) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dno) | +| [service:bicycle:cleaning:charge](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:charge) | [string](../SpecialInputElements.md#string) | | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | +| [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | +| [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | +| [organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) | +| [diet:sugar_free](https://wiki.openstreetmap.org/wiki/Key:diet:sugar_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:sugar_free%3Dno) | +| [diet:gluten_free](https://wiki.openstreetmap.org/wiki/Key:diet:gluten_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:gluten_free%3Dno) | +| [diet:lactose_free](https://wiki.openstreetmap.org/wiki/Key:diet:lactose_free) | Multiple choice | [only](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Donly) [yes](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:diet:lactose_free%3Dno) | +| [dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) | +| [description](https://wiki.openstreetmap.org/wiki/Key:description) | [text](../SpecialInputElements.md#text) | | + +### images +This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images +_This tagrendering has no question and is thus read-only_ +*{image_carousel()}{image_upload()}* + +### reviews +Shows the reviews module (including the possibility to leave a review) +_This tagrendering has no question and is thus read-only_ +*{create_review()}{list_reviews()}* + +### shops-name + +The question is `What is the name of this shop?` +*This shop is called {name}* is shown if `name` is set + +### shop_types + +The question is `What kind of shop is this?` +*This is a {shop}* is shown if `shop` is set + + - *Bicycle rental shop* is shown if with shop=bicycle_rental + - *Farm Supply Shop* is shown if with shop=agrarian + - *Liquor Store* is shown if with shop=alcohol + - *Anime / Manga Shop* is shown if with shop=anime + - *Antique Shop* is shown if with shop=antiques + - *Appliance Store* is shown if with shop=appliance + - *Art Store* is shown if with shop=art + - *Baby Goods Store* is shown if with shop=baby_goods + - *Bag/Luggage Store* is shown if with shop=bag + - *Bakery* is shown if with shop=bakery + - *Bathroom Furnishing Store* is shown if with shop=bathroom_furnishing + - *Beauty Shop* is shown if with shop=beauty + - *Bedding/Mattress Store* is shown if with shop=bed + - *Beverage Store* is shown if with shop=beverages + - *Bicycle Shop* is shown if with shop=bicycle + - *Boat Store* is shown if with shop=boat + - *Bookmaker* is shown if with shop=bookmaker + - *Bookstore* is shown if with shop=books + - *Brewing Supply Store* is shown if with shop=brewing_supplies + - *Butcher* is shown if with shop=butcher + - *Camera Equipment Store* is shown if with shop=camera + - *Candle Shop* is shown if with shop=candles + - *Cannabis Shop* is shown if with shop=cannabis + - *Car Dealership* is shown if with shop=car + - *Car Parts Store* is shown if with shop=car_parts + - *Car Repair Shop* is shown if with shop=car_repair + - *RV Dealership* is shown if with shop=caravan + - *Carpet Store* is shown if with shop=carpet + - *Catalog Shop* is shown if with shop=catalogue + - *Charity Store* is shown if with shop=charity + - *Cheese Store* is shown if with shop=cheese + - *Drugstore* is shown if with shop=chemist + - *Chocolate Store* is shown if with shop=chocolate + - *Clothing Store* is shown if with shop=clothes + - *Coffee Store* is shown if with shop=coffee + - *Collectibles Shop* is shown if with shop=collector + - *Computer Store* is shown if with shop=computer + - *Candy Store* is shown if with shop=confectionery + - *Convenience Store* is shown if with shop=convenience + - *Copy Store* is shown if with shop=copyshop + - *Cosmetics Store* is shown if with shop=cosmetics + - *Rural Supplies Store* is shown if with shop=country_store + - *Arts & Crafts Store* is shown if with shop=craft + - *Curtain Store* is shown if with shop=curtain + - *Dairy Store* is shown if with shop=dairy + - *Delicatessen* is shown if with shop=deli + - *Department Store* is shown if with shop=department_store + - *DIY Store* is shown if with shop=doityourself + - *Door Shop* is shown if with shop=doors + - *Dry Cleaner* is shown if with shop=dry_cleaning + - *E-Cigarette Shop* is shown if with shop=e-cigarette + - *Electrical Equipment Store* is shown if with shop=electrical + - *Electronics Store* is shown if with shop=electronics + - *Erotic Store* is shown if with shop=erotic + - *Fabric Store* is shown if with shop=fabric + - *Produce Stand* is shown if with shop=farm + - *Fashion Accessories Store* is shown if with shop=fashion_accessories + - *Fireplace Store* is shown if with shop=fireplace + - *Fishing Shop* is shown if with shop=fishing + - *Flooring Supply Shop* is shown if with shop=flooring + - *Florist* is shown if with shop=florist + - *Framing Shop* is shown if with shop=frame + - *Frozen Food Store* is shown if with shop=frozen_food + - *Fuel Shop* is shown if with shop=fuel + - *Funeral Home* is shown if with shop=funeral_directors + - *Furniture Store* is shown if with shop=furniture + - *Tabletop Game Store* is shown if with shop=games + - *Garden Center* is shown if with shop=garden_centre + - *Bottled Gas Shop* is shown if with shop=gas + - *General Store* is shown if with shop=general + - *Gift Shop* is shown if with shop=gift + - *Greengrocer* is shown if with shop=greengrocer + - *Hairdresser* is shown if with shop=hairdresser + - *Hairdresser Supply Store* is shown if with shop=hairdresser_supply + - *Hardware Store* is shown if with shop=hardware + - *Health Food Store* is shown if with shop=health_food + - *Hearing Aids Store* is shown if with shop=hearing_aids + - *Herbalist* is shown if with shop=herbalist + - *Hifi Store* is shown if with shop=hifi + - *Honey Store* is shown if with shop=honey + - *Household Linen Shop* is shown if with shop=household_linen + - *Houseware Store* is shown if with shop=houseware + - *Hunting Shop* is shown if with shop=hunting + - *Interior Decoration Store* is shown if with shop=interior_decoration + - *Jewelry Store* is shown if with shop=jewelry + - *Kiosk* is shown if with shop=kiosk + - *Kitchen Design Store* is shown if with shop=kitchen + - *Laundry* is shown if with shop=laundry + - *Leather Store* is shown if with shop=leather + - *Lighting Store* is shown if with shop=lighting + - *Locksmith* is shown if with shop=locksmith + - *Lottery Shop* is shown if with shop=lottery + - *Mall* is shown if with shop=mall + - *Massage Shop* is shown if with shop=massage + - *Medical Supply Store* is shown if with shop=medical_supply + - *Military Surplus Store* is shown if with shop=military_surplus + - *Mobile Phone Store* is shown if with shop=mobile_phone + - *Model Shop* is shown if with shop=model + - *Money Lender* is shown if with shop=money_lender + - *Motorcycle Dealership* is shown if with shop=motorcycle + - *Motorcycle Repair Shop* is shown if with shop=motorcycle_repair + - *Music Store* is shown if with shop=music + - *Musical Instrument Store* is shown if with shop=musical_instrument + - *Newsstand* is shown if with shop=newsagent + - *Nutrition Supplements Store* is shown if with shop=nutrition_supplements + - *Nuts Shop* is shown if with shop=nuts + - *Optician* is shown if with shop=optician + - *Outdoors Store* is shown if with shop=outdoor + - *Online Retailer Outpost* is shown if with shop=outpost + - *Paint Store* is shown if with shop=paint + - *Party Supply Store* is shown if with shop=party + - *Pasta Store* is shown if with shop=pasta + - *Pastry Shop* is shown if with shop=pastry + - *Pawnshop* is shown if with shop=pawnbroker + - *Perfume Store* is shown if with shop=perfumery + - *Pet Store* is shown if with shop=pet + - *Pet Groomer* is shown if with shop=pet_grooming + - *Photography Store* is shown if with shop=photo + - *Pottery Store* is shown if with shop=pottery + - *Printer Ink Store* is shown if with shop=printer_ink + - *Psychic* is shown if with shop=psychic + - *Fireworks Store* is shown if with shop=pyrotechnics + - *Radio/Electronic Component Store* is shown if with shop=radiotechnics + - *Religious Store* is shown if with shop=religion + - *Rental Shop* is shown if with shop=rental + - *Repair Shop* is shown if with shop=repair + - *Rice Store* is shown if with shop=rice + - *Scuba Diving Shop* is shown if with shop=scuba_diving + - *Seafood Shop* is shown if with shop=seafood + - *Thrift Store* is shown if with shop=second_hand + - *Sewing Supply Shop* is shown if with shop=sewing + - *Shoe Repair Shop* is shown if with shop=shoe_repair + - *Shoe Store* is shown if with shop=shoes + - *Spice Shop* is shown if with shop=spices + - *Sporting Goods Store* is shown if with shop=sports + - *Stationery Store* is shown if with shop=stationery + - *Storage Rental* is shown if with shop=storage_rental + - *Supermarket* is shown if with shop=supermarket + - *Pool Supply Store* is shown if with shop=swimming_pool + - *Tailor* is shown if with shop=tailor + - *Tattoo Parlor* is shown if with shop=tattoo + - *Tea Store* is shown if with shop=tea + - *Telecom Retail Store* is shown if with shop=telecommunication + - *Ticket Seller* is shown if with shop=ticket + - *Tile Shop* is shown if with shop=tiles + - *Tobacco Shop* is shown if with shop=tobacco + - *Tool Rental* is shown if with shop=tool_hire + - *Toy Store* is shown if with shop=toys + - *Trade Shop* is shown if with shop=trade + - *Travel Agency* is shown if with shop=travel_agency + - *Trophy Shop* is shown if with shop=trophy + - *Tire Store* is shown if with shop=tyres + - *Vacuum Cleaner Store* is shown if with shop=vacuum_cleaner + - *Discount Store* is shown if with shop=variety_store + - *Video Store* is shown if with shop=video + - *Video Game Store* is shown if with shop=video_games + - *Watches Shop* is shown if with shop=watches + - *Drinking Water Shop* is shown if with shop=water + - *Watersport/Swim Shop* is shown if with shop=water_sports + - *Weapon Shop* is shown if with shop=weapons + - *Wholesale Store* is shown if with shop=wholesale + - *Wig Shop* is shown if with shop=wigs + - *Window Blind Store* is shown if with shop=window_blind + - *Wine Shop* is shown if with shop=wine + - *This shop is no longer used. It is vacant* is shown if with disused:shop= + +This tagrendering has labels +`description` + +### brand + +The question is `What is the brand of this shop?` +*Part of {brand}* is shown if `brand` is set + + - *This shop does not have a specific brand, it is not part of a bigger chain* is shown if with not:brand=yes + +### second_hand + +The question is `Does this shop sell second-hand items?` + + - *This shop sells second-hand items only* is shown if with second_hand=only + - *This shop sells second-hand items along with new items* is shown if with second_hand=yes + - *This shop only sells brand-new items* is shown if with second_hand=no + +This tagrendering is only visible in the popup if the following condition is met: shop=clothes | shop=books | shop=charity | shop=furniture | shop=mobile_phone | shop=computer | shop=toys + +### opening_hours + +The question is `What are the opening hours of {title()}?` +*

Opening hours

{opening_hours_table(opening_hours)}* is shown if `opening_hours` is set + + - *Marked as closed for an unspecified time* is shown if with opening_hours=closed. _This option cannot be chosen as answer_ + +### website + +The question is `What is the website of {title()}?` +*{website}* is shown if `website` is set + + - *{contact:website}* is shown if with contact:website~.+. _This option cannot be chosen as answer_ + +This tagrendering has labels +`contact` + +### email + +The question is `What is the email address of {title()}?` +*{email}* is shown if `email` is set + + - *{contact:email}* is shown if with contact:email~.+. _This option cannot be chosen as answer_ + - *{operator:email}* is shown if with operator:email~.+. _This option cannot be chosen as answer_ + +This tagrendering has labels +`contact` + +### phone + +The question is `What is the phone number of {title()}?` +*{link(&LBRACEphone&RBRACE,tel:&LBRACEphone&RBRACE,,,,)}* is shown if `phone` is set + + - *{link(&LBRACEcontact:phone&RBRACE,tel:&LBRACEcontact:phone&RBRACE,,,,)}* is shown if with contact:phone~.+. _This option cannot be chosen as answer_ + +This tagrendering has labels +`contact` + +### payment-options + +The question is `Which methods of payment are accepted here?` + + - *Cash is accepted here* is shown if with payment:cash=yes. Unselecting this answer will add payment:cash=no + - *Payment cards are accepted here* is shown if with payment:cards=yes. Unselecting this answer will add payment:cards=no + - *Payment by QR-code is possible here* is shown if with payment:qr_code=yes. Unselecting this answer will add payment:qr_code=no + +### repeated + +_This tagrendering has no question and is thus read-only_ +*Multiple, identical objects can be found on floors {repeat_on}.* + +This tagrendering is only visible in the popup if the following condition is met: repeat_on~.+ +This tagrendering has labels +`level` + +### single_level + +The question is `On what level is this feature located?` +*Located on the {level}th floor* is shown if `level` is set + + - *Located underground* is shown if with location=underground. _This option cannot be chosen as answer_ + - *Located on the ground floor* is shown if with level=0 + - *Located on the ground floor* is shown if with level=. _This option cannot be chosen as answer_ + - *Located on the first floor* is shown if with level=1 + - *Located on the first basement level* is shown if with level=-1 + +This tagrendering has labels +`level` + +### copyshop-print-sizes + +The question is `What paper formats does this shop offer?` + + - *This shop can print on papers of size A4* is shown if with service:print:A4=yes. Unselecting this answer will add service:print:A4=no + - *This shop can print on papers of size A3* is shown if with service:print:A3=yes. Unselecting this answer will add service:print:A3=no + - *This shop can print on papers of size A2* is shown if with service:print:A2=yes. Unselecting this answer will add service:print:A2=no + - *This shop can print on papers of size A1* is shown if with service:print:A1=yes. Unselecting this answer will add service:print:A1=no + - *This shop can print on papers of size A0* is shown if with service:print:A0=yes. Unselecting this answer will add service:print:A0=no + +This tagrendering is only visible in the popup if the following condition is met: service:print=yes | shop~^(.*copyshop.*)$ | shop~^(.*stationery.*)$ + +### copyshop-binding + +The question is `Does this shop offer a binding service?` + + - *This shop binds papers into a booklet* is shown if with service:binding=yes + - *This shop does bind books* is shown if with service:binding=no + +This tagrendering is only visible in the popup if the following condition is met: service:print=yes | shop~^(.*copyshop.*)$ | shop~^(.*stationery.*)$ + +### optometrist_service + +The question is `Are medical services available here?` + + - *This shop offers eye exams by certified optometrists* is shown if with healthcare=optometrist. Unselecting this answer will add not:healthcare=optometrist + - *This shop offers hearing tests by a certified audiologist* is shown if with healthcare=audiologist. Unselecting this answer will add not:healthcare=audiologist + +This tagrendering is only visible in the popup if the following condition is met: shop=optician | shop=hearing_aid | shop=medical_supply + +### key_cutter + +The question is `Does this shop offer key cutting?` + + - *This shop is also specialized in key cutting* is shown if with craft=key_cutter + - *This shop offers key cutting as a service* is shown if with service:key_cutting=yes + - *This shops does not offer key cutting as a service* is shown if with craft= & service:key_cutting=no + +This tagrendering is only visible in the popup if the following condition is met: craft=key_cutting | shop=shoe_repair | shop=diy | shop=doityourself | shop=home_improvement | shop=hardware | shop=locksmith | shop=repair | service:key_cutting~.+ + +### sells_new_bikes + +The question is `Does this shop sell bikes?` + + - *This shop sells new bikes* is shown if with service:bicycle:retail=yes + - *This shop doesn't sell new bikes* is shown if with service:bicycle:retail=no + +This tagrendering is only visible in the popup if the following condition is met: shop=outdoor | shop=sport | shop=sports | shop=diy | shop=doityourself | service:bicycle:retail~.+ + +### bike_second_hand + +The question is `Does this shop sell second-hand bikes?` + + - *This shop sells second-hand bikes* is shown if with service:bicycle:second_hand=yes + - *This shop doesn't sell second-hand bikes* is shown if with service:bicycle:second_hand=no + - *This shop only sells second-hand bikes* is shown if with service:bicycle:second_hand=only + +This tagrendering is only visible in the popup if the following condition is met: shop=bicycle | shop=charity | shop=second_hand | shop=bicycle_repair | service:bicycle:second_hand~.+ + +### repairs_bikes + +The question is `Does this shop repair bikes?` + + - *This shop repairs bikes* is shown if with service:bicycle:repair=yes + - *This shop doesn't repair bikes* is shown if with service:bicycle:repair=no + - *This shop only repairs bikes bought here* is shown if with service:bicycle:repair=only_sold + - *This shop only repairs bikes of a certain brand* is shown if with service:bicycle:repair=brand + +This tagrendering is only visible in the popup if the following condition is met: service:bicycle:retail=yes | service:bicycle:second_hand=yes | service:bicycle:second_hand=only | shop=sport | shop=sports | shop=outdoor | shop=bicycle | service:bicycle:repair~.+ + +### bicycle_rental + +The question is `Does this shop rent out bikes?` + + - *This shop rents out bikes* is shown if with service:bicycle:rental=yes + - *This shop doesn't rent out bikes* is shown if with service:bicycle:rental=no + +This tagrendering is only visible in the popup if the following condition is met: shop=bicycle | shop=sport | shop=sports | shop=bicycle_repair | shop=outdoor | shop=rental | service:bicycle:rental~.+ + +### bicycle-types + +The question is `What kind of bicycles and accessories are rented here?` +*{rental} is rented here* is shown if `rental` is set + + - *Normal city bikes can be rented here* is shown if with rental=city_bike + - *Electrical bikes can be rented here* is shown if with rental=ebike + - *BMX bikes can be rented here* is shown if with rental=bmx + - *Mountainbikes can be rented here* is shown if with rental=mtb + - *Bikes for children can be rented here* is shown if with rental=kid_bike + - *Tandem bicycles can be rented here* is shown if with rental=tandem + - *Race bicycles can be rented here* is shown if with rental=racebike + - *Bike helmets can be rented here* is shown if with rental=bike_helmet + - *Cargo bikes can be rented here* is shown if with rental=cargo_bike + +This tagrendering is only visible in the popup if the following condition is met: service:bicycle:rental=yes | bicycle_rental~.+ +This tagrendering has labels +`bicycle_rental` + +### rental-capacity-city_bike + +The question is `How many city bikes can be rented here?` +*{capacity:city_bike} city bikes can be rented here* is shown if `capacity:city_bike` is set + +This tagrendering is only visible in the popup if the following condition is met: (service:bicycle:rental=yes | bicycle_rental~.+) & rental~^(.*city_bike.*)$ +This tagrendering has labels +`bicycle_rental` + +### rental-capacity-ebike + +The question is `How many electrical bikes can be rented here?` +*{capacity:ebike} electrical bikes can be rented here* is shown if `capacity:ebike` is set + +This tagrendering is only visible in the popup if the following condition is met: (service:bicycle:rental=yes | bicycle_rental~.+) & rental~^(.*ebike.*)$ +This tagrendering has labels +`bicycle_rental` + +### rental-capacity-kid_bike + +The question is `How many bikes for children can be rented here?` +*{capacity:kid_bike} bikes for children can be rented here* is shown if `capacity:kid_bike` is set + +This tagrendering is only visible in the popup if the following condition is met: (service:bicycle:rental=yes | bicycle_rental~.+) & rental~^(.*kid_bike.*)$ +This tagrendering has labels +`bicycle_rental` + +### rental-capacity-bmx + +The question is `How many BMX bikes can be rented here?` +*{capacity:bmx} BMX bikes can be rented here* is shown if `capacity:bmx` is set + +This tagrendering is only visible in the popup if the following condition is met: (service:bicycle:rental=yes | bicycle_rental~.+) & rental~^(.*bmx.*)$ +This tagrendering has labels +`bicycle_rental` + +### rental-capacity-mtb + +The question is `How many mountainbikes can be rented here?` +*{capacity:mtb} mountainbikes can be rented here* is shown if `capacity:mtb` is set + +This tagrendering is only visible in the popup if the following condition is met: (service:bicycle:rental=yes | bicycle_rental~.+) & rental~^(.*mtb.*)$ +This tagrendering has labels +`bicycle_rental` + +### rental-capacity-bicycle_pannier + +The question is `How many bicycle panniers can be rented here?` +*{capacity:bicycle_pannier} bicycle panniers can be rented here* is shown if `capacity:bicycle_pannier` is set + +This tagrendering is only visible in the popup if the following condition is met: (service:bicycle:rental=yes | bicycle_rental~.+) & rental~^(.*bicycle_pannier.*)$ +This tagrendering has labels +`bicycle_rental` + +### rental-capacity-tandem_bicycle + +The question is `How many tandem can be rented here?` +*{capacity:tandem_bicycle} tandem can be rented here* is shown if `capacity:tandem_bicycle` is set + +This tagrendering is only visible in the popup if the following condition is met: (service:bicycle:rental=yes | bicycle_rental~.+) & rental~^(.*tandem_bicycle.*)$ +This tagrendering has labels +`bicycle_rental` + +### bike_pump_service + +The question is `Does this shop offer a bike pump for use by anyone?` + + - *This shop offers a bike pump for anyone* is shown if with service:bicycle:pump=yes + - *This shop doesn't offer a bike pump for anyone* is shown if with service:bicycle:pump=no + - *There is bicycle pump, it is shown as a separate point* is shown if with service:bicycle:pump=separate + +This tagrendering is only visible in the popup if the following condition is met: service:bicycle:retail=yes | shop=bicycle | shop=bicycle_repair | ^(service:bicycle:.+)$~~^(yes)$ | service:bicycle:pump~.+ + +### bike_repair_tools + +The question is `Are there tools here to repair your own bike?` + + - *This shop offers tools for DIY bicycle repair* is shown if with service:bicycle:diy=yes + - *This shop doesn't offer tools for DIY bicycle repair* is shown if with service:bicycle:diy=no + - *Tools for DIY bicycle repair are only available if you bought/hire the bike in the shop* is shown if with service:bicycle:diy=only_sold + +This tagrendering is only visible in the popup if the following condition is met: shop=bicycle | shop=bicycle_repair | service:bicycle:diy~.+ | service:bicycle:repair~^(yes|only)$ + +### bike_wash + +The question is `Are bicycles washed here?` + + - *This shop cleans bicycles* is shown if with service:bicycle:cleaning=yes + - *This shop has an installation where one can clean bicycles themselves* is shown if with service:bicycle:cleaning=diy + - *This shop doesn't offer bicycle cleaning* is shown if with service:bicycle:cleaning=no + +This tagrendering is only visible in the popup if the following condition is met: shop=bicycle | shop=bicycle_repair | ^(service:bicycle:.*)$~~^(yes|only)$ | service:bicycle:cleaning~.+ + +### bike_cleaning-service_bicycle_cleaning_charge + +The question is `How much does it cost to use the cleaning service?` +*Using the cleaning service costs {service:bicycle:cleaning:charge}* is shown if `service:bicycle:cleaning:charge` is set + + - *The cleaning service is free to use* is shown if with service:bicycle:cleaning:fee=no + - *Free to use* is shown if with service:bicycle:cleaning:fee=yes & service:bicycle:cleaning:charge=. _This option cannot be chosen as answer_ + +This tagrendering is only visible in the popup if the following condition is met: amenity!=bicycle_wash & service:bicycle:cleaning!=no & service:bicycle:cleaning~.+ + +### internet + +The question is `Does this place offer internet access?` + + - *This place offers wireless internet access* is shown if with internet_access=wlan + - *This place does not offer internet access* is shown if with internet_access=no + - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ + - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal + - *This place offers wired internet access* is shown if with internet_access=wired + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan + +This tagrendering has labels +`internet-all` + +### internet-fee + +The question is `Is there a fee for internet access?` + + - *There is a fee for the internet access at this place* is shown if with internet_access:fee=yes + - *Internet access is free at this place* is shown if with internet_access:fee=no + - *Internet access is free at this place, for customers only* is shown if with internet_access:fee=customers + +This tagrendering is only visible in the popup if the following condition is met: internet_access!=no & internet_access~.+ +This tagrendering has labels +`internet-all` + +### internet-ssid + +The question is `What is the network name for the wireless internet access?` +*The network name is {internet_access:ssid}* is shown if `internet_access:ssid` is set + + - *Telekom* is shown if with internet_access:ssid=Telekom + +This tagrendering is only visible in the popup if the following condition is met: internet_access~^(.*wlan.*)$ +This tagrendering has labels +`internet-all` + +### organic + +The question is `Does this shop offer organic products?` + + - *This shop offers organic products* is shown if with organic=yes + - *This shop only offers organic products* is shown if with organic=only + - *This shop does not offer organic products* is shown if with organic=no + +This tagrendering is only visible in the popup if the following condition is met: shop=supermarket | shop=convenience | shop=farm | shop=greengrocer | shop=health_food | shop=clothes | shop=shoes | shop=butcher | shop=cosmetics | shop=deli | shop=bakery | shop=alcohol | shop=seafood | shop=beverages | shop=florist + +### sugar_free + +The question is `Does this shop have a sugar free offering?` + + - *This shop only sells sugar free products* is shown if with diet:sugar_free=only + - *This shop has a big sugar free offering* is shown if with diet:sugar_free=yes + - *This shop has a limited sugar free offering* is shown if with diet:sugar_free=limited + - *This shop has no sugar free offering* is shown if with diet:sugar_free=no + +This tagrendering is only visible in the popup if the following condition is met: shop=supermarket | shop=convenience | shop=farm | shop=greengrocer | shop=health_food | shop=deli | shop=bakery | shop=beverages | shop=beverages | shop=pastry | shop=chocolate | shop=frozen_food | shop=ice_cream +This tagrendering has labels +`diets` + +### gluten_free + +The question is `Does this shop have a gluten free offering?` + + - *This shop only sells gluten free products* is shown if with diet:gluten_free=only + - *This shop has a big gluten free offering* is shown if with diet:gluten_free=yes + - *This shop has a limited gluten free offering* is shown if with diet:gluten_free=limited + - *This shop has no gluten free offering* is shown if with diet:gluten_free=no + +This tagrendering is only visible in the popup if the following condition is met: shop=supermarket | shop=convenience | shop=farm | shop=greengrocer | shop=health_food | shop=deli | shop=bakery | shop=beverages | shop=beverages | shop=pastry | shop=chocolate | shop=frozen_food | shop=ice_cream +This tagrendering has labels +`diets` + +### lactose_free + +The question is `Does {title()} have a lactose-free offering?` + + - *Only sells lactose free products* is shown if with diet:lactose_free=only + - *Big lactose free offering* is shown if with diet:lactose_free=yes + - *Limited lactose free offering* is shown if with diet:lactose_free=limited + - *No lactose free offering* is shown if with diet:lactose_free=no + +This tagrendering is only visible in the popup if the following condition is met: shop=supermarket | shop=convenience | shop=farm | shop=greengrocer | shop=health_food | shop=deli | shop=bakery | shop=beverages | shop=beverages | shop=pastry | shop=chocolate | shop=frozen_food | shop=ice_cream +This tagrendering has labels +`diets` + +### dog-access + +The question is `Are dogs allowed in this business?` + + - *Dogs are allowed* is shown if with dog=yes + - *Dogs are not allowed* is shown if with dog=no + - *Dogs are allowed, but they have to be leashed* is shown if with dog=leashed + - *Dogs are allowed and can run around freely* is shown if with dog=unleashed + - *Dogs are allowed only outside* is shown if with dog=outside + +### description + +The question is `Is there still some relevant info that the previous questions did not cover? Feel free to add it here.` +*{description}* is shown if `description` is set + +### leftover-questions + +_This tagrendering has no question and is thus read-only_ +*{questions( ,hidden)}* ### move-button @@ -1641,7 +2564,7 @@ The question is `Does this waste basket have a dispenser for dog excrement bags? ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Themes/postal_codes.md b/Docs/Themes/postal_codes.md index 64de4573e3..a402d65da9 100644 --- a/Docs/Themes/postal_codes.md +++ b/Docs/Themes/postal_codes.md @@ -79,7 +79,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod @@ -118,7 +118,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* # town_hall @@ -140,7 +140,7 @@ Elements must match **any** of the following expressions: ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod diff --git a/Docs/Themes/rainbow_crossings.md b/Docs/Themes/rainbow_crossings.md index 57cd678aae..537edf3090 100644 --- a/Docs/Themes/rainbow_crossings.md +++ b/Docs/Themes/rainbow_crossings.md @@ -79,7 +79,7 @@ The question is `Does this crossing has rainbow paintings?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Themes/scouting.md b/Docs/Themes/scouting.md index f9707dfaf1..c4b7a7007a 100644 --- a/Docs/Themes/scouting.md +++ b/Docs/Themes/scouting.md @@ -34,8 +34,10 @@ Available languages: + [phone](#phone) + [email](#email) + [website](#website) - + [fee](#fee) + [capacity_persons](#capacity_persons) + + [fee](#fee) + + [charge_person_day](#charge_person_day) + + [charge_day](#charge_day) + [caravansites-toilets](#caravansites-toilets) + [toilets-wheelchair](#toilets-wheelchair) + [questions](#questions) @@ -123,8 +125,10 @@ Elements must match **any** of the following expressions: | [phone](https://wiki.openstreetmap.org/wiki/Key:phone) | [phone](../SpecialInputElements.md#phone) | | | [email](https://wiki.openstreetmap.org/wiki/Key:email) | [email](../SpecialInputElements.md#email) | | | [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | | -| [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [currency](../SpecialInputElements.md#currency) | [](https://wiki.openstreetmap.org/wiki/Tag:charge%3D) | | [capacity:persons](https://wiki.openstreetmap.org/wiki/Key:capacity:persons) | [pnat](../SpecialInputElements.md#pnat) | | +| [fee](https://wiki.openstreetmap.org/wiki/Key:fee) | Multiple choice | [no](https://wiki.openstreetmap.org/wiki/Tag:fee%3Dno) [yes](https://wiki.openstreetmap.org/wiki/Tag:fee%3Dyes) | +| [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [currency](../SpecialInputElements.md#currency) | | +| [charge](https://wiki.openstreetmap.org/wiki/Key:charge) | [currency](../SpecialInputElements.md#currency) | | | [toilets](https://wiki.openstreetmap.org/wiki/Key:toilets) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets%3Dno) | | [toilets:wheelchair](https://wiki.openstreetmap.org/wiki/Key:toilets:wheelchair) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dno) [designated](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Ddesignated) | | [contact:mastodon](https://wiki.openstreetmap.org/wiki/Key:contact:mastodon) | [fediverse](../SpecialInputElements.md#fediverse) | | @@ -177,19 +181,28 @@ The question is `What is the website of {title()}?` This tagrendering has labels `contact` -### fee - -The question is `Is a fee charged here?` -*A fee of {charge} should be paid for here* is shown if `charge` is set - - - *The campsite is free of charge* is shown if with fee=no - - *A fee is charged here.* is shown if with fee=yes & charge= - ### capacity_persons The question is `How many people can stay here?` *{capacity:persons} people can stay here* is shown if `capacity:persons` is set +### fee + +The question is `Is there a fee?` + + - *The campsite is free of charge* is shown if with fee=no + - *There is a fee.* is shown if with fee=yes + +### charge_person_day + +The question is `What is the charge per person per day?` +*Charge per person per day: {charge}* is shown if `charge` is set + +### charge_day + +The question is `What is the charge per day?` +*Charge per day: {charge}* is shown if `charge` is set + ### caravansites-toilets The question is `Does this place have toilets?` @@ -205,6 +218,10 @@ The question is `Is there a dedicated toilet for wheelchair users?` - *No wheelchair access* is shown if with toilets:wheelchair=no - *There is only a dedicated toilet for wheelchair users* is shown if with toilets:wheelchair=designated +This tagrendering has labels +`wheelchair` +`hidden` + ### questions Show the questions block at this location _This tagrendering has no question and is thus read-only_ @@ -288,7 +305,7 @@ Elements must match **all** of the following expressions: | [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | | | [wheelchair](https://wiki.openstreetmap.org/wiki/Key:wheelchair) | Multiple choice | [designated](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated) [yes](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno) | | [toilets:wheelchair](https://wiki.openstreetmap.org/wiki/Key:toilets:wheelchair) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dno) [designated](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Ddesignated) | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | | [dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) | @@ -377,6 +394,10 @@ The question is `Is there a dedicated toilet for wheelchair users?` - *No wheelchair access* is shown if with toilets:wheelchair=no - *There is only a dedicated toilet for wheelchair users* is shown if with toilets:wheelchair=designated +This tagrendering has labels +`wheelchair` +`hidden` + ### internet The question is `Does this place offer internet access?` @@ -386,7 +407,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` @@ -427,7 +448,7 @@ The question is `Are dogs allowed in this business?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button @@ -496,7 +517,7 @@ Elements must match the expression ** [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | | | [wheelchair](https://wiki.openstreetmap.org/wiki/Key:wheelchair) | Multiple choice | [designated](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Ddesignated) [yes](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:wheelchair%3Dno) | | [toilets:wheelchair](https://wiki.openstreetmap.org/wiki/Key:toilets:wheelchair) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Dno) [designated](https://wiki.openstreetmap.org/wiki/Tag:toilets:wheelchair%3Ddesignated) | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | | [dog](https://wiki.openstreetmap.org/wiki/Key:dog) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dno) [leashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dleashed) [unleashed](https://wiki.openstreetmap.org/wiki/Tag:dog%3Dunleashed) [outside](https://wiki.openstreetmap.org/wiki/Tag:dog%3Doutside) | @@ -585,6 +606,10 @@ The question is `Is there a dedicated toilet for wheelchair users?` - *No wheelchair access* is shown if with toilets:wheelchair=no - *There is only a dedicated toilet for wheelchair users* is shown if with toilets:wheelchair=designated +This tagrendering has labels +`wheelchair` +`hidden` + ### internet The question is `Does this place offer internet access?` @@ -594,7 +619,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` @@ -635,7 +660,7 @@ The question is `Are dogs allowed in this business?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Themes/speelplekken.md b/Docs/Themes/speelplekken.md index 53c3824336..28100135f6 100644 --- a/Docs/Themes/speelplekken.md +++ b/Docs/Themes/speelplekken.md @@ -82,7 +82,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod diff --git a/Docs/Themes/sports.md b/Docs/Themes/sports.md index 5ef262f5d8..bcfc175091 100644 --- a/Docs/Themes/sports.md +++ b/Docs/Themes/sports.md @@ -147,7 +147,7 @@ Elements must match the expression ** [service:bicycle:diy](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:diy) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Dno) [only_sold](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:diy%3Donly_sold) | | [service:bicycle:cleaning](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dyes) [diy](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Ddiy) [no](https://wiki.openstreetmap.org/wiki/Tag:service:bicycle:cleaning%3Dno) | | [service:bicycle:cleaning:charge](https://wiki.openstreetmap.org/wiki/Key:service:bicycle:cleaning:charge) | [string](../SpecialInputElements.md#string) | | -| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wifi](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wifi) | +| [internet_access](https://wiki.openstreetmap.org/wiki/Key:internet_access) | Multiple choice | [wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwlan) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dno) [terminal](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal) [wired](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dwired) [terminal;wlan](https://wiki.openstreetmap.org/wiki/Tag:internet_access%3Dterminal;wlan) | | [internet_access:fee](https://wiki.openstreetmap.org/wiki/Key:internet_access:fee) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dno) [customers](https://wiki.openstreetmap.org/wiki/Tag:internet_access:fee%3Dcustomers) | | [internet_access:ssid](https://wiki.openstreetmap.org/wiki/Key:internet_access:ssid) | [string](../SpecialInputElements.md#string) | [Telekom](https://wiki.openstreetmap.org/wiki/Tag:internet_access:ssid%3DTelekom) | | [organic](https://wiki.openstreetmap.org/wiki/Key:organic) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dyes) [only](https://wiki.openstreetmap.org/wiki/Tag:organic%3Donly) [no](https://wiki.openstreetmap.org/wiki/Tag:organic%3Dno) | @@ -642,7 +642,7 @@ The question is `Does this place offer internet access?` - *This place offers internet access* is shown if with internet_access=yes. _This option cannot be chosen as answer_ - *This place offers internet access via a terminal or computer* is shown if with internet_access=terminal - *This place offers wired internet access* is shown if with internet_access=wired - - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wifi + - *This place offers both wireless internet and internet access via a terminal or computer* is shown if with internet_access=terminal;wlan This tagrendering has labels `internet-all` @@ -737,7 +737,7 @@ The question is `Is there still some relevant info that the previous questions d ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Themes/stations.md b/Docs/Themes/stations.md index 6e3632d702..527afbbbd5 100644 --- a/Docs/Themes/stations.md +++ b/Docs/Themes/stations.md @@ -163,7 +163,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Themes/street_lighting.md b/Docs/Themes/street_lighting.md index f5e377f9dd..8ea2c2e825 100644 --- a/Docs/Themes/street_lighting.md +++ b/Docs/Themes/street_lighting.md @@ -9,8 +9,9 @@ The theme introduction reads: This theme contains the following layers: - [street_lamps](../Layers/street_lamps.md) + - [utility_pole](../Layers/utility_pole.md) - [lit_streets (defined in this theme)](#lit_streets) - - [all_streets (defined in this theme)](#all_streets) + - [all_streets](../Layers/all_streets.md) Available languages: @@ -44,14 +45,6 @@ Available languages: + [leftover-questions](#leftover-questions) + [split_button](#split_button) + [lod](#lod) -3. [all_streets](#all_streets) - - [Basic tags for this layer](#basic-tags-for-this-layer) - - [Supported attributes](#supported-attributes) - + [images](#images) - + [lit](#lit) - + [leftover-questions](#leftover-questions) - + [split_button](#split_button) - + [lod](#lod) # Layers defined in this theme configuration file These layers can not be reused in different themes. @@ -98,63 +91,7 @@ The question is `Is this street lit?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* - -### split_button - -_This tagrendering has no question and is thus read-only_ -*{split_button()}* - -### lod - -_This tagrendering has no question and is thus read-only_ -*{linked_data_from_website()}* - -This tagrendering has labels -`added_by_default` -# all_streets - - - This layer is shown at zoomlevel **18** and higher - - Not rendered on the map by default. If you want to rendering this on the map, override `mapRenderings` - -No themes use this layer - -## Basic tags for this layer - -Elements must match **all** of the following expressions: - -0. highway~.+ -1. highway!=platform -2. service!=driveway - -[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22highway%22%5D%5B%22highway%22!%3D%22platform%22%5D%5B%22service%22!%3D%22driveway%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) - -## Supported attributes - -**Warning:**,this quick overview is incomplete, - -| attribute | type | values which are supported by this layer | ------|-----|----- | -| [lit](https://wiki.openstreetmap.org/wiki/Key:lit) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:lit%3Dyes) [no](https://wiki.openstreetmap.org/wiki/Tag:lit%3Dno) [24/7](https://wiki.openstreetmap.org/wiki/Tag:lit%3D24/7) | - -### images -This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images -_This tagrendering has no question and is thus read-only_ -*{image_carousel()}{image_upload()}* - -### lit - -The question is `Is this street lit?` - - - *This street is lit* is shown if with lit=yes - - *This street is not lit* is shown if with lit=no - - *This street is lit at night* is shown if with lit=sunset-sunrise. _This option cannot be chosen as answer_ - - *This street is lit 24/7* is shown if with lit=24/7 - -### leftover-questions - -_This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### split_button diff --git a/Docs/Themes/street_lighting_assen.md b/Docs/Themes/street_lighting_assen.md index b960bead98..f175899046 100644 --- a/Docs/Themes/street_lighting_assen.md +++ b/Docs/Themes/street_lighting_assen.md @@ -56,7 +56,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod diff --git a/Docs/Themes/toerisme_vlaanderen.md b/Docs/Themes/toerisme_vlaanderen.md index 4f7038850d..63863c4474 100644 --- a/Docs/Themes/toerisme_vlaanderen.md +++ b/Docs/Themes/toerisme_vlaanderen.md @@ -1696,7 +1696,7 @@ This tagrendering has labels ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Themes/transit.md b/Docs/Themes/transit.md index 7fabc11107..921aad2a9a 100644 --- a/Docs/Themes/transit.md +++ b/Docs/Themes/transit.md @@ -76,7 +76,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Themes/uk_addresses.md b/Docs/Themes/uk_addresses.md index 37fc9e223c..d72209f3ae 100644 --- a/Docs/Themes/uk_addresses.md +++ b/Docs/Themes/uk_addresses.md @@ -130,7 +130,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod diff --git a/Docs/Themes/velopark.md b/Docs/Themes/velopark.md index 157c8452ce..cd4af84a20 100644 --- a/Docs/Themes/velopark.md +++ b/Docs/Themes/velopark.md @@ -233,7 +233,7 @@ This tagrendering is only visible in the popup if the following condition is met ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod diff --git a/Docs/Themes/vending_machine.md b/Docs/Themes/vending_machine.md index 83f0ffd566..19eba202dd 100644 --- a/Docs/Themes/vending_machine.md +++ b/Docs/Themes/vending_machine.md @@ -306,7 +306,7 @@ The question is `Is this vending machine still operational?` ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Themes/walkingnodes.md b/Docs/Themes/walkingnodes.md index a9be465f1d..e24494fa9f 100644 --- a/Docs/Themes/walkingnodes.md +++ b/Docs/Themes/walkingnodes.md @@ -49,6 +49,9 @@ Available languages: - [Basic tags for this layer](#basic-tags-for-this-layer) - [Supported attributes](#supported-attributes) + [images](#images) + + [name](#name) + + [ref](#ref) + + [ele](#ele) + [leftover-questions](#leftover-questions) + [move-button](#move-button) + [delete-button](#delete-button) @@ -96,7 +99,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod @@ -163,7 +166,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod @@ -199,15 +202,44 @@ Elements must match **all** of the following expressions: ## Supported attributes +**Warning:**,this quick overview is incomplete, + +| attribute | type | values which are supported by this layer | +-----|-----|----- | +| [name](https://wiki.openstreetmap.org/wiki/Key:name) | [string](../SpecialInputElements.md#string) | | +| [ref](https://wiki.openstreetmap.org/wiki/Key:ref) | [string](../SpecialInputElements.md#string) | | +| [ele](https://wiki.openstreetmap.org/wiki/Key:ele) | [float](../SpecialInputElements.md#float) | | + ### images This block shows the known images which are linked with the `image`-keys, but also via `mapillary` and `wikidata` and shows the button to upload new images _This tagrendering has no question and is thus read-only_ *{image_carousel()}{image_upload()}* +### name + +The question is `What is the name noted on this guidepost?` +*Name noted on the guidepost: {name}* is shown if `name` is set + + - *There is no name noted on this guidepost* is shown if with noname=yes + +### ref + +The question is `What is the reference number of this guidepost?` +*Reference number of the guidepost: {ref}* is shown if `ref` is set + + - *There is no reference number noted on this guidepost* is shown if with noref=yes + +### ele + +The question is `What is the elevation noted on this guidepost?` +*Elevation noted on the guidepost: {ele} m* is shown if `ele` is set + + - *There is no elevation noted on this guidepost* is shown if with noele=yes + ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### move-button diff --git a/Docs/Themes/waste_assen.md b/Docs/Themes/waste_assen.md index 123df75b16..ff36608134 100644 --- a/Docs/Themes/waste_assen.md +++ b/Docs/Themes/waste_assen.md @@ -66,7 +66,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod @@ -104,7 +104,7 @@ _This tagrendering has no question and is thus read-only_ ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod diff --git a/Docs/Themes/wayside_shrines.md b/Docs/Themes/wayside_shrines.md index 4ff97c7651..7b1a4bfae2 100644 --- a/Docs/Themes/wayside_shrines.md +++ b/Docs/Themes/wayside_shrines.md @@ -4,7 +4,7 @@ _This document details some technical information about this MapComplete theme, mostly about the attributes used in the theme. Various links point toward more information about the attributes, e.g. to the OpenStreetMap-wiki, to TagInfo or tools creating statistics_ The theme introduction reads: -> This map shows shrines found on the side of roads and paths, and allows adding new ones +> This map shows shrines and crosses found on the side of roads and paths, and allows adding new ones This theme contains the following layers: diff --git a/Docs/Themes/width.md b/Docs/Themes/width.md index 4a9ff73e15..8871d3114b 100644 --- a/Docs/Themes/width.md +++ b/Docs/Themes/width.md @@ -120,7 +120,7 @@ This tagrendering is only visible in the popup if the following condition is met ### leftover-questions _This tagrendering has no question and is thus read-only_ -*{questions( ,)}* +*{questions( ,hidden)}* ### lod diff --git a/Docs/Themes/winter_service.md b/Docs/Themes/winter_service.md new file mode 100644 index 0000000000..0c46dc8140 --- /dev/null +++ b/Docs/Themes/winter_service.md @@ -0,0 +1,81 @@ +[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources) + +## Winter Service ( [winter_service](https://mapcomplete.org/winter_service) ) +_This document details some technical information about this MapComplete theme, mostly about the attributes used in the theme. Various links point toward more information about the attributes, e.g. to the OpenStreetMap-wiki, to TagInfo or tools creating statistics_ +The theme introduction reads: + +> A map showing roads and whether they're cleared in winter + +This theme contains the following layers: + + - [serviced_streets (defined in this theme)](#serviced_streets) + - [all_streets](../Layers/all_streets.md) + +Available languages: + + - en + +# Table of contents + + - [Winter Service ( winter_service )](#winter-service-(-winter_service-)) +1. [Layers defined in this theme configuration file](#layers-defined-in-this-theme-configuration-file) +2. [serviced_streets](#serviced_streets) + - [Basic tags for this layer](#basic-tags-for-this-layer) + - [Supported attributes](#supported-attributes) + + [winter_service](#winter_service) + + [leftover-questions](#leftover-questions) + + [lod](#lod) + +# Layers defined in this theme configuration file +These layers can not be reused in different themes. +# serviced_streets + +Streets that have some form of winter service + + - This layer is shown at zoomlevel **16** and higher + - Not rendered on the map by default. If you want to rendering this on the map, override `mapRenderings` + +No themes use this layer + +## Basic tags for this layer + +Elements must match **all** of the following expressions: + +0. winter_service=yes | winter_service=limited +1. highway~.+ +2. highway!=platform +3. service!=driveway + +[Execute on overpass](http://overpass-turbo.eu/?Q=%5Bout%3Ajson%5D%5Btimeout%3A90%5D%3B%28%20%20%20%20nwr%5B%22winter_service%22%3D%22yes%22%5D%5B%22highway%22%5D%5B%22highway%22!%3D%22platform%22%5D%5B%22service%22!%3D%22driveway%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%20%20%20%20nwr%5B%22winter_service%22%3D%22limited%22%5D%5B%22highway%22%5D%5B%22highway%22!%3D%22platform%22%5D%5B%22service%22!%3D%22driveway%22%5D%28%7B%7Bbbox%7D%7D%29%3B%0A%29%3Bout%20body%3B%3E%3Bout%20skel%20qt%3B) + +## Supported attributes + +**Warning:**,this quick overview is incomplete, + +| attribute | type | values which are supported by this layer | +-----|-----|----- | +| [winter_service](https://wiki.openstreetmap.org/wiki/Key:winter_service) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:winter_service%3Dyes) [limited](https://wiki.openstreetmap.org/wiki/Tag:winter_service%3Dlimited) [no](https://wiki.openstreetmap.org/wiki/Tag:winter_service%3Dno) | + +### winter_service + +The question is `Is this road serviced (e.g. cleared of snow) in winter?` + + - *This road is serviced in winter* is shown if with winter_service=yes + - *This road is serviced in winter, but only to a limited extent. This is often signposted as well.* is shown if with winter_service=limited + - *This road is not serviced in winter* is shown if with winter_service=no + +### leftover-questions + +_This tagrendering has no question and is thus read-only_ +*{questions( ,hidden)}* + +### lod + +_This tagrendering has no question and is thus read-only_ +*{linked_data_from_website()}* + +This tagrendering has labels +`added_by_default` + + +This document is autogenerated from [assets/themes/winter_service/winter_service.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/winter_service/winter_service.json) diff --git a/Docs/URL_Parameters.md b/Docs/URL_Parameters.md index 134b7fd3d2..a9ace5812d 100644 --- a/Docs/URL_Parameters.md +++ b/Docs/URL_Parameters.md @@ -44,8 +44,9 @@ This document gives an overview of which URL-parameters can be used to influence 33. [filter-public_bookcase-adult-books](#filter-public_bookcase-adult-books) 34. [filter-public_bookcase-inside](#filter-public_bookcase-inside) 35. [filter-public_bookcase-has_image](#filter-public_bookcase-has_image) -36. [mode](#mode) -37. [layer-](#layer-) +36. [layer-walls_and_buildings](#layer-walls_and_buildings) +37. [mode](#mode) +38. [layer-](#layer-) ## What is a URL parameter? @@ -70,7 +71,7 @@ The URL-hash can contain multiple values: The possible hashes are: -`copyright`,`copyright_icons`,`community_index`,`hotkeys`,`privacy`,`filter`,`background`,`about_theme`,`download`,`favourites`,`usersettings`,`share`,`menu` +`copyright`,`copyright_icons`,`community_index`,`hotkeys`,`privacy`,`filter`,`background`,`about_theme`,`download`,`favourites`,`failedImages`,`usersettings`,`share`,`menu` ## language @@ -406,11 +407,19 @@ This documentation is defined in the source code at [FilterConfig.ts](/src/Model The default value is _0_ +## layer-walls_and_buildings + +Whether or not layer walls_and_buildings is shown + +This documentation is defined in the source code at [FilteredLayer.ts](/src/Models/FilteredLayer.ts#L110) + +The default value is _false_ + ## mode The mode the application starts in, e.g. 'map', 'dashboard' or 'statistics' -This documentation is defined in the source code at [generateDocs.ts](ervdvn/git2/MapComplete/scripts/generateDocs.ts#L443) +This documentation is defined in the source code at [generateDocs.ts](ervdvn/git2/MapComplete/scripts/generateDocs.ts#L449) The default value is _map_ diff --git a/Docs/UserTests/2023-01-06 Followup - cyclestreets.md b/Docs/UserTests/2023-01-06 Followup - cyclestreets.md index 3cb61b1a77..173508df16 100644 --- a/Docs/UserTests/2023-01-06 Followup - cyclestreets.md +++ b/Docs/UserTests/2023-01-06 Followup - cyclestreets.md @@ -1,7 +1,7 @@ # Follow-up user test This user test was conducted with the same test subject as [2023-01-02 Ad Hoc - cyclestreets.md]. -This test consists of the _same_ task as the previous user test to validate that [improvements made based on this usertest](https://github.com/pietervdvn/MapComplete/issues/1219) actually improve the situation. +This test consists of the _same_ task as the previous user test to validate that [improvements made based on this usertest](https://source.mapcomplete.org/MapComplete/MapComplete/issues/1219) actually improve the situation. Subject: K Vs diff --git a/Docs/UserTests/2024-08-26 User Test Search.md b/Docs/UserTests/2024-08-26 User Test Search.md index 71fd74e14c..56aad16d9e 100644 --- a/Docs/UserTests/2024-08-26 User Test Search.md +++ b/Docs/UserTests/2024-08-26 User Test Search.md @@ -77,7 +77,7 @@ Success: user sponteanously interacts with the questions! > User wants to make a change to the review - [/] Failure: this is not yet possible, tracked in https://github.com/pietervdvn/MapComplete/issues/2129 + [/] Failure: this is not yet possible, tracked in https://source.mapcomplete.org/MapComplete/MapComplete/issues/2129 ## Updating information @@ -103,7 +103,7 @@ Success: user sponteanously interacts with the questions! > THe user notices that complex opening hours are displayed a bit sloppily - [+] Coincidentally, an issue was opened about precisely this at the same time: https://github.com/pietervdvn/MapComplete/issues/2100 + [+] Coincidentally, an issue was opened about precisely this at the same time: https://source.mapcomplete.org/MapComplete/MapComplete/issues/2100 > At first, the user changed the classification from 'restaurant' to 'fastfood' after thoroughly reading through the descriptions diff --git a/Docs/builtin_units.md b/Docs/builtin_units.md index 005b5dcb8d..f2641f2622 100644 --- a/Docs/builtin_units.md +++ b/Docs/builtin_units.md @@ -4,30 +4,94 @@ ## Table of contents -1. [power](#power) - - [MW](#mw) - - [kW](#kw) - - [W](#w) - - [GW](#gw) -2. [voltage](#voltage) - - [V](#v) -3. [current](#current) - - [A](#a) -4. [distance](#distance) - - [m](#m) - - [cm](#cm) - - [mm](#mm) - - [ft](#ft) -5. [speed](#speed) - - [kmh](#kmh) - - [mph](#mph) -6. [duration](#duration) - - [minutes](#minutes) - - [hours](#hours) - - [days](#days) - - [weeks](#weeks) - - [months](#months) - - [years](#years) +1. [Units](#units) + - [How to use](#how-to-use) +2. [Rendering](#rendering) +3. [Usage](#usage) + - [unit](#unit) + + [power](#power) + * [MW](#mw) + * [kW](#kw) + * [W](#w) + * [GW](#gw) + + [voltage](#voltage) + * [V](#v) + + [current](#current) + * [A](#a) + + [distance](#distance) + * [m](#m) + * [cm](#cm) + * [mm](#mm) + * [ft](#ft) + + [speed](#speed) + * [kmh](#kmh) + * [mph](#mph) + + [duration](#duration) + * [minutes](#minutes) + * [hours](#hours) + * [days](#days) + * [weeks](#weeks) + * [months](#months) + * [years](#years) + +## How to use + +In some cases, a value is represented in a certain unit (such as meters for heigt/distance/..., km/h for speed, ...) + +Sometimes, multiple denominations are possible (e.g. km/h vs mile/h; megawatt vs kilowatt vs gigawatt for power generators, ...) + +This brings in some troubles, as there are multiple ways to write it (no denomitation, 'm' vs 'meter' 'metre', ...) + +Not only do we want to write consistent data to OSM, we also want to present this consistently to the user. +This is handled by defining units. + +# Rendering + +To render a value with long (human) denomination, use {canonical(key)} + +# Usage + +First of all, you define which keys have units applied, for example: + +``` +units: [ + appliesTo: ["maxspeed", "maxspeed:hgv", "maxspeed:bus"] + applicableUnits: [ + ... + ] +] +``` + +ApplicableUnits defines which is the canonical extension, how it is presented to the user, ...: + +``` +applicableUnits: [ +{ + canonicalDenomination: "km/h", + alternativeDenomination: ["km/u", "kmh", "kph"] + default: true, + human: { + en: "kilometer/hour", + nl: "kilometer/uur" + }, + humanShort: { + en: "km/h", + nl: "km/u" + } +}, +{ + canoncialDenomination: "mph", + ... similar for miles an hour ... +} +] +``` + +If this is defined, then every key which the denominations apply to (`maxspeed`, `maxspeed:hgv` and `maxspeed:bus`) will be rewritten at the metatagging stage: +every value will be parsed and the canonical extension will be added add presented to the other parts of the code. + +Also, if a freeform text field is used, an extra dropdown with applicable denominations will be given + +Units ## unit @@ -177,4 +241,4 @@ Alternative denominations: #### years -This document is autogenerated from [assets/layers/unit/unit.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/unit/unit.json) +This document is autogenerated from [assets/layers/unit/unit.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/unit/unit.json), [src/Models/ThemeConfig/Json/UnitConfigJson.ts](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/src/Models/ThemeConfig/Json/UnitConfigJson.ts) diff --git a/Docs/wikiIndex.txt b/Docs/wikiIndex.txt index 4c425f8961..0dc4730065 100644 --- a/Docs/wikiIndex.txt +++ b/Docs/wikiIndex.txt @@ -655,7 +655,7 @@ The position of a signpost can be used by a hiker/biker/rider/s… |name= [https://mapcomplete.org/wayside_shrines wayside_shrines] |region= Worldwide |lang= {{#language:en|en}} -|descr= A MapComplete theme: This map shows shrines found on the side of roads and paths, and allows adding new ones +|descr= A MapComplete theme: This map shows shrines and crosses found on the side of roads and paths, and allows adding new ones |material= {{yes|[https://mapcomplete.org/ Yes]}} |image= MapComplete_Screenshot.png |genre= POI, editor, wayside_shrines diff --git a/assets/layers/aerialway/chair_lift.svg b/assets/layers/aerialway/chair_lift.svg index e97e20f577..39f9f38ee5 100644 --- a/assets/layers/aerialway/chair_lift.svg +++ b/assets/layers/aerialway/chair_lift.svg @@ -5,9 +5,9 @@ version="1.1" x="0px" y="0px" - width="372.74799" - height="348.6937" - viewBox="-0.031 -0.031 372.74798 348.69369" + width="600" + height="600" + viewBox="-0.031 -0.031 599.99999 599.99999" enable-background="new -0.031 -0.031 576 567" xml:space="preserve" id="svg2" @@ -25,15 +25,20 @@ inkscape:pageopacity="0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" - inkscape:zoom="1.328125" - inkscape:cx="184.84706" - inkscape:cy="178.07059" + inkscape:zoom="0.51239286" + inkscape:cx="185.40461" + inkscape:cy="184.4288" inkscape:window-width="1920" - inkscape:window-height="995" + inkscape:window-height="1005" inkscape:window-x="0" inkscape:window-y="0" inkscape:window-maximized="1" - inkscape:current-layer="svg2" /> + inkscape:current-layer="svg2" + showguides="true"> @@ -41,6 +46,7 @@ + d="m 599.969,287.27298 -0.40242,-8.45075 -14.08458,-0.40242 c -1.31188,26.43073 -15.23227,47.25016 -36.05492,62.05426 L 373.2539,440.407 l -13.12361,-9.06886 -2.01208,-4.02417 0.40241,-4.829 24.54742,-120.72499 -1.20725,-6.43867 -1.20725,-4.42658 -4.02417,-4.02417 -2.4145,-2.01208 -2.4145,-2.01208 -2.4145,-0.80484 -3.62175,-0.80483 -6.84108,0.40242 -78.06883,4.30586 v -48.81475 l 30.85248,26.66895 8.04833,4.829 6.97469,-0.53602 5.90264,-1.07364 54.99587,-77.53281 1.87848,-6.70749 0.26882,-6.16985 -5.36663,-8.04833 -2.33402,-0.60845 -4.45233,-7.84874 -80.11955,45.44733 c -5.01089,-5.44389 -10.77672,-11.72964 -16.64878,-18.13773 v -0.24466 l -1.58713,-1.70625 h -0.1996 c -9.07691,-9.91072 -18.22947,-19.92606 -25.04158,-27.38526 v -22.27778 c 17.53248,-3.00847 30.85248,-17.81901 30.85248,-35.64929 0,-20.001716 -16.75663,-36.217497 -37.42475,-36.217497 -20.66812,0 -37.42475,16.215781 -37.42475,36.217497 0,12.689 6.74933,23.84721 16.95784,30.31485 h -0.0563 v 22.42749 l -23.34017,19.15664 -2.4145,5.90264 -0.83541,7.51232 h -0.64065 v 75.5658 l -21.32808,12.09825 v -6.0121 0 -207.471539 l 47.8586,-25.886658 -0.35412,-0.655134 C 242.12724,26.020876 256.42752,18.817618 274.41554,16.848996 251.9623,10.976932 238.93366,8.6767187 218.77259,19.971749 L 218.7581,19.944385 -0.031,138.28546 v 17.85443 L 159.5932,69.800588 V 283.77839 l -65.127113,36.94346 -12.685783,-22.36632 -9.79965,5.55979 12.685782,22.36471 -18.810563,10.67048 5.558178,9.80126 18.810564,-10.67048 11.808515,20.81943 9.80126,-5.55818 -11.81012,-20.82104 59.56732,-33.78851 v 10.52722 c -0.1658,1.90102 -0.26721,3.82135 -0.26721,5.76744 0,1.9654 0.0982,3.90505 0.26721,5.82377 v 1.28773 h 0.12555 c 3.40123,31.54303 29.12692,56.06791 60.37216,56.06791 3.80847,0 7.53163,-0.37344 11.14533,-1.07204 h 77.51993 v -15.02463 h -48.19664 c 0.19477,-0.18028 0.39598,-0.35251 0.58753,-0.53602 h -33.03197 c -2.13763,0.35091 -4.32356,0.53602 -6.54973,0.53602 -21.82386,0 -39.90846,-17.46166 -43.19218,-40.28351 v -14.93449 c 0,-0.003 0,-0.006 0,-0.008 v -18.80412 l 21.32808,-12.09826 v 40.65535 h 0.30745 c 0.41529,16.0693 13.1059,28.974 28.73415,28.974 0.47807,0 0.95132,-0.0193 1.42295,-0.0419 l -0.0145,0.0419 102.21383,-7.2435 1.60967,-0.80483 2.01208,1.20725 -24.94983,105.03074 16.69707,24.4283 -164.56265,93.34618 7.75537,13.67411 390.96387,-221.77181 -0.30584,-0.54085 c 22.10716,-14.8878 37.02394,-36.25935 38.38572,-63.66392 z M 356.54234,185.01086 324.04478,222.21509 c 0,0 -3.48653,2.4145 -4.29137,2.68331 -0.80483,0.26881 -5.63383,-2.14569 -6.43866,-2.4145 -0.1658,-0.0547 -3.21934,-3.30465 -7.96785,-8.43143 z" + id="path2" + style="stroke-width:1.60967" /> diff --git a/assets/layers/atm/atm.json b/assets/layers/atm/atm.json index 251915e39c..8388e6d1ca 100644 --- a/assets/layers/atm/atm.json +++ b/assets/layers/atm/atm.json @@ -154,10 +154,6 @@ }, "freeform": { "key": "brand", - "type": "nsi", - "helperArgs": [ - "amenity=atm" - ], "placeholder": { "en": "Brand name", "de": "Markenname", @@ -674,4 +670,4 @@ "enableImproveAccuracy": true, "enableRelocation": false } -} \ No newline at end of file +} diff --git a/assets/layers/barrier/barrier.json b/assets/layers/barrier/barrier.json index 69fb252743..a57566d654 100644 --- a/assets/layers/barrier/barrier.json +++ b/assets/layers/barrier/barrier.json @@ -494,6 +494,7 @@ "id": "Cycle barrier type" }, { + "id": "MaxWidth", "render": { "en": "Maximum width: {maxwidth:physical} m", "nl": "Maximumbreedte: {maxwidth:physical} m", @@ -532,12 +533,11 @@ "freeform": { "key": "maxwidth:physical", "type": "distance", - "helperArgs": [ - "20", - "map" - ] - }, - "id": "MaxWidth" + "helperArgs": { + "zoom": 20, + "background": "map" + } + } }, { "render": { @@ -575,10 +575,10 @@ "freeform": { "key": "width:separation", "type": "distance", - "helperArgs": [ - "21", - "map" - ] + "helperArgs": { + "zoom": 21, + "background": "map" + } }, "id": "Space between barrier (cyclebarrier)" }, @@ -618,10 +618,10 @@ "freeform": { "key": "width:opening", "type": "distance", - "helperArgs": [ - "21", - "map" - ] + "helperArgs": { + "zoom": 21, + "background": "map" + } }, "id": "Width of opening (cyclebarrier)" }, @@ -661,10 +661,10 @@ "freeform": { "key": "overlap", "type": "distance", - "helperArgs": [ - "21", - "map" - ] + "helperArgs": { + "zoom": 21, + "background": "map" + } }, "id": "Overlap (cyclebarrier)" } diff --git a/assets/layers/bench/bench.json b/assets/layers/bench/bench.json index 300ef7c5b4..4865d44b9a 100644 --- a/assets/layers/bench/bench.json +++ b/assets/layers/bench/bench.json @@ -1195,6 +1195,16 @@ ] } } + }, + { + "builtin": "memorial.*memorial-specific", + "override": { + "condition": { + "and": [ + "historic=memorial" + ] + } + } } ], "filter": [ diff --git a/assets/layers/campsite/campsite.json b/assets/layers/campsite/campsite.json index 4ade74743a..bbdfbaf452 100644 --- a/assets/layers/campsite/campsite.json +++ b/assets/layers/campsite/campsite.json @@ -191,7 +191,7 @@ "icon": "./assets/layers/questions/cash.svg", "condition": { "and": [ - "charge!~^(.*;|)[^;\/]*\/day(|[^\/].*)$", + "charge!~^(.*;|)[^;/]*/day(|[^/].*)$", "fee!=no" ] }, @@ -218,7 +218,7 @@ "icon": "./assets/layers/questions/cash.svg", "condition": { "and": [ - "charge!~.*\/person\/day.*", + "charge!~.*/person/day.*", "fee!=no" ] }, diff --git a/assets/layers/cycleways_and_roads/cycleways_and_roads.json b/assets/layers/cycleways_and_roads/cycleways_and_roads.json index 087e021da0..e77a7bd52e 100644 --- a/assets/layers/cycleways_and_roads/cycleways_and_roads.json +++ b/assets/layers/cycleways_and_roads/cycleways_and_roads.json @@ -1283,10 +1283,10 @@ "freeform": { "key": "width", "type": "distance", - "helperArgs": [ - "20", - "map" - ] + "helperArgs": { + "zoom": 20, + "background": "map" + } }, "question": { "en": "What is the carriage width of this road (in meters)?", @@ -1808,10 +1808,10 @@ "freeform": { "key": "cycleway:buffer", "type": "distance", - "helperArgs": [ - "20", - "map" - ] + "helperArgs": { + "background": "map", + "zoom": 20 + } }, "id": "cycleways_and_roads-cycleway:buffer" }, diff --git a/assets/layers/drinking_water/drinking_water.json b/assets/layers/drinking_water/drinking_water.json index 300cb5ba76..2d8515454b 100644 --- a/assets/layers/drinking_water/drinking_water.json +++ b/assets/layers/drinking_water/drinking_water.json @@ -295,6 +295,7 @@ "uk": "Що це за тип пункту питної води?", "es": "¿Qué tipo de punto de agua potable es este?" }, + "multiAnswer": true, "mappings": [ { "if": "fountain=bubbler", @@ -306,10 +307,7 @@ "uk": "Це барботажний фонтан. Струмінь води, з якого можна пити, спрямовується вгору, зазвичай керується кнопкою.", "es": "Esta es una fuente de chorro. Un chorro de agua para beber se envía hacia arriba, típicamente controlado por un botón.", "ca": "Aquesta és una font de raig. Un raig d'aigua per beure s'envia cap amunt, normalment controlat per un botó d'empenta." - }, - "addExtraTags": [ - "man_made=" - ] + } }, { "if": "fountain=bottle_refill", @@ -323,12 +321,13 @@ "es": "Este es un punto de recarga de botellas donde el agua se envía hacia abajo, normalmente controlado por un botón o un sensor de movimiento. Beber directamente del flujo podría ser muy difícil o imposible." }, "addExtraTags": [ - "man_made=", "bottle=yes" ] }, { - "if": "man_made=water_tap", + "if": "fountain=water_tap", + "alsoShowIf": "man_made=water_tap", + "ifnot": "man_made=", "icon": "./assets/layers/drinking_water/tap.svg", "then": { "en": "This is a water tap. The water flows downward and the stream is controlled by a valve or push-button.", @@ -337,10 +336,7 @@ "ca": "Això és una aixeta d'aigua. L'aigua flueix cap avall i el corrent és controlat per una vàlvula o polsador.", "uk": "Це водопровідний кран. Вода тече вниз, а керує потоком вентиль або кнопка.", "es": "Esta es una toma de agua. El agua fluye hacia abajo y el chorro está controlado por una válvula o un botón." - }, - "addExtraTags": [ - "fountain=" - ] + } } ] }, diff --git a/assets/layers/etymology/etymology.json b/assets/layers/etymology/etymology.json index f5c91424e2..bbd65047ce 100644 --- a/assets/layers/etymology/etymology.json +++ b/assets/layers/etymology/etymology.json @@ -337,17 +337,32 @@ }, "questions", { - "id": "street-name-sign-image", + "id": "streetsign-image-carousel", "render": { - "en": "{image_carousel(image:streetsign)}
{image_upload(image:streetsign, Add image of a street name sign)}", - "nl": "{image_carousel(image:streetsign)}
{image_upload(image:streetsign, Voeg afbeelding van straatnaambordje toe)}", - "de": "{image_carousel(image:streetsign)}
{image_upload(image:streetsign, Bild eines Straßenschildes hinzufügen)}", - "fr": "{image_carousel(image:streetsign)}
{image_upload(image:streetsign, Ajouter une photo de la plaque de rue)}", - "ca": "{image_carousel(image:streetsign)}
{image_upload(image:streetsign, Afegeix una imatge de la placa amb el nom del carrer)}", - "cs": "{image_carousel(image:streetsign)}
{image_upload(image:streetsign, Add image of a street name sign)}", - "da": "{image_carousel(image:streetsign)}
{image_upload(image:streetsign, Tilføj foto af gadenavneskilt)}", - "es": "{image_carousel(image:streetsign)}
{image_upload(image:streetsign, Agregar imagen de un letrero de nombre de calle)}", - "uk": "{image_carousel(image:streetsign)}
{image_upload(image:streetsign, Додати зображення таблички з назвою вулиці)}" + "special": { + "type": "image_carousel", + "image_key": "image:streetsign;panoramax:streetsign" + } + } + }, + { + "id": "streetsign-upload", + "render": { + "special": { + "type": "image_upload", + "image_key": "image:streetsign", + "label": { + "en": "Add image of a street name sign", + "nl": "Voeg afbeelding van straatnaambordje toe", + "de": "Bild eines Straßenschildes hinzufügen", + "fr": "Ajouter une photo de la plaque de rue", + "ca": "Afegeix una imatge de la placa amb el nom del carrer", + "cs": "Add image of a street name sign", + "da": "Tilføj foto af gadenavneskilt", + "es": "Agregar imagen de un letrero de nombre de calle", + "uk": "Додати зображення таблички з назвою вулиці" + } + } } }, { diff --git a/assets/layers/filters/filters.json b/assets/layers/filters/filters.json index 6115ef81f2..087d9a648a 100644 --- a/assets/layers/filters/filters.json +++ b/assets/layers/filters/filters.json @@ -128,10 +128,8 @@ "osmTags": { "or": [ "image~*", - "image:0~*", - "image:1~*", - "image:2~*", - "image:3~*", + "image:[0-9]+~~*", + "panoramax:[0-9]+~~*", "mapillary~*" ] } @@ -148,12 +146,14 @@ }, "osmTags": { "and": [ - "image=", - "image:0=", - "image:1=", - "image:2=", - "image:3=", - "mapillary=" + { + "or": [ + "image!~*", + "image:[0-9]+!~~*", + "panoramax:[0-9]+!~~*", + "mapillary!~*" + ] + } ] } } diff --git a/assets/layers/food/food.json b/assets/layers/food/food.json index 1905cc3c77..c259f6edbb 100644 --- a/assets/layers/food/food.json +++ b/assets/layers/food/food.json @@ -627,7 +627,7 @@ "render": { "special": { "type": "image_upload", - "image-key": "image:menu", + "image_key": "image:menu", "label": { "en": "Add an image from the menu", "nl": "Voeg een foto van het menu toe", diff --git a/assets/layers/grave/grave.json b/assets/layers/grave/grave.json index 0c72cb6247..e91346f154 100644 --- a/assets/layers/grave/grave.json +++ b/assets/layers/grave/grave.json @@ -13,7 +13,12 @@ "ca": "Les tombes (i les tombes) indiquen on va ser enterrada una persona. En aquest mapa, es poden gravar i es pot fer un enllaç a la Viquipèdia" }, "source": { - "osmTags": "historic=tomb" + "osmTags": { + "or": [ + "historic=tomb", + "cemetery=grave" + ] + } }, "minzoom": 15, "title": { @@ -45,15 +50,16 @@ { "title": { "en": "a tombstone", + "nl": "een grafsteen", "de": "ein Grabstein", - "es": "una lápida", - "ca": "una làpida" + "ca": "una làpida", + "es": "una lápida" }, "tags": [ - "historic=tomb" + "cemetery=grave" ], "description": { - "en": "A tombstone is a physical object which indicates that one or more persons are buried here. It generally has the name, birth date and death date of the person or persons as inscription.", + "en": "A grave is a physical object which indicates that one or more persons are buried here. It generally has the name, birth date and death date of the person or persons as inscription.", "de": "Ein Grabstein ist ein physischer Gegenstand, der anzeigt, dass eine oder mehrere Personen hier begraben sind. Er trägt in der Regel den Namen, das Geburts- und das Sterbedatum der Person oder Personen als Inschrift.", "uk": "Надгробок - це фізичний об'єкт, який вказує на те, що тут похована одна або кілька осіб. Як правило, на ньому викарбувано ім'я, дату народження та дату смерті особи чи осіб.", "es": "Una lápida es un objeto físico que indica que una o más personas están enterradas aquí. Generalmente tiene el nombre, la fecha de nacimiento y la fecha de defunción de la persona o personas como inscripción.", diff --git a/assets/layers/kerbs/kerbs.json b/assets/layers/kerbs/kerbs.json index 0d90a75818..3c0f1b7174 100644 --- a/assets/layers/kerbs/kerbs.json +++ b/assets/layers/kerbs/kerbs.json @@ -24,7 +24,17 @@ "es": "Una capa que muestra bordillos." }, "source": { - "osmTags": "barrier=kerb" + "osmTags": { + "or": [ + "barrier=kerb", + { + "and": [ + "kerb=no", + "highway!=crossing" + ] + } + ] + } }, "minzoom": 13, "title": { @@ -518,4 +528,4 @@ "es": "un bordillo", "ca": "un kerb" } -} +} \ No newline at end of file diff --git a/assets/layers/maproulette_challenge/maproulette_challenge.json b/assets/layers/maproulette_challenge/maproulette_challenge.json index 8d04f289f6..2137f4d13e 100644 --- a/assets/layers/maproulette_challenge/maproulette_challenge.json +++ b/assets/layers/maproulette_challenge/maproulette_challenge.json @@ -2,12 +2,12 @@ "id": "maproulette_challenge", "name": null, "description": { - "en": "Layer showing tasks of a single MapRoulette challenge. This layer is intended to be reused and extended in themes; refer to [the documentation](https://github.com/pietervdvn/MapComplete/blob/develop/Docs/Integrating_Maproulette.md) on how to do this.", - "de": "Ebene mit Aufgaben einer einzelnen MapRoulette-Herausforderung. Diese Ebene soll in Themen wiederverwendet und erweitert werden; Informationen dazu finden Sie in der [Dokumentation](https://github.com/pietervdvn/MapComplete/blob/develop/Docs/Integrating_Maproulette.md).", + "en": "Layer showing tasks of a single MapRoulette challenge. This layer is intended to be reused and extended in themes; refer to [the documentation](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Integrating_Maproulette.md) on how to do this.", + "de": "Ebene mit Aufgaben einer einzelnen MapRoulette-Herausforderung. Diese Ebene soll in Themen wiederverwendet und erweitert werden; Informationen dazu finden Sie in der [Dokumentation](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Integrating_Maproulette.md).", "nl": "Laag met taken van een MapRoulette uitdaging", - "ca": "Capa que mostra les tasques d'un sol repte de MapRoulette. Aquesta capa està pensada per ser reutilitzada i ampliada en temes; consulteu [la documentació](https://github.com/pietervdvn/MapComplete/blob/develop/Docs/Integrating_Maproulette.md) sobre com fer-ho.", - "cs": "Vrstva zobrazující úkoly jedné výzvy MapRoulette. Tato vrstva je určena k opětovnému použití a rozšíření v tématech; naleznete v [dokumentaci](https://github.com/pietervdvn/MapComplete/blob/develop/Docs/Integrating_Maproulette.md), jak to provést.", - "es": "Capa que muestra las tareas de un único reto de MapRoulette. Esta capa está pensada para ser reutilizada y ampliada en temas; consulta la [documentación](https://github.com/pietervdvn/MapComplete/blob/develop/Docs/Integrating_Maproulette.md) sobre cómo hacerlo." + "ca": "Capa que mostra les tasques d'un sol repte de MapRoulette. Aquesta capa està pensada per ser reutilitzada i ampliada en temes; consulteu [la documentació](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Integrating_Maproulette.md) sobre com fer-ho.", + "cs": "Vrstva zobrazující úkoly jedné výzvy MapRoulette. Tato vrstva je určena k opětovnému použití a rozšíření v tématech; naleznete v [dokumentaci](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Integrating_Maproulette.md), jak to provést.", + "es": "Capa que muestra las tareas de un único reto de MapRoulette. Esta capa está pensada para ser reutilizada y ampliada en temas; consulta la [documentación](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Integrating_Maproulette.md) sobre cómo hacerlo." }, "source": { "osmTags": "mr_taskId~*", @@ -309,4 +309,4 @@ } ], "allowMove": false -} +} \ No newline at end of file diff --git a/assets/layers/memorial/memorial.json b/assets/layers/memorial/memorial.json index 7c32809d21..3e92955bcd 100644 --- a/assets/layers/memorial/memorial.json +++ b/assets/layers/memorial/memorial.json @@ -94,11 +94,28 @@ "fr": "Un mémorial est un élément physique disposé en mémoire d'une personne ou d'un évènement.", "es": "Un monumento es un objeto físico que recuerda a una persona o un evento.", "ca": "Un monument és un objecte físic que recorda una persona o esdeveniment.", - "cs": "Památník je fyzický objekt, který připomíná osobu nebo událost." + "cs": "Památník je fyzický objekt, který připomíná osobu nebo událost.", + "nl": "Een fysiek object dat een persoon of gebeurtenis herdenkt" }, "tags": [ "historic=memorial" ] + }, + { + "title": { + "en": "a memorial on a wall", + "nl": "een gedenkteken dat aan een muur hangt" + }, + "description": { + "en": "A memorial is a physical object which remembers a person or event and is attached to a wall.", + "nl": "Een fysiek object dat een persoon of gebeurtenis herdenkt en dat ophangt aan een muur." + }, + "tags": [ + "historic=memorial" + ], + "snapToLayer": [ + "walls_and_buildings" + ] } ], "tagRenderings": [ @@ -389,12 +406,17 @@ }, { "id": "memorial-wikidata", + "labels": [ + "memorial-specific", + "memorial-questions" + ], "freeform": { "key": "wikidata", "type": "wikidata" }, "question": { "en": "What is the Wikipedia page about this memorial?", + "nl": "Wat is het Wikipedia-artikel over dit gedenkteken?", "de": "Was ist die Wikipedia-Seite über dieses Denkmal?", "fr": "Quelle est la page Wikipedia de ce mémorial ?", "es": "¿Cuál es la página de Wikipedia sobre este monumento?", @@ -403,6 +425,7 @@ }, "questionHint": { "en": "This is a about the memorial itself, not about the person or event that the memorial remembers. If this memorial does not have a Wikipedia page or Wikidata entity, skip this question.", + "nl": "Dit gaat over het gedenkteken zelf, niet over de persoon of de gebeurtenis die herdacht worden. Indien dit gedenkteken geen Wikipedia-artikel heeft, sla deze vraag dan over.", "de": "Hier geht es um das Denkmal selbst, nicht um die Person oder das Ereignis, an das die Denkmal erinnert. Wenn diese Gedenkstätte keine Wikipedia-Seite oder Wikidata-Entität hat, überspringe diese Frage.", "fr": "C'est la page Wikipédia du mémorial et non celle de la personne ou de l'évènement commémoré. Si le mémorial n'a pas de page Wikipédia ou d'entité Wikidata, passez cette question.", "es": "Se trata del propio monumento, no de la persona o el evento que recuerda el monumento. Si este monumento no tiene una página de Wikipedia o una entidad Wikidata, omite esta pregunta.", @@ -416,6 +439,7 @@ }, "before": { "en": "

Wikipedia page about the memorial

", + "nl": "

Wikipediapagina over het gedenkteken

", "de": "

Wikipedia-Seite über das Denkmal

", "fr": "

Page Wikipedia du mémorial

", "es": "

Página de Wikipedia sobre el monumento

", @@ -426,6 +450,10 @@ }, { "id": "subject-wikidata", + "labels": [ + "memorial-specific", + "memorial-questions" + ], "freeform": { "key": "subject:wikidata", "type": "wikidata", @@ -435,6 +463,7 @@ }, "question": { "en": "What is the Wikipedia page about the person or event that is remembered here?", + "nl": "Wat is het Wikipedia-artikel over de persoon of de gebeurtenis die herdacht wordt?", "de": "Was ist die Wikipedia-Seite über die Person oder Veranstaltung, die hier erinnert wird?", "fr": "Quelle est la page Wikipedia qui fait référence à cet évènement ou cette personne?", "es": "¿Cuál es la página de Wikipedia sobre la persona o el evento que se recuerda aquí?", @@ -443,6 +472,7 @@ }, "questionHint": { "en": "If the person or event does not have a Wikipedia page or Wikidata entity, skip this question.", + "nl": "Indien deze persoon of gebeurtenis geen Wikipedia-artikel heeft, sla deze vraag dan over", "de": "Wenn die Person oder das Ereignis keine Wikipedia-Seite oder Wikidata-Entität hat, überspringe diese Frage.", "fr": "Si la personne ou l'évènement n'a pas de page Wikipedia ou d'entité Wikidata, passez cette question.", "es": "Si la persona o el evento no tienen una página de Wikipedia o una entidad Wikidata, omite esta pregunta.", @@ -456,6 +486,7 @@ }, "before": { "en": "

Wikipedia page about the remembered event or person

", + "nl": "

Wikipedia-artikel over de herdachte gebeurtenis of persoon

", "de": "

Wikipedia-Seite über das erinnerte Ereignis oder die Person

", "fr": "

Page Wikipedia sur la personne ou l'évènement commémoré

", "es": "

Página de Wikipedia sobre el evento o la persona recordada

", @@ -467,6 +498,7 @@ { "question": { "en": "When was this memorial installed?", + "nl": "Wanneer werd dit gedenkteken geplaatst?", "de": "Wann wurde dieses Denkmal installiert?", "fr": "Quand ce mémorial a-t-il été installé ?", "es": "¿Cuándo se instaló este monumento?", diff --git a/assets/layers/parcel_lockers/parcel_lockers.json b/assets/layers/parcel_lockers/parcel_lockers.json index 5b51a38fa0..01abcea4e0 100644 --- a/assets/layers/parcel_lockers/parcel_lockers.json +++ b/assets/layers/parcel_lockers/parcel_lockers.json @@ -110,10 +110,6 @@ }, "freeform": { "key": "brand", - "type": "nsi", - "helperArgs": [ - "amenity=parcel_locker" - ], "placeholder": { "en": "Brand", "de": "Marke", @@ -308,4 +304,4 @@ "allowMove": { "enableImproveAccuracy": true } -} \ No newline at end of file +} diff --git a/assets/layers/postoffices/postoffices.json b/assets/layers/postoffices/postoffices.json index 19f0cc83d0..3982fe5d76 100644 --- a/assets/layers/postoffices/postoffices.json +++ b/assets/layers/postoffices/postoffices.json @@ -218,17 +218,13 @@ "ca": "Aquesta és una oficina postal de {brand}" }, "freeform": { - "type": "nsi", "key": "brand", "placeholder": { "en": "Brand of the post office", "de": "Marke der Poststelle", "es": "Marca de la oficina de correos", "ca": "Marca de l'oficina postal" - }, - "helperArgs": [ - "amenity=post_office" - ] + } } }, { diff --git a/assets/layers/public_bookcase/public_bookcase.json b/assets/layers/public_bookcase/public_bookcase.json index 031e664f0d..747c8eefa4 100644 --- a/assets/layers/public_bookcase/public_bookcase.json +++ b/assets/layers/public_bookcase/public_bookcase.json @@ -108,6 +108,17 @@ "tags": [ "amenity=public_bookcase" ] + }, + { + "title": { + "en": "a bookcase on a wall" + }, + "tags": [ + "amenity=public_bookcase" + ], + "snapToLayer": [ + "walls_and_buildings" + ] } ], "tagRenderings": [ diff --git a/assets/layers/questions/license_info.json b/assets/layers/questions/license_info.json index c36d3502c6..fe402e0cdb 100644 --- a/assets/layers/questions/license_info.json +++ b/assets/layers/questions/license_info.json @@ -68,7 +68,7 @@ ], "sources": [ "https://freesvg.org/no-dogs-round-sign-vector-graphics", - "https://github.com/pietervdvn/MapComplete/pull/1948" + "https://source.mapcomplete.org/MapComplete/MapComplete/pulls/1948" ] }, { diff --git a/assets/layers/questions/questions.json b/assets/layers/questions/questions.json index 876cc8dd90..c12842a1a4 100644 --- a/assets/layers/questions/questions.json +++ b/assets/layers/questions/questions.json @@ -2290,8 +2290,8 @@ } }, { - "if": "internet_access=terminal;wifi", - "alsoShowIf": "internet_access=wifi;terminal", + "if": "internet_access=terminal;wlan", + "alsoShowIf": "internet_access=wlan;terminal", "then": { "en": "This place offers both wireless internet and internet access via a terminal or computer", "de": "Dieser Ort bietet sowohl drahtloses Internet als auch Internetzugang über ein Terminal oder einen Computer", diff --git a/assets/layers/recycling/recycling.json b/assets/layers/recycling/recycling.json index e126291eae..eef666fc46 100644 --- a/assets/layers/recycling/recycling.json +++ b/assets/layers/recycling/recycling.json @@ -1435,6 +1435,77 @@ "es": "Esta instalación de reciclaje puede ser usada por {access}" } }, + { + "id": "colour", + "condition": "recycling_type=container", + "question": { + "en": "What color is this recycling container?", + "nl": "Welke kleur heeft deze recyclingcontainer?" + }, + "freeform": { + "key": "colour", + "type": "color", + "placeholder": { + "en": "Colour of the container", + "nl": "Kleur van de container" + } + }, + "mappings": [ + { + "if": "colour=blue", + "then": { + "en": "This recycling container is coloured blue", + "nl": "Deze recyclingcontainer is blauw gekleurd" + } + }, + { + "if": "colour=green", + "then": { + "en": "This recycling container is coloured green", + "nl": "Deze recyclingcontainer is groen gekleurd" + } + }, + { + "if": "colour=maroon", + "then": { + "en": "This recycling container is coloured maroon", + "nl": "Deze recyclingcontainer is kastanjebruin gekleurd" + } + }, + { + "if": "colour=yellow", + "then": { + "en": "This recycling container is coloured yellow", + "nl": "Deze recyclingcontainer is geel gekleurd" + } + }, + { + "if": "colour=red", + "then": { + "en": "This recycling container is coloured red", + "nl": "Deze recyclingcontainer is rood gekleurd" + } + }, + { + "if": "colour=black", + "then": { + "en": "This recycling container is coloured black", + "nl": "Deze recyclingcontainer is zwart gekleurd" + } + }, + { + "if": "colour=white", + "then": { + "en": "This recycling container is coloured white", + "nl": "Deze recyclingcontainer is wit gekleurd" + } + } + ], + "render": { + "en": "This recycling container is {colour}", + "nl": "Deze recyclingcontainer is {colour}" + } + }, "survey_date" ], "filter": [ @@ -1795,4 +1866,4 @@ "enableRelocation": true, "enableImproveAccuracy": true } -} +} \ No newline at end of file diff --git a/assets/layers/scouting_group/scouting.svg b/assets/layers/scouting_group/scouting.svg index f9740cb7fa..688a4172ec 100644 --- a/assets/layers/scouting_group/scouting.svg +++ b/assets/layers/scouting_group/scouting.svg @@ -6,14 +6,14 @@ id="Layer_2" x="0px" y="0px" - width="200" - height="200" - viewBox="0 0 232.50928 236.52539" + width="600" + height="600" + viewBox="0 0 697.52784 709.57617" enable-background="new 0 0 232.50928 236.52539" xml:space="preserve" sodipodi:version="0.32" inkscape:version="1.3.2 (1:1.3.2+202311252150+091e20ef0f)" - sodipodi:docname="WikiProject_Scouting_fleur-de-lis_outline.svg" + sodipodi:docname="scouting.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" @@ -25,10 +25,10 @@ xmlns:ns="http://ns.adobe.com/SaveForWeb/1.0/"> @@ -53,9 +53,9 @@ pagecolor="#ffffff" id="base" showgrid="false" - inkscape:zoom="1.5041679" - inkscape:cx="103.04701" - inkscape:cy="144.59822" + inkscape:zoom="0.39406657" + inkscape:cx="62.172236" + inkscape:cy="351.46346" inkscape:window-x="0" inkscape:window-y="0" inkscape:current-layer="Layer_2" @@ -80,20 +80,20 @@ rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + style="fill:#ffffff;stroke:#000000;stroke-width:7.17701;stroke-linecap:round;stroke-linejoin:round" /> diff --git a/assets/layers/sport_pitch/license_info.json b/assets/layers/sport_pitch/license_info.json index f80b527b3b..cb1e8e5b7f 100644 --- a/assets/layers/sport_pitch/license_info.json +++ b/assets/layers/sport_pitch/license_info.json @@ -50,7 +50,7 @@ "Hufkratzer" ], "sources": [ - "https://github.com/pietervdvn/MapComplete/issues/920", + "https://source.mapcomplete.org/MapComplete/MapComplete/issues/920", " https://gist.githubusercontent.com/Hufkratzer/81abcfe749ce8f99257e38f58633dd72/raw/8fa614a983807724f7110793b57344cc70dc34bc/equestrian.svg" ] }, diff --git a/assets/layers/toilet/MLAK.svg b/assets/layers/toilet/MLAK.svg new file mode 100644 index 0000000000..2c6a5ce0b3 --- /dev/null +++ b/assets/layers/toilet/MLAK.svg @@ -0,0 +1,43 @@ + + + + diff --git a/assets/layers/toilet/MLAK.svg.license b/assets/layers/toilet/MLAK.svg.license new file mode 100644 index 0000000000..ed02883002 --- /dev/null +++ b/assets/layers/toilet/MLAK.svg.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: Pieter Vander Vennet +SPDX-License-Identifier: CC0-1.0 \ No newline at end of file diff --git a/assets/layers/toilet/eurokey.svg b/assets/layers/toilet/eurokey.svg new file mode 100644 index 0000000000..3b387ccf54 --- /dev/null +++ b/assets/layers/toilet/eurokey.svg @@ -0,0 +1,70 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/assets/layers/toilet/eurokey.svg.license b/assets/layers/toilet/eurokey.svg.license new file mode 100644 index 0000000000..14f1c26e79 --- /dev/null +++ b/assets/layers/toilet/eurokey.svg.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: Herzi Pinki,Marajozkee +SPDX-License-Identifier: CC-BY-SA 4.0 \ No newline at end of file diff --git a/assets/layers/toilet/license_info.json b/assets/layers/toilet/license_info.json index af127dea4a..21959ec703 100644 --- a/assets/layers/toilet/license_info.json +++ b/assets/layers/toilet/license_info.json @@ -1,4 +1,12 @@ [ + { + "path": "MLAK.svg", + "license": "CC0-1.0", + "authors": [ + "Pieter Vander Vennet" + ], + "sources": [] + }, { "path": "baby.svg", "license": "CC0-1.0", @@ -9,6 +17,16 @@ "https://commons.wikimedia.org/wiki/File:Baby_(75158)_-_The_Noun_Project.svg" ] }, + { + "path": "eurokey.svg", + "license": "CC-BY-SA 4.0", + "authors": [ + "Herzi Pinki,Marajozkee" + ], + "sources": [ + "https://commons.wikimedia.org/wiki/File:Eurokey_sign,_Palace_of_Sch%C3%B6nbrunn_(cropped).svg" + ] + }, { "path": "toilets.svg", "license": "CC0-1.0", diff --git a/assets/layers/toilet/toilet.json b/assets/layers/toilet/toilet.json index ff4ff196b3..65d3271b05 100644 --- a/assets/layers/toilet/toilet.json +++ b/assets/layers/toilet/toilet.json @@ -121,7 +121,9 @@ "if": { "or": [ "wheelchair=yes", - "wheelchair=designated" + "wheelchair=designated", + "toilets:wheelchair=yes", + "toilets:wheelchair=designated" ] }, "then": "./assets/layers/toilet/wheelchair.svg" @@ -453,7 +455,8 @@ ] }, "=labels": [ - "relevant-questions" + "relevant-questions", + "no-prefix" ], "question": { "en": "When are these toilets opened?", @@ -467,110 +470,11 @@ } } }, - { - "id": "toilets-wheelchair", - "labels": [ - "relevant-questions" - ], - "question": { - "en": "Is there a dedicated toilet for wheelchair users?", - "de": "Können Rollstuhlfahrer die Toilette benutzen?", - "fr": "Y a-t-il des toilettes réservées aux personnes en fauteuil roulant ?", - "nl": "Is er een rolstoeltoegankelijke toilet voorzien?", - "it": "C'è un WC riservato alle persone in sedia a rotelle?", - "da": "Er der et særligt toilet til kørestolsbrugere?", - "ca": "Hi ha un lavabo específic per a usuaris amb cadira de rodes?", - "cs": "Je zde vyhrazená toaleta pro vozíčkáře?", - "es": "¿Hay un baño dedicado para usuarios de sillas de ruedas?" - }, - "mappings": [ - { - "then": { - "en": "There is a dedicated toilet for wheelchair users", - "de": "Rollstuhlfahrer können die Toilette benutzen", - "fr": "Il y a des toilettes réservées pour les personnes à mobilité réduite", - "nl": "Er is een toilet voor rolstoelgebruikers", - "it": "C'è un WC riservato alle persone in sedia a rotelle", - "es": "Hay un baño dedicado para usuarios de sillas de ruedas", - "da": "Der er et særligt toilet til kørestolsbrugere", - "ca": "Hi ha un lavabo dedicat per a usuaris amb cadira de rodes", - "cs": "K dispozici je speciální toaleta pro vozíčkáře" - }, - "if": "wheelchair=yes" - }, - { - "if": "wheelchair=no", - "then": { - "en": "No wheelchair access", - "de": "Rollstuhlfahrer können die Toilette nicht benutzen", - "fr": "Non accessible aux personnes à mobilité réduite", - "nl": "Niet toegankelijk voor rolstoelgebruikers", - "it": "Non accessibile in sedia a rotelle", - "ru": "Недоступно пользователям кресел-колясок", - "es": "Sin acceso para sillas de ruedas", - "da": "Ingen kørestolsadgang", - "ca": "Sense accés per a cadires de rodes", - "cs": "Žádný bezbariérový přístup" - } - }, - { - "if": "wheelchair=designated", - "then": { - "en": "There is only a dedicated toilet for wheelchair users", - "nl": "Er is alleen een toilet voor rolstoelgebruikers", - "de": "Es gibt nur eine barrierefreie Toilette für Rollstuhlfahrer", - "da": "Der er kun et særligt toilet til kørestolsbrugere", - "ca": "És només un lavabo per a usuaris amb cadira de rodes", - "cs": "K dispozici je pouze vyhrazená toaleta pro vozíčkáře", - "es": "Solo hay un baño dedicado para usuarios de sillas de ruedas" - } - } - ] - }, - { - "id": "wheelchair-door-width", - "condition": { - "and": [ - { - "or": [ - "wheelchair=yes", - "wheelchair=designated" - ] - } - ] - }, - "labels": [ - "relevant-questions" - ], - "question": { - "en": "What is the width of the door to the wheelchair accessible toilet?", - "nl": "Hoe breed is de deur van de rolstoeltoegankelijke toilet?", - "fr": "Quelle est la largeur de la porte des toilettes accessibles aux fauteuils roulants ?", - "de": "Wie breit ist die Tür zur rollstuhlgerechten Toilette?", - "da": "Hvad er bredden på døren til det kørestolsvenlige toilet?", - "ca": "Quina és l'amplada de la porta per al lavabo accéssible?", - "cs": "Jaká je šířka dveří na bezbariérovou toaletu?", - "es": "¿Cuál es el ancho de la puerta del baño accesible para sillas de ruedas?" - }, - "render": { - "en": "The door to the wheelchair-accessible toilet is {canonical(door:width)} wide", - "nl": "De deur naar de rolstoeltoegankelijke toilet is {canonical(door:width)} wide", - "fr": "La porte des toilettes accessibles aux fauteuils roulants a une large de {canonical(door:width)}", - "de": "Die Tür zur rollstuhlgerechten Toilette ist {canonical(door:width)} breit", - "da": "Døren til det kørestolsvenlige toilet er {canonical(door:width)} bred", - "ca": "La porta del vàter accessible amb cadira de rodes té {canonical(door:width)} d'ample", - "cs": "Dveře na bezbariérovou toaletu mají šířku {canonical(door:width)}", - "es": "La puerta del baño accesible para sillas de ruedas tiene {canonical(door:width)} de ancho" - }, - "freeform": { - "key": "door:width", - "type": "pfloat" - } - }, { "id": "toilets-type", "labels": [ - "relevant-questions" + "relevant-questions", + "prefixed" ], "question": { "en": "Which kind of toilets are these?", @@ -643,8 +547,50 @@ ] }, { - "condition": "toilets:position!=urinal", + "id": "toilets-disposal", + "labels": [ + "relevant-questions", + "prefixed" + ], + "question": { + "en": "How is the waste handled?", + "nl": "Hoe worden de afvalproducten behandeld?" + }, + "mappings": [ + { + "if": "toilets:disposal=flush", + "then": { + "en": "The waste is moved away by flushing the toilet with water", + "nl": "Het afval wordt afgevoerd door met water te spoelen" + } + }, + { + "if": "toilets:disposal=pitlatrine", + "then": { + "en": "The waste falls into a pit", + "nl": "Het afval valt in een put" + } + }, + { + "if": "toilets:disposal=bucket", + "then": { + "en": "The waste is collected in a bucket or similar container, which is regularly removed", + "nl": "Het afval valt in een emmer of andere opvangbak die regelmatig geleegd wordt" + } + } + ] + }, + { + "condition": { + "and": [ + "toilets:position!=urinal" + ] + }, "id": "gender_segregated", + "labels": [ + "relevant-questions", + "no-prefix" + ], "question": { "en": "Are these toilets gender-segregated?", "nl": "Zijn deze toiletten gescheiden op basis van geslacht?", @@ -688,6 +634,10 @@ }, { "id": "menstrual_products", + "labels": [ + "relevant-questions", + "prefixed" + ], "question": { "en": "Are free, menstrual products distributed here?", "nl": "Zijn er gratis menstruatieproducten beschikbaar?", @@ -747,6 +697,10 @@ }, { "id": "menstrual_products_location", + "labels": [ + "relevant-questions", + "prefixed" + ], "question": { "en": "Where are the free menstrual products located?", "nl": "Waar bevinden de gratis menstruatieproducten zich?", @@ -756,9 +710,13 @@ "ca": "On estan ubicats els productes menstruals gratuïts?" }, "condition": { - "or": [ - "toilets:menstrual_products=limited", - "toilets:menstrual_products:location~*" + "and": [ + { + "or": [ + "toilets:menstrual_products=limited", + "toilets:menstrual_products:location~*" + ] + } ] }, "render": { @@ -812,7 +770,8 @@ { "id": "toilets-changing-table", "labels": [ - "relevant-questions" + "relevant-questions", + "no-prefix" ], "question": { "en": "Is a changing table (to change diapers) available?", @@ -859,7 +818,8 @@ }, { "labels": [ - "relevant-questions" + "relevant-questions", + "no-prefix" ], "question": { "en": "Where is the changing table located?", @@ -955,6 +915,10 @@ }, { "id": "toilet-supervised", + "labels": [ + "relevant-questions", + "no-prefix" + ], "question": { "en": "Is this toilets supervised by a person?", "nl": "Is er toezicht op deze toilet?" @@ -1049,7 +1013,8 @@ }, { "labels": [ - "relevant-questions" + "relevant-questions", + "prefixed" ], "id": "toilet-handwashing", "question": { @@ -1093,6 +1058,10 @@ }, { "id": "toilet-drying", + "labels": [ + "relevant-questions", + "prefixed" + ], "question": { "en": "Do these toilets have a device to dry your hands?", "nl": "Hebben deze toiletten een apparaat om je handen te drogen?" @@ -1135,9 +1104,581 @@ } } ], - "condition": "toilets:handwashing=yes" + "condition": { + "and": [ + "toilets:handwashing=yes" + ] + } }, - "description" + "description", + { + "id": "wheelchair-group", + "labels": [ + "relevant-questions", + "prefixed" + ], + "render": { + "special": { + "type": "group", + "header": "wheelchair-title", + "labels": "wheelchair;adult-changing-table" + } + } + }, + { + "id": "toilets-wheelchair", + "labels": [ + "relevant-questions", + "wheelchair", + "hidden", + "no-prefix" + ], + "question": { + "en": "Is there a dedicated toilet for wheelchair users?", + "de": "Können Rollstuhlfahrer die Toilette benutzen?", + "fr": "Y a-t-il des toilettes réservées aux personnes en fauteuil roulant ?", + "nl": "Is er een rolstoeltoegankelijke toilet voorzien?", + "it": "C'è un WC riservato alle persone in sedia a rotelle?", + "da": "Er der et særligt toilet til kørestolsbrugere?", + "ca": "Hi ha un lavabo específic per a usuaris amb cadira de rodes?", + "cs": "Je zde vyhrazená toaleta pro vozíčkáře?", + "es": "¿Hay un baño dedicado para usuarios de sillas de ruedas?" + }, + "mappings": [ + { + "then": { + "en": "There is a dedicated toilet for wheelchair users", + "de": "Rollstuhlfahrer können die Toilette benutzen", + "fr": "Il y a des toilettes réservées pour les personnes à mobilité réduite", + "nl": "Er is een toilet voor rolstoelgebruikers", + "it": "C'è un WC riservato alle persone in sedia a rotelle", + "es": "Hay un baño dedicado para usuarios de sillas de ruedas", + "da": "Der er et særligt toilet til kørestolsbrugere", + "ca": "Hi ha un lavabo dedicat per a usuaris amb cadira de rodes", + "cs": "K dispozici je speciální toaleta pro vozíčkáře" + }, + "if": "wheelchair=yes" + }, + { + "if": "wheelchair=no", + "then": { + "en": "No wheelchair access", + "de": "Rollstuhlfahrer können die Toilette nicht benutzen", + "fr": "Non accessible aux personnes à mobilité réduite", + "nl": "Niet toegankelijk voor rolstoelgebruikers", + "it": "Non accessibile in sedia a rotelle", + "ru": "Недоступно пользователям кресел-колясок", + "es": "Sin acceso para sillas de ruedas", + "da": "Ingen kørestolsadgang", + "ca": "Sense accés per a cadires de rodes", + "cs": "Žádný bezbariérový přístup" + } + }, + { + "if": "wheelchair=designated", + "then": { + "en": "There is only a dedicated toilet for wheelchair users", + "nl": "Er is alleen een toilet voor rolstoelgebruikers", + "de": "Es gibt nur eine barrierefreie Toilette für Rollstuhlfahrer", + "da": "Der er kun et særligt toilet til kørestolsbrugere", + "ca": "És només un lavabo per a usuaris amb cadira de rodes", + "cs": "K dispozici je pouze vyhrazená toaleta pro vozíčkáře", + "es": "Solo hay un baño dedicado para usuarios de sillas de ruedas" + } + } + ] + }, + { + "id": "wheelchair-picture-carousel", + "condition": { + "and": [ + { + "#": "NOT on designated", + "or": [ + "wheelchair=yes", + "toilets:wheelchair=yes" + ] + } + ] + }, + "labels": [ + "wheelchair", + "hidden", + "relevant-questions", + "prefixed" + ], + "render": { + "special": { + "type": "image_carousel", + "image_key": "toilets:wheelchair:panoramax;toilets:wheelchair:image;toilets:wheelchair:mapillary" + } + } + }, + { + "id": "wheelchair-picture", + "condition": { + "and": [ + { + "#": "NOT on designated", + "or": [ + "wheelchair=yes", + "toilets:wheelchair=yes" + ] + } + ] + }, + "labels": [ + "wheelchair", + "hidden", + "relevant-questions", + "prefixed" + ], + "render": { + "special": { + "type": "image_upload", + "image_key": "toilets:wheelchair:panoramax", + "label": { + "en": "Add a picture of the wheelchair accessible toilet", + "nl": "Voeg een foto van de rolstoeltoegankelijke toilet toe" + } + } + } + }, + { + "id": "wheelchair-title", + "labels": [ + "hidden", + "relevant-questions", + "prefixed" + ], + "render": { + "en": "Wheelchair accessible toilet", + "nl": "Rolstoeltoegankelijke toilet" + }, + "icon": "./assets/layers/toilet/wheelchair.svg", + "mappings": [ + { + "if": { + "or": [ + "wheelchair=designated", + "toilets:wheelchair=designated" + ] + }, + "then": { + "en": "Wheelchair accessibility features", + "nl": "Rolstoeltoegankelijkheid" + } + }, + { + "if": { + "or": [ + "wheelchair=no", + "toilets:wheelchair=no" + ] + }, + "then": { + "en": "No wheelchair accessible toilet", + "nl": "Geen rolstoeltoegankelijke toilet" + } + } + ] + }, + { + "id": "wheelchair-access", + "question": { + "en": "Is the wheelchair-accessible toilet locked?", + "nl": "Is de rolstoeltoegankelijke toilet op slot?" + }, + "condition": { + "and": [ + { + "or": [ + "wheelchair=yes", + "toilets:wheelchair=yes" + ] + }, + { + "or": [ + "access=yes", + "access=public", + "access=customers", + "access=" + ] + } + ] + }, + "labels": [ + "hidden", + "wheelchair", + "relevant-questions", + "prefixed" + ], + "mappings": [ + { + "if": "toilets:wheelchair:access=yes", + "alsoShowIf": "toilets:wheelchair:access=", + "addExtraTags": [ + "centralkey=" + ], + "then": { + "en": "The wheelchair accessible toilets are freely accessible", + "nl": "De rolstoeltoegankelijke toilet is vrij toegankelijk" + } + }, + { + "if": "toilets:wheelchair:access=key", + "addExtraTags": [ + "centralkey=" + ], + "icon": "key", + "then": { + "en": "One needs to ask permission to access wheelchair-accessible toilet, e.g. by asking a key", + "nl": "Men moet toestemming vragen om de rolstoeltoegankelijke toilet te gebruiken, bv. door een sleutel te vragen" + } + }, + { + "if": "centralkey=mlak", + "alsoShowIf": "centralkey~i~MLAK", + "icon": "./assets/layers/toilet/MLAK.svg", + "addExtraTags": [ + "toilets:wheelchair:access=centralkey" + ], + "hideInAnswer": "_country!=au", + "then": { + "en": "One can use a Master Locksmiths Access Key (MLAK) to access this bathroom", + "nl": "Men kan met een Master Locksmiths Access Key (MLAK-sleutel) deze toiletten te gebruiken." + } + }, + { + "if": "centralkey=nks", + "alsoShowIf": "centralkey~i~nks", + "hideInAnswer": "_country!=gb", + "addExtraTags": [ + "toilets:wheelchair:access=centralkey" + ], + "then": { + "en": "One can use a RADAR Key to access this bathroom", + "nl": "Men kan met een RADAR-sleutel deze toiletten te gebruiken." + } + }, + { + "if": "centralkey=eurokey", + "alsoShowIf": "centralkey~i~eurokey", + "icon": { + "class": "medium", + "path": "./assets/layers/toilet/eurokey.svg" + }, + "hideInAnswer": "_country!~(be)|(bg)|(cy)|(dk)|(de)|(ee)|(fi)|(fr)|(gr)|(hu)|(ie)|(it)|(hr)|(lv)|(lt)|(lu)|(mt)|(nl)|(at)|(pl)|(pt)|(ro)|(si)|(sk)|(es)|(cz)|(se)|(ch)|(tr)", + "addExtraTags": [ + "toilets:wheelchair:access=centralkey" + ], + "then": { + "en": "One can use a EuroKey to access this bathroom", + "nl": "Men kan met een Eurosleutel deze toiletten te gebruiken." + } + } + ] + }, + { + "id": "wheelchair-door-width", + "condition": { + "and": [ + { + "or": [ + "wheelchair=yes", + "wheelchair=designated", + "toilets:wheelchair=yes", + "toilets:wheelchair=designated" + ] + } + ] + }, + "labels": [ + "relevant-questions", + "wheelchair", + "hidden", + "prefixed" + ], + "question": { + "en": "What is the width of the door to the wheelchair accessible toilet?", + "nl": "Hoe breed is de deur van de rolstoeltoegankelijke toilet?", + "fr": "Quelle est la largeur de la porte des toilettes accessibles aux fauteuils roulants ?", + "de": "Wie breit ist die Tür zur rollstuhlgerechten Toilette?", + "da": "Hvad er bredden på døren til det kørestolsvenlige toilet?", + "ca": "Quina és l'amplada de la porta per al lavabo accéssible?", + "cs": "Jaká je šířka dveří na bezbariérovou toaletu?", + "es": "¿Cuál es el ancho de la puerta del baño accesible para sillas de ruedas?" + }, + "render": { + "en": "The door to the wheelchair-accessible toilet is {canonical(door:width)} wide", + "nl": "De deur naar de rolstoeltoegankelijke toilet is {canonical(door:width)} wide", + "fr": "La porte des toilettes accessibles aux fauteuils roulants a une large de {canonical(door:width)}", + "de": "Die Tür zur rollstuhlgerechten Toilette ist {canonical(door:width)} breit", + "da": "Døren til det kørestolsvenlige toilet er {canonical(door:width)} bred", + "ca": "La porta del vàter accessible amb cadira de rodes té {canonical(door:width)} d'ample", + "cs": "Dveře na bezbariérovou toaletu mají šířku {canonical(door:width)}", + "es": "La puerta del baño accesible para sillas de ruedas tiene {canonical(door:width)} de ancho" + }, + "freeform": { + "key": "door:width", + "type": "pfloat" + } + }, + { + "id": "questions-wheelchair", + "labels": [ + "wheelchair", + "hidden", + "relevant-questions" + ], + "render": { + "special": { + "type": "questions", + "labels": "wheelchair" + } + } + }, + { + "id": "adult-changing-table-title", + "labels": [ + "hidden", + "prefixed", + "adult-changing-table" + ], + "render": { + "en": "

Adult changing table

", + "nl": "

Verzorgingstafel voor volwassenen

" + }, + "condition": "changing_table:adult=yes" + }, + { + "id": "adult-changing-table", + "labels": [ + "prefixed", + "hidden", + "relevant-questions", + "adult-changing-table" + ], + "question": { + "en": "Does this toilet have an adult changing table?", + "nl": "Heeft deze toilet een verzorgingstafel voor volwassenen?" + }, + "mappings": [ + { + "if": "changing_table:adult=yes", + "then": { + "en": "Has a changing table for adults", + "nl": "Heeft een verzorgingstafel voor volwassenen" + } + }, + { + "if": "changing_table:adult=no", + "alsoShowIf": "changing_table:adult=", + "then": { + "en": "No changing table for adults", + "nl": "Geen verzorgingstafel voor volwassenen" + } + } + ] + }, + { + "id": "adult-changing-table-height", + "labels": [ + "hidden", + "prefixed", + "adult-changing-table" + ], + "question": { + "en": "What is the height of the adult changing table?", + "nl": "Hoe hoog is de verzorgingstafel voor volwassenen?" + }, + "questionHint": { + "en": "This is measured between the floor and the top of the changing table", + "nl": "Dit wordt gemeten van de vloer tot de bovenkant van de verzorgingstafel" + }, + "mappings": [ + { + "if": "changing_table:adult:height=adjustable", + "then": { + "en": "The changing table is adjustable in height", + "nl": "De verzorgingstafel is in hoogte verstelbaar" + } + } + ], + "freeform": { + "key": "changing_table:adult:height", + "type": "pfloat" + }, + "render": { + "en": "The changing table is {canonical(changing_table:adult:height)} high", + "nl": "De verzorgingstafel is {canonical(changing_table:adult:height)} hoog" + }, + "condition": { + "and": [ + "changing_table:adult=yes" + ] + } + }, + { + "id": "adult-changing-table-min_height", + "labels": [ + "hidden", + "prefixed", + "adult-changing-table" + ], + "question": { + "en": "What is the lowest height the adult changing table can be moved to?", + "nl": "Wat is de laagste stand waarop de verzorgingstafel voor volwassenen gezet kan worden?" + }, + "questionHint": { + "en": "This is measured between the floor and the top of the changing table", + "nl": "Dit wordt gemeten van de vloer tot de bovenkant van de verzorgingstafel" + }, + "freeform": { + "key": "changing_table:adult:min_height", + "type": "pfloat" + }, + "render": { + "en": "The lowest height of the adult changing table is {canonical(changing_table:adult:min_height)}", + "nl": "De laagste stand van de verzorgingstafel is {canonical(changing_table:adult:min_height)} hoog" + }, + "condition": { + "and": [ + "changing_table:adult:height=adjustable" + ] + } + }, + { + "id": "adult-changing-table-max_height", + "labels": [ + "hidden", + "prefixed", + "adult-changing-table" + ], + "question": { + "en": "What is the highest height the adult changing table can be moved to?", + "nl": "Wat is de hoogste stand waarop de verzorgingstafel voor volwassenen gezet kan worden?" + }, + "questionHint": { + "en": "This is measured between the floor and the top of the changing table", + "nl": "Dit wordt gemeten van de vloer tot de bovenkant van de verzorgingstafel" + }, + "freeform": { + "key": "changing_table:adult:max_height", + "type": "pfloat" + }, + "render": { + "en": "The highest height of the adult changing table is {canonical(changing_table:adult:max_height)}", + "nl": "De hoogste stand van de verzorgingstafel is {canonical(changing_table:adult:max_height)} hoog" + }, + "condition": { + "and": [ + "changing_table:adult:height=adjustable" + ] + } + }, + { + "id": "adult-changing-table-mechanism", + "labels": [ + "hidden", + "relevant-questions", + "adult-changing-table" + ], + "question": { + "en": "How is the height of the changing table adjusted?", + "nl": "Hoe wordt de hoogte van de verzorgingstafel aangepast?" + }, + "mappings": [ + { + "if": "changing_table:adult:height:mechanism=manual", + "then": { + "nl": "De hoogte van de verzorgingstafel wordt met de hand aangepast", + "en": "The height of the adult changing table is adjusted manually" + } + }, + { + "if": "changing_table:adult:height:mechanism=electric", + "then": { + "nl": "De verzorgingstafel wordt door een electrische motor in hoogte versteld", + "en": "The height of the adult changing table is adjusted electrically" + } + } + ], + "condition": { + "and": [ + "changing_table:adult:height=adjustable" + ] + } + }, + { + "id": "adult-changing-table-support", + "labels": [ + "hidden", + "prefixed", + "adult-changing-table" + ], + "question": { + "en": "How is the adult changing table supported?", + "nl": "Hoe is de verschoningstafel in de ruimte geplaatst?" + }, + "mappings": [ + { + "if": "changing_table:adult:support=wall_mounted", + "then": { + "en": "The changing table is mounted to the wall", + "nl": "De verschoningstafel voor volwassenen hangt vast aan de muur" + } + }, + { + "if": "changing_table:adult:support=legs", + "then": { + "en": "The changing table stands on table legs", + "nl": "De verschoningstafel voor volwassenen staat op tafelpoten" + } + }, + { + "if": "changing_table:adult:support=wheels", + "then": { + "en": "The changing table stands on table legs with wheels and can be moved", + "nl": "De verschoningstafel voor volwassenen staat op tafelpoten met wielen en kan verplaatst worden" + } + } + ] + }, + { + "id": "questions-adult-changing-table", + "labels": [ + "hidden", + "relevant-questions", + "adult-changing-table" + ], + "render": { + "special": { + "type": "questions", + "show_all": "yes", + "labels": "adult-changing-table" + } + }, + "classes": "pt-6 mt-6 border-dashed border-t-2 border-gray-500" + }, + { + "builtin": "phone", + "override": { + "question": { + "en": "What number can one call in case of troubles or questions?", + "nl": "Naar welk telefoonnummer kan men bellen voor vragen of om problemen te melden?" + } + } + }, + { + "builtin": "email", + "override": { + "question": { + "en": "What is the email address one can send to in case of troubles or questions?", + "nl": "Naar welk email address kan men sturen voor vragen of om problemen te melden?" + } + } + } ], "filter": [ { @@ -1159,7 +1700,9 @@ "osmTags": { "or": [ "wheelchair=yes", - "wheelchair=designated" + "wheelchair=designated", + "toilets:wheelchair=yes", + "toilets:wheelchair=designated" ] } } @@ -1210,6 +1753,33 @@ "cm" ] } + }, + { + "changing_table:adult:height": { + "quantity": "distance", + "denominations": [ + "m", + "cm" + ] + } + }, + { + "changing_table:adult:min_height": { + "quantity": "distance", + "denominations": [ + "m", + "cm" + ] + } + }, + { + "changing_table:adult:max_height": { + "quantity": "distance", + "denominations": [ + "m", + "cm" + ] + } } ] } diff --git a/assets/layers/toilet_at_amenity/toilet_at_amenity.json b/assets/layers/toilet_at_amenity/toilet_at_amenity.json index 63e9d1d992..3656a0eac2 100644 --- a/assets/layers/toilet_at_amenity/toilet_at_amenity.json +++ b/assets/layers/toilet_at_amenity/toilet_at_amenity.json @@ -349,6 +349,10 @@ }, { "id": "toilets-wheelchair", + "labels": [ + "wheelchair", + "hidden" + ], "question": { "en": "Is there a dedicated toilet for wheelchair users?", "de": "Können Rollstuhlfahrer die Toilette benutzen?", @@ -406,48 +410,21 @@ } ] }, + "toilet.prefixed", { - "id": "wheelchair-door-width", - "condition": { - "or": [ - "toilets:wheelchair=yes", - "toilets:wheelchair=designated" - ] - }, - "question": { - "en": "What is the width of the door to the wheelchair accessible toilet?", - "nl": "Hoe breed is de deur van de rolstoeltoegankelijke toilet?", - "fr": "Quelle est la largeur de la porte des toilettes accessibles aux fauteuils roulants ?", - "de": "Wie breit ist die Tür zur rollstuhlgerechten Toilette?", - "da": "Hvad er bredden på døren til det kørestolsvenlige toilet?", - "ca": "Quina és l'amplada de la porta del lavabo accessible per a cadira de rodes?", - "cs": "Jaká je šířka dveří na bezbariérovou toaletu?", - "sl": "Koliko so široka vrata v stranišče za invalide na vozičku?", - "es": "¿Cuál es el ancho de la puerta del baño accesible para sillas de ruedas?" - }, + "id": "questions-wheelchair", + "labels": [ + "wheelchair", + "hidden" + ], "render": { - "en": "The door to the wheelchair-accessible toilet is {canonical(toilets:door:width)} wide", - "nl": "De deur naar de rolstoeltoegankelijke toilet is {canonical(toilets:door:width)} wide", - "fr": "La porte des toilettes accessibles aux fauteuils roulants a une large de {canonical(toilets:door:width)}", - "de": "Die Tür zur rollstuhlgerechten Toilette ist {canonical(toilets:door:width)} breit", - "da": "Døren til det kørestolsvenlige toilet er {canonical(toilets:door:width)} bred", - "ca": "La porta del vàter accessible amb cadira de rodes és {canonical(toilets:door:width)} d'ample", - "cs": "Dveře na toaletu pro vozíčkáře jsou {canonical(toilets:door:width)} široké", - "sl": "Vrata v stranišče za invalide na vozičku so široka {canonical(toilets:door:width)}", - "es": "La puerta del baño accesible para sillas de ruedas tiene {canonical(toilets:door:width)} de ancho" - }, - "freeform": { - "key": "toilets:door:width", - "type": "pfloat" + "special": { + "type": "questions", + "labels": "wheelchair", + "show_all": "yes" + } } }, - "toilet.toilets-type", - "toilet.toilets-changing-table", - "toilet.toilet-changing_table:location", - "toilet.toilet-handwashing", - "toilet.toilet-has-paper", - "toilet.menstrual_products", - "toilet.menstrual_products_location", { "builtin": "description", "override": { diff --git a/assets/layers/tree_node/tree_node.json b/assets/layers/tree_node/tree_node.json index d97812fb06..13c3cbfec4 100644 --- a/assets/layers/tree_node/tree_node.json +++ b/assets/layers/tree_node/tree_node.json @@ -222,7 +222,7 @@ } ], "tagRenderings": [ - "images", + "images_no_blur", { "id": "plantnet", "render": "{plantnet_detection()}" diff --git a/assets/layers/wayside_shrine/license_info.json b/assets/layers/wayside_shrine/license_info.json index 336493a0b3..ecb8555a5c 100644 --- a/assets/layers/wayside_shrine/license_info.json +++ b/assets/layers/wayside_shrine/license_info.json @@ -9,6 +9,16 @@ "https://panoramax.mapcomplete.org" ] }, + { + "path": "mary.svg", + "license": "CC-BY-SA-4.0", + "authors": [ + "pietervdvn" + ], + "sources": [ + "https://chatgpt.com" + ] + }, { "path": "shrine.svg", "license": "CC0-1.0", diff --git a/assets/layers/wayside_shrine/mary.svg b/assets/layers/wayside_shrine/mary.svg new file mode 100644 index 0000000000..7b86370ba8 --- /dev/null +++ b/assets/layers/wayside_shrine/mary.svg @@ -0,0 +1,43 @@ + + + + diff --git a/assets/layers/wayside_shrine/mary.svg.license b/assets/layers/wayside_shrine/mary.svg.license new file mode 100644 index 0000000000..bd0efa586c --- /dev/null +++ b/assets/layers/wayside_shrine/mary.svg.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: pietervdvn +SPDX-License-Identifier: CC-BY-SA-4.0 \ No newline at end of file diff --git a/assets/layers/wayside_shrine/shrine.svg b/assets/layers/wayside_shrine/shrine.svg index 1d13b2ef28..bc20f7589e 100644 --- a/assets/layers/wayside_shrine/shrine.svg +++ b/assets/layers/wayside_shrine/shrine.svg @@ -1,15 +1,44 @@ + width="600" + height="600" + viewBox="0 0 600 600" + sodipodi:docname="shrine.svg" + inkscape:version="1.3.2 (1:1.3.2+202311252150+091e20ef0f)" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> + + + @@ -18,7 +47,6 @@ image/svg+xml - @@ -26,6 +54,6 @@ id="defs113" /> + d="M 300,0 214.28572,128.57143 V 514.28571 H 385.71429 V 128.57143 Z m 0,171.34487 a 42.857142,42.857142 0 0 1 42.85714,42.85714 42.857142,42.857142 0 0 0 0,0.0837 V 342.85714 H 257.14286 V 214.28571 a 42.857142,42.857142 0 0 0 0,-0.0836 A 42.857142,42.857142 0 0 1 300,171.34496 Z M 171.42857,557.14284 V 600 h 257.14285 v -42.85716 z" + style="opacity:1;fill:#555555;fill-opacity:1;stroke:none;stroke-width:9.27884;stroke-linecap:square;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers stroke fill" /> diff --git a/assets/layers/wayside_shrine/wayside_shrine.json b/assets/layers/wayside_shrine/wayside_shrine.json index af9a5fc90b..deba03531c 100644 --- a/assets/layers/wayside_shrine/wayside_shrine.json +++ b/assets/layers/wayside_shrine/wayside_shrine.json @@ -51,6 +51,10 @@ "if": "historic=wayside_cross", "then": "./assets/layers/wayside_shrine/wayside_cross.svg" }, + { + "if": "subject:wikidata=Q345", + "then": "./assets/layers/wayside_shrine/mary.svg" + }, { "if": "historic=wayside_shrine", "then": "./assets/layers/wayside_shrine/shrine.svg" @@ -132,10 +136,24 @@ "description": { "en": "A wayside cross is a christian cross that is placed by a road or pathway. This cross is mounted on a wall" } + }, + { + "title": { + "en": "a mother mary shrine on the first floor" + }, + "tags": [ + "historic=wayside_shrine", + "level=1", + "religion=christian", + "subject:wikidata=Q345" + ], + "snapToLayer": [ + "walls_and_buildings" + ] } ], "tagRenderings": [ - "images", + "images_no_blur", { "question": { "en": "What's the name of this {title()}?" @@ -480,6 +498,47 @@ ] } }, + { + "id": "subject:wikidata", + "condition": "religion=christian", + "question": { + "en": "Who is depicted?" + }, + "multiAnswer": true, + "mappings": [ + { + "if": "subject:wikidata=Q345", + "then": { + "en": "Mother mary is depicted" + } + }, + { + "if": "subject:wikidata=Q942467", + "then": { + "en": "Jesus Christ as a child is depicted" + } + }, + { + "if": "subject:wikidata=Q302", + "then": { + "en": "Jesus Christ (as an adult) is depicted" + } + }, + { + "if": "subject:wikidata=Q164294", + "then": { + "en": "Saint Anne (mother of Mary) is depicted" + } + } + ], + "render": { + "*": "{wikipedia(subject:wikidata)}" + }, + "freeform": { + "key": "subject:wikidata", + "type": "wikidata" + } + }, "level" ], "deletion": { @@ -497,4 +556,4 @@ }, "credits": "Bastian Greshake Tzovaras", "credits:uid": 20617622 -} \ No newline at end of file +} diff --git a/assets/themes/climbing/climbing.json b/assets/themes/climbing/climbing.json index 2461b97518..cc29314552 100644 --- a/assets/themes/climbing/climbing.json +++ b/assets/themes/climbing/climbing.json @@ -41,7 +41,7 @@ "descriptionTail": { "nl": "De klimkaart is oorspronkelijk gemaakt door Christian Neumann op kletterspots.de.", "en": "The climbing map was originally made by Christian Neumann. Please get in touch if you have feedback or questions.

The project uses data of the OpenStreetMap project.

", - "de": "

kletterspots.de wird betrieben von Christian Neumann. Bitte melden Sie sich, wenn Sie Feedback oder Fragen haben.

Das Projekt nutzt OpenStreetMap Daten und basiert auf der freien Software MapComplete.

", + "de": "

kletterspots.de wird betrieben von Christian Neumann. Bitte melden Sie sich, wenn Sie Feedback oder Fragen haben.

Das Projekt nutzt OpenStreetMap Daten und basiert auf der freien Software MapComplete.

", "ru": "Создатель карты скалолазания — Christian Neumann. Пожалуйста, пишите если у вас есть отзыв или вопросы.

Проект использует данные OpenStreetMap.

", "ja": "登山地図はもともと Christian Neumann によって作成されたものです。フィードバックや質問がありましたら、ご連絡ください。

このプロジェクトでは、OpenStreetMapプロジェクトのデータを使用します。

", "zh_Hant": "攀爬地圖最初由 Christian Neumann 製作。如果你有回饋意見或問題請到Please 這邊反應

這專案使用來自開放街圖專案的資料。

", @@ -548,4 +548,4 @@ ], "customCss": "./assets/themes/climbing/climbing.css", "widenFactor": 1.5 -} +} \ No newline at end of file diff --git a/assets/themes/cyclofix/cyclofix.json b/assets/themes/cyclofix/cyclofix.json index 5c841484f5..c12eda12ce 100644 --- a/assets/themes/cyclofix/cyclofix.json +++ b/assets/themes/cyclofix/cyclofix.json @@ -158,7 +158,10 @@ } }, { - "builtin": "bicycle_library", + "builtin": [ + "bicycle_library", + "toilet" + ], "override": { "minzoom": 13 } diff --git a/assets/themes/velopark/velopark.json b/assets/themes/velopark/velopark.json index 571e2ccd03..279537926b 100644 --- a/assets/themes/velopark/velopark.json +++ b/assets/themes/velopark/velopark.json @@ -17,7 +17,7 @@ "nl": "Een hulpmiddel om data van velopark.be in OpenStreetMap in te laden" }, "descriptionTail": { - "*": "

Maintainer tools

" + "*": "

Maintainer tools

" }, "icon": "./assets/themes/velopark/velopark.svg", "startZoom": 18, @@ -575,4 +575,4 @@ ] ], "enableNoteImports": false -} +} \ No newline at end of file diff --git a/assets/themes/width/width.json b/assets/themes/width/width.json index 59a07a5dbb..0b69f1d293 100644 --- a/assets/themes/width/width.json +++ b/assets/themes/width/width.json @@ -69,10 +69,10 @@ "freeform": { "key": "width:carriageway", "type": "distance", - "helperArgs": [ - 21, - "map" - ] + "helperArgs": { + "zoom": 21, + "background": "map" + } } }, { diff --git a/langs/ca.json b/langs/ca.json index b656041abf..f08a8ed3e4 100644 --- a/langs/ca.json +++ b/langs/ca.json @@ -171,7 +171,7 @@ "attributionBackgroundLayerWithCopyright": "La capa de fons actual és {name}: {copyright}", "attributionContent": "

Totes les dades provenen d'OpenStreetMap, i es poden reutilitzar lliurement sota la Llicència Oberta de Base de Dades (ODbL).

", "attributionTitle": "Avís d’atribució", - "codeContributionsBy": "MapComplete ha estat fet per {contributors} i {hiddenCount} més contribuïdors", + "codeContributionsBy": "MapComplete ha estat fet per {contributors} i {hiddenCount} més contribuïdors", "donate": "Donar suport econòmic a MapComplete", "editId": "Obre l'editor en línia d'OpenStreetMap aquí", "editJosm": "Editar aquí amb JOSM", @@ -194,7 +194,7 @@ "seeOnMapillary": "Veure aquestes imatges a Mapillary", "themeBy": "Tema mantingut per {author}", "title": "Copyright i atribució", - "translatedBy": "MapComplete ha estat traduït per {contributors} i {hiddenCount} col·laboradors més" + "translatedBy": "MapComplete ha estat traduït per {contributors} i {hiddenCount} col·laboradors més" }, "back": "Tornar", "backToIndex": "Torna a la vista general amb tots els mapes temàtics", @@ -320,7 +320,7 @@ }, "sharescreen": { "copiedToClipboard": "Enllaç copiat al portapapers", - "documentation": "Per obtenir més informació sobre els paràmetres d'URL disponibles, consulteu la documentació", + "documentation": "Per obtenir més informació sobre els paràmetres d'URL disponibles, consulteu la documentació", "embedIntro": "

Inclou-ho a la teva pàgina web

Per favor, inclou aquest mapa dins de la teva pàgina web.
T'animem a que ho facis, no cal que demanis permís.
És gratuït, i sempre ho serà. A més gent que ho faci servir més valuós serà.", "fsUserbadge": "Activar el botó d'entrada", "fsWelcomeMessage": "Mostra el missatge emergent de benvinguda i pestanyes associades", diff --git a/langs/cs.json b/langs/cs.json index 30f7c8d0f2..d51cb9542a 100644 --- a/langs/cs.json +++ b/langs/cs.json @@ -171,7 +171,7 @@ "attributionBackgroundLayerWithCopyright": "Aktuální vrstva pozadí je {name}: {copyright}", "attributionContent": "

Všechna data poskytuje OpenStreetMap, volně znovu použitelná pod licence pro otevřenou databázi.

", "attributionTitle": "Oznámení o atribuci", - "codeContributionsBy": "MapComplete vytvořili {contributors} a {hiddenCount} dalších přispěvatelů", + "codeContributionsBy": "MapComplete vytvořili {contributors} a {hiddenCount} dalších přispěvatelů", "donate": "Podpořte MapComplete finančně", "editId": "Zde otevřít online editor OpenStreetMap", "editJosm": "Upravit zde pomocí JOSM", @@ -199,7 +199,7 @@ "seeOnMapillary": "Podívejte se na tento obrázek na Mapillary", "themeBy": "Téma spravuje {author}", "title": "Autorská práva a uvedení zdroje", - "translatedBy": "MapComplete přeložili {contributors} a {hiddenCount} dalších přispěvatelů" + "translatedBy": "MapComplete přeložili {contributors} a {hiddenCount} dalších přispěvatelů" }, "back": "Zpět", "backToIndex": "Zobrazit všechny tematické mapy", @@ -399,7 +399,7 @@ "share": "Sdílet", "sharescreen": { "copiedToClipboard": "Odkaz zkopírovaný do schránky", - "documentation": "Další informace o dostupných parametrech URL naleznete v dokumentaci", + "documentation": "Další informace o dostupných parametrech URL naleznete v dokumentaci", "embedIntro": "

Vložte mapu na své webové stránky

Prosíme, vložte tuto mapu na své webové stránky.
Doporučujeme vám to udělat - nemusíte ani žádat o povolení.
Je a vždy to bude zdarma. Čím více lidí bude projekt používat, tím bude cennější.", "fsBackground": "Povolit přepínání pozadí", "fsFilter": "Povolit možnost přepínání vrstev a filtrů", diff --git a/langs/da.json b/langs/da.json index faa3d1f07e..ffa850834e 100644 --- a/langs/da.json +++ b/langs/da.json @@ -124,7 +124,7 @@ "attributionBackgroundLayerWithCopyright": "Det nuværende baggrundslag er {name}: {copyright}", "attributionContent": "

Alle data leveres af OpenStreetMap, frit genanvendelige under Open DataBase Licensen.

", "attributionTitle": "Meddelelse om tilskrivning", - "codeContributionsBy": "MapComplete er lavet af {contributors} og {hiddenCount} flere bidragsydere", + "codeContributionsBy": "MapComplete er lavet af {contributors} og {hiddenCount} flere bidragsydere", "donate": "Støt MapComplete økonomisk", "editId": "Åbn OpenStreetMap-onlineeditoren her", "editJosm": "Rediger her med JOSM", @@ -143,7 +143,7 @@ "openOsmcha": "De de seneste rettelser lavet med {theme}", "openThemeDocumentation": "Åbn dokumentationen for temakortet {name}", "themeBy": "Tema vedligeholdt af {author}", - "translatedBy": "MapComplete er oversat af {contributors} og {hiddenCount} flere bidragsydere" + "translatedBy": "MapComplete er oversat af {contributors} og {hiddenCount} flere bidragsydere" }, "back": "Tilbage", "backToIndex": "Gå tilbage til oversigten med alle temakort", diff --git a/langs/de.json b/langs/de.json index 418de370df..d780f56f98 100644 --- a/langs/de.json +++ b/langs/de.json @@ -171,7 +171,7 @@ "attributionBackgroundLayerWithCopyright": "Die aktuelle Hintergrundebene ist {name}: {copyright}", "attributionContent": "

Alle Daten werden bereitgestellt von OpenStreetMap, frei verwendbar unter der Open Database License.

", "attributionTitle": "Danke", - "codeContributionsBy": "MapComplete wurde erstellt von {contributors} und {hiddenCount} weiteren Personen", + "codeContributionsBy": "MapComplete wurde erstellt von {contributors} und {hiddenCount} weiteren Personen", "donate": "MapComplete finanziell unterstützen", "editId": "OpenStreetMap Online Editor öffnen", "editJosm": "Mit JOSM bearbeiten", @@ -199,7 +199,7 @@ "seeOnMapillary": "Dieses Bild auf Mapillary ansehen", "themeBy": "Dieses Thema wurde erstellt von {author}", "title": "Copyright und Urheberrechtsangabe", - "translatedBy": "MapComplete wurde übersetzt von {contributors} und {hiddenCount} weiteren Personen" + "translatedBy": "MapComplete wurde übersetzt von {contributors} und {hiddenCount} weiteren Personen" }, "back": "Zurück", "backToIndex": "Alle Themenkarten anzeigen", @@ -399,7 +399,7 @@ "share": "Teilen", "sharescreen": { "copiedToClipboard": "Verknüpfung in Zwischenablage kopiert", - "documentation": "Für weitere Informationen über verfügbare URL-Parameter, siehe Dokumentation", + "documentation": "Für weitere Informationen über verfügbare URL-Parameter, siehe Dokumentation", "embedIntro": "

Karte in Webseiten einbetten

Betten Sie diese Karte in Ihre Webseite ein.
Wir ermutigen Sie gern dazu - Sie müssen nicht mal um Erlaubnis fragen.
Die Karte ist kostenlos und wird es immer sein. Je mehr Leute die Karte benutzen, desto wertvoller wird sie.", "fsBackground": "Hintergrundauswahl aktivieren", "fsFilter": "Filter und Ebenenauswahl aktivieren", diff --git a/langs/en.json b/langs/en.json index 6d5b7f7880..2d89e6905f 100644 --- a/langs/en.json +++ b/langs/en.json @@ -171,7 +171,7 @@ "attributionBackgroundLayerWithCopyright": "The current background layer is {name}: {copyright}", "attributionContent": "

All data is provided by OpenStreetMap, freely reusable under the Open DataBase License.

", "attributionTitle": "Attribution notice", - "codeContributionsBy": "MapComplete has been built by {contributors} and {hiddenCount} more contributors", + "codeContributionsBy": "MapComplete has been built by {contributors} and {hiddenCount} more contributors", "donate": "Support MapComplete financially", "editId": "Open the OpenStreetMap online editor here", "editJosm": "Edit here with JOSM", @@ -199,7 +199,7 @@ "seeOnMapillary": "See this image on Mapillary", "themeBy": "Theme maintained by {author}", "title": "Copyright and attribution", - "translatedBy": "MapComplete has been translated by {contributors} and {hiddenCount} more contributors" + "translatedBy": "MapComplete has been translated by {contributors} and {hiddenCount} more contributors" }, "back": "Back", "backToIndex": "See all thematic maps", @@ -399,7 +399,7 @@ "share": "Share", "sharescreen": { "copiedToClipboard": "Link copied to clipboard", - "documentation": "For more information on available URL-parameters, consult the documentation", + "documentation": "For more information on available URL-parameters, consult the documentation", "embedIntro": "

Embed on your website

Please, embed this map into your website.
We encourage you to do it - you don't even have to ask permission.
It is free, and always will be. The more people are using this, the more valuable it becomes.", "fsBackground": "Enable switching backgrounds", "fsFilter": "Enable the possibility to toggle layers and filters", @@ -602,6 +602,15 @@ }, "uploadFailed": "Could not upload your picture. Are you connected to the Internet, and allow third party API's? The Brave browser or the uMatrix plugin might block them." }, + "imageQueue": { + "confirmDelete": "Permanently delete this image", + "confirmDeleteTitle": "Delete this image?", + "delete": "Delete this image", + "intro": "The following images are queued for upload", + "menu": "Image upload queue ({count})", + "noFailedImages": "There are currently no images in the upload queue", + "retryAll": "Retry uploading all images" + }, "importInspector": { "title": "Inspect and manage import notes" }, @@ -619,6 +628,11 @@ "recentThemes": "Recently visited themes", "title": "MapComplete" }, + "input_helpers": { + "distance": { + "setFirst": "Measure from current location" + } + }, "inspector": { "aggregateView": "Aggregate", "answeredCountTimes": "Answered {count} times", diff --git a/langs/es.json b/langs/es.json index 5892f5dbf7..8ec718cd94 100644 --- a/langs/es.json +++ b/langs/es.json @@ -171,7 +171,7 @@ "attributionBackgroundLayerWithCopyright": "La capa de fondo actual es {name}: {copyright}", "attributionContent": "

Todos los datos son proporcionados por OpenStreetMap, libremente reutilizables bajo la Licencia de Base de Datos Abierta.

", "attributionTitle": "Aviso de atribución", - "codeContributionsBy": "MapComplete ha sido creado por {contributors} y {hiddenCount} colaboradores más", + "codeContributionsBy": "MapComplete ha sido creado por {contributors} y {hiddenCount} colaboradores más", "donate": "Apoya MapComplete económicamente", "editId": "Abre el editor en línea de OpenStreetMap aquí", "editJosm": "Edita aquí con JOSM", @@ -198,7 +198,7 @@ "seeOnMapillary": "Ver esta imagen en Mapillary", "themeBy": "Tema mantenido por {author}", "title": "Copyright y atribución", - "translatedBy": "MapComplete ha sido traducido por {contributors} y {hiddenCount} colaboradores más" + "translatedBy": "MapComplete ha sido traducido por {contributors} y {hiddenCount} colaboradores más" }, "back": "Atrás", "backToIndex": "Ver todos los mapas temáticos", @@ -397,7 +397,7 @@ "share": "Compartir", "sharescreen": { "copiedToClipboard": "Enlace copiado al portapapeles", - "documentation": "Para más información sobre los parámetros de URL disponibles, consulta la documentación", + "documentation": "Para más información sobre los parámetros de URL disponibles, consulta la documentación", "embedIntro": "

Integrar en tu sitio web

Por favor, integra este mapa en tu sitio web.
Te animamos a hacerlo, ni siquiera tienes que pedir permiso.
Es gratis, y siempre lo será. Cuanto más gente lo use, más valioso se vuelve.", "fsBackground": "Habilitar el cambio de fondos", "fsFilter": "Habilitar la posibilidad de alternar capas y filtros", diff --git a/langs/fi.json b/langs/fi.json index 07a820d697..6b615867d8 100644 --- a/langs/fi.json +++ b/langs/fi.json @@ -149,7 +149,7 @@ "attributionBackgroundLayerWithCopyright": "Nykyinen taustataso on {name}: {copyright}", "attributionContent": "

Kaiken datan tarjoaa OpenStreetMap, vapaasti uudelleenkäytettävissä Open Database Licensen mukaisesti.

", "attributionTitle": "Kiitokset", - "codeContributionsBy": "MapCompleten on tehneet {contributors} ja {hiddenCount} muuta", + "codeContributionsBy": "MapCompleten on tehneet {contributors} ja {hiddenCount} muuta", "donate": "Tue MapCompletea rahallisesti", "editId": "Avaa OpenStreetMap-verkkoeditori tänne", "editJosm": "Muokkaa täällä JOSM:illa", @@ -168,7 +168,7 @@ "seeOnMapillary": "Näytä tämä kuva Mapillaryssä", "themeBy": "Teemaa ylläpitää {author}", "title": "Tekijänoikeudet ja alkuperä", - "translatedBy": "MapCompleten on kääntäneet {contributors} ja {hiddenCount} muuta" + "translatedBy": "MapCompleten on kääntäneet {contributors} ja {hiddenCount} muuta" }, "back": "Takaisin", "backToIndex": "Palaa kaikkien teemakarttojen yleiskuvaan", diff --git a/langs/fr.json b/langs/fr.json index c974ff6a70..2d9898a71b 100644 --- a/langs/fr.json +++ b/langs/fr.json @@ -150,7 +150,7 @@ "attributionBackgroundLayerWithCopyright": "Le fond de carte actuel est {name}: {copyright}", "attributionContent": "

Toutes les données sont fournies par OpenStreetMap, librement réutilisables sous Open DataBase License.

", "attributionTitle": "Crédits", - "codeContributionsBy": "MapComplete a été construit par {contributors} et {hiddenCount} autres contributeurs", + "codeContributionsBy": "MapComplete a été construit par {contributors} et {hiddenCount} autres contributeurs", "donate": "Soutenir MapComplete financièrement", "editId": "Ouvrir l’éditeur en ligne OpenStreetMap ici", "editJosm": "Modifier ici avec JOSM", @@ -170,7 +170,7 @@ "openThemeDocumentation": "Ouvrir la documentation pour la carte thématique {name}", "themeBy": "Thème maintenu par {author}", "title": "Droits d'auteur et attribution", - "translatedBy": "MapComplete est traduite par {contributors} et {hiddenCount} autres personnes" + "translatedBy": "MapComplete est traduite par {contributors} et {hiddenCount} autres personnes" }, "back": "Retour", "backToIndex": "Revenir vers l'aperçu de toutes les cartes thématiques", @@ -290,7 +290,7 @@ "share": "Partager", "sharescreen": { "copiedToClipboard": "Lien copié dans le presse-papier", - "documentation": "Pour plus d'information sur les paramètre d'URL disponible,consultez la documentation", + "documentation": "Pour plus d'information sur les paramètre d'URL disponible,consultez la documentation", "embedIntro": "

Incorporer à votre site Web

Ajouter la carte à votre site Web.
Nous vous y encourageons – pas besoin de permission.
C'est gratuit et pour toujours. Plus de personnes l'utilisent, mieux c'est.", "fsUserbadge": "Activer le bouton de connexion", "fsWelcomeMessage": "Afficher le message de bienvenue et les onglets associés", diff --git a/langs/gl.json b/langs/gl.json index ca118090df..bf06e22b41 100644 --- a/langs/gl.json +++ b/langs/gl.json @@ -23,7 +23,7 @@ "attribution": { "attributionContent": "

Todos os datos proveñen do OpenStreetMap, e pódense reutilizar libremente baixo a Licenza Aberta de Base de Datos (ODbL).

", "attributionTitle": "Aviso de atribución", - "codeContributionsBy": "O MapComplete foi feito por {contributors} e {hiddenCount} contribuíntes máis", + "codeContributionsBy": "O MapComplete foi feito por {contributors} e {hiddenCount} contribuíntes máis", "iconAttribution": { "title": "Iconas empregadas" }, diff --git a/langs/hu.json b/langs/hu.json index e7d2d5d160..8b1a03b050 100644 --- a/langs/hu.json +++ b/langs/hu.json @@ -171,7 +171,7 @@ "attributionBackgroundLayerWithCopyright": "A jelenlegi háttérréteg: {name} ({copyright})", "attributionContent": "

Az összes adatot az OpenStreetMap biztosítja; szabadon újrafelhasználhatók az Open DataBase License alapján.

", "attributionTitle": "Szerzők", - "codeContributionsBy": "A MapComplete-et {contributors} és további {hiddenCount} közreműködő fejleszti", + "codeContributionsBy": "A MapComplete-et {contributors} és további {hiddenCount} közreműködő fejleszti", "donate": "A MapComplete pénzügyi támogatása", "editId": "Az OpenStreetMap online szerkesztőjének megnyitása itt", "editJosm": "Szerkesztés itt JOSM-mal", @@ -198,7 +198,7 @@ "seeOnMapillary": "Kép megtekintése a Mapillaryn", "themeBy": "A tematikus térkép karbantartója: {author}", "title": "Szerzői jogok és tulajdonjog", - "translatedBy": "A MapComplete fordítói: {contributors} és {hiddenCount} további közreműködők" + "translatedBy": "A MapComplete fordítói: {contributors} és {hiddenCount} további közreműködők" }, "back": "Vissza", "backToIndex": "Az összes tematikus térkép megtekintése", @@ -397,7 +397,7 @@ "share": "Megosztás", "sharescreen": { "copiedToClipboard": "Link a vágólapra másolva", - "documentation": "A használható URL-paraméterekről további információt a dokumentációban találsz", + "documentation": "A használható URL-paraméterekről további információt a dokumentációban találsz", "embedIntro": "

Beágyazás egy weboldalon

Kérjük, illeszd be ezt a térképet a weboldalba.
Nosza, tedd meg – még engedélyt sem kell kérned.
Ingyenes, és az is marad. Minél többen használják, annál értékesebbé válik.", "fsBackground": "Háttér váltásának engedélyezése", "fsFilter": "Tétegek és szűrők közötti váltások lehetőségének engedélyezése", diff --git a/langs/id.json b/langs/id.json index 63e3842e27..fbd25faf76 100644 --- a/langs/id.json +++ b/langs/id.json @@ -59,7 +59,7 @@ "attribution": { "attributionContent": "

Semua data disediakan oleh OpenStreetMap, digunakan kembali secara bebas di bawah Open DataBase License.

", "attributionTitle": "Pemberitahuan atribusi", - "codeContributionsBy": "MapComplete telah dibangun oleh {contributors} dan {hiddenCount} kontributor lainnya", + "codeContributionsBy": "MapComplete telah dibangun oleh {contributors} dan {hiddenCount} kontributor lainnya", "donate": "Dukung MapComplete secara finansial", "editId": "Buka penyunting daring OpenStreetMap di sini", "editJosm": "Sunting di sini dengan JOSM", diff --git a/langs/it.json b/langs/it.json index 8dd808b400..279671abc8 100644 --- a/langs/it.json +++ b/langs/it.json @@ -146,7 +146,7 @@ "attribution": { "attributionContent": "

Tutti i dati sono forniti da OpenStreetMap, riutilizzabili liberamente con Open Database License

", "attributionTitle": "Crediti", - "codeContributionsBy": "MapComplete è stato realizzato da {contributors} e {hiddenCount} altri collaboratori", + "codeContributionsBy": "MapComplete è stato realizzato da {contributors} e {hiddenCount} altri collaboratori", "donate": "Sostieni MapComplete economicamente", "editId": "Apri l'editor online di OpenStreetMap qui", "editJosm": "Modifica qui con JOSM", @@ -168,7 +168,7 @@ "seeOnMapillary": "Guarda questa immagine su Mapillary", "themeBy": "Tema manutenuto da {author}", "title": "Copyright e attribuzione", - "translatedBy": "MapComplete è stata tradotta da {contributors} e da {hiddenCount} contributori aggiuntivi" + "translatedBy": "MapComplete è stata tradotta da {contributors} e da {hiddenCount} contributori aggiuntivi" }, "back": "Indietro", "backToIndex": "Ritorna alla panoramica con tutte le mappe tematiche", diff --git a/langs/ja.json b/langs/ja.json index 174fa65d40..ca647b647a 100644 --- a/langs/ja.json +++ b/langs/ja.json @@ -23,7 +23,7 @@ "attribution": { "attributionContent": "

すべてのデータはOpenStreetMapによって提供され、 Open DataBaseライセンスの下で自由に再利用できます。

", "attributionTitle": "帰属通知", - "codeContributionsBy": "MapCompleteは{contributors}と、 {hiddenCount}人の貢献者によって開発されました", + "codeContributionsBy": "MapCompleteは{contributors}と、 {hiddenCount}人の貢献者によって開発されました", "iconAttribution": { "title": "使用されるアイコン" }, diff --git a/langs/ko.json b/langs/ko.json index ecfdd6bbbf..b6213966dd 100644 --- a/langs/ko.json +++ b/langs/ko.json @@ -171,7 +171,7 @@ "attributionBackgroundLayerWithCopyright": "최근 배경 레이어의 이름은 {name}: {copyright} 입니다", "attributionContent": "

모든 데이터는 OpenStreetMap에서 제공되며, Open DataBase License에 따라 자유롭게 재사용할 수 있습니다.

", "attributionTitle": "저작권 표시 안내", - "codeContributionsBy": "MapComplete는 {contributors}와{hiddenCount}명의 기여자들에 의해 개발되었습니다", + "codeContributionsBy": "MapComplete는 {contributors}와{hiddenCount}명의 기여자들에 의해 개발되었습니다", "donate": "MapComplete에 재정적으로 후원하기", "editId": "OpenStreetMap 온라인 편집기 열기", "editJosm": "JOSM으로 여기서 편집하기", @@ -198,7 +198,7 @@ "seeOnMapillary": "Mapillary에서 이미지 보기", "themeBy": "테마는 {author}에 의해 유지되었습니다", "title": "저작권 및 기여", - "translatedBy": "MapComplete는 {contributors}와 {hiddenCount}명의 기여자들에 의해 번역되었습니다" + "translatedBy": "MapComplete는 {contributors}와 {hiddenCount}명의 기여자들에 의해 번역되었습니다" }, "back": "뒤로가기", "backToIndex": "모든 테마의 지도 보기", @@ -397,7 +397,7 @@ "share": "공유", "sharescreen": { "copiedToClipboard": "클립보드에 링크 복사", - "documentation": "사용 가능한 URL 매개변수에 대한 자세한 내용은 문서를 참조하세요", + "documentation": "사용 가능한 URL 매개변수에 대한 자세한 내용은 문서를 참조하세요", "embedIntro": "

사용자의 사이트 삽입

이 지도를 사용자의 사이트에 삽입해 주세요
이를 적극 권장 합니다 -별도의 허가는 필요 없습니다
무료로 제공되며, 사용자가 많을수록 지도의 가치는 올라갑니다.", "fsBackground": "배경 전환 활성화", "fsFilter": "레이어와 필터 전환 기능 활성화", diff --git a/langs/layers/ca.json b/langs/layers/ca.json index 82e2bfb2d2..bc3caf8720 100644 --- a/langs/layers/ca.json +++ b/langs/layers/ca.json @@ -5242,8 +5242,12 @@ "questionHint": "Això podria estar escrit al cartell del nom del carrer", "render": "Anomenat en honor a {name:etymology}" }, - "street-name-sign-image": { - "render": "{image_carousel(image:streetsign)}
{image_upload(image:streetsign, Afegeix una imatge de la placa amb el nom del carrer)}" + "streetsign-upload": { + "render": { + "special": { + "label": "Afegeix una imatge de la placa amb el nom del carrer" + } + } }, "wikipedia": { "render": "Existeix un article de la Viquipèdia sobre aquest carrer:
{wikipedia():max-height:25rem}" @@ -7147,7 +7151,7 @@ } }, "maproulette_challenge": { - "description": "Capa que mostra les tasques d'un sol repte de MapRoulette. Aquesta capa està pensada per ser reutilitzada i ampliada en temes; consulteu [la documentació](https://github.com/pietervdvn/MapComplete/blob/develop/Docs/Integrating_Maproulette.md) sobre com fer-ho.", + "description": "Capa que mostra les tasques d'un sol repte de MapRoulette. Aquesta capa està pensada per ser reutilitzada i ampliada en temes; consulteu [la documentació](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Integrating_Maproulette.md) sobre com fer-ho.", "filter": { "0": { "options": { @@ -12180,10 +12184,6 @@ } }, "question": "Hi ha un lavabo específic per a usuaris amb cadira de rodes?" - }, - "wheelchair-door-width": { - "question": "Quina és l'amplada de la porta del lavabo accessible per a cadira de rodes?", - "render": "La porta del vàter accessible amb cadira de rodes és {canonical(toilets:door:width)} d'ample" } }, "title": { diff --git a/langs/layers/cs.json b/langs/layers/cs.json index 5f2374ac0f..a20424f670 100644 --- a/langs/layers/cs.json +++ b/langs/layers/cs.json @@ -5057,8 +5057,12 @@ "questionHint": "To může být napsáno na ceduli s názvem ulice", "render": "Pojmenováno po {name:etymology}" }, - "street-name-sign-image": { - "render": "{image_carousel(image:streetsign)}
{image_upload(image:streetsign, Add image of a street name sign)}" + "streetsign-upload": { + "render": { + "special": { + "label": "Add image of a street name sign" + } + } }, "wikipedia": { "render": "Článek na Wikipedii o této ulici existuje:
{wikipedia():max-height:25rem}" @@ -6742,7 +6746,7 @@ } }, "maproulette_challenge": { - "description": "Vrstva zobrazující úkoly jedné výzvy MapRoulette. Tato vrstva je určena k opětovnému použití a rozšíření v tématech; naleznete v [dokumentaci](https://github.com/pietervdvn/MapComplete/blob/develop/Docs/Integrating_Maproulette.md), jak to provést.", + "description": "Vrstva zobrazující úkoly jedné výzvy MapRoulette. Tato vrstva je určena k opětovnému použití a rozšíření v tématech; naleznete v [dokumentaci](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Integrating_Maproulette.md), jak to provést.", "filter": { "0": { "options": { @@ -10840,10 +10844,6 @@ } }, "question": "Existuje vyhrazená toaleta pro vozíčkáře?" - }, - "wheelchair-door-width": { - "question": "Jaká je šířka dveří na bezbariérovou toaletu?", - "render": "Dveře na toaletu pro vozíčkáře jsou {canonical(toilets:door:width)} široké" } }, "title": { diff --git a/langs/layers/da.json b/langs/layers/da.json index 4e678fa6b4..ff92eddadf 100644 --- a/langs/layers/da.json +++ b/langs/layers/da.json @@ -1589,8 +1589,12 @@ "question": "Hvad er dette objekt opkaldt efter?", "render": "Opkaldt efter {name:etymology}" }, - "street-name-sign-image": { - "render": "{image_carousel(image:streetsign)}
{image_upload(image:streetsign, Tilføj foto af gadenavneskilt)}" + "streetsign-upload": { + "render": { + "special": { + "label": "Tilføj foto af gadenavneskilt" + } + } }, "wikipedia": { "render": "Der findes en Wikipedia-artikel om denne gade:
{wikipedia():max-height:25rem}" @@ -2374,10 +2378,6 @@ } }, "question": "Er der et særligt toilet til kørestolsbrugere?" - }, - "wheelchair-door-width": { - "question": "Hvad er bredden på døren til det kørestolsvenlige toilet?", - "render": "Døren til det kørestolsvenlige toilet er {canonical(toilets:door:width)} bred" } } }, diff --git a/langs/layers/de.json b/langs/layers/de.json index 63239fdfbe..b352a7b810 100644 --- a/langs/layers/de.json +++ b/langs/layers/de.json @@ -5220,8 +5220,12 @@ "questionHint": "Das könnte auf einem Straßenschild stehen", "render": "Benannt nach {name:etymology}" }, - "street-name-sign-image": { - "render": "{image_carousel(image:streetsign)}
{image_upload(image:streetsign, Bild eines Straßenschildes hinzufügen)}" + "streetsign-upload": { + "render": { + "special": { + "label": "Bild eines Straßenschildes hinzufügen" + } + } }, "wikipedia": { "render": "Zu dieser Straße existiert ein Wikipedia-Artikel:
{wikipedia():max-height:25rem}" @@ -7111,7 +7115,7 @@ } }, "maproulette_challenge": { - "description": "Ebene mit Aufgaben einer einzelnen MapRoulette-Herausforderung. Diese Ebene soll in Themen wiederverwendet und erweitert werden; Informationen dazu finden Sie in der [Dokumentation](https://github.com/pietervdvn/MapComplete/blob/develop/Docs/Integrating_Maproulette.md).", + "description": "Ebene mit Aufgaben einer einzelnen MapRoulette-Herausforderung. Diese Ebene soll in Themen wiederverwendet und erweitert werden; Informationen dazu finden Sie in der [Dokumentation](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Integrating_Maproulette.md).", "filter": { "0": { "options": { @@ -12121,10 +12125,6 @@ } }, "question": "Können Rollstuhlfahrer die Toilette benutzen?" - }, - "wheelchair-door-width": { - "question": "Wie breit ist die Tür zur rollstuhlgerechten Toilette?", - "render": "Die Tür zur rollstuhlgerechten Toilette ist {canonical(toilets:door:width)} breit" } }, "title": { diff --git a/langs/layers/en.json b/langs/layers/en.json index 6f9771553c..d458c9cbde 100644 --- a/langs/layers/en.json +++ b/langs/layers/en.json @@ -759,6 +759,19 @@ }, "question": "What notes can you withdraw here?" }, + "indoor": { + "override": { + "mappings": { + "0": { + "then": "This ATM is located indoors" + }, + "1": { + "then": "This ATM is located outdoors" + } + }, + "question": "Is this ATM located indoors?" + } + }, "name": { "render": "The name of this ATM is {name}" }, @@ -5382,8 +5395,12 @@ "questionHint": "This might be written on the street name sign", "render": "Named after {name:etymology}" }, - "street-name-sign-image": { - "render": "{image_carousel(image:streetsign)}
{image_upload(image:streetsign, Add image of a street name sign)}" + "streetsign-upload": { + "render": { + "special": { + "label": "Add image of a street name sign" + } + } }, "wikipedia": { "render": "A Wikipedia article about this street exists:
{wikipedia():max-height:25rem}" @@ -6392,7 +6409,7 @@ "name": "Gravestones", "presets": { "0": { - "description": "A tombstone is a physical object which indicates that one or more persons are buried here. It generally has the name, birth date and death date of the person or persons as inscription.", + "description": "A grave is a physical object which indicates that one or more persons are buried here. It generally has the name, birth date and death date of the person or persons as inscription.", "title": "a tombstone" } }, @@ -6731,6 +6748,14 @@ }, "question": "What type of hydrant is it?", "render": " Hydrant type: {fire_hydrant:type}" + }, + "ref": { + "freeform": { + "placeholder": "Reference number of the hydrant" + }, + "question": "What is the reference number of this hydrant?", + "questionHint": "This can usually be found on the hydrant or on a nearby sign.", + "render": "Reference number: {ref}" } }, "title": { @@ -7323,7 +7348,7 @@ } }, "maproulette_challenge": { - "description": "Layer showing tasks of a single MapRoulette challenge. This layer is intended to be reused and extended in themes; refer to [the documentation](https://github.com/pietervdvn/MapComplete/blob/develop/Docs/Integrating_Maproulette.md) on how to do this.", + "description": "Layer showing tasks of a single MapRoulette challenge. This layer is intended to be reused and extended in themes; refer to [the documentation](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Integrating_Maproulette.md) on how to do this.", "filter": { "0": { "options": { @@ -7419,6 +7444,10 @@ "0": { "description": "A memorial is a physical object which remembers a person or event.", "title": "a memorial" + }, + "1": { + "description": "A memorial is a physical object which remembers a person or event and is attached to a wall.", + "title": "a memorial on a wall" } }, "tagRenderings": { @@ -8856,6 +8885,9 @@ "presets": { "0": { "title": "a bookcase" + }, + "1": { + "title": "a bookcase on a wall" } }, "tagRenderings": { @@ -9716,6 +9748,36 @@ "question": "Who can use this recycling facility?", "render": "This recycling facility can be used by {access}" }, + "colour": { + "freeform": { + "placeholder": "Colour of the container" + }, + "mappings": { + "0": { + "then": "This recycling container is coloured blue" + }, + "1": { + "then": "This recycling container is coloured green" + }, + "2": { + "then": "This recycling container is coloured maroon" + }, + "3": { + "then": "This recycling container is coloured yellow" + }, + "4": { + "then": "This recycling container is coloured red" + }, + "5": { + "then": "This recycling container is coloured black" + }, + "6": { + "then": "This recycling container is coloured white" + } + }, + "question": "What color is this recycling container?", + "render": "This recycling container is {colour}" + }, "container-location": { "mappings": { "0": { @@ -11658,6 +11720,17 @@ } }, "question": "How is this street lamp mounted?" + }, + "utility_pole": { + "mappings": { + "0": { + "then": "This lamp is mounted on a utility pole" + }, + "1": { + "then": "This lamp is not mounted on a utility pole" + } + }, + "question": "Is this lamp mounted on a utility pole?" } }, "title": { @@ -12114,6 +12187,70 @@ } }, "tagRenderings": { + "adult-changing-table": { + "mappings": { + "0": { + "then": "Has a changing table for adults" + }, + "1": { + "then": "No changing table for adults" + } + }, + "question": "Does this toilet have an adult changing table?" + }, + "adult-changing-table-height": { + "mappings": { + "0": { + "then": "The changing table is adjustable in height" + } + }, + "question": "What is the height of the adult changing table?", + "questionHint": "This is measured between the floor and the top of the changing table", + "render": "The changing table is {canonical(changing_table:adult:height)} high" + }, + "adult-changing-table-max_height": { + "question": "What is the highest height the adult changing table can be moved to?", + "questionHint": "This is measured between the floor and the top of the changing table", + "render": "The highest height of the adult changing table is {canonical(changing_table:adult:max_height)}" + }, + "adult-changing-table-mechanism": { + "mappings": { + "0": { + "then": "The height of the adult changing table is adjusted manually" + }, + "1": { + "then": "The height of the adult changing table is adjusted electrically" + } + }, + "question": "How is the height of the changing table adjusted?" + }, + "adult-changing-table-min_height": { + "question": "What is the lowest height the adult changing table can be moved to?", + "questionHint": "This is measured between the floor and the top of the changing table", + "render": "The lowest height of the adult changing table is {canonical(changing_table:adult:min_height)}" + }, + "adult-changing-table-support": { + "mappings": { + "0": { + "then": "The changing table is mounted to the wall" + }, + "1": { + "then": "The changing table stands on table legs" + }, + "2": { + "then": "The changing table stands on table legs with wheels and can be moved" + } + }, + "question": "How is the adult changing table supported?" + }, + "adult-changing-table-title": { + "render": "

Adult changing table

" + }, + "email": { + "override": { + "question": "What is the email address one can send to in case of troubles or questions?" + } + }, "gender_segregated": { "mappings": { "0": { @@ -12161,6 +12298,11 @@ "question": "When are these toilets opened?" } }, + "phone": { + "override": { + "question": "What number can one call in case of troubles or questions?" + } + }, "toilet-access": { "mappings": { "0": { @@ -12282,6 +12424,20 @@ }, "question": "Is a changing table (to change diapers) available?" }, + "toilets-disposal": { + "mappings": { + "0": { + "then": "The waste is moved away by flushing the toilet with water" + }, + "1": { + "then": "The waste falls into a pit" + }, + "2": { + "then": "The waste is collected in a bucket or similar container, which is regularly removed" + } + }, + "question": "How is the waste handled?" + }, "toilets-fee": { "mappings": { "0": { @@ -12324,9 +12480,47 @@ }, "question": "Is there a dedicated toilet for wheelchair users?" }, + "wheelchair-access": { + "mappings": { + "0": { + "then": "The wheelchair accessible toilets are freely accessible" + }, + "1": { + "then": "One needs to ask permission to access wheelchair-accessible toilet, e.g. by asking a key" + }, + "2": { + "then": "One can use a Master Locksmiths Access Key (MLAK) to access this bathroom" + }, + "3": { + "then": "One can use a RADAR Key to access this bathroom" + }, + "4": { + "then": "One can use a EuroKey to access this bathroom" + } + }, + "question": "Is the wheelchair-accessible toilet locked?" + }, "wheelchair-door-width": { "question": "What is the width of the door to the wheelchair accessible toilet?", "render": "The door to the wheelchair-accessible toilet is {canonical(door:width)} wide" + }, + "wheelchair-picture": { + "render": { + "special": { + "label": "Add a picture of the wheelchair accessible toilet" + } + } + }, + "wheelchair-title": { + "mappings": { + "0": { + "then": "Wheelchair accessibility features" + }, + "1": { + "then": "No wheelchair accessible toilet" + } + }, + "render": "Wheelchair accessible toilet" } }, "title": { @@ -12407,10 +12601,6 @@ } }, "question": "Is there a dedicated toilet for wheelchair users?" - }, - "wheelchair-door-width": { - "question": "What is the width of the door to the wheelchair accessible toilet?", - "render": "The door to the wheelchair-accessible toilet is {canonical(toilets:door:width)} wide" } }, "title": { @@ -13509,6 +13699,29 @@ "render": "Settings" } }, + "utility_pole": { + "description": "Layer showing various types of utility poles.", + "name": "Utility Poles", + "presets": { + "0": { + "title": "a utility pole" + } + }, + "tagRenderings": { + "street_lamp": { + "mappings": { + "0": { + "then": "This utility pole has a street lamp mounted on it." + }, + "1": { + "then": "This utility pole does not have a street lamp mounted on it." + } + }, + "question": "Does this utility pole have a street lamp mounted on it?" + } + }, + "title": "Utility Pole" + }, "vending_machine": { "description": "Layer showing vending machines", "filter": { @@ -14031,6 +14244,9 @@ "3": { "description": "A wayside cross is a christian cross that is placed by a road or pathway. This cross is mounted on a wall", "title": "a wayside cross mounted on a wall" + }, + "4": { + "title": "a mother mary shrine on the first floor" } }, "tagRenderings": { @@ -14169,6 +14385,23 @@ }, "question": "What's the name of this {title()}?", "render": "The name of this {title()} is {name}" + }, + "subject:wikidata": { + "mappings": { + "0": { + "then": "Mother mary is depicted" + }, + "1": { + "then": "Jesus Christ as a child is depicted" + }, + "2": { + "then": "Jesus Christ (as an adult) is depicted" + }, + "3": { + "then": "Saint Anne (mother of Mary) is depicted" + } + }, + "question": "Who is depicted?" } }, "title": { diff --git a/langs/layers/es.json b/langs/layers/es.json index 8507b389ed..c2f8bf4b6a 100644 --- a/langs/layers/es.json +++ b/langs/layers/es.json @@ -4912,8 +4912,12 @@ "questionHint": "Esto podría estar escrito en el letrero del nombre de la calle", "render": "Nombrado en honor a {name:etymology}" }, - "street-name-sign-image": { - "render": "{image_carousel(image:streetsign)}
{image_upload(image:streetsign, Agregar imagen de un letrero de nombre de calle)}" + "streetsign-upload": { + "render": { + "special": { + "label": "Agregar imagen de un letrero de nombre de calle" + } + } }, "wikipedia": { "render": "Existe un artículo de Wikipedia sobre esta calle:
{wikipedia():max-height:25rem}" @@ -6735,7 +6739,7 @@ } }, "maproulette_challenge": { - "description": "Capa que muestra las tareas de un único reto de MapRoulette. Esta capa está pensada para ser reutilizada y ampliada en temas; consulta la [documentación](https://github.com/pietervdvn/MapComplete/blob/develop/Docs/Integrating_Maproulette.md) sobre cómo hacerlo.", + "description": "Capa que muestra las tareas de un único reto de MapRoulette. Esta capa está pensada para ser reutilizada y ampliada en temas; consulta la [documentación](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/Integrating_Maproulette.md) sobre cómo hacerlo.", "filter": { "0": { "options": { @@ -11039,10 +11043,6 @@ } }, "question": "¿Hay un baño dedicado para usuarios de sillas de ruedas?" - }, - "wheelchair-door-width": { - "question": "¿Cuál es el ancho de la puerta del baño accesible para sillas de ruedas?", - "render": "La puerta del baño accesible para sillas de ruedas tiene {canonical(toilets:door:width)} de ancho" } }, "title": { diff --git a/langs/layers/fr.json b/langs/layers/fr.json index 125dfd1a0e..fae2dae4cc 100644 --- a/langs/layers/fr.json +++ b/langs/layers/fr.json @@ -3476,8 +3476,12 @@ "questionHint": "Cela peut être indiqué sur le panneau de la rue", "render": "Nommé en référence à {name:etymology}" }, - "street-name-sign-image": { - "render": "{image_carousel(image:streetsign)}
{image_upload(image:streetsign, Ajouter une photo de la plaque de rue)}" + "streetsign-upload": { + "render": { + "special": { + "label": "Ajouter une photo de la plaque de rue" + } + } }, "wikipedia": { "render": "Un article Wikipédia à propos de cette rue existe :
{wikipedia():max-height:25rem}" @@ -6790,10 +6794,6 @@ } }, "question": "Y a-t-il des toilettes réservées aux personnes en fauteuil roulant ?" - }, - "wheelchair-door-width": { - "question": "Quelle est la largeur de la porte des toilettes accessibles aux fauteuils roulants ?", - "render": "La porte des toilettes accessibles aux fauteuils roulants a une large de {canonical(toilets:door:width)}" } } }, diff --git a/langs/layers/nl.json b/langs/layers/nl.json index 27d6bb491b..52bf89a8ef 100644 --- a/langs/layers/nl.json +++ b/langs/layers/nl.json @@ -735,6 +735,19 @@ }, "question": "Welke bankbiljetten kan je hier afhalen?" }, + "indoor": { + "override": { + "mappings": { + "0": { + "then": "Deze geldautomaat bevindt zich binnen" + }, + "1": { + "then": "Deze geldautomaat bevindt zich buiten" + } + }, + "question": "Bevindt deze geldautomaat zich binnen?" + } + }, "name": { "render": "De naam van deze geldautomaat is {name}" }, @@ -5041,8 +5054,12 @@ "questionHint": "Dit staat mogelijks vermeld op het straatnaambordje", "render": "Vernoemd naar {name:etymology}" }, - "street-name-sign-image": { - "render": "{image_carousel(image:streetsign)}
{image_upload(image:streetsign, Voeg afbeelding van straatnaambordje toe)}" + "streetsign-upload": { + "render": { + "special": { + "label": "Voeg afbeelding van straatnaambordje toe" + } + } }, "wikipedia": { "render": "Een Wikipedia artikel over deze straat bestaat:
{wikipedia():max-height:25rem}" @@ -5749,6 +5766,13 @@ "render": "Jouw traject" } }, + "grave": { + "presets": { + "0": { + "title": "een grafsteen" + } + } + }, "hackerspace": { "description": "Hackerspace", "name": "Hackerspace", @@ -5971,6 +5995,14 @@ }, "question": "Wat voor soort brandkraan is dit?", "render": " Het type brandkraan is {fire_hydrant:type}" + }, + "ref": { + "freeform": { + "placeholder": "Referentienummer van de brandkraan" + }, + "question": "Wat is het referentienummer van deze brandkraan?", + "questionHint": "Dit nummer is meestal te vinden op de brandkraan of op een nabijgelegen bord.", + "render": "Referentienummer: {ref}" } }, "title": { @@ -6469,7 +6501,12 @@ "name": "Gedenktekens", "presets": { "0": { + "description": "Een fysiek object dat een persoon of gebeurtenis herdenkt", "title": "een gedenkteken" + }, + "1": { + "description": "Een fysiek object dat een persoon of gebeurtenis herdenkt en dat ophangt aan een muur.", + "title": "een gedenkteken dat aan een muur hangt" } }, "tagRenderings": { @@ -6506,8 +6543,23 @@ } } }, + "memorial-wikidata": { + "question": "Wat is het Wikipedia-artikel over dit gedenkteken?", + "questionHint": "Dit gaat over het gedenkteken zelf, niet over de persoon of de gebeurtenis die herdacht worden. Indien dit gedenkteken geen Wikipedia-artikel heeft, sla deze vraag dan over.", + "render": { + "before": "

Wikipediapagina over het gedenkteken

" + } + }, "start_date": { + "question": "Wanneer werd dit gedenkteken geplaatst?", "render": "Geplaatst op {start_date}" + }, + "subject-wikidata": { + "question": "Wat is het Wikipedia-artikel over de persoon of de gebeurtenis die herdacht wordt?", + "questionHint": "Indien deze persoon of gebeurtenis geen Wikipedia-artikel heeft, sla deze vraag dan over", + "render": { + "before": "

Wikipedia-artikel over de herdachte gebeurtenis of persoon

" + } } } }, @@ -8210,6 +8262,36 @@ "question": "Wie kan deze recyclingfaciliteit gebruiken?", "render": "Deze recyclingfaciliteit kan gebruikt worden door {access}" }, + "colour": { + "freeform": { + "placeholder": "Kleur van de container" + }, + "mappings": { + "0": { + "then": "Deze recyclingcontainer is blauw gekleurd" + }, + "1": { + "then": "Deze recyclingcontainer is groen gekleurd" + }, + "2": { + "then": "Deze recyclingcontainer is kastanjebruin gekleurd" + }, + "3": { + "then": "Deze recyclingcontainer is geel gekleurd" + }, + "4": { + "then": "Deze recyclingcontainer is rood gekleurd" + }, + "5": { + "then": "Deze recyclingcontainer is zwart gekleurd" + }, + "6": { + "then": "Deze recyclingcontainer is wit gekleurd" + } + }, + "question": "Welke kleur heeft deze recyclingcontainer?", + "render": "Deze recyclingcontainer is {colour}" + }, "container-location": { "mappings": { "0": { @@ -9692,6 +9774,70 @@ } }, "tagRenderings": { + "adult-changing-table": { + "mappings": { + "0": { + "then": "Heeft een verzorgingstafel voor volwassenen" + }, + "1": { + "then": "Geen verzorgingstafel voor volwassenen" + } + }, + "question": "Heeft deze toilet een verzorgingstafel voor volwassenen?" + }, + "adult-changing-table-height": { + "mappings": { + "0": { + "then": "De verzorgingstafel is in hoogte verstelbaar" + } + }, + "question": "Hoe hoog is de verzorgingstafel voor volwassenen?", + "questionHint": "Dit wordt gemeten van de vloer tot de bovenkant van de verzorgingstafel", + "render": "De verzorgingstafel is {canonical(changing_table:adult:height)} hoog" + }, + "adult-changing-table-max_height": { + "question": "Wat is de hoogste stand waarop de verzorgingstafel voor volwassenen gezet kan worden?", + "questionHint": "Dit wordt gemeten van de vloer tot de bovenkant van de verzorgingstafel", + "render": "De hoogste stand van de verzorgingstafel is {canonical(changing_table:adult:max_height)} hoog" + }, + "adult-changing-table-mechanism": { + "mappings": { + "0": { + "then": "De hoogte van de verzorgingstafel wordt met de hand aangepast" + }, + "1": { + "then": "De verzorgingstafel wordt door een electrische motor in hoogte versteld" + } + }, + "question": "Hoe wordt de hoogte van de verzorgingstafel aangepast?" + }, + "adult-changing-table-min_height": { + "question": "Wat is de laagste stand waarop de verzorgingstafel voor volwassenen gezet kan worden?", + "questionHint": "Dit wordt gemeten van de vloer tot de bovenkant van de verzorgingstafel", + "render": "De laagste stand van de verzorgingstafel is {canonical(changing_table:adult:min_height)} hoog" + }, + "adult-changing-table-support": { + "mappings": { + "0": { + "then": "De verschoningstafel voor volwassenen hangt vast aan de muur" + }, + "1": { + "then": "De verschoningstafel voor volwassenen staat op tafelpoten" + }, + "2": { + "then": "De verschoningstafel voor volwassenen staat op tafelpoten met wielen en kan verplaatst worden" + } + }, + "question": "Hoe is de verschoningstafel in de ruimte geplaatst?" + }, + "adult-changing-table-title": { + "render": "

Verzorgingstafel voor volwassenen

" + }, + "email": { + "override": { + "question": "Naar welk email address kan men sturen voor vragen of om problemen te melden?" + } + }, "gender_segregated": { "mappings": { "0": { @@ -9739,6 +9885,11 @@ "question": "Wanneer zijn deze toiletten open?" } }, + "phone": { + "override": { + "question": "Naar welk telefoonnummer kan men bellen voor vragen of om problemen te melden?" + } + }, "toilet-access": { "mappings": { "0": { @@ -9860,6 +10011,20 @@ }, "question": "Is er een luiertafel beschikbaar?" }, + "toilets-disposal": { + "mappings": { + "0": { + "then": "Het afval wordt afgevoerd door met water te spoelen" + }, + "1": { + "then": "Het afval valt in een put" + }, + "2": { + "then": "Het afval valt in een emmer of andere opvangbak die regelmatig geleegd wordt" + } + }, + "question": "Hoe worden de afvalproducten behandeld?" + }, "toilets-fee": { "mappings": { "0": { @@ -9902,9 +10067,47 @@ }, "question": "Is er een rolstoeltoegankelijke toilet voorzien?" }, + "wheelchair-access": { + "mappings": { + "0": { + "then": "De rolstoeltoegankelijke toilet is vrij toegankelijk" + }, + "1": { + "then": "Men moet toestemming vragen om de rolstoeltoegankelijke toilet te gebruiken, bv. door een sleutel te vragen" + }, + "2": { + "then": "Men kan met een Master Locksmiths Access Key (MLAK-sleutel) deze toiletten te gebruiken." + }, + "3": { + "then": "Men kan met een RADAR-sleutel deze toiletten te gebruiken." + }, + "4": { + "then": "Men kan met een Eurosleutel deze toiletten te gebruiken." + } + }, + "question": "Is de rolstoeltoegankelijke toilet op slot?" + }, "wheelchair-door-width": { "question": "Hoe breed is de deur van de rolstoeltoegankelijke toilet?", "render": "De deur naar de rolstoeltoegankelijke toilet is {canonical(door:width)} wide" + }, + "wheelchair-picture": { + "render": { + "special": { + "label": "Voeg een foto van de rolstoeltoegankelijke toilet toe" + } + } + }, + "wheelchair-title": { + "mappings": { + "0": { + "then": "Rolstoeltoegankelijkheid" + }, + "1": { + "then": "Geen rolstoeltoegankelijke toilet" + } + }, + "render": "Rolstoeltoegankelijke toilet" } }, "title": { @@ -9980,10 +10183,6 @@ } }, "question": "Is er een rolstoeltoegankelijke toilet voorzien?" - }, - "wheelchair-door-width": { - "question": "Hoe breed is de deur van de rolstoeltoegankelijke toilet?", - "render": "De deur naar de rolstoeltoegankelijke toilet is {canonical(toilets:door:width)} wide" } }, "title": { diff --git a/langs/layers/sl.json b/langs/layers/sl.json index 7a86fc5766..3e497d7be8 100644 --- a/langs/layers/sl.json +++ b/langs/layers/sl.json @@ -489,10 +489,6 @@ } }, "question": "Ali je tu stranišče namenjeno invalidom na vozičku?" - }, - "wheelchair-door-width": { - "question": "Koliko so široka vrata v stranišče za invalide na vozičku?", - "render": "Vrata v stranišče za invalide na vozičku so široka {canonical(toilets:door:width)}" } }, "title": { diff --git a/langs/layers/uk.json b/langs/layers/uk.json index 91dff7ef74..6f0b2784c2 100644 --- a/langs/layers/uk.json +++ b/langs/layers/uk.json @@ -1280,8 +1280,12 @@ "etymology_multi_apply": { "render": "{multi_apply(_same_name_ids, name:etymology:wikidata;name:etymology, Автоматичне застосування даних до всіх сегментів з однаковою назвою, true)}" }, - "street-name-sign-image": { - "render": "{image_carousel(image:streetsign)}
{image_upload(image:streetsign, Додати зображення таблички з назвою вулиці)}" + "streetsign-upload": { + "render": { + "special": { + "label": "Додати зображення таблички з назвою вулиці" + } + } }, "wikipedia-etymology": { "question": "На честь якого елемента Вікіданих названо цей об'єкт?" diff --git a/langs/nb_NO.json b/langs/nb_NO.json index 92c37ff8d2..48b765c0ad 100644 --- a/langs/nb_NO.json +++ b/langs/nb_NO.json @@ -102,7 +102,7 @@ "attribution": { "attributionContent": "

All data er fra OpenStreetMap, fritt gjenbrukbart med Open DataBase-lisens.

", "attributionTitle": "Tilskrivelsesmerknad", - "codeContributionsBy": "MapComplete har blitt bygd av {contributors} og {hiddenCount} bidragsytere til", + "codeContributionsBy": "MapComplete har blitt bygd av {contributors} og {hiddenCount} bidragsytere til", "donate": "Støtt MapComplete finansielt", "editId": "Åpne den nettbaserte OpenStreetMap-behandleren her", "editJosm": "Rediger med JOSM", @@ -118,7 +118,7 @@ "openMapillary": "Åpne Mapillary her", "openOsmcha": "Vis de seneste redigeringene gjort med {theme}", "themeBy": "Tema vedlikeholdt av {author}", - "translatedBy": "MapComplete har blitt oversatt av {contributors} og {hiddenCount} andre bidragsytere." + "translatedBy": "MapComplete har blitt oversatt av {contributors} og {hiddenCount} andre bidragsytere." }, "back": "Tilbake", "backgroundMap": "Bakgrunnskart", diff --git a/langs/nl.json b/langs/nl.json index 3b709b6710..b4510a80da 100644 --- a/langs/nl.json +++ b/langs/nl.json @@ -171,7 +171,7 @@ "attributionBackgroundLayerWithCopyright": "De huidige achtergrondlaag is {name} : {copyright}", "attributionContent": "

Alle data is voorzien door OpenStreetMap, gratis en vrij te hergebruiken onder de Open DataBase Licentie.

", "attributionTitle": "Met dank aan", - "codeContributionsBy": "MapComplete is gebouwd door {contributors} en {hiddenCount} andere bijdragers", + "codeContributionsBy": "MapComplete is gebouwd door {contributors} en {hiddenCount} andere bijdragers", "donate": "Geef MapComplete financiële steun", "editId": "Hier bewerken met de OpenStreetMap online editor", "editJosm": "Hier bewerken met JOSM", @@ -198,7 +198,7 @@ "seeOnMapillary": "Bekijk dit beeld op Mapillary", "themeBy": "Thema gemaakt door {author}", "title": "Copyright en attributie", - "translatedBy": "MapComplete werd vertaald door {contributors} en {hiddenCount} meer vertalers" + "translatedBy": "MapComplete werd vertaald door {contributors} en {hiddenCount} meer vertalers" }, "back": "Vorige", "backToIndex": "Bekijk alle thematische kaarten", @@ -397,7 +397,7 @@ "share": "Deel deze locatie", "sharescreen": { "copiedToClipboard": "Link gekopieerd naar klembord", - "documentation": "Voor meer informatie over beschikbare URL-parameters, raadpleeg de documentatie", + "documentation": "Voor meer informatie over beschikbare URL-parameters, raadpleeg de documentatie", "embedIntro": "

Plaats dit op je website

Voeg dit kaartje toe op je eigen website.
We moedigen dit zelfs aan - je hoeft geen toestemming te vragen.
Het is gratis en zal dat altijd blijven. Hoe meer het gebruikt wordt, hoe waardevoller", "fsBackground": "Wisselende achtergronden inschakelen", "fsFilter": "De mogelijkheid inschakelen om te wisselen tussen lagen en filters", diff --git a/langs/pl.json b/langs/pl.json index 0b4b2c2b42..97846187fa 100644 --- a/langs/pl.json +++ b/langs/pl.json @@ -129,7 +129,7 @@ "attributionBackgroundLayerWithCopyright": "Bieżąca warstwa tła to {name}: {copyright}", "attributionContent": "

Wszystkie dane pochodzą z OpenStreetMap i można je swobodnie wykorzystywać na warunkach Licencji Open DataBase.

", "attributionTitle": "Informacja o atrybucji", - "codeContributionsBy": "MapComplete został stworzony przez {contributors} i {hiddenCount} innych współtwórców", + "codeContributionsBy": "MapComplete został stworzony przez {contributors} i {hiddenCount} innych współtwórców", "donate": "Wspieraj finansowo MapComplete", "editId": "Otwórz edytor online OpenStreetMap w tej lokalizacji", "editJosm": "Edytuj tutaj za pomocą JOSM", @@ -147,7 +147,7 @@ "openOsmcha": "Zobacz ostatnie edycje zrobione przez {theme}", "themeBy": "Temat prowadzony przez: {author}", "title": "Prawa autorskie i podanie źródła", - "translatedBy": "MapComplete zostało przetłumaczone przez {contributors} i {hiddenCount} innych autorów" + "translatedBy": "MapComplete zostało przetłumaczone przez {contributors} i {hiddenCount} innych autorów" }, "back": "Cofnij", "backToIndex": "Cofnij do przeglądu wszystkich map tematycznych", @@ -267,7 +267,7 @@ }, "sharescreen": { "copiedToClipboard": "Link został skopiowany do schowka", - "documentation": "Aby uzyskać więcej informacji na temat dostępnych parametrów adresu URL, zajrzyj do dokumentacji", + "documentation": "Aby uzyskać więcej informacji na temat dostępnych parametrów adresu URL, zajrzyj do dokumentacji", "embedIntro": "

Umieść na swojej stronie internetowej

Proszę, umieść tę mapę na swojej stronie internetowej.
Zachęcamy Cię do tego - nie musisz nawet pytać o zgodę.
Jest ona darmowa i zawsze będzie. Im więcej osób jej używa, tym bardziej staje się wartościowa.", "fsUserbadge": "Włącz przycisk logowania", "fsWelcomeMessage": "Pokaż wyskakujące okienko wiadomości powitalnej i powiązane zakładki", diff --git a/langs/pt.json b/langs/pt.json index b0e74620dc..c1de41582b 100644 --- a/langs/pt.json +++ b/langs/pt.json @@ -169,7 +169,7 @@ "attributionBackgroundLayerWithCopyright": "A camada de fundo atual é {name}: {copyright}", "attributionContent": "

Todos os dados são fornecidos pelo OpenStreetMap e são livremente reutilizáveis sob a licença Open DataBase License.

", "attributionTitle": "Aviso de atribuição", - "codeContributionsBy": "O MapComplete foi criado por {contributors} e mais {hiddenCount} contribuidores", + "codeContributionsBy": "O MapComplete foi criado por {contributors} e mais {hiddenCount} contribuidores", "donate": "Apoie o MapComplete financeiramente", "editId": "Editar aqui com o editor online OpenStreetMap", "editJosm": "Editar aqui com o JOSM", @@ -188,7 +188,7 @@ "seeOnMapillary": "Ver esta imagem no Mapillary", "themeBy": "Tema mantido por {author}", "title": "Direitos de autor e atribuição", - "translatedBy": "O MapComplete foi traduzido por {contributors} e mais {hiddenCount} utilizadores" + "translatedBy": "O MapComplete foi traduzido por {contributors} e mais {hiddenCount} utilizadores" }, "back": "Voltar", "backToIndex": "Voltar à vista geral com todos os mapas temáticos", @@ -353,7 +353,7 @@ "share": "Partilhar", "sharescreen": { "copiedToClipboard": "Hiperligação copiada para a área de transferência", - "documentation": "Para mais informações nos parâmetros URL disponíveis, consulte a documentação", + "documentation": "Para mais informações nos parâmetros URL disponíveis, consulte a documentação", "embedIntro": "

Incorporar no seu site

Por favor, insira este mapa no seu site.
Encorajamos a fazê-lo - nem precisa de pedir permissão.
É grátis e sempre será. Quanto mais pessoas estiverem a usar isto, mais valioso se torna.", "fsUserbadge": "Ativar o botão de iniciar sessão", "fsWelcomeMessage": "Mostrar a janela com a mensagem de boas-vindas e separadores associados", diff --git a/langs/ru.json b/langs/ru.json index a6dab435f2..2376aa766c 100644 --- a/langs/ru.json +++ b/langs/ru.json @@ -50,7 +50,7 @@ "attribution": { "attributionContent": "

Все данные предоставлены OpenStreetMap, свободное повторное использование согласно Open DataBase License.

", "attributionTitle": "Уведомление об авторстве", - "codeContributionsBy": "MapComplete был создан {contributors} и ещё {hiddenCount} соавторами ", + "codeContributionsBy": "MapComplete был создан {contributors} и ещё {hiddenCount} соавторами ", "editJosm": "Редактировать это место в JOSM", "iconAttribution": { "title": "Используемые значки" diff --git a/langs/themes/de.json b/langs/themes/de.json index 47946dc198..993e3573fa 100644 --- a/langs/themes/de.json +++ b/langs/themes/de.json @@ -172,7 +172,7 @@ }, "climbing": { "description": "Eine Karte mit Klettermöglichkeiten wie Kletterhallen, Kletterparks oder Felsen.", - "descriptionTail": "

kletterspots.de wird betrieben von Christian Neumann. Bitte melden Sie sich, wenn Sie Feedback oder Fragen haben.

Das Projekt nutzt OpenStreetMap Daten und basiert auf der freien Software MapComplete.

", + "descriptionTail": "

kletterspots.de wird betrieben von Christian Neumann. Bitte melden Sie sich, wenn Sie Feedback oder Fragen haben.

Das Projekt nutzt OpenStreetMap Daten und basiert auf der freien Software MapComplete.

", "layers": { "0": { "override": { diff --git a/langs/uk.json b/langs/uk.json index 474954545f..f98aef8253 100644 --- a/langs/uk.json +++ b/langs/uk.json @@ -171,7 +171,7 @@ "attributionBackgroundLayerWithCopyright": "Поточний фоновий шар {name}: {copyright}", "attributionContent": "

Усі дані надаються OpenStreetMap, які можна вільно повторно використовувати в Ліцензія Open DataBase.

", "attributionTitle": "Повідомлення про авторство", - "codeContributionsBy": "MapComplete створено {contributors} та {hiddenCount} іншими учасниками", + "codeContributionsBy": "MapComplete створено {contributors} та {hiddenCount} іншими учасниками", "donate": "Підтримайте MapComplete фінансово", "editId": "Відкрийте онлайн-редактор OpenStreetMap тут", "editJosm": "Редагувати тут за допомогою JOSM", @@ -199,7 +199,7 @@ "seeOnMapillary": "Переглянути зображення на Mapillary", "themeBy": "Тему підтримує {author}", "title": "Авторське право", - "translatedBy": "MapComplete переклали {contributors} та {hiddenCount} інших учасників" + "translatedBy": "MapComplete переклали {contributors} та {hiddenCount} інших учасників" }, "back": "Назад", "backToIndex": "Переглянути всі тематичні мапи", @@ -399,7 +399,7 @@ "share": "Поділитися", "sharescreen": { "copiedToClipboard": "Посилання скопійовано в буфер обміну", - "documentation": "Для отримання додаткової інформації про доступні URL-параметри, зверніться до документації", + "documentation": "Для отримання додаткової інформації про доступні URL-параметри, зверніться до документації", "embedIntro": "

Додайте на свій вебсайт

Будь ласка, додайте цю мапу на свій вебсайт.
Ми заохочуємо вас це зробити — вам навіть не потрібно питати дозволу.
Це безплатно, і завжди буде. Чим більше людей цим користується, тим ціннішим воно стає.", "fsBackground": "Увімкнути перемикання фонів", "fsFilter": "Увімкніть можливість перемикання шарів і фільтрів", diff --git a/langs/zh_Hant.json b/langs/zh_Hant.json index e5691f3a08..463d250ffe 100644 --- a/langs/zh_Hant.json +++ b/langs/zh_Hant.json @@ -171,7 +171,7 @@ "attributionBackgroundLayerWithCopyright": "目前的背景圖層是 {name}:{copyright}", "attributionContent": "

所有資料由開放街圖提供,在開放資料庫授權條款之下自由再利用。

", "attributionTitle": "署名通知", - "codeContributionsBy": "MapComplete 是由 {contributors} 和其他 {hiddenCount} 位貢獻者構建而成", + "codeContributionsBy": "MapComplete 是由 {contributors} 和其他 {hiddenCount} 位貢獻者構建而成", "donate": "財務上支援 MapComplete", "editId": "開啟開放街圖線上編輯器", "editJosm": "採用 JOSM 編輯", @@ -199,7 +199,7 @@ "seeOnMapillary": "在 Mapillary 觀看這張影像", "themeBy": "由 {author} 維護主題", "title": "版權與署名", - "translatedBy": "MapComplete 由 {contributors} 翻譯,而且還有 {hiddenCount} 更多貢獻者" + "translatedBy": "MapComplete 由 {contributors} 翻譯,而且還有 {hiddenCount} 更多貢獻者" }, "back": "返回", "backToIndex": "回到所有主題地圖的總覽頁面", @@ -399,7 +399,7 @@ "share": "分享", "sharescreen": { "copiedToClipboard": "複製連結到簡貼簿", - "documentation": "要知道更多可以用的網址參數,參考這份文章", + "documentation": "要知道更多可以用的網址參數,參考這份文章", "embedIntro": "

嵌入到你的網站

請考慮將這份地圖嵌入您的網站。
地圖毋須額外授權,非常歡迎您多加利用。
一切都是免費的,而且之後也是免費的,越有更多人使用,則越顯得它的價值。", "fsBackground": "啟用切換背景", "fsFilter": "啟用切換圖層和過濾器的可能性", diff --git a/package-lock.json b/package-lock.json index a1f84ad32f..0d60302ee8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mapcomplete", - "version": "0.50.5", + "version": "0.50.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mapcomplete", - "version": "0.50.5", + "version": "0.50.7", "license": "GPL-3.0-or-later", "dependencies": { "@capacitor/android": "^6.1.2", diff --git a/package.json b/package.json index 94cb462292..3312782395 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "mapcomplete", - "version": "0.50.5", - "repository": "https://github.com/pietervdvn/MapComplete", + "version": "0.50.7", + "repository": "https://source.mapcomplete.org/MapComplete/MapComplete", "description": "A small website to edit OSM easily", - "bugs": "https://github.com/pietervdvn/MapComplete/issues", + "bugs": "hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues", "homepage": "https://mapcomplete.org", "main": "index.ts", "type": "module", @@ -298,4 +298,4 @@ "vite-node": "^3.0.5", "vitest": "^3.0.5" } -} +} \ No newline at end of file diff --git a/public/css/index-tailwind-output.css b/public/css/index-tailwind-output.css index a7b75b0641..62aec36737 100644 --- a/public/css/index-tailwind-output.css +++ b/public/css/index-tailwind-output.css @@ -3354,11 +3354,6 @@ input[type="range"].range-lg::-moz-range-thumb { background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important; } -.bg-black { - --tw-bg-opacity: 1; - background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)); -} - .bg-blue-100 { --tw-bg-opacity: 1; background-color: rgb(225 239 254 / var(--tw-bg-opacity, 1)); diff --git a/public/css/openinghourstable.css b/public/css/openinghourstable.css index 731da535e0..b94848465b 100644 --- a/public/css/openinghourstable.css +++ b/public/css/openinghourstable.css @@ -44,16 +44,16 @@ } .oh-timecell.oh-timecell-5:not(.oh-timecell-half), .oh-timecell.oh-timecell-6:not(.oh-timecell-half) { - background: repeating-linear-gradient(-65deg, var(--background-color) 0 4.8px, var(--subtle-detail-color) 7px) + background: repeating-linear-gradient(-65deg, var(--background-color) 0 4.8px, var(--low-interaction-background) 7px) } .oh-timecell-selected.oh-timecell-5:not(.oh-timecell-half), .oh-timecell-selected.oh-timecell-6:not(.oh-timecell-half) { - background: repeating-linear-gradient(-65deg, var(--catch-detail-color) 0 4.8px, var(--subtle-detail-color) 7px) + background: repeating-linear-gradient(-65deg, var(--catch-detail-color) 0 4.8px, var(--low-interaction-background) 7px) } .oh-timecell-half { border-bottom: 1px solid #ddd; - background: var(--subtle-detail-color); + background: var(--low-interaction-background); } diff --git a/scripts/GenerateSeries.ts b/scripts/GenerateSeries.ts index af6bc06bb8..e0058160d3 100644 --- a/scripts/GenerateSeries.ts +++ b/scripts/GenerateSeries.ts @@ -2,10 +2,7 @@ import { existsSync, readdirSync, readFileSync, unlinkSync, writeFileSync } from import ScriptUtils from "./ScriptUtils" import { Utils } from "../src/Utils" import Script from "./Script" -import { GeoOperations } from "../src/Logic/GeoOperations" import { Feature, Polygon } from "geojson" -import { Tiles } from "../src/Models/TileRange" -import { BBox } from "../src/Logic/BBox" class StatsDownloader { private readonly urlTemplate = @@ -205,13 +202,6 @@ class GenerateSeries extends Script { const targetDir = args[0] ?? "../../git/MapComplete-data" await this.downloadStatistics(targetDir + "/changeset-metadata") - this.generateCenterPoints( - targetDir + "/changeset-metadata", - targetDir + "/mapcomplete-changes/", - { - zoomlevel: 8, - } - ) } private async downloadStatistics(targetDir: string) { @@ -229,94 +219,19 @@ class GenerateSeries extends Script { day = Number(process.argv[4]) } - do { + let downloaded = false + while (!downloaded) { try { await new StatsDownloader(targetDir).DownloadStats(year, month, day) - break + downloaded = true } catch (e) { console.log(e) } - } while (true) - + } const allFiles = readdirSync(targetDir).filter((p) => p.endsWith(".json")) writeFileSync(targetDir + "/file-overview.json", JSON.stringify(allFiles)) } - private generateCenterPoints( - sourceDir: string, - targetDir: string, - options: { - zoomlevel: number - } - ) { - const allPaths = readdirSync(sourceDir).filter( - (p) => p.startsWith("stats.") && p.endsWith(".json") - ) - let allFeatures: ChangeSetData[] = allPaths.flatMap( - (path) => JSON.parse(readFileSync(sourceDir + "/" + path, "utf-8")).features - ) - allFeatures = allFeatures.filter( - (f) => - f?.properties !== undefined && - (f.properties.editor === null || - f.properties.editor.toLowerCase().startsWith("mapcomplete")) - ) - - allFeatures = allFeatures.filter( - (f) => f.geometry !== null && f.properties.metadata?.theme !== "EMPTY CS" - ) - allFeatures = allFeatures.filter( - (f) => - f?.properties !== undefined && - (f.properties.editor === null || - f.properties.editor.toLowerCase().startsWith("mapcomplete")) - ) - - allFeatures = allFeatures.filter( - (f) => f.properties.metadata?.theme !== "EMPTY CS" && f.geometry.coordinates.length > 0 - ) - const centerpointsAll = allFeatures.map((f) => { - const centerpoint = GeoOperations.centerpoint(f) - const c = centerpoint.geometry.coordinates - // OsmCha doesn't adhere to the Geojson standard and uses `lat` `lon` as coordinates instead of `lon`, `lat` - centerpoint.geometry.coordinates = [c[1], c[0]] - return centerpoint - }) - const centerpoints = centerpointsAll.filter((p) => { - const bbox = BBox.get(p) - if (bbox.minLat === -90 && bbox.maxLat === -90) { - // Due to some bug somewhere, those invalid bboxes might appear if the latitude is < 90 - // This crashes the 'spreadIntoBBoxes - // As workaround, we simply ignore them for now - return false - } - return true - }) - console.log("Found", centerpoints.length, " changesets in total") - - const perBbox = GeoOperations.spreadIntoBboxes(centerpoints, options.zoomlevel) - - for (const [tileNumber, features] of perBbox) { - const [z, x, y] = Tiles.tile_from_index(tileNumber) - const path = `${targetDir}/tile_${z}_${x}_${y}.geojson` - features.forEach((f) => { - delete f.bbox - }) - writeFileSync( - path, - JSON.stringify( - { - type: "FeatureCollection", - features: features, - }, - null, - " " - ) - ) - - ScriptUtils.erasableLog("Written ", path, "which has ", features.length, "features") - } - } } new GenerateSeries().run() diff --git a/scripts/downloadEli.ts b/scripts/downloadEli.ts index 68abee9d0b..8780d5d816 100644 --- a/scripts/downloadEli.ts +++ b/scripts/downloadEli.ts @@ -25,7 +25,7 @@ class DownloadEli extends Script { const props = layer.properties if (props.type === "bing") { - // A lot of work to implement - see https://github.com/pietervdvn/MapComplete/issues/648 + // A lot of work to implement - see https://source.mapcomplete.org/MapComplete/MapComplete/issues/648 try { const bing = await BingRasterLayer.get() if (bing === "error") { diff --git a/scripts/generateDocs.ts b/scripts/generateDocs.ts index af268b27b6..0e5c303f90 100644 --- a/scripts/generateDocs.ts +++ b/scripts/generateDocs.ts @@ -31,6 +31,7 @@ import MarkdownUtils from "../src/Utils/MarkdownUtils" import { parse as parse_html } from "node-html-parser" import { AvailableRasterLayers } from "../src/Models/RasterLayers" import { ImmutableStore } from "../src/Logic/UIEventSource" +import * as unitUsage from "../Docs/Schemas/UnitConfigJson.schema.json" /** * Converts a markdown-file into a .json file, which a walkthrough/slideshow element can use @@ -268,7 +269,12 @@ export class GenerateDocs extends Script { private generateBuiltinUnits() { const layer = new LayerConfig(unit, "units", true) - const els: string[] = ["## " + layer.id] + const els: string[] = [ + "# Units", + "## How to use", + unitUsage.description, + "Units ", + "## " + layer.id] for (const unit of layer.units) { els.push("### " + unit.quantity) @@ -295,8 +301,8 @@ export class GenerateDocs extends Script { } } - this.WriteMarkdownFile("./Docs/builtin_units.md", ["# Units", ...els].join("\n\n"), [ - `assets/layers/unit/unit.json`, + this.WriteMarkdownFile("./Docs/builtin_units.md", els.join("\n\n"), [ + `assets/layers/unit/unit.json`, `src/Models/ThemeConfig/Json/UnitConfigJson.ts` ]) } diff --git a/scripts/generateLayouts.ts b/scripts/generateLayouts.ts index 39e55419d2..c56768ca79 100644 --- a/scripts/generateLayouts.ts +++ b/scripts/generateLayouts.ts @@ -426,7 +426,7 @@ class GenerateLayouts extends Script { const csp: Record = { "default-src": "'self'", "child-src": "'self' blob: ", - "img-src": "* data: blob:", // maplibre depends on 'data:' to load + "img-src": "* data: blob:", // maplibre depends on 'data:' to load; 'blob:' is needed for both 360° stuff and local storage "report-to": "https://report.mapcomplete.org/csp", "worker-src": "'self' blob:", // Vite somehow loads the worker via a 'blob' "style-src": "'self' 'unsafe-inline'", // unsafe-inline is needed to change the default background pin colours diff --git a/scripts/generateTaginfoProjectFiles.ts b/scripts/generateTaginfoProjectFiles.ts index ff566e78e2..03da04ec60 100644 --- a/scripts/generateTaginfoProjectFiles.ts +++ b/scripts/generateTaginfoProjectFiles.ts @@ -74,7 +74,7 @@ function generateLayerUsage(layer: LayerConfig): TagInfoPrototype[] { const usesImageUpload = (tr.render?.txt?.indexOf("image_upload") ?? -2) > 0 if (usesImageCarousel || usesImageUpload) { - const descrNoUpload = `Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary` + const descrNoUpload = `Images are displayed based on the keys image, image:0, image:1,..., panoramax, panoramax:0, panoramx:1, ... , wikidata, wikipedia, wikimedia_commons and mapillary` const descrUpload = `${descrNoUpload} Furthermore, this layer shows images based on the keys panoramax, image, wikidata, wikipedia, wikimedia_commons and mapillary` const shownText = (usesImageUpload ? descrUpload : descrNoUpload) + condition diff --git a/scripts/hetzner/deployHetzner.sh b/scripts/hetzner/deployHetzner.sh index 1f790078f9..a2a99eabfb 100755 --- a/scripts/hetzner/deployHetzner.sh +++ b/scripts/hetzner/deployHetzner.sh @@ -7,7 +7,7 @@ # apt install unzip # npm i -g csp-logger -# wget https://github.com/pietervdvn/latlon2country/raw/main/tiles.zip +# wget https://source.mapcomplete.org/MapComplete/latlon2country/raw/branch/main/tiles.zip # unzip tiles.zip cp config.json config.json.bu && diff --git a/scripts/nsiLogos.ts b/scripts/nsiLogos.ts index c477700a62..ae893e8130 100644 --- a/scripts/nsiLogos.ts +++ b/scripts/nsiLogos.ts @@ -74,7 +74,7 @@ class NsiLogos extends Script { ttl-- const dloaded = await Utils.downloadAdvanced(url, { "User-Agent": - "MapComplete NSI scraper/0.1 (https://github.com/pietervdvn/MapComplete; pietervdvn@posteo.net)", + "MapComplete NSI scraper/0.1 (https://source.mapcomplete.org/MapComplete/MapComplete; pietervdvn@posteo.net)", }) const redirect: string | undefined = dloaded["redirect"] if (redirect) { diff --git a/scripts/repairPanoramax.ts b/scripts/repairPanoramax.ts new file mode 100644 index 0000000000..11ed49a815 --- /dev/null +++ b/scripts/repairPanoramax.ts @@ -0,0 +1,117 @@ +import Script from "./Script" +import { Overpass } from "../src/Logic/Osm/Overpass" +import { Or } from "../src/Logic/Tags/Or" +import { RegexTag } from "../src/Logic/Tags/RegexTag" +import { Utils } from "../src/Utils" +import Constants from "../src/Models/Constants" +import { ImmutableStore } from "../src/Logic/UIEventSource" +import { BBox } from "../src/Logic/BBox" +import ChangeTagAction from "../src/Logic/Osm/Actions/ChangeTagAction" +import { Tag } from "../src/Logic/Tags/Tag" +import { Panoramax } from "panoramax-js/dist" +import { Changes } from "../src/Logic/Osm/Changes" +import OsmChangeAction from "../src/Logic/Osm/Actions/OsmChangeAction" +import { writeFileSync } from "fs" +import { Feature } from "geojson" + +class RepairPanoramax extends Script { + + private static readonly europe: Feature = { + "type": "Feature", + "properties": {}, + "geometry": { + "coordinates": [ + [ + [ + -20.091159690050006, + 25.773375277790038 + ], + [ + 46.12276429398841, + 25.773375277790038 + ], + [ + 46.12276429398841, + 65.41389761819318 + ], + [ + -20.091159690050006, + 65.41389761819318 + ], + [ + -20.091159690050006, + 25.773375277790038 + ] + ] + ], + "type": "Polygon" + } + } + + constructor() { + super("See https://source.mapcomplete.org/MapComplete/MapComplete/issues/2372\n" + + "We accidentally added the full image URL instead of the hash due to a bug. This scripts rewrites all") + } + + async main(args: string[]): Promise { + const keys = ["panoramax", ...Utils.TimesT(10, i => "panoramax:" + i)] + const overpass = new Overpass( + new Or( + keys.map(k => new RegexTag(k, /^https:\/\/panoramax.mapcomplete.org\/.*/)) + ), + [], + Constants.defaultOverpassUrls[0], + new ImmutableStore(500) + ) + + const [wrongFeatures] = await overpass.queryGeoJson(BBox.global) + const allChanges: OsmChangeAction[] = [] + for (const f of wrongFeatures.features) { + for (const key of keys) { + const v = f.properties[key] + if (!v) { + continue + } + const pre = "https://panoramax.mapcomplete.org/api/pictures/" + const pre1 = "https://panoramax.mapcomplete.org/permanent/" + let correct: string + if (v.startsWith(pre)) { + correct = v.substring(pre.length) + correct = correct.substring(0, correct.indexOf("/")) + } else if (v.startsWith(pre1)) { + const stripped = v.substring(pre1.length) + correct = stripped.replace(/\//g, "").replace(/\.jpg$/, "") + correct = correct.substring(0, 8) + "-" + correct.substring(8) + } else if (Panoramax.isId(v)) { + // This is a valid ID that came on an object also having an _invalid_ id + // We can safely skip this + continue + } else { + throw "Unknown url " + v + } + console.log(key, correct, " old: ", v) + if (!Panoramax.isId(correct)) { + throw "Constructed an invalid id:" + correct + } + const change = new ChangeTagAction( + f.properties.id, + new Tag(key, correct), + f.properties, + { + theme: "fix", + changeType: "fix" + } + ) + allChanges.push(change) + } + } + + const xml = await Changes.createChangesetXMLForJosm(allChanges) + console.log(xml) + const path = "repairPanoramax.osc" + writeFileSync(path, xml) + console.log("Written XML to", path) + } +} + +new RepairPanoramax().run() diff --git a/scripts/serverLdScrape.ts b/scripts/serverLdScrape.ts index 799698a897..a75052cb63 100644 --- a/scripts/serverLdScrape.ts +++ b/scripts/serverLdScrape.ts @@ -19,7 +19,7 @@ class ServerLdScrape extends Script { accept: "application/html", }, /* { - "User-Agent": "MapComplete/openstreetmap scraper; pietervdvn@posteo.net; https://github.com/pietervdvn/MapComplete", + "User-Agent": "MapComplete/openstreetmap scraper; pietervdvn@posteo.net; https://source.mapcomplete.org/MapComplete", "accept": "application/html" }, { diff --git a/src/Logic/Actors/GeoLocationHandler.ts b/src/Logic/Actors/GeoLocationHandler.ts index ec04f10636..8edc07afc1 100644 --- a/src/Logic/Actors/GeoLocationHandler.ts +++ b/src/Logic/Actors/GeoLocationHandler.ts @@ -1,19 +1,18 @@ import { QueryParameters } from "../Web/QueryParameters" import { BBox } from "../BBox" import Constants from "../../Models/Constants" -import { GeoLocationState } from "../State/GeoLocationState" +import { GeoLocationPointProperties, GeoLocationState } from "../State/GeoLocationState" import { Store, UIEventSource } from "../UIEventSource" import { Feature, LineString, Point } from "geojson" import { FeatureSource, WritableFeatureSource } from "../FeatureSource/FeatureSource" import { LocalStorageSource } from "../Web/LocalStorageSource" import { GeoOperations } from "../GeoOperations" import { OsmTags } from "../../Models/OsmFeature" -import StaticFeatureSource, { - WritableStaticFeatureSource, -} from "../FeatureSource/Sources/StaticFeatureSource" +import StaticFeatureSource, { WritableStaticFeatureSource } from "../FeatureSource/Sources/StaticFeatureSource" import { MapProperties } from "../../Models/MapProperties" import { Orientation } from "../../Sensors/Orientation" -;("use strict") + +("use strict") /** * The geolocation-handler takes a map-location and a geolocation state. * It'll move the map as appropriate given the state of the geolocation-API @@ -25,12 +24,12 @@ export default class GeoLocationHandler { /** * The location as delivered by the GPS, wrapped as FeatureSource */ - public currentUserLocation: FeatureSource + public currentUserLocation: FeatureSource> /** * All previously visited points (as 'Point'-objects), with their metadata */ - public historicalUserLocations: WritableFeatureSource> + public historicalUserLocations: WritableFeatureSource> /** * A featureSource containing a single linestring which has the GPS-history of the user. @@ -151,27 +150,29 @@ export default class GeoLocationHandler { } private CopyGeolocationIntoMapstate() { - const features: UIEventSource = new UIEventSource([]) + const features: UIEventSource[]> = new UIEventSource[]>([]) this.currentUserLocation = new StaticFeatureSource(features) let i = 0 this.geolocationState.currentGPSLocation.addCallbackAndRunD((location) => { - const properties = { + const properties: GeoLocationPointProperties = { id: "gps-" + i, "user:location": "yes", date: new Date().toISOString(), // GeolocationObject behaves really weird when indexing, so copying it one by one is the most stable accuracy: location.accuracy, speed: location.speed, + latitude: location.latitude, + longitude: location.longitude, altitude: location.altitude, altitudeAccuracy: location.altitudeAccuracy, heading: location.heading, alpha: Orientation.singleton.gotMeasurement.data - ? "" + Orientation.singleton.alpha.data + ? ("" + Orientation.singleton.alpha.data) : undefined, } i++ - const feature = { + const feature = >{ type: "Feature", properties, geometry: { @@ -184,7 +185,7 @@ export default class GeoLocationHandler { } private initUserLocationTrail() { - const features = LocalStorageSource.getParsed[]>("gps_location_history", []) + const features = LocalStorageSource.getParsed[]>("gps_location_history", []) const now = new Date().getTime() features.data = features.data.filter((ff) => { if (ff.properties === undefined) { @@ -197,7 +198,7 @@ export default class GeoLocationHandler { ) }) features.ping() - this.currentUserLocation?.features?.addCallbackAndRunD(([location]: [Feature]) => { + this.currentUserLocation?.features?.addCallbackAndRunD(([location]: [Feature]) => { if (location === undefined) { return } @@ -231,7 +232,7 @@ export default class GeoLocationHandler { features.ping() }) - this.historicalUserLocations = new WritableStaticFeatureSource>(features) + this.historicalUserLocations = new WritableStaticFeatureSource>(features) const asLine = features.map((allPoints) => { if (allPoints === undefined || allPoints.length < 2) { diff --git a/src/Logic/Actors/PendingChangesUploader.ts b/src/Logic/Actors/PendingChangesUploader.ts index b3265c3f24..9068cf6572 100644 --- a/src/Logic/Actors/PendingChangesUploader.ts +++ b/src/Logic/Actors/PendingChangesUploader.ts @@ -27,8 +27,7 @@ export default class PendingChangesUploader { } document.addEventListener("mouseout", (e) => { - // @ts-ignore - if (!e.toElement && !e.relatedTarget) { + if (!e["toElement"] && !e.relatedTarget) { changes.flushChanges("Flushing changes due to focus lost") } }) diff --git a/src/Logic/BBox.ts b/src/Logic/BBox.ts index 7faebcdff6..ecf4b319a8 100644 --- a/src/Logic/BBox.ts +++ b/src/Logic/BBox.ts @@ -37,6 +37,7 @@ export class BBox { this.minLon = Math.min(coors[0], coors[2]) this.maxLat = Math.max(coors[1], coors[3]) this.minLat = Math.min(coors[1], coors[3]) + this.check() return } this.maxLat = -90 @@ -325,6 +326,11 @@ export class BBox { console.trace("BBox with NaN detected:", this) throw "BBOX has NAN" } + if (this.minLat < -90 || this.maxLat > 90) { + const msg = "Invalid BBOX detected: latitude is out of range. Did you swap lat & lon somewhere? min:" + this.minLat + "; max:" + this.maxLat + console.trace(msg) + throw msg + } } public overlapsWithFeature(f: Feature) { diff --git a/src/Logic/FeatureSource/Actors/FeaturePropertiesStore.ts b/src/Logic/FeatureSource/Actors/FeaturePropertiesStore.ts index 6c8e5f292e..47fd12b2de 100644 --- a/src/Logic/FeatureSource/Actors/FeaturePropertiesStore.ts +++ b/src/Logic/FeatureSource/Actors/FeaturePropertiesStore.ts @@ -1,6 +1,5 @@ import { FeatureSource } from "../FeatureSource" import { UIEventSource } from "../../UIEventSource" -import { OsmTags } from "../../../Models/OsmFeature" /** * Constructs a UIEventStore for the properties of every Feature, indexed by id @@ -53,12 +52,12 @@ export default class FeaturePropertiesStore { public getStore(id: string): UIEventSource> { const store = this._elements.get(id) if (store === undefined) { - console.error("PANIC: no store for", id) + console.warn("PANIC: no properties store for", id) } return store } - public trackFeature(feature: { properties: OsmTags }) { + public trackFeature(feature: { properties: Record }) { const id = feature.properties.id if (id === undefined) { console.trace("Error: feature without ID:", feature) @@ -67,7 +66,7 @@ export default class FeaturePropertiesStore { const source = this._elements.get(id) if (source === undefined) { - this._elements.set(id, new UIEventSource(feature.properties)) + this._elements.set(id, new UIEventSource>(feature.properties)) return } diff --git a/src/Logic/FeatureSource/Actors/GeoIndexedStore.ts b/src/Logic/FeatureSource/Actors/GeoIndexedStore.ts index 15bc28fdf0..8e6c392f85 100644 --- a/src/Logic/FeatureSource/Actors/GeoIndexedStore.ts +++ b/src/Logic/FeatureSource/Actors/GeoIndexedStore.ts @@ -25,22 +25,8 @@ export default class GeoIndexedStore implements FeatureSource { */ public GetFeaturesWithin(bbox: BBox): Feature[] { const bboxFeature = bbox.asGeojsonCached() - return this.features.data.filter((f) => { - if (f.geometry.type === "Point") { - return bbox.contains(<[number, number]>f.geometry.coordinates) - } - if (f.geometry.type === "LineString") { - const intersection = GeoOperations.intersect( - BBox.get(f).asGeojsonCached(), - bboxFeature - ) - return intersection !== undefined - } - if (f.geometry.type === "Polygon" || f.geometry.type === "MultiPolygon") { - return GeoOperations.intersect(f, bboxFeature) !== undefined - } - return GeoOperations.intersect(f, bboxFeature) !== undefined - }) + return this.features.data.filter((f) => + GeoOperations.completelyWithin(f, bboxFeature)) } } diff --git a/src/Logic/FeatureSource/Sources/ChangeGeometryApplicator.ts b/src/Logic/FeatureSource/Sources/ChangeGeometryApplicator.ts index 871c865578..41ffe47d9e 100644 --- a/src/Logic/FeatureSource/Sources/ChangeGeometryApplicator.ts +++ b/src/Logic/FeatureSource/Sources/ChangeGeometryApplicator.ts @@ -2,7 +2,7 @@ * Applies geometry changes from 'Changes' onto every feature of a featureSource */ import { Changes } from "../../Osm/Changes" -import { UIEventSource } from "../../UIEventSource" +import { Stores, UIEventSource } from "../../UIEventSource" import { FeatureSource, IndexedFeatureSource } from "../FeatureSource" import { ChangeDescription, ChangeDescriptionTools } from "../../Osm/Actions/ChangeDescription" import { Feature } from "geojson" @@ -19,10 +19,9 @@ export default class ChangeGeometryApplicator implements FeatureSource { this.features = new UIEventSource(undefined) - const self = this - source.features.addCallbackAndRunD((_) => self.update()) + source.features.addCallbackAndRunD(() => this.update()) - changes.allChanges.addCallbackAndRunD((_) => self.update()) + Stores.ListStabilized(changes.allChanges).addCallbackAndRunD(() => this.update()) } private update() { @@ -65,7 +64,7 @@ export default class ChangeGeometryApplicator implements FeatureSource { // Allright! We have a feature to rewrite! const copy = { - ...feature, + ...feature } // We only apply the last change as that one'll have the latest geometry const change = changesForFeature[changesForFeature.length - 1] diff --git a/src/Logic/GeoOperations.ts b/src/Logic/GeoOperations.ts index cb719760f2..15a2277c05 100644 --- a/src/Logic/GeoOperations.ts +++ b/src/Logic/GeoOperations.ts @@ -10,15 +10,16 @@ import { MultiPolygon, Point, Polygon, - Position, + Position } from "geojson" import { Tiles } from "../Models/TileRange" import { Utils } from "../Utils" -;("use strict") + +("use strict") export class GeoOperations { - private static readonly _earthRadius = 6378137 - private static readonly _originShift = (2 * Math.PI * GeoOperations._earthRadius) / 2 + private static readonly _earthRadius: number = 6378137 + private static readonly _originShift: number = (2 * Math.PI * GeoOperations._earthRadius) / 2 private static readonly directions = ["N", "NE", "E", "SE", "S", "SW", "W", "NW"] as const private static readonly directionsRelative = [ "straight", @@ -480,7 +481,7 @@ export class GeoOperations { const lon = lonLat[0] const lat = lonLat[1] const x = (180 * lon) / GeoOperations._originShift - let y = (180 * lat) / GeoOperations._originShiftcons + let y = (180 * lat) / GeoOperations._originShift y = (180 / Math.PI) * (2 * Math.atan(Math.exp((y * Math.PI) / 180)) - Math.PI / 2) return [x, y] } diff --git a/src/Logic/ImageProviders/AllImageProviders.ts b/src/Logic/ImageProviders/AllImageProviders.ts index 311d0be43d..6045148f27 100644 --- a/src/Logic/ImageProviders/AllImageProviders.ts +++ b/src/Logic/ImageProviders/AllImageProviders.ts @@ -2,7 +2,7 @@ import { Mapillary } from "./Mapillary" import { WikimediaImageProvider } from "./WikimediaImageProvider" import { Imgur } from "./Imgur" import GenericImageProvider from "./GenericImageProvider" -import { ImmutableStore, Store, UIEventSource } from "../UIEventSource" +import { ImmutableStore, Store, Stores } from "../UIEventSource" import ImageProvider, { ProvidedImage } from "./ImageProvider" import { WikidataImageProvider } from "./WikidataImageProvider" import Panoramax from "./Panoramax" @@ -36,8 +36,8 @@ export default class AllImageProviders { public static apiUrls: string[] = [].concat( ...AllImageProviders.imageAttributionSources.map((src) => src.apiUrls()) ) - public static defaultKeys = [].concat( - AllImageProviders.imageAttributionSources.map((provider) => provider.defaultKeyPrefixes) + public static defaultKeys: string[] = [].concat( + ...AllImageProviders.imageAttributionSources.map((provider) => provider.defaultKeyPrefixes) ) private static providersByName = { imgur: Imgur.singleton, @@ -122,7 +122,6 @@ export default class AllImageProviders { return this._cachedImageStores[cachekey] } - const source = new UIEventSource([]) const allSources: Store[] = [] for (const imageProvider of AllImageProviders.imageAttributionSources) { /* @@ -132,12 +131,11 @@ export default class AllImageProviders { const prefixes = tagKey ?? imageProvider.defaultKeyPrefixes const singleSource = tags.bindD((tags) => imageProvider.getRelevantUrls(tags, prefixes)) allSources.push(singleSource) - singleSource.addCallbackAndRunD((_) => { - const all: ProvidedImage[] = [].concat(...allSources.map((source) => source.data)) - const dedup = Utils.DedupOnId(all, (i) => i?.id ?? i?.url) - source.set(dedup) - }) } + const source = Stores.fromStoresArray(allSources).map(result => { + const all = [].concat(...result) + return Utils.DedupOnId(all, (i) => i?.id ?? i?.url) + }) this._cachedImageStores[cachekey] = source return source } diff --git a/src/Logic/ImageProviders/ImageUploadManager.ts b/src/Logic/ImageProviders/ImageUploadManager.ts index fafa909076..fffa82456a 100644 --- a/src/Logic/ImageProviders/ImageUploadManager.ts +++ b/src/Logic/ImageProviders/ImageUploadManager.ts @@ -1,34 +1,53 @@ import { ImageUploader, UploadResult } from "./ImageUploader" import LinkImageAction from "../Osm/Actions/LinkImageAction" import FeaturePropertiesStore from "../FeatureSource/Actors/FeaturePropertiesStore" -import { OsmId, OsmTags } from "../../Models/OsmFeature" +import { NoteId, OsmId, OsmTags } from "../../Models/OsmFeature" import ThemeConfig from "../../Models/ThemeConfig/ThemeConfig" import { Store, UIEventSource } from "../UIEventSource" import { OsmConnection } from "../Osm/OsmConnection" import { Changes } from "../Osm/Changes" import Translations from "../../UI/i18n/Translations" import { Translation } from "../../UI/i18n/Translation" -import { IndexedFeatureSource } from "../FeatureSource/FeatureSource" -import { GeoOperations } from "../GeoOperations" import { Feature } from "geojson" +import ImageUploadQueue, { ImageUploadArguments } from "./ImageUploadQueue" +import { GeoOperations } from "../GeoOperations" +import NoteCommentElement from "../../UI/Popup/Notes/NoteCommentElement" +import OsmObjectDownloader from "../Osm/OsmObjectDownloader" /** * The ImageUploadManager has a */ export class ImageUploadManager { + private readonly _queue: ImageUploadQueue = ImageUploadQueue.singleton private readonly _uploader: ImageUploader private readonly _featureProperties: FeaturePropertiesStore private readonly _theme: ThemeConfig - private readonly _indexedFeatures: IndexedFeatureSource private readonly _gps: Store - private readonly _uploadStarted: Map> = new Map() - private readonly _uploadFinished: Map> = new Map() - private readonly _uploadFailed: Map> = new Map() - private readonly _uploadRetried: Map> = new Map() - private readonly _uploadRetriedSuccess: Map> = new Map() private readonly _osmConnection: OsmConnection private readonly _changes: Changes - public readonly isUploading: Store + + /** + * Keeps track of the _features_ for which an upload was successfull. Only used to give an indication. + * Every time an image is uploaded, the featureID is added to the list. Not persisted (and should not be) + */ + private readonly _successfull: UIEventSource = new UIEventSource([]) + public readonly successfull: Store = this._successfull + /** + * Keeps track of the _features_ for which an upload failed. Only used to give an indication to the user. + * Every time an image upload fails, the featureID is added to the list. Not persisted (and should not be) + */ + private readonly _fails: UIEventSource = new UIEventSource([]) + public readonly fails: Store = this._fails.map(args => args.map(a => a.featureId)) + /** + * FeatureIDs of queued items + */ + public readonly queued: Store = this._queue.imagesInQueue.map(queue => queue.map(q => q.featureId)) + public readonly queuedArgs = this._queue.imagesInQueue + /** + * The feature for which an upload is currently running + */ + public readonly _isUploading: UIEventSource = new UIEventSource(undefined) + public readonly isUploading: Store = this._isUploading private readonly _reportError: ( message: string | Error | XMLHttpRequest, extramessage?: string @@ -41,7 +60,6 @@ export class ImageUploadManager { osmConnection: OsmConnection, changes: Changes, gpsLocation: Store, - allFeatures: IndexedFeatureSource, reportError: ( message: string | Error | XMLHttpRequest, extramessage?: string @@ -52,41 +70,8 @@ export class ImageUploadManager { this._theme = layout this._osmConnection = osmConnection this._changes = changes - this._indexedFeatures = allFeatures this._gps = gpsLocation this._reportError = reportError - - const failed = this.getCounterFor(this._uploadFailed, "*") - const done = this.getCounterFor(this._uploadFinished, "*") - - this.isUploading = this.getCounterFor(this._uploadStarted, "*").map( - (startedCount) => { - return startedCount > failed.data + done.data - }, - [failed, done] - ) - } - - /** - * Gets various counters. - * Note that counters can only increase - * If a retry was a success, both 'retrySuccess' _and_ 'uploadFinished' will be increased - * @param featureId the id of the feature you want information for. '*' has a global counter - */ - public getCountsFor(featureId: string | "*"): { - retried: Store - uploadStarted: Store - retrySuccess: Store - failed: Store - uploadFinished: Store - } { - return { - uploadStarted: this.getCounterFor(this._uploadStarted, featureId), - uploadFinished: this.getCounterFor(this._uploadFinished, featureId), - retried: this.getCounterFor(this._uploadRetried, featureId), - failed: this.getCounterFor(this._uploadFailed, featureId), - retrySuccess: this.getCounterFor(this._uploadRetriedSuccess, featureId), - } } public canBeUploaded(file: File): true | { error: Translation } { @@ -94,162 +79,230 @@ export class ImageUploadManager { if (sizeInBytes > this._uploader.maxFileSizeInMegabytes * 1000000) { const error = Translations.t.image.toBig.Subs({ actual_size: Math.floor(sizeInBytes / 1000000) + "MB", - max_size: this._uploader.maxFileSizeInMegabytes + "MB", + max_size: this._uploader.maxFileSizeInMegabytes + "MB" }) return { error } } + const ext = file.name.split(".").at(-1).toLowerCase() + if (ext !== "jpg" && ext !== "jpeg") { + return { error: new Translation({ en: "Only JPG-files are allowed" }) } + } return true } /** * Uploads the given image, applies the correct title and license for the known user. - * Will then add this image to the OSM-feature or the OSM-note + * Will then add this image to the OSM-feature or the OSM-note automatically, based on the ID of the feature. + * Note: the image will actually be added to the queue. If the image-upload fails, this will be attempted when visiting MC again * @param file a jpg file to upload * @param tagsStore The tags of the feature * @param targetKey Use this key to save the attribute under. Default: 'image' * @param noblur if true, then the api call will indicate that the image is already blurred. The server won't apply blurring in this case * @param feature the feature this image is about. Will be used as fallback to get the GPS-coordinates */ - public async uploadImageAndApply( + public uploadImageAndApply( file: File, tagsStore: UIEventSource, targetKey: string, noblur: boolean, - feature: Feature - ): Promise { + feature: Feature, + options: { + ignoreGPS: boolean | false + } + ): void { const canBeUploaded = this.canBeUploaded(file) if (canBeUploaded !== true) { throw canBeUploaded.error } - const tags = tagsStore.data + const tags: OsmTags = tagsStore.data + const featureId = tags.id - const featureId = tags.id - const author = this._osmConnection.userDetails.data.name + const author = this._osmConnection?.userDetails?.data?.name ?? "Anonymous" // Might be a note upload - const uploadResult = await this.uploadImageWithLicense( - featureId, - author, - file, - targetKey, - noblur, - feature - ) - if (!uploadResult) { - return + /** + * The location to upload the image with. + * Note that EXIF-data will always be trusted _more_ by the uploader + */ + let location: [number, number] = GeoOperations.centerpointCoordinates(feature) + if (this._gps.data && !options?.ignoreGPS) { + location = [this._gps.data.longitude, this._gps.data.latitude] } - const properties = this._featureProperties.getStore(featureId) - const action = new LinkImageAction( - featureId, - uploadResult.key, - uploadResult.value, - properties, - { - theme: tags?.data?.["_orig_theme"] ?? this._theme.id, - changeType: "add-image", - } - ) + const args: ImageUploadArguments = { + location, + date: new Date().getTime(), + layoutId: this._theme.id, + author, blob: file, featureId, noblur, targetKey + } + console.log("Args are", args) + + this._queue.add(args) + this.uploadQueue() - await this._changes.applyAction(action) } - public async uploadImageWithLicense( - featureId: string, - author: string, - blob: File, - targetKey: string | undefined, - noblur: boolean, - feature: Feature, - ignoreGps: boolean = false - ): Promise { - this.increaseCountFor(this._uploadStarted, featureId) + /** + * Attempts to upload all items in the queue + */ + private uploadingAll = false + + public async uploadQueue() { + if (this.uploadingAll) { + return + } + const queue = this._queue.imagesInQueue.data ?? [] + if (queue.length === 0) { + return + } + console.log("Checking image upload queue and uploading if needed") + this.uploadingAll = true + try { + for (const imageToUpload of queue) { + await this.handleQueueItem(imageToUpload) + } + } catch (e) { + console.error("Error while handling the queue:", e) + await this._reportError("Image Upload Manager: queue stopped working:", e) + } finally { + this.uploadingAll = false + } + } + + /** + * Handles a queue item: + * - starts upload + * - indicates that the upload is busy + * - Applies the action to the correct element + * - indicates failure + * @private + */ + private async handleQueueItem(args: ImageUploadArguments): Promise { + console.log("Handling queue item", args) + if (!args) { + return + } + this._isUploading.set(args.featureId) + + let result: UploadResult = undefined + let attempts = 2 + while (attempts > 0 && result === undefined) { + attempts-- + const doReport = attempts == 0 + result = await this.attemptSingleUpload(args, doReport) + if (!result) { + console.log("Upload attempt failed, attempts left:", attempts) + } + } + this._isUploading.set(undefined) + if (result === undefined) { + this._fails.data.push(args) + this._fails.ping() + return + } + this._fails.set(this._fails.data.filter(a => a !== args)) + let properties: UIEventSource> = this._featureProperties.getStore(args.featureId) + + if (args.featureId.startsWith("note/")) { + // This is an OSM-note + const url = result.absoluteUrl + await this._osmConnection.addCommentToNote(args.featureId, url) + const properties: UIEventSource> = this._featureProperties.getStore(args.featureId) + if (properties) { + // Properties will not be defined if the note isn't loaded, but that is no problem as the below code is only relevant if the note is shown + NoteCommentElement.addCommentTo(url, properties, { + osmConnection: this._osmConnection + }) + } + } else { + if (properties === undefined) { + const downloaded = await new OsmObjectDownloader(this._osmConnection.Backend(), this._changes).DownloadObjectAsync(args.featureId) + if (downloaded === "deleted") { + this._queue.delete(args) + return + } + this._featureProperties.trackFeature(downloaded.asGeoJson()) + properties = this._featureProperties.getStore(args.featureId) + } + const action = new LinkImageAction( + args.featureId, + result.key, + result.value, + properties, + { + theme: properties?.data?.["_orig_theme"] ?? this._theme.id, + changeType: "add-image" + } + ) + await this._changes.applyAction(action) + await this._changes.flushChanges("Image upload completed") + } + + this._queue.delete(args) + + } + + /** + * Attempts to upload the image (once). + * Returns 'undefined' if failed + * @param featureId + * @param author + * @param blob + * @param targetKey + * @param noblur + * @param lastGpsLocation + * @param ignoreGps + * @param layoutId + * @param date + * @param reportOnFail If set, reports an error to the mapcomplete server so that pietervdvn can fix it + * @private + */ + private async attemptSingleUpload( + { + featureId, + author, + blob, + targetKey, + noblur, + location + }: ImageUploadArguments, + reportOnFail: boolean + ): Promise { + let key: string let value: string let absoluteUrl: string - let location: [number, number] = undefined - if (this._gps.data && !ignoreGps) { - location = [this._gps.data.longitude, this._gps.data.latitude] - } - { - feature ??= this._indexedFeatures.featuresById.data.get(featureId) - if (feature === undefined) { - throw "ImageUploadManager: no feature given and no feature found in the indexedFeature. Cannot upload this image" - } - const featureCenterpoint = GeoOperations.centerpointCoordinates(feature) - if ( - location === undefined || - location?.some((l) => l === undefined) || - GeoOperations.distanceBetween(location, featureCenterpoint) > 150 - ) { - /* GPS location is either unknown or very far away from the photographed location. - * Default to the centerpoint - */ - location = featureCenterpoint - } - } + try { - ;({ key, value, absoluteUrl } = await this._uploader.uploadImage( + ({ key, value, absoluteUrl } = await this._uploader.uploadImage( blob, location, author, noblur )) } catch (e) { - this.increaseCountFor(this._uploadRetried, featureId) - console.error("Could not upload image, trying again:", e) - try { - ;({ key, value, absoluteUrl } = await this._uploader.uploadImage( - blob, - location, - author, - noblur - )) - this.increaseCountFor(this._uploadRetriedSuccess, featureId) - } catch (e) { - console.error("Could again not upload image due to", e) - this.increaseCountFor(this._uploadFailed, featureId) + console.error("Could again not upload image due to", e) + if (reportOnFail) { + await this._reportError( e, JSON.stringify({ ctx: "While uploading an image in the Image Upload Manager", featureId, author, - targetKey, + targetKey }) ) - return undefined } + return undefined } - console.log("Uploading image done, creating action for", featureId) key = targetKey ?? key - if (targetKey) { + if (targetKey && targetKey.indexOf(key) < 0) { // This is a non-standard key, so we use the image link directly value = absoluteUrl } - this.increaseCountFor(this._uploadFinished, featureId) return { key, absoluteUrl, value } } - private getCounterFor(collection: Map>, key: string | "*") { - if (this._featureProperties.aliases.has(key)) { - key = this._featureProperties.aliases.get(key) - } - if (!collection.has(key)) { - collection.set(key, new UIEventSource(0)) - } - return collection.get(key) - } - - private increaseCountFor(collection: Map>, key: string | "*") { - { - const counter = this.getCounterFor(collection, key) - counter.setData(counter.data + 1) - } - { - const global = this.getCounterFor(collection, "*") - global.setData(global.data + 1) - } - } } diff --git a/src/Logic/ImageProviders/ImageUploadQueue.ts b/src/Logic/ImageProviders/ImageUploadQueue.ts new file mode 100644 index 0000000000..5239f97eba --- /dev/null +++ b/src/Logic/ImageProviders/ImageUploadQueue.ts @@ -0,0 +1,59 @@ +import { IdbLocalStorage } from "../Web/IdbLocalStorage" +import { Store, UIEventSource } from "../UIEventSource" + +export interface ImageUploadArguments { + featureId: string, + readonly author: string, + readonly blob: File, + readonly targetKey: string | undefined, + readonly noblur: boolean, + readonly location: [number, number], + readonly layoutId: string + readonly date: number +} + +/** + * The 'imageUploadQueue' keeps track of all images that should still be uploaded. + * It is backed up in the indexedDB as to not drop images in case of connection problems + */ +export default class ImageUploadQueue { + + public static readonly singleton = new ImageUploadQueue() + private readonly _imagesInQueue: UIEventSource + + public readonly imagesInQueue: Store + + private constructor() { + this._imagesInQueue = IdbLocalStorage.Get("failed-images-backup", { defaultValue: [] }) + this.imagesInQueue = this._imagesInQueue + } + + public add(args: ImageUploadArguments) { + this._imagesInQueue.data.push(args) + console.log("Got args", args) + this._imagesInQueue.ping() + } + + public delete(img: ImageUploadArguments) { + const index = this._imagesInQueue.data.indexOf(img) + if (index < 0) { + return + } + this._imagesInQueue.data.splice(index, 1) + this._imagesInQueue.ping() + } + + applyRemapping(oldId: string, newId: string) { + + let hasChange = false + for (const img of this._imagesInQueue.data) { + if (img.featureId === oldId) { + img.featureId = newId + hasChange = true + } + } + if (hasChange) { + this._imagesInQueue.ping() + } + } +} diff --git a/src/Logic/ImageProviders/Mapillary.ts b/src/Logic/ImageProviders/Mapillary.ts index 48627f06d0..21d270525b 100644 --- a/src/Logic/ImageProviders/Mapillary.ts +++ b/src/Logic/ImageProviders/Mapillary.ts @@ -83,6 +83,8 @@ export class Mapillary extends ImageProvider { /** * Returns the correct key for API v4.0 + * + * Mapillary.ExtractKeyFromURL("999924810651016") // => 999924810651016 */ private static ExtractKeyFromURL(value: string): number { let key: string @@ -180,7 +182,9 @@ export class Mapillary extends ImageProvider { mapillaryId + "?fields=thumb_1024_url,thumb_original_url,captured_at,creator&access_token=" + Constants.mapillary_client_token_v4 - const response = await Utils.downloadJsonCached(metadataUrl, 60 * 60) + const response = await Utils.downloadJsonCached<{ + thumb_1024_url: string, thumb_original_url: string, captured_at, creator: string + }>(metadataUrl, 60 * 60) const license = new LicenseInfo() license.artist = response["creator"]["username"] @@ -200,9 +204,13 @@ export class Mapillary extends ImageProvider { const metadataUrl = "https://graph.mapillary.com/" + mapillaryId + - "?fields=thumb_1024_url,thumb_original_url,captured_at,compass_angle,geometry,creator&access_token=" + + "?fields=thumb_1024_url,thumb_original_url,captured_at,compass_angle,geometry,creator,camera_type&access_token=" + Constants.mapillary_client_token_v4 - const response = await Utils.downloadJsonCached(metadataUrl, 60 * 60) + const response = await Utils.downloadJsonCached<{ + thumb_1024_url: string, thumb_original_url: string, captured_at, + compass_angle: number, + creator: string + }>(metadataUrl, 60 * 60) const url = response["thumb_1024_url"] const url_hd = response["thumb_original_url"] const date = new Date() diff --git a/src/Logic/ImageProviders/Panoramax.ts b/src/Logic/ImageProviders/Panoramax.ts index a6ba23c3c6..26143f30dc 100644 --- a/src/Logic/ImageProviders/Panoramax.ts +++ b/src/Logic/ImageProviders/Panoramax.ts @@ -132,7 +132,8 @@ export default class PanoramaxImageProvider extends ImageProvider { } public async getInfo(hash: string): Promise { - return await this.getInfoFor(hash).then((r) => this.featureToImage(r)) + const r: { data: ImageData; url: string } = await this.getInfoFor(hash) + return this.featureToImage(r) } getRelevantUrls(tags: Record, prefixes: string[]): Store { @@ -278,7 +279,7 @@ export class PanoramaxUploader implements ImageUploader { } console.log("Tags are", tags) } catch (e) { - console.error("Could not read EXIF-tags") + console.warn("Could not read EXIF-tags") } const p = this.panoramax diff --git a/src/Logic/ImageProviders/WikidataImageProvider.ts b/src/Logic/ImageProviders/WikidataImageProvider.ts index 3bee532a87..9ef77be375 100644 --- a/src/Logic/ImageProviders/WikidataImageProvider.ts +++ b/src/Logic/ImageProviders/WikidataImageProvider.ts @@ -5,7 +5,6 @@ import Wikidata from "../Web/Wikidata" import SvelteUIElement from "../../UI/Base/SvelteUIElement" import * as Wikidata_icon from "../../assets/svg/Wikidata.svelte" import { Utils } from "../../Utils" -import { ImmutableStore, Store, Stores, UIEventSource } from "../UIEventSource" export class WikidataImageProvider extends ImageProvider { public static readonly singleton = new WikidataImageProvider() @@ -64,7 +63,7 @@ export class WikidataImageProvider extends ImageProvider { return [].concat(...resolved) } - public DownloadAttribution(_): Promise { + public DownloadAttribution(): Promise { throw new Error("Method not implemented; shouldn't be needed!") } } diff --git a/src/Logic/Osm/Changes.ts b/src/Logic/Osm/Changes.ts index 0d1573a266..c3772f0cbf 100644 --- a/src/Logic/Osm/Changes.ts +++ b/src/Logic/Osm/Changes.ts @@ -17,6 +17,7 @@ import ChangeTagAction from "./Actions/ChangeTagAction" import DeleteAction from "./Actions/DeleteAction" import MarkdownUtils from "../../Utils/MarkdownUtils" import FeaturePropertiesStore from "../FeatureSource/Actors/FeaturePropertiesStore" +import { Feature, Point } from "geojson" /** * Handles all changes made to OSM. @@ -37,7 +38,7 @@ export class Changes { public readonly backend: string public readonly isUploading = new UIEventSource(false) public readonly errors = new UIEventSource([], "upload-errors") - private readonly historicalUserLocations?: FeatureSource + private readonly historicalUserLocations?: FeatureSource> private _nextId: number = 0 // Newly assigned ID's are negative private readonly previouslyCreated: OsmObject[] = [] private readonly _leftRightSensitive: boolean @@ -53,7 +54,7 @@ export class Changes { osmConnection: OsmConnection reportError?: (error: string) => void featureProperties?: FeaturePropertiesStore - historicalUserLocations?: FeatureSource + historicalUserLocations?: FeatureSource> allElements?: IndexedFeatureSource }, leftRightSensitive: boolean = false @@ -66,7 +67,7 @@ export class Changes { if (isNaN(this._nextId) && state.reportError !== undefined) { state.reportError( "Got a NaN as nextID. Pending changes IDs are:" + - this.pendingChanges.data?.map((pch) => pch?.id).join(".") + this.pendingChanges.data?.map((pch) => pch?.id).join(".") ) this._nextId = -100 } @@ -90,13 +91,39 @@ export class Changes { return new Changes({ osmConnection: new OsmConnection(), featureSwitches: { - featureSwitchIsTesting: new ImmutableStore(true), - }, + featureSwitchIsTesting: new ImmutableStore(true) + } }) } + public static async createChangesetXMLForJosm(actions: OsmChangeAction[], osmConnection?: OsmConnection): Promise { + osmConnection ??= new OsmConnection() + const changes = new Changes({ + osmConnection + }) + const descriptions: ChangeDescription[] = [] + for (const action of actions) { + descriptions.push(...await action.Perform(changes)) + } + const downloader = new OsmObjectDownloader(osmConnection.Backend(), undefined) + const downloaded: OsmObject[] = [] + for (const action of actions) { + const osmObj = await downloader.DownloadObjectAsync(action.mainObjectId) + if (osmObj === "deleted") { + continue + } + downloaded.push(osmObj) + } + return Changes.buildChangesetXML("", changes.CreateChangesetObjects(descriptions, downloaded)) + } + + /** + * Creates a changeset + * @param csId either the ID-number of the changeset, or an empty string (e.g. when uploading with JOSM) + * @param allChanges use 'new Changes() + */ static buildChangesetXML( - csId: string, + csId: number | string, allChanges: { modifiedObjects: OsmObject[] newObjects: OsmObject[] @@ -111,20 +138,20 @@ export class Changes { if (newElements.length > 0) { changes += "\n\n" + - newElements.map((e) => e.ChangesetXML(csId)).join("\n") + + newElements.map((e) => e.ChangesetXML("" + csId)).join("\n") + "" } if (changedElements.length > 0) { changes += "\n\n" + - changedElements.map((e) => e.ChangesetXML(csId)).join("\n") + + changedElements.map((e) => e.ChangesetXML("" + csId)).join("\n") + "\n" } if (deletedElements.length > 0) { changes += "\n\n" + - deletedElements.map((e) => e.ChangesetXML(csId)).join("\n") + + deletedElements.map((e) => e.ChangesetXML("" + csId)).join("\n") + "\n" } @@ -152,50 +179,50 @@ export class Changes { [ { key: "comment", - docs: "The changeset comment. Will be a fixed string, mentioning the theme", + docs: "The changeset comment. Will be a fixed string, mentioning the theme" }, { key: "theme", - docs: "The name of the theme that was used to create this change. ", + docs: "The name of the theme that was used to create this change. " }, { key: "source", value: "survey", - docs: "The contributor had their geolocation enabled while making changes", + docs: "The contributor had their geolocation enabled while making changes" }, { key: "change_within_{distance}", - docs: "If the contributor enabled their geolocation, this will hint how far away they were from the objects they edited. This gives an indication of proximity and if they truly surveyed or were armchair-mapping", + docs: "If the contributor enabled their geolocation, this will hint how far away they were from the objects they edited. This gives an indication of proximity and if they truly surveyed or were armchair-mapping" }, { key: "change_over_{distance}", - docs: "If the contributor enabled their geolocation, this will hint how far away they were from the objects they edited. If they were over 5000m away, the might have been armchair-mapping", + docs: "If the contributor enabled their geolocation, this will hint how far away they were from the objects they edited. If they were over 5000m away, the might have been armchair-mapping" }, { key: "created_by", value: "MapComplete ", - docs: "The piece of software used to create this changeset; will always start with MapComplete, followed by the version number", + docs: "The piece of software used to create this changeset; will always start with MapComplete, followed by the version number" }, { key: "locale", value: "en|nl|de|...", - docs: "The code of the language that the contributor used MapComplete in. Hints what language the user speaks.", + docs: "The code of the language that the contributor used MapComplete in. Hints what language the user speaks." }, { key: "host", value: "https://mapcomplete.org/", - docs: "The URL that the contributor used to make changes. One can see the used instance with this", + docs: "The URL that the contributor used to make changes. One can see the used instance with this" }, { key: "imagery", - docs: "The identifier of the used background layer, this will probably be an identifier from the [editor layer index](https://github.com/osmlab/editor-layer-index)", - }, + docs: "The identifier of the used background layer, this will probably be an identifier from the [editor layer index](https://github.com/osmlab/editor-layer-index)" + } ], "default" ), ...addSource(ChangeTagAction.metatags, "ChangeTag"), ...addSource(ChangeLocationAction.metatags, "ChangeLocation"), - ...addSource(DeleteAction.metatags, "DeleteAction"), + ...addSource(DeleteAction.metatags, "DeleteAction") // TODO /* ...DeleteAction.metatags, @@ -217,11 +244,11 @@ export class Changes { docs, specialMotivation ? "This might give a reason per modified node or way" - : "", + : "" ].join("\n"), - source, + source ]) - ), + ) ].join("\n\n") } @@ -240,7 +267,7 @@ export class Changes { this._changesetHandler._remappings.has("node/" + this._nextId) || this._changesetHandler._remappings.has("way/" + this._nextId) || this._changesetHandler._remappings.has("relation/" + this._nextId) - ) + ) return this._nextId } @@ -307,6 +334,7 @@ export class Changes { this.previouslyCreated ) } + public static createChangesetObjectsStatic( changes: ChangeDescription[], downloadedOsmObjects: OsmObject[], @@ -368,22 +396,25 @@ export class Changes { states.set(id, "created") let osmObj: OsmObject = undefined switch (change.type) { - case "node": + case "node": { const n = new OsmNode(change.id) n.lat = change.changes["lat"] n.lon = change.changes["lon"] osmObj = n break - case "way": + } + case "way": { const w = new OsmWay(change.id) w.nodes = change.changes["nodes"] osmObj = w break - case "relation": + } + case "relation": { const r = new OsmRelation(change.id) r.members = change.changes["members"] osmObj = r break + } default: throw "Got an invalid change.type: " + change.type } @@ -424,10 +455,8 @@ export class Changes { if (change.changes !== undefined) { switch (change.type) { - case "node": - // @ts-ignore + case "node": { const nlat = Utils.Round7(change.changes.lat) - // @ts-ignore const nlon = Utils.Round7(change.changes.lon) const n = obj if (n.lat !== nlat || n.lon !== nlon) { @@ -436,7 +465,8 @@ export class Changes { changed = true } break - case "way": + } + case "way": { const nnodes = change.changes["nodes"] const w = obj if (!Utils.Identical(nnodes, w.nodes)) { @@ -444,7 +474,8 @@ export class Changes { changed = true } break - case "relation": + } + case "relation": { const nmembers: { type: "node" | "way" | "relation" ref: number @@ -460,6 +491,7 @@ export class Changes { changed = true } break + } } } @@ -472,7 +504,7 @@ export class Changes { const result = { newObjects: [], modifiedObjects: [], - deletedObjects: [], + deletedObjects: [] } objects.forEach((v, id) => { @@ -529,9 +561,7 @@ export class Changes { const recentLocationPoints = locations .filter((feat) => feat.geometry.type === "Point") .filter((feat) => { - const visitTime = new Date( - ((feat.properties)).date - ) + const visitTime = new Date(feat.properties.date) // In seconds const diff = (now.getTime() - visitTime.getTime()) / 1000 return diff < Constants.nearbyVisitTime @@ -600,6 +630,7 @@ export class Changes { e + ")" // this._reportError(msg) // We don't report this yet, might be a temporary fluke + console.log(msg) const osmObj = await downloader.DownloadObjectAsync(id, 0) return { id, osmObj } } @@ -634,7 +665,7 @@ export class Changes { } else { this._reportError( `Got an orphaned change. The 'creation'-change description for ${c.type}/${c.id} got lost. Permanently dropping this change:` + - JSON.stringify(c) + JSON.stringify(c) ) } return @@ -645,10 +676,10 @@ export class Changes { } else { console.log( "Refusing change about " + - c.type + - "/" + - c.id + - " as not in the objects. No internet?" + c.type + + "/" + + c.id + + " as not in the objects. No internet?" ) refused.push(c) } @@ -663,7 +694,7 @@ export class Changes { */ private async flushSelectChanges( pending: ChangeDescription[], - openChangeset: UIEventSource + openChangeset: UIEventSource<{ id: number, opened: number }> ): Promise { const neededIds = Changes.GetNeededIds(pending) /* Download the latest version of the OSM-objects @@ -717,7 +748,7 @@ export class Changes { deletedObjects: OsmObject[] } = this.CreateChangesetObjects(toUpload, objects) - return Changes.buildChangesetXML("" + csId, changes) + return Changes.buildChangesetXML(csId, changes) }, metatags, openChangeset @@ -744,14 +775,14 @@ export class Changes { ([key, count]) => ({ key: key, value: count, - aggregate: true, + aggregate: true }) ) const motivations = pending .filter((descr) => descr.meta.specialMotivation !== undefined) .map((descr) => ({ key: descr.meta.changeType + ":" + descr.type + "/" + descr.id, - value: descr.meta.specialMotivation, + value: descr.meta.specialMotivation })) const distances = Utils.NoNull(pending.map((descr) => descr.meta.distanceToObject)) @@ -782,7 +813,7 @@ export class Changes { return { key, value: count, - aggregate: true, + aggregate: true } }) ) @@ -797,24 +828,24 @@ export class Changes { const metatags: ChangesetTag[] = [ { key: "comment", - value: comment, + value: comment }, { key: "theme", - value: theme, + value: theme }, ...perType, ...motivations, - ...perBinMessage, + ...perBinMessage ] return metatags } + private async flushChangesAsync(): Promise { - const self = this try { // At last, we build the changeset and upload - const pending = self.pendingChanges.data + const pending = this.pendingChanges.data const pendingPerTheme = new Map() for (const changeDescription of pending) { @@ -828,19 +859,15 @@ export class Changes { const refusedChanges: ChangeDescription[][] = await Promise.all( Array.from(pendingPerTheme, async ([theme, pendingChanges]) => { try { - const openChangeset = UIEventSource.asInt( - this.state.osmConnection.GetPreference( - "current-open-changeset-" + theme - ) - ) + const openChangeset = this.state.osmConnection.getCurrentChangesetFor(theme) console.log( "Using current-open-changeset-" + - theme + - " from the preferences, got " + - openChangeset.data + theme + + " from the preferences, got " + + openChangeset.data ) - const refused = await self.flushSelectChanges(pendingChanges, openChangeset) + const refused = await this.flushSelectChanges(pendingChanges, openChangeset) if (!refused) { this.errors.setData([]) } @@ -873,9 +900,9 @@ export class Changes { ) this.errors.data.push(e) this.errors.ping() - self.pendingChanges.setData([]) + this.pendingChanges.setData([]) } finally { - self.isUploading.setData(false) + this.isUploading.setData(false) } } } diff --git a/src/Logic/Osm/ChangesetHandler.ts b/src/Logic/Osm/ChangesetHandler.ts index 5f364c5ce7..da38c67fd4 100644 --- a/src/Logic/Osm/ChangesetHandler.ts +++ b/src/Logic/Osm/ChangesetHandler.ts @@ -7,6 +7,7 @@ import { Changes } from "./Changes" import { Utils } from "../../Utils" import FeaturePropertiesStore from "../FeatureSource/Actors/FeaturePropertiesStore" import { AndroidPolyfill } from "../Web/AndroidPolyfill" +import ImageUploadQueue from "../ImageProviders/ImageUploadQueue" export interface ChangesetTag { key: string @@ -113,11 +114,11 @@ export class ChangesetHandler { private async UploadWithNew( generateChangeXML: (csid: number, remappings: Map) => string, - openChangeset: UIEventSource, + openChangeset: UIEventSource<{ id: number, opened: number }>, extraMetaTags: ChangesetTag[] ) { const csId = await this.OpenChangeset(extraMetaTags) - openChangeset.setData(csId) + openChangeset.setData({ id: csId, opened: new Date().getTime() }) const changeset = generateChangeXML(csId, this._remappings) console.log( "Opened a new changeset (openChangeset.data is undefined):", @@ -145,7 +146,7 @@ export class ChangesetHandler { public async UploadChangeset( generateChangeXML: (csid: number, remappings: Map) => string, extraMetaTags: ChangesetTag[], - openChangeset: UIEventSource + openChangeset: UIEventSource<{ id: number, opened: number }> ): Promise { if ( !extraMetaTags.some((tag) => tag.key === "comment") || @@ -169,18 +170,21 @@ export class ChangesetHandler { } console.log("Trying to reuse changeset", openChangeset.data) - if (openChangeset.data) { + const now = new Date() + const changesetIsUsable = openChangeset.data !== undefined && + (now.getTime() - openChangeset.data.opened < 24 * 60 * 60 * 1000) + if (changesetIsUsable) { try { const csId = openChangeset.data - const oldChangesetMeta = await this.GetChangesetMeta(csId) + const oldChangesetMeta = await this.GetChangesetMeta(csId.id) console.log("Got metadata:", oldChangesetMeta, "isopen", oldChangesetMeta?.open) if (oldChangesetMeta.open) { // We can hopefully reuse the changeset try { const rewritings = await this.UploadChange( - csId, - generateChangeXML(csId, this._remappings) + csId.id, + generateChangeXML(csId.id, this._remappings) ) const rewrittenTags = this.RewriteTagsOf( @@ -188,7 +192,7 @@ export class ChangesetHandler { rewritings, oldChangesetMeta ) - await this.UpdateTags(csId, rewrittenTags) + await this.UpdateTags(csId.id, rewrittenTags) return // We are done! } catch (e) { this._reportError(e, "While reusing a changeset " + openChangeset.data) @@ -236,9 +240,9 @@ export class ChangesetHandler { /** * Given an existing changeset with metadata and extraMetaTags to add, will fuse them to a new set of metatags * Does not yet send data - * @param extraMetaTags: new changeset tags to add/fuse with this changeset - * @param rewriteIds: the mapping of ids - * @param oldChangesetMeta: the metadata-object of the already existing changeset + * @param extraMetaTags new changeset tags to add/fuse with this changeset + * @param rewriteIds the mapping of ids + * @param oldChangesetMeta the metadata-object of the already existing changeset * * @public for testing purposes */ @@ -250,7 +254,7 @@ export class ChangesetHandler { id: number uid: number // User ID changes_count: number - tags: any + tags: Record } ): ChangesetTag[] { // Note: extraMetaTags is where all the tags are collected into @@ -300,11 +304,11 @@ export class ChangesetHandler { /** * Updates the id in the AllElements store, returns the new ID - * @param node: the XML-element, e.g. + * @param node the XML-element, e.g. * @param type * @private */ - private static parseIdRewrite(node: any, type: string): [string, string] { + private static parseIdRewrite(node: any, type: "node" | "way" | "relation"): [string, string] { const oldId = parseInt(node.attributes.old_id.value) if (node.attributes.new_id === undefined) { return [type + "/" + oldId, undefined] @@ -355,7 +359,8 @@ export class ChangesetHandler { const [oldId, newId] = mapping this.allElements?.addAlias(oldId, newId) if (newId !== undefined) { - this._remappings.set(mapping[0], mapping[1]) + this._remappings.set(oldId, newId) + ImageUploadQueue.singleton.applyRemapping(oldId, newId) } } return new Map(mappings) diff --git a/src/Logic/Osm/OsmConnection.ts b/src/Logic/Osm/OsmConnection.ts index 15d010fae2..999d6fee2a 100644 --- a/src/Logic/Osm/OsmConnection.ts +++ b/src/Logic/Osm/OsmConnection.ts @@ -246,11 +246,13 @@ export class OsmConnection { } public getPreference( - key: string, - defaultValue: string = undefined, - prefix: string = "mapcomplete-" + key: string, options?: { + defaultValue?: string, + prefix?: "mapcomplete-" | string, + saveToLocalStorage?: true | boolean + } ): UIEventSource { - return >this.preferencesHandler.getPreference(key, defaultValue, prefix) + return >this.preferencesHandler.getPreference(key, options?.defaultValue, options?.prefix ?? "mapcomplete-") } public LogOut() { @@ -731,4 +733,24 @@ export class OsmConnection { return { api: "offline", gpx: "offline", database: "online" } } } + + public getCurrentChangesetFor(theme: string) { + return UIEventSource.asObject<{ id: number, opened: number }>( + this.GetPreference( + "current-changeset-" + theme + ), + undefined + ) + } + + /** + * Returns the names of the themes that have an open changeset + */ + public getAllOpenChangesetsPreferences(): Store { + const prefix = "current-changeset-" + return this.preferencesHandler.allPreferences.map(dict => + Object.keys(dict) + .filter(k => k.startsWith(prefix)) + .map(k => k.substring(prefix.length))) + } } diff --git a/src/Logic/Osm/OsmObject.ts b/src/Logic/Osm/OsmObject.ts index 1c69941810..6a7e4687a4 100644 --- a/src/Logic/Osm/OsmObject.ts +++ b/src/Logic/Osm/OsmObject.ts @@ -19,9 +19,8 @@ export abstract class OsmObject { public changed: boolean = false timestamp: Date - protected constructor(type: string, id: number) { + protected constructor(type: "node" | "way" | "relation", id: number) { this.id = id - // @ts-ignore this.type = type this.tags = { id: `${this.type}/${id}`, diff --git a/src/Logic/Osm/OsmPreferences.ts b/src/Logic/Osm/OsmPreferences.ts index 194a174052..53c84f3312 100644 --- a/src/Logic/Osm/OsmPreferences.ts +++ b/src/Logic/Osm/OsmPreferences.ts @@ -14,6 +14,7 @@ export class OsmPreferences { private localStorageInited: Set = new Set() /** * Contains all the keys as returned by the OSM-preferences. + * This includes combined preferences, such as: pref, pref:0, pref:1 * Used to clean up old preferences */ private seenKeys: string[] = [] @@ -59,18 +60,18 @@ export class OsmPreferences { value: string = undefined, deferPing = false ): UIEventSource { - if (this.preferences[key] !== undefined) { + const cached = this.preferences[key] + if (cached !== undefined) { if (value !== undefined) { - this.preferences[key].set(value) + cached.set(value) } - return this.preferences[key] + return cached } const pref = (this.preferences[key] = new UIEventSource(value, "preference: " + key)) if (value) { this.setPreferencesAll(key, value, deferPing) } pref.addCallback((v) => { - console.log("Got an update:", key, "--->", v) this.uploadKvSplit(key, v) this.setPreferencesAll(key, v, deferPing) }) @@ -80,22 +81,18 @@ export class OsmPreferences { private async loadBulkPreferences() { const prefs = await this.getPreferencesDictDirectly() this.seenKeys = Object.keys(prefs) - const legacy = OsmPreferences.getLegacyCombinedItems(prefs) const merged = OsmPreferences.mergeDict(prefs) - if (Object.keys(legacy).length > 0) { - await this.removeLegacy(legacy) - } for (const key in merged) { - this.initPreference(key, prefs[key], true) - } - for (const key in legacy) { - this.initPreference(key, legacy[key], true) + this.initPreference(key, merged[key], true) } this._allPreferences.ping() + if (this.osmConnection.isLoggedIn.data) { + await this.cleanup() + } } - public getPreference(key: string, defaultValue: string = undefined, prefix?: string) { - return this.getPreferenceSeedFromlocal(key, defaultValue, { prefix }) + public getPreference(key: string, defaultValue: string = undefined, prefix?: string, saveLocally = true) { + return this.getPreferenceSeedFromlocal(key, defaultValue, { prefix, saveToLocalStorage: saveLocally }) } /** @@ -124,6 +121,7 @@ export class OsmPreferences { key, localStorage.data ?? defaultValue ) // cached + if (this.localStorageInited.has(key)) { return pref } @@ -140,73 +138,57 @@ export class OsmPreferences { this.removeAllWithPrefix("") } - public async removeLegacy(legacyDict: Record) { - for (const k in legacyDict) { - const v = legacyDict[k] - console.log("Upgrading legacy preference", k) - await this.removeAllWithPrefix(k) - this.osmConnection.getPreference(k).set(v) - } - } - /** * * OsmPreferences.mergeDict({abc: "123", def: "123", "def:0": "456", "def:1":"789"}) // => {abc: "123", def: "123456789"} */ private static mergeDict(dict: Record): Record { - const newDict = {} - const allKeys: string[] = Object.keys(dict) - const normalKeys = allKeys.filter((k) => !k.match(/[a-z-_0-9A-Z]*:[0-9]+/)) - for (const normalKey of normalKeys) { - if (normalKey.match(/-combined-[0-9]*$/) || normalKey.match(/-combined-length$/)) { - // Ignore legacy keys + const keyParts: Record> = {} + const endsWithNumber = /:[0-9]+$/ + for (const key of Object.keys(dict)) { + if (key.match(/-combined-[0-9]*$/) || key.match(/-combined-length$/)) { continue } - const partKeys = OsmPreferences.keysStartingWith(allKeys, normalKey) - const parts = partKeys.map((k) => dict[k]) - newDict[normalKey] = parts.join("") + const nr = key.match(endsWithNumber) + if (nr) { + const i = Number(nr[0].substring(1)) + const k = key.substring(0, key.length - nr[0].length) + let subparts = keyParts[k] + if (!subparts) { + subparts = {} + keyParts[k] = subparts + } + subparts[i] = dict[key] + } else { + let subparts = keyParts[key] + if (!subparts) { + subparts = keyParts[key] = {} + } + subparts[""] = dict[key] + } + } + + const newDict = {} + + for (const key in keyParts) { + const subparts = keyParts[key] + let i = 0 + let v = subparts[""] ?? "" + while (subparts[i]) { + v += subparts[i] + i++ + } + newDict[key] = v + } + return newDict } /** - * Gets all items which have a 'combined'-string, the legacy long preferences - * - * const input = { - * "extra-noncombined-key":"xyz", - * "mapcomplete-unofficial-theme-httpsrawgithubusercontentcomosm-catalanwikidataimgmainwikidataimgjson-combined-0": - * "{\"id\":\"https://raw.githubusercontent.com/osm-catalan/wikidataimg/main/wikidataimg.json\",\"icon\":\"https://upload.wikimedia.org/wikipedia/commons/5/50/Yes_Check_Circle.svg\",\"title\":{\"ca\":\"wikidataimg\",\"_context\":\"themes:wikidataimg.title\"},\"shortDescription\"", - * "mapcomplete-unofficial-theme-httpsrawgithubusercontentcomosm-catalanwikidataimgmainwikidataimgjson-combined-1": - * ":{\"ca\":\"Afegeix imatges d'articles de wikimedia\",\"_context\":\"themes:wikidataimg\"}}", - * } - * const merged = OsmPreferences.getLegacyCombinedItems(input) - * const data = merged["mapcomplete-unofficial-theme-httpsrawgithubusercontentcomosm-catalanwikidataimgmainwikidataimgjson"] - * JSON.parse(data) // => {"id": "https://raw.githubusercontent.com/osm-catalan/wikidataimg/main/wikidataimg.json", "icon": "https://upload.wikimedia.org/wikipedia/commons/5/50/Yes_Check_Circle.svg","title": { "ca": "wikidataimg", "_context": "themes:wikidataimg.title" }, "shortDescription": {"ca": "Afegeix imatges d'articles de wikimedia","_context": "themes:wikidataimg"}} - * merged["extra-noncombined-key"] // => undefined - */ - public static getLegacyCombinedItems(dict: Record): Record { - const merged: Record = {} - const keys = Object.keys(dict) - const toCheck = Utils.NoNullInplace( - Utils.Dedup(keys.map((k) => k.match(/(.*)-combined-[0-9]+$/)?.[1])) - ) - for (const key of toCheck) { - let i = 0 - let str = "" - let v: string - do { - v = dict[key + "-combined-" + i] - str += v ?? "" - i++ - } while (v !== undefined) - merged[key] = str - } - return merged - } - - /** - * Bulk-downloads all preferences + * Bulk-downloads all preferences, creates a simple record from all preferences. + * This should still be merged! * @private */ private async getPreferencesDictDirectly(): Promise> { @@ -217,7 +199,7 @@ export class OsmPreferences { this.auth.xhr( { method: "GET", - path: "/api/0.6/user/preferences", + path: "/api/0.6/user/preferences" }, (error, value: XMLDocument) => { if (error) { @@ -238,6 +220,9 @@ export class OsmPreferences { }) } + + private static readonly endsWithNumber = /:[0-9]+$/ + /** * Returns all keys matching `k:[number]` * Split separately for test @@ -249,7 +234,24 @@ export class OsmPreferences { * */ private static keysStartingWith(allKeys: string[], key: string): string[] { - const keys = allKeys.filter((k) => k === key || k.match(new RegExp(key + ":[0-9]+"))) + + const keys = allKeys.filter((k) => { + if (k === key) { + return true + } + if (!k.startsWith(key)) { + return false + } + const match = k.match(OsmPreferences.endsWithNumber) + if (!match) { + return false + } + const matchLength = match[0].length + if (key.length + matchLength !== k.length) { + return false + } + return true + }) keys.sort() return keys } @@ -298,7 +300,7 @@ export class OsmPreferences { { method: "DELETE", path: "/api/0.6/user/preferences/" + encodeURIComponent(k), - headers: { "Content-Type": "text/plain" }, + headers: { "Content-Type": "text/plain" } }, (error) => { if (error) { @@ -306,7 +308,6 @@ export class OsmPreferences { reject(error) return } - console.debug("Preference ", k, "removed!") resolve() } ) @@ -340,33 +341,50 @@ export class OsmPreferences { throw "Preference too long, at most 255 characters are supported" } - return new Promise((resolve, reject) => { - this.auth.xhr( - { - method: "PUT", - path: "/api/0.6/user/preferences/" + encodeURIComponent(k), - headers: { "Content-Type": "text/plain" }, - content: v, - }, - (error) => { - if (error) { - console.warn(`Could not set preference "${k}"'`, error) - reject(error) - return - } - resolve() - } - ) - }) + try { + + return this.osmConnection.interact("user/preferences/" + encodeURIComponent(k), + "PUT", { "Content-Type": "text/plain" }, v) + } catch (e) { + console.error("Could not upload preference due to", e) + } } async removeAllWithPrefix(prefix: string) { const keys = this.seenKeys + let somethingChanged = false for (const key of keys) { if (!key.startsWith(prefix)) { continue } + console.log("Cleaning up preference", key) await this.deleteKeyDirectly(key) + somethingChanged = true } + return somethingChanged + } + + private async cleanup() { + const prefixesToClean = ["mapcomplete-mapcomplete-", "mapcomplete-places-history", "unofficial-theme-", "mapcompleteplaces", "mapcompletethemes"] // TODO enable this one once the new system is in prod "mapcomplete-current-open-changeset-"] + let somethingChanged = false + for (const prefix of prefixesToClean) { + const hasChange = await this.removeAllWithPrefix(prefix) // Don't inline - short-circuiting + somethingChanged ||= hasChange + } + if (somethingChanged) { + this._allPreferences.ping() + } + + const themes = this.osmConnection.getAllOpenChangesetsPreferences() + const now = new Date() + + for (const theme of themes.data) { + const cs = this.osmConnection.getCurrentChangesetFor(theme) + if (now.getTime() - cs.data.opened > 24 * 60 * 60 * 1000) { + console.log("Clearing 'open changeset' for theme", theme, "; definitively expired by now") + cs.set(undefined) + } + } + } } diff --git a/src/Logic/Osm/Overpass.ts b/src/Logic/Osm/Overpass.ts index e76948f52c..d35b344447 100644 --- a/src/Logic/Osm/Overpass.ts +++ b/src/Logic/Osm/Overpass.ts @@ -3,10 +3,10 @@ import { Utils } from "../../Utils" import { ImmutableStore, Store } from "../UIEventSource" import { BBox } from "../BBox" import osmtogeojson from "osmtogeojson" -import { FeatureCollection } from "@turf/turf" -import { Geometry } from "geojson" +import { FeatureCollection, Geometry } from "geojson" import { OsmTags } from "../../Models/OsmFeature" -;("use strict") + +("use strict") /** * Interfaces overpass to get all the latest data */ @@ -64,14 +64,14 @@ export class Overpass { elements: [] remark osm3s: { timestamp_osm_base: string } - }>(this.buildUrl(query)) + }>(this.buildUrl(query), {}) if (json.elements.length === 0 && json.remark !== undefined) { console.warn("Timeout or other runtime error while querying overpass", json.remark) throw `Runtime error (timeout or similar)${json.remark}` } if (json.elements.length === 0) { - console.warn("No features for", json) + console.warn("No features for", this.buildUrl(query)) } const geojson = >osmtogeojson(json) diff --git a/src/Logic/Search/SearchUtils.ts b/src/Logic/Search/SearchUtils.ts index 1268d193e5..520341fafa 100644 --- a/src/Logic/Search/SearchUtils.ts +++ b/src/Logic/Search/SearchUtils.ts @@ -17,15 +17,16 @@ export default class SearchUtils { return true } if (searchTerm === "bugs" || searchTerm === "issues") { - window.location.href = "https://github.com/pietervdvn/MapComplete/issues" + window.location.href = "https://source.mapcomplete.org/MapComplete/MapComplete/issues" return true } if (searchTerm === "source") { - window.location.href = "https://github.com/pietervdvn/MapComplete" + window.location.href = "https://source.mapcomplete.org/MapComplete/MapComplete" return true } if (searchTerm === "docs") { - window.location.href = "https://github.com/pietervdvn/MapComplete/tree/develop/Docs" + window.location.href = + "https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs" return true } if (searchTerm === "osmcha" || searchTerm === "stats") { diff --git a/src/Logic/State/GeoLocationState.ts b/src/Logic/State/GeoLocationState.ts index 21fa3aaca9..6a94347a49 100644 --- a/src/Logic/State/GeoLocationState.ts +++ b/src/Logic/State/GeoLocationState.ts @@ -8,9 +8,10 @@ import { AndroidPolyfill } from "../Web/AndroidPolyfill" export type GeolocationPermissionState = "prompt" | "requested" | "granted" | "denied" export interface GeoLocationPointProperties extends GeolocationCoordinates { - id: "gps" + id: "gps" | string "user:location": "yes" - date: string + date: string, + alpha?: string } /** diff --git a/src/Logic/State/SearchState.ts b/src/Logic/State/SearchState.ts index 59b59d9bb0..cb9992775b 100644 --- a/src/Logic/State/SearchState.ts +++ b/src/Logic/State/SearchState.ts @@ -70,7 +70,17 @@ export default class SearchState { const themeSearch = ThemeSearchIndex.fromState(state) this.themeSuggestions = this.searchTerm.mapD( - (query) => themeSearch.data.search(query, 3), + (query) => { + const results = themeSearch.data.search(query, 3) + const deduped: MinimalThemeInformation[] = [] + for (const result of results) { + if (deduped.some(th => th.id === result.id)) { + continue + } + deduped.push(result) + } + return deduped + }, [themeSearch] ) diff --git a/src/Logic/State/UserRelatedState.ts b/src/Logic/State/UserRelatedState.ts index 8c9996efca..f67bf23b3b 100644 --- a/src/Logic/State/UserRelatedState.ts +++ b/src/Logic/State/UserRelatedState.ts @@ -21,10 +21,53 @@ import Showdown from "showdown" import { LocalStorageSource } from "../Web/LocalStorageSource" import { GeocodeResult } from "../Search/GeocodingProvider" -export class OptionallySyncedHistory { +class RoundRobinStore { + private readonly _store: UIEventSource + private readonly _index: UIEventSource + private readonly _value: UIEventSource + public readonly value: Store + private readonly _maxCount: number + + constructor(store: UIEventSource, index: UIEventSource, maxCount: number) { + this._store = store + this._index = index + this._maxCount = maxCount + this._value = new UIEventSource([]) + this.value = this._value + this._store.addCallbackD(() => this.set()) + this.set() + } + + private set() { + const v = this._store.data + const i = this._index.data + const newList = Utils.NoNull(v.slice(i + 1, v.length).concat(v.slice(0, i + 1))) + if (newList.length === 0) { + this._index.set(0) + } + this._value.set(newList) + } + + /** + * Add a value to the underlying store + * @param t + */ + public add(t: T) { + const i = this._index.data + this._index.set((i + 1) % this._maxCount) + this._store.data[i] = t + this._store.ping() + + } + + +} + +export class OptionallySyncedHistory { public readonly syncPreference: UIEventSource<"sync" | "local" | "no"> public readonly value: Store - private readonly synced: UIEventSource + private readonly syncedBackingStore: UIEventSource + private readonly syncedOrdered: RoundRobinStore private readonly local: UIEventSource private readonly thisSession: UIEventSource private readonly _maxHistory: number @@ -40,11 +83,20 @@ export class OptionallySyncedHistory { this.osmconnection = osmconnection this._maxHistory = maxHistory this._isSame = isSame - this.syncPreference = osmconnection.getPreference("preference-" + key + "-history", "sync") - const synced = (this.synced = UIEventSource.asObject( - osmconnection.getPreference(key + "-history"), - [] - )) + this.syncPreference = osmconnection.getPreference("preference-" + key + "-history", { + defaultValue: "sync" + }) + + this.syncedBackingStore = Stores.fromArray( + Utils.TimesT(maxHistory, (i) => { + const pref = osmconnection.getPreference(key + "-hist-" + i + "-") + return UIEventSource.asObject(pref, undefined) + })) + + const ringIndex = UIEventSource.asInt(osmconnection.getPreference(key + "-hist-round-robin", { + defaultValue: "0" + })) + this.syncedOrdered = new RoundRobinStore(this.syncedBackingStore, ringIndex, 10) const local = (this.local = LocalStorageSource.getParsed(key + "-history", [])) const thisSession = (this.thisSession = new UIEventSource( [], @@ -52,7 +104,7 @@ export class OptionallySyncedHistory { )) this.syncPreference.addCallback((syncmode) => { if (syncmode === "sync") { - const list = [...thisSession.data, ...synced.data].slice(0, maxHistory) + const list = [...thisSession.data, ...this.syncedOrdered.value.data].slice(0, maxHistory) if (this._isSame) { for (let i = 0; i < list.length; i++) { for (let j = i + 1; j < list.length; j++) { @@ -62,12 +114,12 @@ export class OptionallySyncedHistory { } } } - synced.set(list) + this.syncedBackingStore.set(list) } else if (syncmode === "local") { - local.set(synced.data?.slice(0, maxHistory)) - synced.set([]) + local.set(this.syncedOrdered.value.data?.slice(0, maxHistory)) + this.syncedBackingStore.set([]) } else { - synced.set([]) + this.syncedBackingStore.set([]) local.set([]) } }) @@ -75,10 +127,10 @@ export class OptionallySyncedHistory { this.value = this.syncPreference.bind((syncPref) => this.getAppropriateStore(syncPref)) } - private getAppropriateStore(syncPref?: string) { + private getAppropriateStore(syncPref?: string): Store { syncPref ??= this.syncPreference.data if (syncPref === "sync") { - return this.synced + return this.syncedOrdered.value } if (syncPref === "local") { return this.local @@ -87,12 +139,29 @@ export class OptionallySyncedHistory { } public add(t: T) { - const store = this.getAppropriateStore() - let oldList = store.data ?? [] if (this._isSame) { - oldList = oldList.filter((x) => !this._isSame(t, x)) + const alreadyNoted = this.getAppropriateStore().data.some(item => this._isSame(item, t)) + if (alreadyNoted) { + return + } + } + + if (this.syncPreference.data === "local") { + const ls = this.local.data + ls.unshift(t) + if (ls.length >= this._maxHistory) { + ls.splice(this._maxHistory, 1) + } + this.local.ping() + } else if (this.syncPreference.data === "sync") { + this.osmconnection.isLoggedIn.addCallbackAndRun(loggedIn => { + // Wait until we are logged in and the settings are downloaded before adding the preference + if (loggedIn) { + this.syncedOrdered.add(t) + return true + } + }) } - store.set([t, ...oldList].slice(0, this._maxHistory)) } /** @@ -113,7 +182,8 @@ export class OptionallySyncedHistory { } clear() { - this.getAppropriateStore().set([]) + this.syncedBackingStore.set([]) + this.local.set([]) } } @@ -190,33 +260,33 @@ export default class UserRelatedState { this.osmConnection = osmConnection this.showAllQuestionsAtOnce = UIEventSource.asBoolean( - this.osmConnection.getPreference("show-all-questions", "false") + this.osmConnection.getPreference("show-all-questions", { defaultValue: "false" }) ) this.language = this.osmConnection.getPreference("language") this.showTags = this.osmConnection.getPreference("show_tags") this.showCrosshair = this.osmConnection.getPreference("show_crosshair") this.fixateNorth = this.osmConnection.getPreference("fixate-north") - this.morePrivacy = this.osmConnection.getPreference("more_privacy", "no") + this.morePrivacy = this.osmConnection.getPreference("more_privacy", { defaultValue: "no" }) this.a11y = this.osmConnection.getPreference("a11y") this.mangroveIdentity = new MangroveIdentity( - this.osmConnection.getPreference("identity", undefined, "mangrove"), - this.osmConnection.getPreference("identity-creation-date", undefined, "mangrove") - ) - this.preferredBackgroundLayer = this.osmConnection.getPreference( - "preferred-background-layer" + this.osmConnection.getPreference("identity", { defaultValue: undefined, prefix: "mangrove" }), + this.osmConnection.getPreference("identity-creation-date", { + defaultValue: undefined, + prefix: "mangrove" + }) ) + this.preferredBackgroundLayer = this.osmConnection.getPreference("preferred-background-layer") - this.addNewFeatureMode = this.osmConnection.getPreference( - "preferences-add-new-mode", - "button_click_right" + this.addNewFeatureMode = this.osmConnection.getPreference("preferences-add-new-mode", + { defaultValue: "button_click_right" } ) this.showScale = UIEventSource.asBoolean( - this.osmConnection.GetPreference("preference-show-scale", "false") + this.osmConnection.getPreference("preference-show-scale", { defaultValue: "false" }) ) - this.imageLicense = this.osmConnection.getPreference("pictures-license", "CC0") + this.imageLicense = this.osmConnection.getPreference("pictures-license", { defaultValue: "CC0" }) this.installedUserThemes = UserRelatedState.initInstalledUserThemes(osmConnection) this.translationMode = this.initTranslationMode() this.homeLocation = this.initHomeLocation() @@ -249,7 +319,7 @@ export default class UserRelatedState { private initTranslationMode(): UIEventSource<"false" | "true" | "mobile" | undefined | string> { const translationMode: UIEventSource = - this.osmConnection.getPreference("translation-mode", "false") + this.osmConnection.getPreference("translation-mode", { defaultValue: "false" }) translationMode.addCallbackAndRunD((mode) => { mode = mode.toLowerCase() if (mode === "true" || mode === "yes") { @@ -300,8 +370,8 @@ export default class UserRelatedState { } catch (e) { console.warn( "Removing theme " + - id + - " as it could not be parsed from the preferences; the content is:", + id + + " as it could not be parsed from the preferences; the content is:", str ) pref.setData(null) @@ -331,7 +401,7 @@ export default class UserRelatedState { icon: layout.icon, title: layout.title.translations, shortDescription: layout.shortDescription.translations, - definition: layout["definition"], + definition: layout["definition"] }) ) } @@ -386,13 +456,13 @@ export default class UserRelatedState { id: "home", "user:home": "yes", _lon: homeLonLat[0], - _lat: homeLonLat[1], + _lat: homeLonLat[1] }, geometry: { type: "Point", - coordinates: homeLonLat, - }, - }, + coordinates: homeLonLat + } + } ] }) return new StaticFeatureSource(feature) @@ -414,7 +484,7 @@ export default class UserRelatedState { _applicationOpened: new Date().toISOString(), _supports_sharing: typeof window === "undefined" ? "no" : window.navigator.share ? "yes" : "no", - _iframe: Utils.isIframe ? "yes" : "no", + _iframe: Utils.isIframe ? "yes" : "no" }) if (!Utils.runningFromConsole) { amendedPrefs.data["_host"] = window.location.host @@ -462,18 +532,18 @@ export default class UserRelatedState { const zenLinks: { link: string; id: string }[] = Utils.NoNull([ hasMissingTheme ? { - id: "theme:" + layout.id, - link: LinkToWeblate.hrefToWeblateZen( - language, - "themes", - layout.id - ), - } + id: "theme:" + layout.id, + link: LinkToWeblate.hrefToWeblateZen( + language, + "themes", + layout.id + ) + } : undefined, ...missingLayers.map((id) => ({ id: "layer:" + id, - link: LinkToWeblate.hrefToWeblateZen(language, "layers", id), - })), + link: LinkToWeblate.hrefToWeblateZen(language, "layers", id) + })) ]) const untranslated_count = untranslated.length amendedPrefs.data["_translation_total"] = "" + total @@ -579,7 +649,7 @@ export default class UserRelatedState { public getThemeDisabled(themeId: string, layerId: string): UIEventSource { const flatSource = this.osmConnection.getPreference( "disabled-questions-" + themeId + "-" + layerId, - "[]" + { defaultValue: "[]" } ) return UIEventSource.asObject(flatSource, []) } diff --git a/src/Logic/Tags/TagUtils.ts b/src/Logic/Tags/TagUtils.ts index b6db516818..1ea422ffe7 100644 --- a/src/Logic/Tags/TagUtils.ts +++ b/src/Logic/Tags/TagUtils.ts @@ -92,12 +92,12 @@ export class TagUtils { "!~i~": { name: "Value does *not* match case-invariant regex", overpassSupport: true, - docs: "A tag can also be tested against a regex with `key~i~regex`, where the case of the value will be ignored. The regex is still matched against the _entire_ value. This filter returns true if the value does *not* match", + docs: "A tag can also be tested against a regex with `key~i~regex`, where the case of the value will be ignored. The regex is still matched against the _entire_ value (thus: a `^` and `$` are automatically added to start and end). This filter returns true if the value does *not* match" }, "~~": { name: "Key and value should match given regex", overpassSupport: true, - docs: "Both the `key` and `value` part of this specification are interpreted as regexes, both the key and value musth completely match their respective regexes", + docs: "Both the `key` and `value` part of this specification are interpreted as regexes, both the key and value must completely match their respective regexes (thus: a `^` and `$` are automatically added to start and end)" }, "~i~~": { name: "Key and value should match a given regex; value is case-invariant", @@ -191,7 +191,7 @@ export class TagUtils { "When creating the `json` file describing your layer or theme, you'll have to add a few tags to describe what you want.\n" + "This document gives an overview of what every expression means and how it behaves in edge cases.\n" + "\n" + - "If the schema-files note a type [`TagConfigJson`](https://github.com/pietervdvn/MapComplete/blob/develop/src/Models/ThemeConfig/Json/TagConfigJson.ts), you can use one of these values.\n" + + "If the schema-files note a type [`TagConfigJson`](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/src/Models/ThemeConfig/Json/TagConfigJson.ts), you can use one of these values.\n" + "\n" + "In some cases, not every type of tags-filter can be used. For example, _rendering_ an option with a regex is\n" + 'fine (`"if": "brand~[Bb]randname", "then":" The brand is Brandname"`); but this regex can not be used to write a value\n' + diff --git a/src/Logic/UIEventSource.ts b/src/Logic/UIEventSource.ts index 4b892bb714..391e9e6f2b 100644 --- a/src/Logic/UIEventSource.ts +++ b/src/Logic/UIEventSource.ts @@ -1,5 +1,6 @@ import { Utils } from "../Utils" import { Readable, Subscriber, Unsubscriber, Updater, Writable } from "svelte/store" + /** * Various static utils */ @@ -36,8 +37,10 @@ export class Stores { */ public static FromPromise(promise: Promise): Store { const src = new UIEventSource(undefined) - promise?.then((d) => src.setData(d)) - promise?.catch((err) => console.warn("Promise failed:", err)) + promise?.catch((err): undefined => { + console.warn("Promise failed:", err) + return undefined + })?.then((d) => src.setData(d)) return src } @@ -104,6 +107,33 @@ export class Stores { }) return newStore } + + public static fromArray(sources: ReadonlyArray>): UIEventSource { + const src = new UIEventSource(sources.map(s => s.data)) + for (let i = 0; i < sources.length; i++) { + sources[i].addCallback(content => { + src.data[i] = content + src.ping() + }) + } + src.addCallbackD(contents => { + for (let i = 0; i < contents.length; i++) { + sources[i].setData(contents[i]) + } + }) + return src + } + + public static fromStoresArray(sources: ReadonlyArray>): Store { + const src = new UIEventSource(sources.map(s => s.data)) + for (let i = 0; i < sources.length; i++) { + sources[i].addCallback(content => { + src.data[i] = content + src.ping() + }) + } + return src + } } export abstract class Store implements Readable { @@ -129,16 +159,16 @@ export abstract class Store implements Readable { } abstract map(f: (t: T) => J): Store - abstract map(f: (t: T) => J, extraStoresToWatch: Store[]): Store + abstract map(f: (t: T) => J, extraStoresToWatch: Store[]): Store abstract map( f: (t: T) => J, - extraStoresToWatch: Store[], + extraStoresToWatch: Store[], callbackDestroyFunction: (f: () => void) => void ): Store public mapD( f: (t: Exclude) => J, - extraStoresToWatch?: Store[], + extraStoresToWatch?: Store[], callbackDestroyFunction?: (f: () => void) => void ): Store { return this.map( @@ -241,7 +271,7 @@ export abstract class Store implements Readable { * src.setData(0) * lastValue // => "def" */ - public bind(f: (t: T) => Store, extraSources: Store[] = []): Store { + public bind(f: (t: T) => Store, extraSources: Store[] = []): Store { const mapped = this.map(f, extraSources) const sink = new UIEventSource(undefined) const seenEventSources = new Set>() @@ -275,7 +305,7 @@ export abstract class Store implements Readable { public bindD( f: (t: Exclude) => Store, - extraSources: Store[] = [] + extraSources: Store[] = [] ): Store { return this.bind((t) => { if (t === null) { @@ -295,10 +325,9 @@ export abstract class Store implements Readable { const newSource = new UIEventSource(this.data) - const self = this this.addCallback((latestData) => { window.setTimeout(() => { - if (self.data == latestData) { + if (this.data == latestData) { // compare by reference. // Note that 'latestData' and 'self.data' are both from the same UIEVentSource, but both are dereferenced at a different time newSource.setData(latestData) @@ -316,14 +345,13 @@ export abstract class Store implements Readable { * @constructor */ public AsPromise(condition?: (t: T) => boolean): Promise { - const self = this condition = condition ?? ((t) => t !== undefined) return new Promise((resolve) => { - const data = self.data + const data = this.data if (condition(data)) { resolve(data) } else { - self.addCallbackD((data) => { + this.addCallbackD((data) => { if (condition(data)) { resolve(data) return true // return true to unregister as we only need to be called once @@ -338,7 +366,7 @@ export abstract class Store implements Readable { /** * Same as 'addCallbackAndRun', added to be compatible with Svelte */ - public subscribe(run: Subscriber & ((value: T) => void), _?): Unsubscriber { + public subscribe(run: Subscriber & ((value: T) => void)): Unsubscriber { // We don't need to do anything with 'invalidate', see // https://github.com/sveltejs/svelte/issues/3859 @@ -371,7 +399,8 @@ export class ImmutableStore extends Store { this.data = data } - private static readonly pass: () => void = () => {} + private static readonly pass: () => void = () => { + } addCallback(_: (data: T) => void): () => void { // pass: data will never change @@ -451,7 +480,7 @@ class ListenerTracker { public ping(data: T): number { this.pingCount++ let toDelete = undefined - let startTime = new Date().getTime() / 1000 + const startTime = new Date().getTime() / 1000 for (const callback of this._callbacks) { try { if (callback(data) === true) { @@ -467,7 +496,7 @@ class ListenerTracker { console.error("Got an error while running a callback:", e) } } - let endTime = new Date().getTime() / 1000 + const endTime = new Date().getTime() / 1000 if (endTime - startTime > 500) { console.trace( "Warning: a ping took more then 500ms; this is probably a performance issue" @@ -495,13 +524,13 @@ class ListenerTracker { * The mapped store is a helper type which does the mapping of a function. */ class MappedStore extends Store { - private static readonly pass: () => {} + private static readonly pass: () => void private readonly _upstream: Store private readonly _upstreamCallbackHandler: ListenerTracker | undefined private _upstreamPingCount: number = -1 private _unregisterFromUpstream: () => void private readonly _f: (t: TIn) => T - private readonly _extraStores: Store[] | undefined + private readonly _extraStores: Store[] | undefined private _unregisterFromExtraStores: (() => void)[] | undefined private _callbacks: ListenerTracker = new ListenerTracker() private _callbacksAreRegistered = false @@ -509,7 +538,7 @@ class MappedStore extends Store { constructor( upstream: Store, f: (t: TIn) => T, - extraStores: Store[], + extraStores: Store[], upstreamListenerHandler: ListenerTracker | undefined, initialState: T, onDestroy?: (f: () => void) => void @@ -551,10 +580,10 @@ class MappedStore extends Store { map( f: (t: T) => J, - extraStores: Store[] = undefined, + extraStores: Store[] = undefined, ondestroyCallback?: (f: () => void) => void ): Store { - let stores: Store[] = undefined + let stores: Store[] = undefined if (extraStores?.length > 0 || this._extraStores?.length > 0) { stores = [] } @@ -578,7 +607,7 @@ class MappedStore extends Store { ) } - addCallback(callback: (data: T) => any | boolean | void): () => void { + addCallback(callback: (data: T) => unknown | boolean | void): () => void { if (!this._callbacksAreRegistered) { // This is the first callback that is added // We register this 'map' to the upstream object and all the streams @@ -593,7 +622,7 @@ class MappedStore extends Store { } } - addCallbackAndRun(callback: (data: T) => any | boolean | void): () => void { + addCallbackAndRun(callback: (data: T) => unknown | boolean | void): () => void { const unregister = this.addCallback(callback) const doRemove = callback(this.data) if (doRemove === true) { @@ -603,7 +632,7 @@ class MappedStore extends Store { return unregister } - addCallbackAndRunD(callback: (data: T) => any | boolean | void): () => void { + addCallbackAndRunD(callback: (data: T) => unknown | boolean | void): () => void { return this.addCallbackAndRun((data) => { if (data !== undefined) { return callback(data) @@ -611,7 +640,7 @@ class MappedStore extends Store { }) } - addCallbackD(callback: (data: T) => any | boolean | void): () => void { + addCallbackD(callback: (data: T) => unknown | boolean | void): () => void { return this.addCallback((data) => { if (data !== undefined) { return callback(data) @@ -626,9 +655,9 @@ class MappedStore extends Store { } private registerCallbacksToUpstream() { - this._unregisterFromUpstream = this._upstream.addCallback((_) => this.update()) + this._unregisterFromUpstream = this._upstream.addCallback(() => this.update()) this._unregisterFromExtraStores = this._extraStores?.map((store) => - store?.addCallback((_) => this.update()) + store?.addCallback(() => this.update()) ) this._callbacksAreRegistered = true } @@ -649,7 +678,8 @@ class MappedStore extends Store { } export class UIEventSource extends Store implements Writable { - private static readonly pass: () => void = () => {} + private static readonly pass: () => void = () => { + } public data: T _callbacks: ListenerTracker = new ListenerTracker() @@ -790,7 +820,7 @@ export class UIEventSource extends Store implements Writable { ) } - static asObject( + static asObject( stringUIEventSource: UIEventSource, defaultV: T ): UIEventSource { @@ -802,7 +832,7 @@ export class UIEventSource extends Store implements Writable { try { return JSON.parse(str) } catch (e) { - console.error("Could not parse value", str, "due to", e) + console.error("Could not parse value", str, "due to", e, "; the underlying data store has tag", stringUIEventSource.tag) return defaultV } }, @@ -827,11 +857,11 @@ export class UIEventSource extends Store implements Writable { * If the result of the callback is 'true', the callback is considered finished and will be removed again * @param callback */ - public addCallback(callback: (latestData: T) => boolean | void | any): () => void { + public addCallback(callback: (latestData: T) => boolean | void | unknown): () => void { return this._callbacks.addCallback(callback) } - public addCallbackAndRun(callback: (latestData: T) => boolean | void | any): () => void { + public addCallbackAndRun(callback: (latestData: T) => boolean | void | unknown): () => void { const doDeleteCallback = callback(this.data) if (doDeleteCallback !== true) { return this.addCallback(callback) @@ -896,7 +926,7 @@ export class UIEventSource extends Store implements Writable { */ public map( f: (t: T) => J, - extraSources: Store[] = [], + extraSources: Store[] = [], onDestroy?: (f: () => void) => void ): Store { return new MappedStore(this, f, extraSources, this._callbacks, f(this.data), onDestroy) @@ -908,7 +938,7 @@ export class UIEventSource extends Store implements Writable { */ public mapD( f: (t: Exclude) => J, - extraSources: Store[] = [], + extraSources: Store[] = [], callbackDestroyFunction?: (f: () => void) => void ): Store { return new MappedStore( @@ -926,7 +956,7 @@ export class UIEventSource extends Store implements Writable { this._callbacks, this.data === undefined || this.data === null ? this.data - : f(this.data), + : f(>this.data), callbackDestroyFunction ) } @@ -945,7 +975,7 @@ export class UIEventSource extends Store implements Writable { */ public sync( f: (t: T) => J, - extraSources: Store[], + extraSources: Store[], g: (j: J, t: T) => T, allowUnregister = false ): UIEventSource { diff --git a/src/Logic/Web/IdbLocalStorage.ts b/src/Logic/Web/IdbLocalStorage.ts index c28f4b165c..66062c2cd2 100644 --- a/src/Logic/Web/IdbLocalStorage.ts +++ b/src/Logic/Web/IdbLocalStorage.ts @@ -38,11 +38,11 @@ export class IdbLocalStorage { return src } - public static SetDirectly(key: string, value: any): Promise { + public static SetDirectly(key: string, value: T): Promise { return idb.set(key, value) } - static GetDirectly(key: string): Promise { + static GetDirectly(key: string): Promise { return idb.get(key) } diff --git a/src/Logic/Web/MangroveReviews.ts b/src/Logic/Web/MangroveReviews.ts index 77271ee339..8bffc99b13 100644 --- a/src/Logic/Web/MangroveReviews.ts +++ b/src/Logic/Web/MangroveReviews.ts @@ -141,7 +141,7 @@ export class MangroveIdentity { */ export default class FeatureReviews { /** - * See https://gitlab.com/open-reviews/mangrove/-/blob/master/servers/reviewer/src/review.rs#L269 and https://github.com/pietervdvn/MapComplete/issues/1775 + * See https://gitlab.com/open-reviews/mangrove/-/blob/master/servers/reviewer/src/review.rs#L269 and https://source.mapcomplete.org/MapComplete/MapComplete/issues/1775 */ public static readonly REVIEW_OPINION_MAX_LENGTH = 1000 private static readonly _featureReviewsCache: Record = {} diff --git a/src/Models/Constants.ts b/src/Models/Constants.ts index cad980136d..801d9c2189 100644 --- a/src/Models/Constants.ts +++ b/src/Models/Constants.ts @@ -230,7 +230,7 @@ export default class Constants { if (Utils.runningFromConsole) { return false } - // The cause for this line of code: https://github.com/pietervdvn/MapComplete/issues/115 + // The cause for this line of code: https://source.mapcomplete.org/MapComplete/MapComplete/issues/115 // See https://stackoverflow.com/questions/19689715/what-is-the-best-way-to-detect-retina-support-on-a-device-using-javascript return ( (window.matchMedia && diff --git a/src/Models/MenuState.ts b/src/Models/MenuState.ts index c4105fbde8..9a616f0157 100644 --- a/src/Models/MenuState.ts +++ b/src/Models/MenuState.ts @@ -26,6 +26,7 @@ export class MenuState { "about_theme", "download", "favourites", + "failedImages", "usersettings", "share", "menu", diff --git a/src/Models/OsmFeature.ts b/src/Models/OsmFeature.ts index d8ff8928ee..e163a471c8 100644 --- a/src/Models/OsmFeature.ts +++ b/src/Models/OsmFeature.ts @@ -3,6 +3,8 @@ import { Feature, Geometry } from "geojson" export type RelationId = `relation/${number}` export type WayId = `way/${number}` export type NodeId = `node/${number}` +export type NoteId = `node/${number}` + export type OsmId = NodeId | WayId | RelationId export type OsmTags = Record & { id: string } diff --git a/src/Models/RasterLayers.ts b/src/Models/RasterLayers.ts index de192084d5..8ccd517cfc 100644 --- a/src/Models/RasterLayers.ts +++ b/src/Models/RasterLayers.ts @@ -32,6 +32,27 @@ export class AvailableRasterLayers { public static readonly globalLayers: ReadonlyArray = AvailableRasterLayers.initGlobalLayers() + public static bing = bingJson + public static readonly osmCartoProperties: RasterLayerProperties = { + id: "osm", + name: "OpenStreetMap", + url: "https://tile.openstreetmap.org/{z}/{x}/{y}.png", + attribution: { + text: "OpenStreetMap", + url: "https://openStreetMap.org/copyright" + }, + best: true, + max_zoom: 19, + min_zoom: 0, + category: "osmbasedmap" + } + public static readonly osmCarto: RasterLayerPolygon = { + type: "Feature", + properties: AvailableRasterLayers.osmCartoProperties, + geometry: BBox.global.asGeometry() + } + + public static allAvailableGlobalLayers = new Set([...AvailableRasterLayers.globalLayers, AvailableRasterLayers.osmCarto, AvailableRasterLayers.bing]) private static initGlobalLayers(): RasterLayerPolygon[] { const gl: RasterLayerProperties[] = (globallayers["default"] ?? globallayers).layers.filter( @@ -54,26 +75,7 @@ export class AvailableRasterLayers { ) } - public static bing = bingJson - public static readonly osmCartoProperties: RasterLayerProperties = { - id: "osm", - name: "OpenStreetMap", - url: "https://tile.openstreetmap.org/{z}/{x}/{y}.png", - attribution: { - text: "OpenStreetMap", - url: "https://openStreetMap.org/copyright", - }, - best: true, - max_zoom: 19, - min_zoom: 0, - category: "osmbasedmap", - } - public static readonly osmCarto: RasterLayerPolygon = { - type: "Feature", - properties: AvailableRasterLayers.osmCartoProperties, - geometry: BBox.global.asGeometry(), - } /** * The default background layer that any theme uses which does not explicitly define a background diff --git a/src/Models/ThemeConfig/Conversion/Conversion.ts b/src/Models/ThemeConfig/Conversion/Conversion.ts index cfd6a3a500..5d78757576 100644 --- a/src/Models/ThemeConfig/Conversion/Conversion.ts +++ b/src/Models/ThemeConfig/Conversion/Conversion.ts @@ -151,7 +151,11 @@ export class Each extends Conversion { values[i]?.["id"] !== undefined ? values[i]?.["id"] : "" ) } - const r = step.convert(values[i], c.enter(i)) + let id = "" + if (values[i]?.["id"]) { + id = `(${values[i]?.["id"]})` + } + const r = step.convert(values[i], c.enter(i + id)) result.push(r) } return result diff --git a/src/Models/ThemeConfig/Conversion/MiscTagRenderingChecks.ts b/src/Models/ThemeConfig/Conversion/MiscTagRenderingChecks.ts index eab32b2211..7b2ea274c3 100644 --- a/src/Models/ThemeConfig/Conversion/MiscTagRenderingChecks.ts +++ b/src/Models/ThemeConfig/Conversion/MiscTagRenderingChecks.ts @@ -1,10 +1,7 @@ import { DesugaringStep } from "./Conversion" import { TagRenderingConfigJson } from "../Json/TagRenderingConfigJson" import { LayerConfigJson } from "../Json/LayerConfigJson" -import { - MappingConfigJson, - QuestionableTagRenderingConfigJson, -} from "../Json/QuestionableTagRenderingConfigJson" +import { MappingConfigJson, QuestionableTagRenderingConfigJson } from "../Json/QuestionableTagRenderingConfigJson" import { ConversionContext } from "./ConversionContext" import { Translation } from "../../../UI/i18n/Translation" import { TagUtils } from "../../../Logic/Tags/TagUtils" @@ -216,6 +213,14 @@ export class MiscTagRenderingChecks extends DesugaringStep { /* At this point, we know which question labels are not yet handled and which already are handled, and we * know there is no previous catch-all questions */ + seen.add("hidden") const question: QuestionableTagRenderingConfigJson = { id: "leftover-questions", render: { @@ -507,7 +508,7 @@ export class RewriteSpecial extends DesugaringStep { (sp) => sp.funcName ) context.err( - `Special visualisation '${type}' not found. Did you perhaps mean ${options[0].funcName}, ${options[1].funcName} or ${options[2].funcName}?\n\tFor all known special visualisations, please see https://github.com/pietervdvn/MapComplete/blob/develop/Docs/SpecialRenderings.md` + `Special visualisation '${type}' not found. Did you perhaps mean ${options[0].funcName}, ${options[1].funcName} or ${options[2].funcName}?\n\tFor all known special visualisations, please see https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/SpecialRenderings.md` ) return undefined } diff --git a/src/Models/ThemeConfig/Conversion/PrepareTheme.ts b/src/Models/ThemeConfig/Conversion/PrepareTheme.ts index abbd5c9d9e..261f6fbf80 100644 --- a/src/Models/ThemeConfig/Conversion/PrepareTheme.ts +++ b/src/Models/ThemeConfig/Conversion/PrepareTheme.ts @@ -46,7 +46,7 @@ class SubstituteLayer extends Conversion n[0]) // Known builtin layers are "+.join(",")+"\n For more information, see " context.err(`The layer with name ${name} was not found as a builtin layer. Perhaps you meant ${ids[0]}, ${ids[1]} or ${ids[2]}? - For an overview of all available layers, refer to https://github.com/pietervdvn/MapComplete/blob/develop/Docs/BuiltinLayers.md`) + For an overview of all available layers, refer to https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/BuiltinLayers.md`) } if (typeof json === "string") { diff --git a/src/Models/ThemeConfig/Json/LayerConfigJson.ts b/src/Models/ThemeConfig/Json/LayerConfigJson.ts index a826d463a3..533911ae8a 100644 --- a/src/Models/ThemeConfig/Json/LayerConfigJson.ts +++ b/src/Models/ThemeConfig/Json/LayerConfigJson.ts @@ -148,7 +148,7 @@ export interface LayerConfigJson { * "_some_key:=some_javascript_expression" * ] * - * See the full documentation on [https://github.com/pietervdvn/MapComplete/blob/master/Docs/CalculatedTags.md] + * See the full documentation on [https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/CalculatedTags.md] * * group: expert * question: What extra attributes should be calculated with javascript? @@ -254,7 +254,7 @@ export interface LayerConfigJson { * Creates points to render on the map. * This can render points for point-objects, lineobjects or areaobjects; use 'location' to indicate where it should be rendered. * - * Note that all attributes - including [the calculated tags](https://github.com/pietervdvn/MapComplete/blob/develop/Docs/CalculatedTags.md) can be used to create the markers and lines + * Note that all attributes - including [the calculated tags](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/Docs/CalculatedTags.md) can be used to create the markers and lines * * group: pointrendering */ @@ -319,7 +319,7 @@ export interface LayerConfigJson { * * If no presets are defined, the button which invites to add a new preset will not be shown. * - *