Commit graph

832 commits

Author SHA1 Message Date
d8e14927c8 Refactoring: port wikipedia panel to Svelte 2023-04-21 16:02:36 +02:00
24f7610d0a Fix overlay layers 2023-04-21 01:53:24 +02:00
3aeedf22c8 Refactoring: fix rendering artefact when switching selected element 2023-04-21 00:25:56 +02:00
c6e12fdd6b Refactoring: fix GPX-track view 2023-04-20 18:58:31 +02:00
4172af6a72 Refactoring: fix delete indication, fix splitroad, fix addition of multiple new points snapped onto the same way (all will properly attach now) 2023-04-20 17:42:07 +02:00
1f9aacfb29 Refactoring: move download functionality for OsmObjects into a new object 2023-04-20 03:58:31 +02:00
8eb2c68f79 Refactoring: fix rendering of new roads, generated by a split 2023-04-20 01:52:23 +02:00
7f8969146a Refactoring: allow to export the map as PNG 2023-04-19 03:20:49 +02:00
e36e9123f3 Refactoring: improve caching 2023-04-19 03:18:47 +02:00
f203a1158d Refactoring: fix usersettings vis 2023-04-16 04:26:50 +02:00
b0052d3a36 refactoring: Fix documentation generation, (auto)remove documentation of deleted themes 2023-04-15 03:15:17 +02:00
105120060d Refactoring: add metatagging, add 'last edited by' element, add 'metacondition' 2023-04-15 02:28:24 +02:00
3db87232f2 Refactoring: add metatagging 2023-04-14 17:53:08 +02:00
ef0ec5160d Refactoring: fix download buttons 2023-04-14 04:33:06 +02:00
8a1f0599d9 Refactoring: fix 'delete' and 'move'-buttons as special elements 2023-04-14 02:42:57 +02:00
bef05481bd Merge develop 2023-04-07 04:36:41 +02:00
042d400dc4 refactoring: Remove more obsoleted code, add copyright tab 2023-04-07 04:23:45 +02:00
f8d34648a0 refactoring: slight cleanup of tests 2023-04-07 03:54:11 +02:00
8085079eff Port user settings 2023-04-07 02:13:57 +02:00
97aaa8e941 Refactoring: fix filters, remove obsolete code 2023-04-06 02:20:25 +02:00
0241f89d3d refactoring: fix basic flow to add a new point 2023-04-06 01:33:08 +02:00
52a0810ea9 refactoring: move logic of lastclick into special layer, fix labels, fix anchoring 2023-04-02 02:59:20 +02:00
64532d1faf Tweaks to question box 2023-03-31 04:04:11 +02:00
d47fd7e746 Add question box as special rendering 2023-03-31 03:28:11 +02:00
29372c465e refactoring: more fixes, first attempt at tagRenderingAnswer 2023-03-30 04:51:56 +02:00
aaaaf1948d refactoring: fix special renderings (partly), deprecate 2023-03-29 18:54:00 +02:00
9b2f92dedc refactoring: Fix generate:layeroverview 2023-03-29 17:56:42 +02:00
41e6a2c760 More refactoring 2023-03-29 17:21:20 +02:00
5d0fe31c41 refactoring 2023-03-28 05:13:48 +02:00
b94a8f5745 refactoring: more state splitting, basic layoutFeatureSource 2023-03-26 05:58:28 +02:00
8e2f04c0d0 refactoring: split all the states 2023-03-25 02:48:24 +01:00
4d48b1cf2b refactoring(maplibre): WIP 2023-03-24 19:21:15 +01:00
231d67361e Refactoring(maplibre): remove 'freshness' and 'name' from FeatureSource to simplify the code 2023-03-23 01:42:47 +01:00
1b3609b13f refactoring(maplibre): add pointRendering 2023-03-23 00:58:21 +01:00
eefec81e16 Merge branch 'master' into develop 2023-03-16 15:10:35 +01:00
34a5b08536 docs: improve typings, add error message 2023-03-16 14:24:27 +01:00
08565dd20e feature: expose _referencing_ways/snap_to_layer in preset icon 2023-03-15 14:25:24 +01:00
d67899ddfa Version bump 2023-03-13 21:32:24 +01:00
4f2bbf4b54 refactoring(maplibre): add RasterLayer info, add background switch, add default global layers 2023-03-11 02:46:49 +01:00
5c62057e51 Version bump 2023-03-09 17:24:44 +01:00
22717f2b73 misc(generateLayerOverview): disable warning on boostrap run 2023-03-09 17:24:03 +01:00
2f56f4d9fd chore: update documentation, fix a few issues to make a new development setup easier, fix #1343 2023-03-09 17:11:44 +01:00
71125c647f docs(themeconfig): document pragma's to disable checks 2023-03-09 15:12:46 +01:00
06ebf2b619 feature(themeconfig): add pragma to disable 'questionHint'-checks 2023-03-09 15:12:16 +01:00
eb6093dd9f feature(themeconfig): Make filters reusable from builtin layers 2023-03-09 14:45:36 +01:00
bdcf8a2601 fix: broken titleIcons (fix #1344) 2023-03-09 13:34:03 +01:00
868d476891 Merge feature/svelte into develop 2023-03-08 19:02:41 +01:00
12ac229d1b chore: improve script to extract questionhints 2023-03-08 03:37:48 +01:00
db25d64409 Merge branch 'master' into develop 2023-03-08 02:57:31 +01:00
d7fe3a056e feat(themes): add questionHint to give extra information about a question 2023-03-08 02:01:52 +01:00
60f3499eb0 feature(usersettings): Add option to show all questions at once 2023-03-08 01:36:27 +01:00
92c5e5dea2 Add some useful filters 2023-03-05 23:44:28 +01:00
6ee85b12f8 Split up allKnownLayouts, make parsing it lazy for faster loading 2023-03-02 05:20:53 +01:00
48ef5e37ed Fix subtle buttons 2023-02-11 15:04:20 +01:00
0b8136a5c4 Enable the doctests 2023-02-10 14:28:00 +01:00
7cc184fdd8 Fix unit tests (no doctests yet) 2023-02-10 01:55:29 +01:00
a0f0364fd7 Bump version number 2023-02-10 01:49:56 +01:00
029f1fd7fc Improve autozoom of geolocationHandler 2023-02-09 03:12:21 +01:00
79a88401dc Move 'translators'-logic into UserSettings 2023-02-09 02:45:19 +01:00
36aed99843 Fix generateLayerOverview, drop priviliged 'icons.json' from code 2023-02-08 01:21:19 +01:00
d8d9487784 Remove leaflet import, remove unused import 2023-02-08 01:18:56 +01:00
ce44f34bf3 Add wrong default import from json files to code quality checks, fix those imports 2023-02-08 01:14:21 +01:00
0f85a7b9b0 Bump version 2023-01-22 03:02:47 +01:00
ab52ae7094 Bump version number 2023-01-17 03:53:24 +01:00
adcf23a54f Fix generateLayerOverview 2023-01-17 02:54:33 +01:00
e9004a2190 Undo some changes to fix the build, move svg-check into generateLayerOverview as to move fs out of the dependency tree for the webpage 2023-01-17 01:00:43 +01:00
4ed88609e5 Move license picker into usersettings, add possibility to highlight a setting 2023-01-13 02:49:37 +01:00
9202cbe8e2 Check for builtin SVG's in mapping-icons 2023-01-13 02:47:06 +01:00
5893c04054 Bump version number 2023-01-11 05:02:07 +01:00
a995f0e2aa Move image license picker into user panel, fix #1236 2023-01-11 03:53:58 +01:00
55480c0616 Version bump 2023-01-06 03:47:57 +01:00
65f8a4c3e4 Fix unit tests 2023-01-03 00:36:44 +01:00
9f3ea0581a Use 'useIfNoUnitSet' as 'defaultUnit' again 2023-01-03 00:28:01 +01:00
67b5a33f0b Move 'defaultInputUnit' into Unit, away from denomination 2023-01-02 02:35:40 +01:00
28321243c2 Merge branch 'develop' 2022-12-31 01:30:49 +01:00
00fb562b5d Version bump 2022-12-31 01:30:39 +01:00
217c103adc Merge branch 'develop' 2022-12-25 23:17:38 +01:00
43613e4ece Add hotkeys, document hotkeys, make 'DefaultGUI' runnable via NodeJS, generate hotkey documentation 2022-12-24 03:44:21 +01:00
ca1480a268 Fix typing error 2022-12-23 16:51:31 +01:00
4140d1e19a Remove unneeded comparison 2022-12-23 16:39:01 +01:00
e836445de6 Version bump 2022-12-23 16:33:23 +01:00
8ac2516e21 Make 'preferredBackground' optional for precise input in presets 2022-12-23 16:21:38 +01:00
fed4cff878 Auto-formatting 2022-12-16 13:45:07 +01:00
42bd301389 selected_element layer which highlights the selected element 2022-12-09 13:58:45 +01:00
e8ff43312f
Merge pull request #1150 from pietervdvn/feature/station-map
Station map
2022-12-08 17:44:55 +01:00
24ed527ff7 Merge master 2022-12-08 03:02:17 +01:00
809c0a1ddf Formatting 2022-12-08 03:01:08 +01:00
494a49bc48 Switch to a panel based UI, fix #552 2022-12-08 02:56:49 +01:00
4d930ae985 Improve documentation 2022-12-08 00:48:44 +01:00
Robin van der Linde
2ae77ee0e8
Merge branch 'develop' into feature/station-map 2022-12-07 13:49:48 +01:00
9da63df595 Add hint for groups 2022-12-06 03:59:41 +01:00
aae19f8110 Add generation of documentation on filters 2022-12-06 03:41:54 +01:00
59f596a6b6 Bump version number 2022-12-06 00:53:55 +01:00
fe1cd0f120 Add option to deleteConfig to remove the default delete options 2022-12-06 00:49:34 +01:00
a28b610bbf Split doctors-layer into 'doctors', 'physiotherapist' and 'dentist' layers 2022-12-05 23:14:07 +01:00
Robin van der Linde
f35ded59a7
Merge branch 'develop' into feature/station-map 2022-11-12 00:39:13 +01:00
72ca67e3ab Formatting 2022-11-02 14:44:06 +01:00
Robin van der Linde
1ead95029f
Merge branch 'develop' into feature/station-map 2022-10-29 22:07:56 +02:00
efb54782ca Handle metadata in translations 2022-10-29 03:02:57 +02:00
8d304f9a56 Merge upload GPX-tracks to OSM; split 'specialVisualisations' into multiple smaller classes 2022-10-28 04:33:05 +02:00