Commit graph

207 commits

Author SHA1 Message Date
477ef56e00 Merge develop 2023-09-29 00:28:14 +02:00
8a3f7a012d Chore: formatting 2023-09-28 23:50:27 +02:00
6d5f5d54f8 Refactoring: port reviews to svelte 2023-09-28 04:03:57 +02:00
195a9e9298 Merge branch 'master' into develop 2023-09-27 22:38:44 +02:00
c527427f70 Fix: add new items works again, fix #1593 2023-09-27 22:38:30 +02:00
4852888b41 Refactoring: make needed URLs explicit 2023-09-27 22:21:35 +02:00
53918f2044 Feature: support 'repeat_on', fix #1588 2023-09-25 19:07:11 +02:00
9a5a2e9924 Refactoring: port add-image-to-note to new element as well, remove obsolete classes, fix note creation 2023-09-25 02:55:43 +02:00
94ba18785d Chore: rework image uploading, should work better now 2023-09-25 02:13:24 +02:00
6f5b0622a5 Chore: remove some obsolete console.logs 2023-09-25 02:12:49 +02:00
17b85195a2 UX: finetune 'go to your geolocation' interaction on theme introduction panel, fix #1583 2023-09-24 22:12:07 +02:00
b3edbe846c Feature: add more vector layers from maptiler; add some fixes to theme setting handler 2023-09-24 18:24:10 +02:00
456da1b6c3 Feature: be able to set a default background layer, fix background layer query parameter 2023-09-24 16:34:36 +02:00
708e624779 Merge branch 'master' into develop 2023-09-24 01:29:03 +02:00
56934b79f6 Fix: fix #1580 2023-09-24 01:25:00 +02:00
0d529e7cca Fix: build, some metatagging errors 2023-09-22 12:42:09 +02:00
39944a01fb Refactoring: automatically generate code files from layer/theme files to avoid using 'Eval' 2023-09-22 11:20:22 +02:00
db1dbc0f07 Fix tests, version bump 2023-09-21 15:28:40 +02:00
c14cbc9fe9 Fix: upload flow deals better with point reuse: it actually opens the feature now 2023-09-21 14:53:52 +02:00
8d1ae657fc Merge branch 'master' into develop 2023-09-21 02:32:15 +02:00
fcea3da70f Security: purify inputs around innerHTML-usage, remove some unused parameters and classes 2023-09-21 01:53:34 +02:00
8fccf78478 Fix: use api.openstreetmap.org on many places, fix #1573 2023-09-21 00:25:04 +02:00
665f8b1d25 Typing: make options optional in wikidata search 2023-09-20 01:59:48 +02:00
5f04a69517 Refactoring: port PlantNet-detection to svelte, re-integrate wikipedia component 2023-09-20 01:47:32 +02:00
382f96596e Fix: fix #1503, fix #1571 2023-09-19 23:01:31 +02:00
be5f46d8c8 Merge develop 2023-09-16 19:03:07 +02:00
48a7c45416 Refactoring: port image link functionality to Svelte 2023-09-16 02:30:01 +02:00
Robin van der Linde
2e99d37646
Test with overriding through environment variables 2023-09-02 13:46:13 +02:00
f207736e40 Refactoring: move constants into package.json 2023-09-02 00:07:47 +02:00
fc9dd46239 Fix: fix tests; use OAuth client id from dedicated MapComplete account 2023-09-01 22:31:46 +02:00
752de107ab Fix: typo 2023-09-01 21:39:40 +02:00
51f08c19a1 Chore: update to OAuth 2.0, fix #1548 2023-09-01 21:36:39 +02:00
7ebb3d721c Merge master 2023-08-24 12:22:45 +02:00
dfd2a3d69a Merge branch 'master' into develop 2023-08-23 20:43:00 +02:00
c54424d6f7 Chore: remove obsolete logging commands 2023-08-23 20:36:58 +02:00
7321004c19 Fix: replace all mentions of 'mapcomplete.osm.be' with 'mapcomplete.org' 2023-08-23 18:33:30 +02:00
04ecdad1bb Merge develop 2023-08-10 16:25:25 +02:00
96d036781f Fix: update and simplification of sharescreen, rename some feature switches, remove some no longer relevant feature switches 2023-08-10 15:40:51 +02:00
7a95334882 Fix: open correct menu if set in hash 2023-08-10 15:40:51 +02:00
4602df3046 Fix: add safety check to not overuse the OSM-api 2023-08-09 14:18:06 +02:00
6ff2c629f0 Merge branch 'master' into feature/studio 2023-07-28 14:38:12 +02:00
adcd130259 Chore: housekeeping 2023-07-28 01:12:42 +02:00
5269481afc Docs: add stack offset for featureSwitches and booleanSwitch 2023-07-28 00:46:02 +02:00
80168f5d0d Merge master 2023-07-28 00:29:21 +02:00
3ca8ba18fd Fix: URL-parameter language disables the language picker, fix #1506 2023-07-27 12:53:08 +02:00
9dc3a239f6 Docs: add source where URL-parameters are defined 2023-07-27 12:47:19 +02:00
2f5c89f8c5 Fix: URL-parameter language disables the language picker, fix #1506 2023-07-27 01:50:23 +02:00
d036350893 Fix tests 2023-07-18 12:38:30 +02:00
3c5bde1ae3 Fix: await 'country' to be loaded 2023-07-18 01:53:37 +02:00
e3a73d551a
Merge pull request #1511 from pietervdvn/RobinLinde-patch-11
Currency metatagger, fix docs scripts
2023-07-18 01:36:43 +02:00
90869a1c98 Fix: etymology theme now supports multi-apply again, uses lower zoom level for multiselect 2023-07-18 01:26:36 +02:00
2cc943889d Feature: allow to disable map rotation 2023-07-18 01:26:36 +02:00
Robin van der Linde
1b433ec47c
Remove console.log 2023-07-17 22:11:39 +02:00
Robin van der Linde
1858cdac95
Create currency metatagger 2023-07-17 20:25:19 +02:00
7eeac66471 Merge branches 2023-07-17 01:43:53 +02:00
1bba106a86 Refactoring: finish move to 'src' directory 2023-07-15 18:04:30 +02:00
e75d2789d2 Refactoring: move all code files into a src directory 2023-07-09 13:09:05 +02:00