diff --git a/.forgejo/pull_request_template.md b/.forgejo/pull_request_template.md index 874511496..5d12d6ee9 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/.reuse/dep5 b/.reuse/dep5 index 7917d2bbf..db35a7b55 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 56c4e8220..8d3e462cb 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 aa6e9b343..0c3fd82b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,1404 +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.7](https://github.com/pietervdvn/mapcomplete/compare/v0.50.6...v0.50.7) (2025-04-05) +### [0.50.7](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.50.6...v0.50.7) (2025-04-05) ### Theme improvements -* **memorials:** add possibility to snap to walls_and_buildings ([17fd654](https://github.com/pietervdvn/mapcomplete/commits/17fd654f39a1b6cb8bd5dcc2026f273fffbe1d9e)) -* **toilets:** improve tagging of wheelchair accessible toilets, various fixes to make this possible ([089017b](https://github.com/pietervdvn/mapcomplete/commits/089017b1367bf790da993472920000ee73922069)) +* **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.6](https://github.com/pietervdvn/mapcomplete/compare/v0.50.5...v0.50.6) (2025-04-03) +### [0.50.6](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.50.5...v0.50.6) (2025-04-03) ### Bug Fixes -* change condition to and ([4bc987a](https://github.com/pietervdvn/mapcomplete/commits/4bc987a4830727c28b7cffb3e16b9f2dc2f55fcb)) -* change inner workings of how history is kept, should improve performance ([7c57047](https://github.com/pietervdvn/mapcomplete/commits/7c57047d30991d2cb927a0f5053870c6fe76f43d)) -* don't save special items (such as "add new point") into history anymore ([2f92fd0](https://github.com/pietervdvn/mapcomplete/commits/2f92fd0da1f0fc34936db22354d48f7f97892b0e)) -* fix broken delete button ([b2a937f](https://github.com/pietervdvn/mapcomplete/commits/b2a937f4d89a8fd9bc169defc0b9a0925be80269)) -* rescale some theme images ([69b4461](https://github.com/pietervdvn/mapcomplete/commits/69b4461a20d0ca2c71ccbd4f73621e73dd6ff42c)) +* 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 -* **elevator:** add handrail question ([4bd4d90](https://github.com/pietervdvn/mapcomplete/commits/4bd4d90867c77c8355cbc5f52bf3e249dfc50155)) -* **general:** use internet=wlan instead of internet=wifi in the case of both terminal and wifi connection ([f9e2041](https://github.com/pietervdvn/mapcomplete/commits/f9e204186cacbeafeff2b29a3b448d052dfcc87d)) -* **guideposts:** Add mappings for empty ref, name and elevation ([455f540](https://github.com/pietervdvn/mapcomplete/commits/455f540cbdd28062578129e66945f0693328b290)) -* **guideposts:** Add question for name, ref and elevation ([#2326](https://github.com/pietervdvn/MapComplete/issues/2326)) ([4a23fb8](https://github.com/pietervdvn/mapcomplete/commits/4a23fb87a16e00bef7566c70200b38637b92d76b)) -* **guideposts:** Clean tags when changing ([c465f75](https://github.com/pietervdvn/mapcomplete/commits/c465f756d610566375f28a123fc2f8cc8e6f95cc)) -* **kerbs and crossings:** Remove crossing type, add tactile_paving=partial, invalid values ([5c72467](https://github.com/pietervdvn/mapcomplete/commits/5c7246766eb4d5dcbc3ad42b75ed6a93358baf07)) -* **postboxes:** Drop old tagging, add returns_only as option ([cf1ae2f](https://github.com/pietervdvn/mapcomplete/commits/cf1ae2f354a63bbec87325cbebe249f92158891a)) -* **public_bookcase:** allow to snap to wall ([20808ee](https://github.com/pietervdvn/mapcomplete/commits/20808ee7725a72aded0a042a7aabad52493b43e1)) -* **wayside_shrine:** add mother mary as rendering and common option ([b71c275](https://github.com/pietervdvn/mapcomplete/commits/b71c2750258e4e143f1ff6b6e557ea519620a341)) -* **wayside_shrine:** disable blurring, as many pictures will depict a maria statue (which we don't want blurred) ([4f75c81](https://github.com/pietervdvn/mapcomplete/commits/4f75c81af64cff2951aa90146cc745e577f01103)) -* **wayside_srhine:** add inscription question ([290e737](https://github.com/pietervdvn/mapcomplete/commits/290e737e0b330b3732b8282b158d8c17dcb9b8a5)) -* winter_service theme, split off all_streets from street_lighting ([748eccb](https://github.com/pietervdvn/mapcomplete/commits/748eccba5903c55c17e5995b747065a3d6835036)) -* **winter_service:** add colour to serviced_streets, also show winter_service=limited ([d2ed839](https://github.com/pietervdvn/mapcomplete/commits/d2ed83972fe4f19572729e0169594b88f691bcb8)) +* **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://github.com/pietervdvn/mapcomplete/compare/v0.50.4...v0.50.5) (2025-03-17) +### [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://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)) +* 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://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)) +* **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://github.com/pietervdvn/mapcomplete/compare/v0.50.3...v0.50.4) (2025-03-13) +### [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://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)) +* 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://github.com/pietervdvn/mapcomplete/commits/98e8adf41b3e296dcdf26ac9c6df21c1f5259f46)) -* **wayside_shrine,artwork:** add artwork as adjacent concept to shrines ([266e91e](https://github.com/pietervdvn/mapcomplete/commits/266e91e45db85d27d5271267a1db2175e2588c1d)) +* **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 97c6f4c4c..4ffe38262 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/Development_deployment.md b/Docs/Development_deployment.md index a415f99d8..317cbddb8 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/LanguagePicker.md b/Docs/LanguagePicker.md index fcc609c58..0ce82ce42 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/Reasonings/Android.md b/Docs/Reasonings/Android.md index ed6b95b06..52cf989e1 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 fddf3c4cd..ca4e24e76 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 d3ed32985..4541b13cd 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/Sponsors.md b/Docs/Sponsors.md index 5e0ef0e11..c41d7c74f 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 0d8990050..a6683608e 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/Tags_format.md b/Docs/Tags_format.md index 39fcb1600..f113174c7 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 diff --git a/Docs/UserTests/2023-01-06 Followup - cyclestreets.md b/Docs/UserTests/2023-01-06 Followup - cyclestreets.md index 3cb61b1a7..173508df1 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 71fd74e14..56aad16d9 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/assets/layers/kerbs/kerbs.json b/assets/layers/kerbs/kerbs.json index 0d90a7581..3c0f1b717 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 8d04f289f..2137f4d13 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/questions/license_info.json b/assets/layers/questions/license_info.json index c36d3502c..fe402e0cd 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/recycling/recycling.json b/assets/layers/recycling/recycling.json index e126291ea..eef666fc4 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/sport_pitch/license_info.json b/assets/layers/sport_pitch/license_info.json index f80b527b3..cb1e8e5b7 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/themes/climbing/climbing.json b/assets/themes/climbing/climbing.json index 2461b9751..cc2931455 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/velopark/velopark.json b/assets/themes/velopark/velopark.json index 571e2ccd0..279537926 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/langs/ca.json b/langs/ca.json index b656041ab..f08a8ed3e 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 30f7c8d0f..d51cb9542 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 faa3d1f07..c562ebe93 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", @@ -460,8 +460,7 @@ "activateButton": "Hjælp med at oversætte MapComplete", "missing": "{count} uoversatte strenge" }, - "userinfo": { - }, + "userinfo": {}, "validation": { "color": { "description": "En farve eller hex-kode" diff --git a/langs/de.json b/langs/de.json index 418de370d..d780f56f9 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 60d0cc1d2..45bd67082 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", diff --git a/langs/es.json b/langs/es.json index 5892f5dbf..8ec718cd9 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 07a820d69..6b615867d 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 c974ff6a7..2d9898a71 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 ca118090d..bf06e22b4 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 e7d2d5d16..8b1a03b05 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 63e3842e2..d0b4a7e21 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", @@ -150,8 +150,7 @@ "split": { "cancel": "Batal" }, - "translations": { - }, + "translations": {}, "validation": { "date": { "description": "Tanggal, dimulai dari tahun" diff --git a/langs/it.json b/langs/it.json index 8dd808b40..279671abc 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 174fa65d4..ca647b647 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 ecfdd6bbb..b6213966d 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 397f30f9e..bc3caf872 100644 --- a/langs/layers/ca.json +++ b/langs/layers/ca.json @@ -7151,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": { diff --git a/langs/layers/cs.json b/langs/layers/cs.json index 4f0ebe9cb..a20424f67 100644 --- a/langs/layers/cs.json +++ b/langs/layers/cs.json @@ -6746,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": { diff --git a/langs/layers/de.json b/langs/layers/de.json index da90aaf6d..b352a7b81 100644 --- a/langs/layers/de.json +++ b/langs/layers/de.json @@ -7115,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": { diff --git a/langs/layers/en.json b/langs/layers/en.json index 2d7de409b..83e724195 100644 --- a/langs/layers/en.json +++ b/langs/layers/en.json @@ -7348,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": { diff --git a/langs/layers/es.json b/langs/layers/es.json index dba026357..c2f8bf4b6 100644 --- a/langs/layers/es.json +++ b/langs/layers/es.json @@ -6739,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": { diff --git a/langs/nb_NO.json b/langs/nb_NO.json index 92c37ff8d..da24253fe 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", @@ -274,8 +274,7 @@ "importInspector": { "title": "Inspiser og håndter importnotater" }, - "importLayer": { - }, + "importLayer": {}, "index": { "intro": "MapComplete er en OpenStreetMap-viser og redigerer, som viser deg info om funksjoner for et gitt tema og tillater oppdatering av det.", "logIn": "Logg inn for å vise tema du har besøkt tidligere", @@ -370,8 +369,7 @@ "activateButton": "Bistå oversettelsen av MapComplete", "missing": "{count} uoversatte strenger" }, - "userinfo": { - }, + "userinfo": {}, "validation": { "color": { "description": "En farge eller heksadesimal kode" diff --git a/langs/nl.json b/langs/nl.json index 3b709b671..b4510a80d 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 0b4b2c2b4..97846187f 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 b0e74620d..c1de41582 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 a6dab435f..2376aa766 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 47946dc19..993e3573f 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 474954545..f98aef825 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 e5691f3a0..463d250ff 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.json b/package.json index 6ee0a7277..ac1f18c75 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "mapcomplete", "version": "0.50.7", - "repository": "https://github.com/pietervdvn/MapComplete", + "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", @@ -295,4 +295,4 @@ "vite-node": "^3.0.5", "vitest": "^3.0.5" } -} +} \ No newline at end of file diff --git a/scripts/downloadEli.ts b/scripts/downloadEli.ts index 68abee9d0..8780d5d81 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/hetzner/deployHetzner.sh b/scripts/hetzner/deployHetzner.sh index 1f790078f..a2a99eabf 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 c477700a6..ae893e813 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/serverLdScrape.ts b/scripts/serverLdScrape.ts index 799698a89..a75052cb6 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/Search/SearchUtils.ts b/src/Logic/Search/SearchUtils.ts index 1268d193e..520341faf 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/Tags/TagUtils.ts b/src/Logic/Tags/TagUtils.ts index b6db51681..d19872213 100644 --- a/src/Logic/Tags/TagUtils.ts +++ b/src/Logic/Tags/TagUtils.ts @@ -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/Web/MangroveReviews.ts b/src/Logic/Web/MangroveReviews.ts index 77271ee33..8bffc99b1 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 cad980136..801d9c218 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/ThemeConfig/Conversion/PrepareLayer.ts b/src/Models/ThemeConfig/Conversion/PrepareLayer.ts index 4e37b063c..df8a24195 100644 --- a/src/Models/ThemeConfig/Conversion/PrepareLayer.ts +++ b/src/Models/ThemeConfig/Conversion/PrepareLayer.ts @@ -1,6 +1,18 @@ -import { Concat, DesugaringContext, DesugaringStep, Each, FirstOf, Fuse, On, SetDefault } from "./Conversion" +import { + Concat, + DesugaringContext, + DesugaringStep, + Each, + FirstOf, + Fuse, + On, + SetDefault, +} from "./Conversion" import { LayerConfigJson } from "../Json/LayerConfigJson" -import { MinimalTagRenderingConfigJson, TagRenderingConfigJson } from "../Json/TagRenderingConfigJson" +import { + MinimalTagRenderingConfigJson, + TagRenderingConfigJson, +} from "../Json/TagRenderingConfigJson" import { Utils } from "../../../Utils" import RewritableConfigJson from "../Json/RewritableConfigJson" import SpecialVisualizations from "../../../UI/SpecialVisualizations" @@ -496,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 } @@ -868,7 +880,7 @@ export class AddRatingBadge extends DesugaringStep { const funcs = new Set(specialVis.map((rs) => rs.func.funcName)) if (funcs.has("list_reviews")) { - (<(string | TagRenderingConfigJson)[]>json.titleIcons).push("icons.rating") + ;(<(string | TagRenderingConfigJson)[]>json.titleIcons).push("icons.rating") } return json } diff --git a/src/Models/ThemeConfig/Conversion/PrepareTheme.ts b/src/Models/ThemeConfig/Conversion/PrepareTheme.ts index abbd5c9d9..261f6fbf8 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 a826d463a..533911ae8 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. * - *