Commit graph

926 commits

Author SHA1 Message Date
d848171c3d Fix: don't count layers if they are not shown by default, fix #1840 2024-03-28 03:05:21 +01:00
4888da2ed3 Fix #1835 2024-03-28 02:39:08 +01:00
e11442e100 Fix: fix #1844 2024-03-28 02:23:13 +01:00
a1c17edabe Fix crash if there is no oldId 2024-03-27 18:40:18 +01:00
7edc7302bb Fix: Don't show item if there is no label 2024-03-27 00:57:53 +01:00
20eb87ab87 Fix manual import in GRB theme 2024-03-27 00:25:42 +01:00
62ad2351c9 More fixes to sunny 2024-03-26 14:56:47 +01:00
24fd638619 Fix major and medium road bridges rendering 2024-03-26 12:56:07 +01:00
985598da60 Remove all mentions of maptiler.backdrop 2024-03-25 04:33:05 +01:00
5f8b381c00 Change order of global layers 2024-03-25 04:21:51 +01:00
e8f4b382a8 Use protomaps.sunny as default layer 2024-03-25 04:17:13 +01:00
6a08c28dca Improve feedback on backroundlayer.id 2024-03-25 03:45:24 +01:00
94d8b18166 Add sunny theme for protomaps 2024-03-25 03:05:00 +01:00
c3634edc6e Use new, proposed elevator width and depth tagging, see https://wiki.openstreetmap.org/wiki/Proposal:Elevator_dimensions#Voting 2024-03-25 01:52:00 +01:00
889d3a73a1 Load wikimedia image in full quality when opening them in the popup 2024-03-22 16:22:57 +01:00
573a2e0045 Fix style loading indicator 2024-03-22 09:58:06 +01:00
d6dbecace2 Fix: don't show both counts and summary at the same time 2024-03-21 23:44:29 +01:00
ee7b584907 Tweak loading screen layout 2024-03-21 22:39:36 +01:00
aaad4ac72c Fix vector layers, fix #1652 again 2024-03-21 22:04:55 +01:00
8dd042c4f7 Revert "Remove carto-layers, trial has expired and the layers don't work anymore"
This reverts commit 19b4727170.
2024-03-21 22:03:02 +01:00
19b4727170 Remove carto-layers, trial has expired and the layers don't work anymore 2024-03-21 21:47:57 +01:00
1e16b9131a Attempt to fix protomaps 2024-03-21 16:32:18 +01:00
9ebf820c61 Attempt to fix build 2024-03-21 15:50:27 +01:00
d29df8ae51 Use link directly instead of subtleLink 2024-03-21 12:53:41 +01:00
ee47f59621 Attempt to fix build 2024-03-21 12:47:27 +01:00
f2a6225c80 Feature: add Protomaps as background layers 2024-03-21 12:16:00 +01:00
f9c8986101 Increase QR-code size, make it toggleable 2024-03-19 02:07:10 +01:00
78cdb95e19 Fix toggling between modes 2024-03-19 02:00:59 +01:00
2c9ebb9545 Force refersh of _all_ questions to fix rendering bugs with svelte 2024-03-19 02:00:59 +01:00
3daac42853 Force refersh of _all_ questions to fix rendering bugs with svelte 2024-03-19 01:53:45 +01:00
2bd1596b60 Cleanup of test.ts 2024-03-19 01:32:06 +01:00
a7b664a5f0 Remove obsolete override 2024-03-19 01:15:50 +01:00
3c4109d313 UX: let loading sign appear less 2024-03-13 01:58:52 +01:00
6656bde6e9 Add changesetMeta documentation 2024-03-13 00:01:03 +01:00
319f758d32 Merge branch 'master' into develop 2024-03-12 11:49:24 +01:00
f7e2dc7457 Fix: force redrawing the questions in a questionbox to avoid rendering artefacts and unselectable items 2024-03-12 11:47:28 +01:00
e7b7f2a09d Typing: make arguments optional 2024-03-12 11:23:00 +01:00
8b4e0b0276 Add testcase 2024-03-12 04:02:38 +01:00
7210b3ff5d UX: translate 'creating point', indicate that a new background layer is loading in the selectBackgroundButton 2024-03-12 03:40:55 +01:00
58fd99625d Scripts: generate db does not index some layers anymore if they are uncounted 2024-03-11 16:36:03 +01:00
6201a2bdf1 UX: improve messages when images are failing 2024-03-11 16:35:15 +01:00
6563476c65 UX: improve infobox for deleted items, fix #1632 2024-03-11 16:34:41 +01:00
e36e594b89 Repair 'fake user' functionality 2024-03-11 00:01:44 +01:00
9cb2eb75a6 Merge branch 'develop' 2024-03-08 17:54:28 +01:00
a118c295d6 Fix: enable settings again, fix #1815 2024-03-08 17:51:50 +01:00
351f66a5e0 Merge branch 'master' into develop 2024-03-07 17:16:48 +01:00
cab414e808 Fix: fix #1813. For some reason, importing a .js-file suddenly fails, so ported it to typescript 2024-03-07 17:16:39 +01:00
7aaf7e2896 Fix attribution display for imgur images with .jpeg extension 2024-03-07 00:22:36 +01:00
77f07f55ec Fix: allow to move (non-snapped) points again after fixing #1809 2024-03-05 23:20:02 +01:00
c70ab96427 Fix #1809 2024-03-05 17:15:11 +01:00
a143ecfb2a Cleanup: remove unneeded imports 2024-03-05 17:14:41 +01:00
99af2f31b6 Fix #1808 2024-03-05 00:18:26 +01:00
68ea4e3d9f Fix: a freeform key will mimick a mapping if appropriate (and avoid the 'addExtraTags') 2024-03-05 00:17:03 +01:00
4aefd43be7 Typing: add 'readonly' to tag method, add 'applyOn' convenience method 2024-03-05 00:16:17 +01:00
5215662a0c Merge branch 'master' into develop 2024-03-04 15:36:34 +01:00
48159b25f7 UX: fix #1805, disable zoom-in and zoom-out buttons when maxrange reached 2024-03-04 15:31:09 +01:00
52be661629 Add link to documentation in testing mode to the title element 2024-03-04 13:47:03 +01:00
46a298cc20 Refactoring: some cleanup 2024-03-04 13:47:03 +01:00
da1eca797c Linked data loader: prettier UI, some bugfixes 2024-03-01 00:50:19 +01:00
66976ea44d UX: sharescreen: fixes, slight reorg, add QR 2024-03-01 00:30:21 +01:00
49154e1809 Add schema.org to connect-sources 2024-02-29 16:50:43 +01:00
aa88a3f964 Some more experimentation 2024-02-29 14:54:14 +01:00
346f45cff8 Fix current view 2024-02-29 10:57:44 +01:00
b795273974 Improvements to wikidata element 2024-02-28 02:16:06 +01:00
6897b88817 Themes: improve error messages 2024-02-28 02:16:06 +01:00
1cf2a94d8e Fix typing error 2024-02-28 02:16:06 +01:00
9df228ac5d Refactoring: calculate selected layer in selected element view 2024-02-28 02:16:06 +01:00
27d99a2953 Improve error output 2024-02-28 02:16:06 +01:00
33d450047d Add memorial theme, some fixes to benches and artwork to support memorial theme 2024-02-28 02:16:06 +01:00
eb47c4d5b9 Fix: long domain names cause horizontal scroll with taghints 2024-02-28 02:16:06 +01:00
89a0be8903 Merge master 2024-02-26 16:11:41 +01:00
6026249862 Merge branch 'develop' 2024-02-26 16:08:49 +01:00
a399260bf0 Invalidate cache if a point has been deleted or changed geometry. Fix #865; review cache retention times and disable cache for external geojson datasets, fix #1660 2024-02-26 15:52:40 +01:00
adaff94dbd Improve typing 2024-02-26 15:44:15 +01:00
922cebf9d1 Refactoring: remove old and obsolete data fields in themes and layers 2024-02-26 15:08:07 +01:00
4c5d24a0a7 Fix: also show location info on shake if GPS is disabled 2024-02-26 14:12:30 +01:00
352414b29d Add module to fetch data (via a proxy) from the website with jsonld 2024-02-26 02:24:46 +01:00
db92a600d5 Add feedback to wikidata-input, fix #1650 2024-02-25 18:17:52 +01:00
5999c01c6a Refactoring: fix small typing error 2024-02-25 12:35:27 +01:00
760276922d Re-enable osm source in all cases, fix #1798 2024-02-24 21:05:46 +01:00
1b06eee15b Remove obsolete params 2024-02-23 14:55:37 +01:00
f3db4b34c9 Remove generate cache scripts 2024-02-23 12:05:08 +01:00
20a462fdf5 Themes: fix some isCounted-typos 2024-02-23 11:44:56 +01:00
497fa4ccdf Fix await which causes hanging map in fallback mode 2024-02-23 11:35:58 +01:00
35c31f9861 Add linked data module which scrapes websites 2024-02-22 18:58:34 +01:00
a124b7f234 Add caching 2024-02-22 15:21:04 +01:00
59356545ed Merge develop 2024-02-22 14:59:32 +01:00
Robin van der Linde
5e4f67e9a6
Slightly clean up styling 2024-02-22 03:05:50 +01:00
Robin van der Linde
e932bfd9cd
Merge branch 'develop' into feature/json-editor 2024-02-22 02:24:17 +01:00
426128e141 LayerServer: add opt-out to get counted for some irrelevant layers, remove some obsolete 'cluster' information 2024-02-22 01:39:42 +01:00
5c11149085 Add enable/disable all button for layers, fix #1407 2024-02-22 01:12:24 +01:00
7c5170da15 Merge develop 2024-02-21 19:17:42 +01:00
894c48520a Add items-with-image theme 2024-02-21 18:47:53 +01:00
894d857cdc Fix: open settings again 2024-02-21 17:44:25 +01:00
57a6677149 Add style loading indicator, fix #1626 2024-02-21 17:33:29 +01:00
1f9cab7134 Remove obsolete method 2024-02-21 17:18:09 +01:00
e4eb8d6b52 Download button: take advantage of MVT server, download button will now attempt to download everything 2024-02-21 16:35:49 +01:00
437f1abd4e Remove obsolete field 2024-02-21 13:27:47 +01:00
4356af3510 Images: don't attempt to load images from google photo's, it doesn't work anyway 2024-02-21 00:13:11 +01:00
cae8854dbe Disable feature box if the feature has changed upstream and no longer matches the layer definition 2024-02-20 23:48:02 +01:00
ac90379499 Fix checkbox jumping behaviour 2024-02-20 23:48:02 +01:00
bccda67e1c Update counts when selecting/unselecting a layer 2024-02-20 23:15:19 +01:00
5a957d56c7 Fix: actually show polygon_centroid 2024-02-20 18:24:25 +01:00
5d09b31c50 Refactoring: remove selectedLayer where unneeded 2024-02-20 18:17:29 +01:00
3e0a42ef46 UX: use green text instead of screamy orange for open button, hide 'press enter on open' on mobile as mobile does not have an enter key 2024-02-20 16:58:47 +01:00
ec4f109a2e Reviews: add import key functionality 2024-02-20 16:57:02 +01:00
1528dfaae1 Housekeeping: formatting 2024-02-20 13:33:38 +01:00
f5e1cde8dd Merge branch 'develop' into feature/layerserver 2024-02-20 12:28:22 +01:00
e6ec24da80 UX: trim mastodon handles when inputted, fix #1791 2024-02-20 12:28:01 +01:00
bed8fb0bf9 Add countrycoder endpoint to connect sources 2024-02-20 11:53:29 +01:00
67b379c16f Fix maxzoom cutoff for summary layer 2024-02-20 02:56:23 +01:00
06c2e2fec8 Fix CSP issues 2024-02-20 02:01:19 +01:00
1fa66e50f8 First fully working version 2024-02-19 15:38:46 +01:00
6b507504f8 More work on layerserver, generate 2024-02-18 15:59:28 +01:00
f0823f4c4d Merge develop 2024-02-15 17:48:26 +01:00
74fb4bd5d1 Add summary layer 2024-02-15 17:39:59 +01:00
327a2860c7 UX: fix #1786 2024-02-15 16:20:47 +01:00
3461ed6099 Fix: don't measure compass if alpha is null, fix #1787 2024-02-15 16:02:22 +01:00
d4bfd3894a Move comment out of block opening 2024-02-15 03:25:28 +01:00
9db0dcf387 Fix #1677 2024-02-15 03:23:48 +01:00
592adfdf2a Reviews: hopefully fix #1782, add review overview 2024-02-15 03:11:10 +01:00
2583feef65 Themes: various fixes to velopark, see #1783 2024-02-14 12:20:29 +01:00
Robin van der Linde
302289c36e
Change height 2024-02-13 12:19:28 +01:00
Robin van der Linde
55cde117d7
Merge branch 'develop' into feature/json-editor 2024-02-13 12:17:05 +01:00
Robin van der Linde
a8313022a0
Split out editor, add to theme editing 2024-02-13 11:44:09 +01:00
9893e433f3 Fix: browser specific bug which caused the file selector to open twice on chromium; fix #1771 2024-02-13 01:17:27 +01:00
Robin van der Linde
2c018d7af3
Merge branch 'develop' into feature/json-editor 2024-02-13 00:54:04 +01:00
Robin van der Linde
a093d52647
🚧 Allow editing of layer file in Studio 2024-02-13 00:52:50 +01:00
ca938912f7 Fix export of mangrove private key on chromium based browsers, see #1775 2024-02-13 00:52:00 +01:00
9b78838745 Fix: allow to delete freeform values in more cases 2024-02-13 00:22:47 +01:00
fa9aca0685 UX: add warning for too long reviews, see #1775 2024-02-12 15:53:37 +01:00
48dfd13f71 Fix #1778 2024-02-12 14:48:05 +01:00
707d99619d Themes: fix validation errors due to #1779 2024-02-12 14:45:26 +01:00
7dc43f933e Fix: don't attempt to show an osm wiki page as image, fix #1776 2024-02-12 14:23:06 +01:00
417dc1633e Fix: fix #1779, add check to prevent similar errors 2024-02-12 14:14:25 +01:00
cb76823210 Chore: remove obsolete imports, generate schemas 2024-02-12 12:46:16 +01:00
584fb3cb57 Themes: add proper 'image along way' possibility 2024-02-12 12:39:35 +01:00
6ac4b159c8 Fix;Studio: don't crash when the configuration file is seen 2024-02-10 23:31:37 +01:00
04b1f9f50f UX: correctly place 'center' arrows 2024-02-10 23:05:44 +01:00
cd867bf2d1 Add statistics download button 2024-02-09 23:05:05 +01:00
16784270ce Fix: loading oneway arrows on multiple layers; fix nullpointer 2024-02-07 20:29:05 +01:00
08fb66e421 Add licenses, more questions 2024-02-06 21:11:11 +01:00
43f9afc3ba WIP: add oneway arrows to _all_ lines 2024-02-03 17:27:41 +01:00
aea9aeec21 UX: searching will unlock the GPS and cancel 'move to gps' if still waiting for a fix 2024-02-03 14:48:32 +01:00
e3dec8aafa Themes: add possibility to enable terrain, some fixes to overlaymap and pitch control 2024-02-03 14:33:10 +01:00
5b318236bf LayerServer: fix some bugs in build_db-script, decode MVT-tilesource for more features 2024-02-02 20:04:39 +01:00
eede2d17dd Fix: add default value for setStatus 2024-02-02 16:38:58 +01:00
8651baee30 Merge branch 'develop' into feature/velopark 2024-02-02 14:40:59 +01:00
1194fb633f Fix tests 2024-02-02 14:16:16 +01:00
ef3eb4fcd0 UI: fix rendering of icons in addNewPoint, fix #1722 2024-02-02 13:55:05 +01:00
e7a57125d7 Themes: a few improvements to velopark 2024-02-02 13:37:05 +01:00
872e36dffa Fix: fix multi-visualisation 2024-01-31 12:09:15 +01:00
aa89d4120c Merge upstream 2024-01-31 11:37:09 +01:00
ad9ca11c10 Fix #1741 2024-01-29 18:14:02 +01:00
b0d394797b Refactoring: remove selectedLayer from titleHandler 2024-01-29 18:09:25 +01:00
b6b77daef7 Fix: maproulette item 2024-01-29 17:56:22 +01:00
28e737ed2e Themes: disable 'disused' from delete config, delete less fast for shops but use softdeletion instead 2024-01-29 17:51:12 +01:00
53ea4273df A11y: more finetuning 2024-01-29 16:57:40 +01:00
46890c7beb A11y: more feedback, add translations, fix some bugs with OH 2024-01-29 16:43:23 +01:00
ed050d5be3 Feature: add bing maps (test), see #648 2024-01-28 05:10:13 +01:00
94f39e89fe Merge develop 2024-01-28 03:27:17 +01:00
466d3e70cc Add language selector for privacy page 2024-01-28 02:52:10 +01:00
129f5c3d1f Feature: smooth switching of raster layers, fix #1765 2024-01-28 00:04:36 +01:00
c52f89f5e6 Fix typo in maproulette meaning 2024-01-26 18:20:05 +01:00
ee3e000cd1 Add polygon merging 2024-01-26 18:18:07 +01:00
3f2f0525d6 Fix tests 2024-01-25 13:41:33 +01:00
329a1ed3b4 Chore: fix some type errors, remove more of Svg.ts 2024-01-25 03:37:22 +01:00
2e8b44659a Refactoring: convert language input element into svelte,remove many obsolete classes 2024-01-25 03:13:18 +01:00
e68b31e267 Chore: Remove unused variables 2024-01-24 23:45:20 +01:00
1a415f4815 Merge branch 'master' into develop 2024-01-24 23:29:25 +01:00
fb855b450e Remove debug output 2024-01-24 16:40:55 +01:00
0bfc8d6dc4 Fix undefined crash 2024-01-24 16:36:07 +01:00
93a81b77fa Fix undefined crash 2024-01-24 16:35:34 +01:00
ee38cdb9d7 LayerServer: improve script, add unique and valid id check to layers 2024-01-23 22:03:22 +01:00
a29ce2dd84 UI: remove some unneeded padding 2024-01-22 14:19:22 +01:00
13ebcffab1 Fix: fix nearby drinking water fountain detection 2024-01-22 04:31:46 +01:00
ddfb7988ed Add undefined robustness 2024-01-22 04:31:46 +01:00
a5276eb4e6 Fix: fix nearby drinking water fountain detection 2024-01-22 04:30:12 +01:00
bb9b51e5f7 Add undefined robustness 2024-01-22 04:30:12 +01:00
9cdcd0002b Refactoring: remove unused asset, further stripping of Svg.ts 2024-01-22 04:30:12 +01:00
b6a4cc11bd Fix: don't crash if no features nearby 2024-01-22 04:30:12 +01:00
3ed7645090 Chore: remove all unused imports, port 'allTags' to proper svelte 2024-01-22 04:30:12 +01:00
3483ac81b1 Feature: allow to erase freeform values if there are no mappings 2024-01-22 04:30:12 +01:00
b7f044e976 Studio: fix #1750 2024-01-22 04:30:12 +01:00
3d5e117989 Studio: hide informational message, hide irrelevant quesionts for theme 2024-01-22 04:30:12 +01:00
4f21550301 Studio: add some clarifications 2024-01-22 04:30:12 +01:00
b6ce4a32e7 UX: hide 'move this point' behind login wall 2024-01-22 04:30:12 +01:00
25dafe747c Fix #1762, add a link to see the mastodon account directly on your home server if the contributor has a mastodon set 2024-01-22 04:30:12 +01:00
256e294fc0 Show all themes for me 2024-01-22 04:30:12 +01:00
f0ed428801 Remove obsolete code 2024-01-22 04:30:12 +01:00
cfa58b6387 Studio: improve error handling, fix renumbering 2024-01-22 04:30:12 +01:00
f8e5efe495 Refactoring: remove unused asset, further stripping of Svg.ts 2024-01-22 04:08:19 +01:00
c2001f17a5 Fix: don't crash if no features nearby 2024-01-22 03:45:06 +01:00
d09f89dc2a Chore: remove all unused imports, port 'allTags' to proper svelte 2024-01-22 03:42:35 +01:00
f7b555b9b6 Feature: allow to erase freeform values if there are no mappings 2024-01-22 02:11:42 +01:00
ef2f1487c6 LayerServer: first version which can use a local MVT-server 2024-01-22 01:42:05 +01:00
ef34304efa Studio: fix #1750 2024-01-22 01:35:28 +01:00
121efd8dfb Studio: hide informational message, hide irrelevant quesionts for theme 2024-01-22 01:01:38 +01:00
ea06152473 Fix: correct default access assumption 2024-01-22 00:01:17 +01:00
41aee8ec8f Studio: add some clarifications 2024-01-21 23:50:23 +01:00
0e0d4a9af5 UX: hide 'move this point' behind login wall 2024-01-21 03:03:29 +01:00
64372aa664 Fix #1762, add a link to see the mastodon account directly on your home server if the contributor has a mastodon set 2024-01-21 02:54:49 +01:00
acc71a34b6 Merge branch 'master' into develop 2024-01-20 01:57:21 +01:00
c25b7ac039 UX: fix text color on hover of textAreas 2024-01-20 01:56:48 +01:00
65dd287fc1 Show all themes for me 2024-01-19 17:46:41 +01:00
37cde7c1ae Remove obsolete code 2024-01-19 17:35:18 +01:00
079a3f8694 Studio: improve error handling, fix renumbering 2024-01-19 17:31:35 +01:00
35228daa8f Remove obsolete code 2024-01-19 02:00:05 +01:00
59e76b9c6f Merge branch 'develop' into feature/velopark 2024-01-19 00:34:58 +01:00
8bcc8820ac Furhter improvements to velopark: better icons, improvements to loading 2024-01-17 18:08:23 +01:00
fb088059a5 Layerserver: improve docs, add stub of script that generates configuration file 2024-01-17 02:30:13 +01:00
c98891d4bd Server: add first docs and experiments 2024-01-17 00:38:24 +01:00
286fe72935 Fix: allow to link multiple mapillary-images 2024-01-16 23:56:16 +01:00
5136d20477 Remove debugging output 2024-01-16 23:10:47 +01:00
cdb1bb23b8 Fix: use correct relocation icon again 2024-01-16 23:08:29 +01:00
114b72f6f7 Refactoring: more cleanup of Svg.ts, remove a few old, unused classes 2024-01-16 23:03:33 +01:00
a50620a8ba Refactoring: more cleanup of Svg.ts, remove a few old, unused classes 2024-01-16 22:54:17 +01:00
9923f849e0 Hotkeys: add hotkey to quickly switch translation mode on or off 2024-01-16 22:21:35 +01:00
f117ab64e5 Merge branch 'master' into develop 2024-01-16 21:54:37 +01:00
38b9523b83 Themes: phone validation now knows about some short-codes 2024-01-16 17:37:40 +01:00
ac12e85760 Merge branch 'develop' into feature/velopark 2024-01-16 04:52:16 +01:00
cd8f6788e7 Fix tests 2024-01-16 04:52:05 +01:00
a9e145076d Chore: make method private, add tests 2024-01-16 04:35:35 +01:00
c672fe7668 Merge develop 2024-01-16 04:27:59 +01:00
876c766130 UX: some style tweaks to images 2024-01-16 04:23:37 +01:00
d14b699389 SpecialViz: Remove obsolete layer parameter from Minimap 2024-01-16 04:23:37 +01:00
2c773e3ea9 ExtraFunctions: closestN now can work with multiple layers to pick from 2024-01-16 04:23:37 +01:00
7ba0e736a8 Fix: correctly flatten special cases 2024-01-16 04:23:37 +01:00
76f6b1f21f UX: some style tweaks to images 2024-01-16 04:21:46 +01:00
b26ffaaf22 SpecialVis: add readonly mode to ComparisonTable 2024-01-16 04:21:11 +01:00
915cad2253 SpecialVis: allow import flows to work with multiple target layers 2024-01-16 04:20:25 +01:00
7872f22151 Themes: add 'link' as builtin, available Icon 2024-01-16 04:18:57 +01:00
f8644dd4ad SpecialViz: tag_apply_button now works with a generic MR-id 2024-01-16 04:17:02 +01:00
a70336ee16 SpecialViz: Remove obsolete layer parameter from Minimap 2024-01-16 04:14:55 +01:00
c298e16f02 ExtraFunctions: closestN now can work with multiple layers to pick from 2024-01-16 04:12:13 +01:00
593d7bd07a Fix: correctly flatten special cases 2024-01-16 04:09:58 +01:00
e731c677b9 Scripts: add velopark export script 2024-01-16 04:07:02 +01:00
2f17e6e532 Fix: correct typings 2024-01-15 15:23:46 +01:00
8853bba4f7 Fix #1752 2024-01-15 01:46:22 +01:00
e66a91abbd UX: make sure floatOver is full height on all devices 2024-01-15 01:44:49 +01:00
27b9940eb5 UX: make loading of background layers a bit more stable and faster 2024-01-15 01:44:21 +01:00
e0dcd1cc1e Tooling: exclude .local-domains from caching by the service worker 2024-01-15 01:42:23 +01:00
7445ad5fc2 Fix crash if there are no photos in the velopark data 2024-01-15 00:13:25 +01:00
505844b64a Fix loading external velopark data 2024-01-14 22:24:35 +01:00
250eede658 Velopark: add first sync tool 2024-01-13 05:24:56 +01:00
300df3fb41 More tests for OpeningHours.ts for edge cases 2024-01-13 03:42:07 +01:00
f2f041f9d0 Themes: move tagRenderings+ above leftover-questions 2024-01-13 03:20:07 +01:00
f2d470ff2e Remove obsolete log 2024-01-13 02:54:39 +01:00
e7cecc26d9 Merge master 2024-01-13 01:52:13 +01:00
b3b226d34c Improvements to studio and layer handling 2024-01-13 01:51:29 +01:00