Commit graph

660 commits

Author SHA1 Message Date
770c8d1dde Fixed opening of popups 2021-02-14 20:36:20 +01:00
bc1863dcb6 Fix hiding and showing of features 2021-02-14 19:45:02 +01:00
d4f107c81a Stabilizing popups part 2: loading new data doesn't close the popup anymore + fix slideshow 2021-02-06 00:05:38 +01:00
b9d5a85cd0 Merge slick carousel 2021-02-05 19:11:19 +01:00
1f4b06ae55 Some work on stabilizing the popups, WIP 2021-02-05 18:58:06 +01:00
8f8ef690a4 Performance improvements 2021-02-05 16:32:37 +01:00
1979aadb49 Add slick-carousel instead of homemade one 2021-01-29 03:23:53 +01:00
1831365597 Small code fixes, fix #198 2021-01-27 02:58:11 +01:00
1b73f0a43a Fix landscape mode 2021-01-27 02:26:57 +01:00
593ac5381a Further refactoring fullscreenelement: removal of hash handling from showDataLayer 2021-01-27 01:14:16 +01:00
e2e48344d6 Stuff more or less works 2021-01-25 04:21:22 +01:00
149e117887 Merge master 2021-01-25 03:23:00 +01:00
00f610c589 Refactoring fullscreenhandling 2021-01-25 03:12:09 +01:00
Tobias
e1daade961 Remove a few new lines and spaces 2021-01-24 22:20:54 +01:00
Tobias
4068931bba Add Tailwind button for save+cancel
- remove custom styles
- add new button styles based on Tailwind classes using @apply
- extend config to allow hover:ring-blue-200 and such
- update the js-files to use new classes

- Only unsure about the `.review-form .save-non-active`, this might need additional Tailwind helper classes in this specific situation. Don't know where it shows up, so could not test.
2021-01-24 22:20:40 +01:00
e1a4c75391 Halfway removing the fullscreenmessage 2021-01-24 18:33:16 +01:00
81f0a21076 Derping around, bit of a dead end due to transform3d in a parent 2021-01-22 01:03:50 +01:00
7f1b78198a Cleaning away fullscreenmessage 2021-01-22 00:40:15 +01:00
6c4b15e33d Add various bug fixes and improvements 2021-01-21 23:39:31 +01:00
Tobias
15a9441b1d Fix question styling (but break click action)
This fixes the styling but breaks the click action. Clicking on the text itself also triggers the action, clicking on the blank sapce next to it changes the label but does not trigger the action.

Generally speaking the style is easier to apply to an element that wraps the in put and the label-text. This could be the label-tag or a different wrapper.
2021-01-21 06:03:34 +01:00
Tobias
1b6178a66a Questions: Add border botton
First try to differentiate one question/answer from the next.
2021-01-21 05:55:52 +01:00
Tobias
743a972a50 Questions: Remove <br> Tags
Instead use block elements
2021-01-21 05:55:25 +01:00
Tobias
e1568876b8 Refactor htmlElement to Template literals
Makes it a bit easier to read.
2021-01-21 05:53:59 +01:00
Tobias
61964a801f Remove empty spaces
Default Setting by my editor. Let me know I you want to keep them.
2021-01-21 05:52:36 +01:00
Tobias
8f8e5f7636 Migrate .answer to Tailwind
- Remove custom CSS
- Add more landscape:* helper classes
2021-01-21 05:19:33 +01:00
Tobias
7a2f4fa44a Migrate featureinfobox to Tailwind
- migrate featureinfobox to Tailwind
- migrate featureinfobox-content to Tailwind
- migrate fullscreenmessage-content to Tailwind so we can delete css/fullscreenmessagebox.css

The landscape-mode is somethign that Tailwind does not support AFAIK. Instead, I migrated the one css-definition that was left over but required to a tailwind-like class name `.landscape\:max-h-screen`. Note the escaped colon with is required so css supports colon based class names.
2021-01-21 05:05:10 +01:00
Tobias
b8377630af Migrate featurebox-title (…) to Tailwind (2)
Forgot those in e3b7c7d
2021-01-20 23:02:27 +01:00
Tobias
e3b7c7ddc6 Migrate featurebox-title (…) to Tailwind 2021-01-20 23:00:11 +01:00
Tobias
d9040db12a Add label for language switcher
This is what I meant with " Optionally add translation for the lang-switcher-label". I added it inline since I dont know how the translation system works, yet. Feel free to revert this change; the label is not too importat IMO.
2021-01-20 22:24:00 +01:00
Tobias
871f512c0d Move border custom css to Tailwind Class
- migrate custom css to Tailwind class
- introduce class-parameter for `AsImageElement`
- migrate width of login button to Tailwind class
2021-01-20 21:48:47 +01:00
db91c5ead4 Fixing css styling bugs, most works correctly now 2021-01-18 19:36:19 +01:00
923b86b507 Experimenting with tailwind: splitting the index intro into a separate class; adding the logo 2021-01-18 02:51:42 +01:00
6864ba4fd6 Merge branch 'master' into add-tailwind-for-homepage 2021-01-18 01:52:37 +01:00
0fee4cae58 Fix build 2021-01-18 01:48:08 +01:00
ccc1f8eff5 Small fixes 2021-01-17 23:06:05 +01:00
Tobias
de1ac89425 Fixme comment to add the logo to the index-header 2021-01-17 21:15:14 +01:00
Tobias
4c59ea3b1e Tailwind for List of Themes
Style the list of themes with Tailwind. Add wrapper around the list of themes.

The non-linked list items are still TODO.

Also move the Streetcomplete-Note below the list and also the custom-build-Request-Line.
2021-01-17 21:14:48 +01:00
Tobias
740b54e476 Use Combine instead of VerticalCombine
This gets rid of the added SPAN-tag with ID.
2021-01-17 21:11:57 +01:00
Tobias
40b6b97521 Tailwind the Language picker
Changes the style and gives Class the ability to receive css-classes. There should also be a label-text given; something like "Change language" which is then hidden for `sr-only`.
2021-01-17 21:06:54 +01:00
Tobias
415010ba47 Reset Loading message once loaded
The message was visible on the page in situations when there was content above. This resets it at least for one situation.
2021-01-17 21:05:20 +01:00
Tobias
c2ee058682 Remove a few empty spaces and line breaks
Most it is done by my editor automatically.
2021-01-17 21:04:37 +01:00
f33fe081d0 Add caching into local storage for a faster map experience 2021-01-15 00:29:07 +01:00
092c12a449 Add overview of all themes if none are defined 2021-01-14 22:25:11 +01:00
303485df7e Add bicycle tube vending machines 2021-01-09 02:11:43 +01:00
641b59bca5 Add ornament 2021-01-09 00:03:21 +01:00
2f57010202 Fix back button; add title 2021-01-08 18:02:07 +01:00
6e77504854 Add back button on simpleAddUI 2021-01-08 16:49:42 +01:00
ddea3d2fc1 Small css tweaks, fix layer filtering 2021-01-08 14:23:12 +01:00
2a31badd3d New roaming rendering system which allows layers to push questions, badges and title-icons to all the other layers, improve bike-clean-services 2021-01-08 03:57:18 +01:00
77ffdc093a More styling tweaks 2021-01-08 02:13:44 +01:00
9a412c6b74 Workaround: popups move into zoom vertically too now on desktop 2021-01-07 20:11:07 +01:00
7dc7cc283d Add return to map button on layer panel 2021-01-07 15:19:50 +01:00
3f2608524e Last css tweaks 2021-01-07 05:10:27 +01:00
701ce3e89a Css tweaks 2021-01-07 04:50:12 +01:00
489c6fc3c0 Fix self-closing popup 2021-01-06 13:18:33 +01:00
66018cb421 Move runningFromConsole to utils 2021-01-06 02:21:50 +01:00
c359d43b15 Add standalone bicycle library theme, search now opens the popup of the found object 2021-01-06 02:09:04 +01:00
a35b80afbb Fix rendering of multianswers without explicit 'render'-field 2021-01-06 01:11:07 +01:00
52d9b2f452 Stabilizing popup behaviour 2021-01-05 16:59:12 +01:00
6557c51493 Better OH viz 2021-01-05 03:33:41 +01:00
a782266a2f Add bicycle libraries 2021-01-05 02:59:29 +01:00
85a6894c92 Use proper description in layerconfig 2021-01-05 01:30:59 +01:00
4dacfd157a Automatically cluster maps with more then 250 elements 2021-01-05 00:21:00 +01:00
46b05d7410 Performance improvement 2021-01-04 23:46:35 +01:00
5523603e70 Tweaks to popup closing behaviour 2021-01-04 23:36:02 +01:00
baf41cb79d Fixing adding multiple points 2021-01-04 22:59:11 +01:00
32bc1433b4 A new element now shows up directly on the map 2021-01-04 22:14:56 +01:00
c548c26158 Expose clustering in layoutConfig 2021-01-04 20:09:07 +01:00
db66689705 Add working clustering! 2021-01-04 18:55:10 +01:00
4948524f91 More cleaning up 2021-01-04 04:36:21 +01:00
778044d0fb More refactoring, stabilizing rotation and direction_gradient 2021-01-04 04:06:21 +01:00
0b57042de1 Fix the build 2021-01-03 13:50:18 +01:00
e42a668c4a More refactoring: using a decent, configurable datapipeline now 2021-01-03 03:09:52 +01:00
6ac8ec84e4 More refactoring! 2021-01-03 00:19:42 +01:00
b2c234b51d More refactoring, fix loading of personal theme 2021-01-02 23:28:14 +01:00
7a7b34b0fa Further refactoring 2021-01-02 21:03:40 +01:00
e4a2fd1daf More refactoring 2021-01-02 19:09:49 +01:00
849c61c8a1 Refactoring: attempting to make State smaller 2021-01-02 16:04:16 +01:00
a6f56acad6 Fix build 2021-01-01 01:27:14 +01:00
287470acff Fixed reviews for named elements 2020-12-31 22:41:52 +01:00
e7dcd350fe Add proper rendering for single review title 2020-12-31 21:18:44 +01:00
83472c1e26 Encode subject of mangrove reviews 2020-12-31 21:13:16 +01:00
982ba2f6d6 Add playgrounds 2020-12-31 21:09:22 +01:00
3179e59f53 Fix rendering of questions, they update now with the tags 2020-12-27 21:44:49 +01:00
Pieter Vander Vennet
21b5fbd8cd Fix loading of previously visited unofficial themes 2020-12-18 12:10:43 +01:00
Pieter Vander Vennet
a641d976fc Improvements on the climbing-theme, small tweaks in the review form 2020-12-18 01:36:45 +01:00
Pieter Vander Vennet
7ad601f2eb Remove kletterspots.de specific stuff 2020-12-14 01:14:22 +01:00
Pieter Vander Vennet
c693faea95 Merge latest master 2020-12-14 00:56:07 +01:00
Pieter Vander Vennet
a1d0607715 Small changes to support multiple hosts 2020-12-13 20:20:18 +01:00
Pieter Vander Vennet
0855f46c49 Small fixes to link, shows own reviews 2020-12-11 16:29:51 +01:00
Pieter Vander Vennet
ef70c17393 Merge master 2020-12-11 15:29:28 +01:00
Pieter Vander Vennet
a53c4119e5 Last fixes to the reviews 2020-12-11 15:27:52 +01:00
Pieter Vander Vennet
6391a3c88a Add clearer description of a bicycle pump to prevent fietsersbond-influx of adding wrong data 2020-12-09 16:45:37 +01:00
Pieter Vander Vennet
cdfffd6120 Finish the additions of reviews 2020-12-08 23:44:34 +01:00
Pieter Vander Vennet
c02406241e Styling the reviews 2020-12-07 03:31:13 +01:00
Pieter Vander Vennet
bb20c41002 First version of reviews 2020-12-07 03:02:50 +01:00
Pieter Vander Vennet
a9dfce72a6 Fix performance, add 'isClosed' badge to shops 2020-12-06 00:20:27 +01:00
Pieter Vander Vennet
efd7631837 Performance improvements, add clock 2020-12-05 03:22:17 +01:00
Pieter Vander Vennet
e98f96041a Fix composibility of badges; update of charging station theme 2020-12-02 21:23:23 +01:00
Pieter Vander Vennet
8383f482c7 More UI tweaks, fix bugs with new icon handling 2020-11-27 13:39:00 +01:00
Pieter Vander Vennet
6299c8223e Add composable icons, add icon badges and overlays, add icon badge to drinking water and cyclofix 2020-11-27 03:05:29 +01:00
Christian Neumann
218c301560 Fix custom intro. 2020-11-24 14:36:43 +01:00
Pieter Vander Vennet
dc5cd08a3a Add send email icon, add default icons series 2020-11-24 12:52:01 +01:00
Pieter Vander Vennet
488fd16873 Small bug fixes 2020-11-24 11:10:43 +01:00
Pieter Vander Vennet
4d2e8b6f24 Fix share button 2020-11-23 12:54:10 +01:00
Christian Neumann
e24e725411 Merge branch 'feature/climbing-layer' into kletterspots-develop 2020-11-23 11:58:23 +01:00
Pieter Vander Vennet
02ce4e5d7e Small workaround for share api which does not share the hash 2020-11-23 03:13:52 +01:00
Pieter Vander Vennet
4700e71d2e Add share button (supported browsers only), refactoring of fullscreenmessage, fancier scrolling 2020-11-23 02:55:18 +01:00
Pieter Vander Vennet
2d25393962 Experimenting with the ShareButton 2020-11-22 03:50:09 +01:00
Pieter Vander Vennet
e10f9b61e2 Experimenting with a share button... 2020-11-22 03:16:56 +01:00
Pieter Vander Vennet
d953dd4aa6 Merge master 2020-11-21 16:46:05 +01:00
Pieter Vander Vennet
4018e6710b Add share icon, reordering of questions and icons, add urinal to toilet 2020-11-21 16:44:48 +01:00
72a8847ac6
Merge pull request #159 from chrneumann/fix/layout-for-mobile
Fix message box layout for Firefox.
2020-11-20 14:09:27 +01:00
5c97d8bc4f
Merge pull request #158 from chrneumann/fix/badge-and-upload
Fix/badge and upload
2020-11-20 14:08:08 +01:00
Pieter Vander Vennet
cd548ab04b Add Fietsambassade logo to cyclofix; various svg- and css fixes 2020-11-20 14:00:37 +01:00
Christian Neumann
3a3ab73404 Merge branch 'fix/layout-for-mobile' into kletterspots-develop 2020-11-20 10:29:11 +01:00
Christian Neumann
d4cf677d7e Fix message box layout for Firefox. 2020-11-20 10:24:42 +01:00
Christian Neumann
4a4f246cbf Change project URLs. 2020-11-20 09:38:33 +01:00
Christian Neumann
50c52766a5 Merge branch 'feature/climbing-layer' into kletterspots-develop 2020-11-20 09:21:17 +01:00
Christian Neumann
1190052e54 Change default locale. 2020-11-20 09:12:39 +01:00
Christian Neumann
7e686cf52b Fix user badge profile link. 2020-11-18 12:50:06 +01:00
Pieter Vander Vennet
2177db376c More fancyness, less bugs 2020-11-17 16:29:51 +01:00
Pieter Vander Vennet
16612b10ef I should have commited sooner... 2020-11-17 02:22:48 +01:00
Pieter Vander Vennet
2685b6e734 Fix ways: they show up again 2020-11-16 02:33:44 +01:00
Pieter Vander Vennet
314894085a Cleaning filtered layer 2020-11-16 01:59:30 +01:00
Pieter Vander Vennet
8e5e249e6b Tweaks to icons, add direction to benches, tweak to direction input 2020-11-15 19:17:36 +01:00
Pieter Vander Vennet
c1490267e6 Change on-map home icon 2020-11-15 16:54:41 +01:00
Pieter Vander Vennet
a144cf17f4 Small tweaks 2020-11-15 16:08:17 +01:00
Christian Neumann
432ee8c34b Fix generator text. 2020-11-15 15:33:18 +01:00
Pieter Vander Vennet
e8d176cfe4 Create icons for surveillance cams 2020-11-15 14:56:20 +01:00
Pieter Vander Vennet
e2881840da Fix touch direction input 2020-11-15 14:12:31 +01:00
Pieter Vander Vennet
1bd5411071 Download logo 2020-11-15 03:22:41 +01:00
Pieter Vander Vennet
7ef2f429f2 Add fancy direction picker 2020-11-15 03:10:44 +01:00
Pieter Vander Vennet
e74b4e3804 Small fixes, perf improvements, remove duplicate images of ghost bikes, add wall mount 2020-11-15 01:16:35 +01:00
Pieter Vander Vennet
9978879536 Further theme tweaks, attempts to optimize 2020-11-15 00:27:55 +01:00
Pieter Vander Vennet
3fdb84e481 Extract variables from html, add black theme to surveillance cameras, use svgs directly in the frontend 2020-11-14 02:54:33 +01:00
Pieter Vander Vennet
ba44024dd9 Fixes, surveillance cams v0.1 2020-11-13 23:58:11 +01:00
Pieter Vander Vennet
b329bbbdb3 Merging master 2020-11-12 12:25:36 +01:00
Pieter Vander Vennet
52f53eb6b6 Disable editing when userbadge is disabled 2020-11-12 12:21:34 +01:00
Pieter Vander Vennet
5b59d7dbd0 Fixed small bugs, add documentation to query parameters, draft of surveillance cams 2020-11-12 12:18:02 +01:00
Pieter Vander Vennet
73f32e0ecf Refactored out 'layout.ts' 2020-11-11 16:23:49 +01:00
Pieter Vander Vennet
b764371cce Finish refactoring 2020-11-06 04:02:53 +01:00
Pieter Vander Vennet
dc1dde6c3d Fix build 2020-11-06 03:17:27 +01:00
Pieter Vander Vennet
3f8b6e88d3 Fix deploy 2020-11-06 01:58:26 +01:00
Pieter Vander Vennet
9c53fe9868 Fixed custom generator by fixing dependencies 2020-11-05 13:34:48 +01:00
Pieter Vander Vennet
ca858b7ed5 Generate assets as SVG 2020-11-05 12:28:02 +01:00
Pieter Vander Vennet
3502563f92 Move translations of the core app to an external json 2020-11-04 20:55:43 +01:00
Pieter Vander Vennet
f808c2a9cc Remove debug statement 2020-11-02 18:59:47 +01:00
Pieter Vander Vennet
a19f3e61f9 Fix image carousel bug 2020-11-02 18:59:21 +01:00
Pieter Vander Vennet
4f3135caef Console logging 2020-11-02 12:38:04 +01:00
Pieter Vander Vennet
25f2aa8e92 Fix all the bugs, feature-complete with the non-refactored version 2020-10-30 00:56:46 +01:00
Pieter Vander Vennet
5adc355a48 Add fixes to CustomRendering 2020-10-28 16:35:32 +01:00
Pieter Vander Vennet
1447863fa7 Fix tests, refactoring kindof works now 2020-10-28 11:19:47 +01:00
Pieter Vander Vennet
813e96f8df Fixes to wayhandling 2020-10-27 14:46:40 +01:00
Pieter Vander Vennet
ab2e9425c2 Mapillary bugfix 2020-10-27 14:13:37 +01:00
Pieter Vander Vennet
895aa132ec Huge refactoring (WIP) 2020-10-27 01:01:34 +01:00
Pieter Vander Vennet
62c4f0a928 Merge branch 'master' into develop 2020-10-25 20:50:36 +01:00
Pieter Vander Vennet
0ceeaf82b2 Remove priority 2020-10-25 20:50:29 +01:00
Pieter Vander Vennet
a67d481478 More questions for charging_stations 2020-10-25 00:45:25 +02:00
yopaseopor
c180f98d94 Update CA,ES 2020-10-24 16:35:19 +02:00
Pieter Vander Vennet
80a5e8d342 Add minimal charging_stations theme 2020-10-23 19:26:08 +02:00
Pieter Vander Vennet
9d51af93a2 Merge branch 'develop' 2020-10-23 13:40:14 +02:00
Pieter Vander Vennet
28e40d08ae Small fix to Public Holiday input 2020-10-23 02:26:14 +02:00
Pieter Vander Vennet
93e16b0aa8 Merge branch 'develop' 2020-10-23 01:23:34 +02:00
Pieter Vander Vennet
66acff699e Improvements to the time picker 2020-10-23 01:20:48 +02:00
Pieter Vander Vennet
20e67e463f Restore interactivity 2020-10-21 23:38:03 +02:00
Pieter Vander Vennet
2795e7c0db Improvements to OH picker 2020-10-21 20:54:15 +02:00
Pieter Vander Vennet
418658a1e8 Small tweaks 2020-10-19 15:04:21 +02:00
Pieter Vander Vennet
99225957cc Add metatagging, fritures 2020-10-19 12:08:42 +02:00
Pieter Vander Vennet
1e0a1fdf97 Fix morescreen (which shows the custom themes now), remove invalid themes automatically 2020-10-18 00:28:51 +02:00
Pieter Vander Vennet
5b25953127 Fix loading of tag renderings 2020-10-17 03:36:20 +02:00
Pieter Vander Vennet
e0694fee9d Fix bugs with loading of themes 2020-10-17 03:19:14 +02:00
Pieter Vander Vennet
07e611bf10 Add further support for special UI-elements; add documentation, fix a few bugs 2020-10-17 02:37:53 +02:00
Pieter Vander Vennet
3ab3cef249 Merge master 2020-10-17 01:37:39 +02:00
Pieter Vander Vennet
6a2b3d82de Add Mapillary image load support, close #136 2020-10-17 00:37:45 +02:00
Pieter Vander Vennet
a721d3137a Optimize rendering 2020-10-14 12:15:09 +02:00
Pieter Vander Vennet
0d6412f824 Add loading of live data 2020-10-12 01:25:27 +02:00
Pieter Vander Vennet
feab5a19b3 Autoload OH if country code is not yet loaded 2020-10-11 22:44:58 +02:00
Pieter Vander Vennet
c9478c100a Small fixes to OH visualization 2020-10-11 22:37:55 +02:00
Pieter Vander Vennet
4db1997ed6 Extract codegrid to seperate module, heatup the codegrid caches 2020-10-11 18:41:45 +02:00
Pieter Vander Vennet
1c6546f4c7 Add automatic reload of OH visualization 2020-10-11 18:21:40 +02:00
Pieter Vander Vennet
5e220ccead Fix widths 2020-10-10 14:09:12 +02:00
Pieter Vander Vennet
b8a1683191 Small fix to custom generator, add shopping map 2020-10-10 13:44:10 +02:00
Pieter Vander Vennet
499666a88e Fix dissappearing unparsed rules 2020-10-09 21:11:52 +02:00
Pieter Vander Vennet
62785aa4c4 Fix translations, add opening hours to cycle themed objects 2020-10-09 20:41:26 +02:00
Pieter Vander Vennet
8c610d0c11 Remove console.log 2020-10-09 20:28:48 +02:00
Pieter Vander Vennet
35bd49e5ba Last finishing touches for the opening-hours visualization 2020-10-09 20:10:21 +02:00
Pieter Vander Vennet
895ec01213 First version of the OH-input-element 2020-10-08 19:03:00 +02:00
Pieter Vander Vennet
b93f25d79c Add 24/7 detection to Opening Hours 2020-10-06 02:09:09 +02:00
Pieter Vander Vennet
6563298d16 More work on the opening hours picker 2020-10-06 01:37:02 +02:00
Pieter Vander Vennet
4d139b45e6 Fix bugs with the opening hours picker 2020-10-05 20:42:54 +02:00
Pieter Vander Vennet
2a704a2b1d First iteration of the timepicker 2020-10-04 12:55:44 +02:00
Pieter Vander Vennet
d1f286f466 More work on opening hours 2020-10-04 01:04:46 +02:00
Pieter Vander Vennet
9970c4b8bb Cleanup of empty classes, partial use of default export 2020-10-02 19:00:24 +02:00
Pieter Vander Vennet
cc75f5c4fd Fix back button to return to the map 2020-10-01 20:36:42 +02:00
Pieter Vander Vennet
929d07202f Add border around longer radiobutton answers 2020-10-01 01:23:45 +02:00
Pieter Vander Vennet
bb4411d443 Merge master 2020-09-30 23:06:22 +02:00
Pieter Vander Vennet
611d46187c Hotfix: fix text input in radio buttons 2020-09-30 22:48:58 +02:00
Pieter Vander Vennet
0714327d66 More work on OpeningHours picker 2020-09-30 22:22:58 +02:00
Pieter Vander Vennet
4cce18f818 Fix 'alert' in width 2020-09-28 01:00:24 +02:00
Pieter Vander Vennet
538d129941 Let it glow! widths are on a black background, various small bugfixes 2020-09-28 00:30:39 +02:00
Pieter Vander Vennet
4a09a7ced9 Expose choosing a default layer in the custom theme generator 2020-09-27 23:49:36 +02:00
Pieter Vander Vennet
66ce783f20 Add more background layers, add default background id option in the layout configuration, fix #64, #65 2020-09-27 23:37:47 +02:00
Pieter Vander Vennet
62cc392cfd Better typing of the basemap class 2020-09-27 22:48:43 +02:00
Pieter Vander Vennet
3e2fbcee20 Add retina detection 2020-09-27 21:00:37 +02:00
Pieter Vander Vennet
c53ccb7bae Fixed erronous clearing of value-fields in tagmappings, (hopefully) fixes #131 2020-09-27 20:51:37 +02:00
Pieter Vander Vennet
6509358f84 Fix WMS layers of the layer editor index 2020-09-27 18:45:37 +02:00
Pieter Vander Vennet
3d4c6f2207 Fix editor layer index 2020-09-27 01:38:51 +02:00
Pieter Vander Vennet
620a1f8df2 Merge develop 2020-09-27 00:42:33 +02:00
Pieter Vander Vennet
d3d3843cff Fix sharescreen: display correct background layer 2020-09-27 00:38:41 +02:00
Pieter Vander Vennet
f86e1f87eb Fixes to Sharescreen: correct display of background layer 2020-09-27 00:32:31 +02:00
Pieter Vander Vennet
478b82b1e1 Small fixes in cursor position calculation 2020-09-27 00:20:48 +02:00
Pieter Vander Vennet
07c85bb218 Nailed phone number input 2020-09-26 21:00:03 +02:00
Pieter Vander Vennet
415052af8a Add date validation, add url validation (and tracker cleaning), add date picker, close #44 2020-09-26 03:02:19 +02:00
Pieter Vander Vennet
cba72ea915 Fix country detection, fix phone number formatting, close #103 2020-09-26 01:43:20 +02:00
Pieter Vander Vennet
48ca24261f Re-enable local country detection 2020-09-26 01:11:17 +02:00
Pieter Vander Vennet
223f6191cd Newlines, textfield sets the cursor position appropriately 2020-09-26 01:10:10 +02:00
Pieter Vander Vennet
d0641ba409 More work on the editor-layer-index 2020-09-25 23:00:20 +02:00
Pieter Vander Vennet
08175a747f First attempt to get the editor-layer-index working 2020-09-25 21:58:29 +02:00
Pieter Vander Vennet
e46ea51d44 Fix bug with multiple image uploads, refactoring of TextField 2020-09-25 17:57:01 +02:00
Pieter Vander Vennet
3667f28f15 Cleanup of textfield code 2020-09-25 12:44:04 +02:00
Pieter Vander Vennet
1f41444726 Small fixes 2020-09-24 23:56:08 +02:00
Pieter Vander Vennet
d7083131a1 Set default license if none is set while uploading 2020-09-22 01:32:36 +02:00
Pieter Vander Vennet
3da19f4343 Fix css issue 2020-09-21 23:35:15 +02:00
Pieter Vander Vennet
5fcf017f63 Fix css for customgenerator 2020-09-20 20:34:56 +02:00
Pieter Vander Vennet
bc9ece2f95 Further cleanup 2020-09-19 13:37:04 +02:00
Pieter Vander Vennet
9409f20bca Fixes to personal layout 2020-09-18 22:23:49 +02:00
ToastHawaii
34dc8b0afb Add german translation for toilets and some missings 2020-09-18 08:34:38 +02:00
Pieter Vander Vennet
638691d6c3 Merge branches, fix bugs with initial zoom and location, fix bug which starts loading right away, fix bug when overpass times out 2020-09-18 00:31:54 +02:00
Pieter Vander Vennet
15f816e172 Add some tweaks to hide the add-poi-marker when a layer is enabled 2020-09-17 23:53:57 +02:00
Pieter Vander Vennet
16394bb08f Add check to new points as not to add points for disabled layers 2020-09-17 21:10:35 +02:00
Pieter Vander Vennet
f544ca805a Css fixes 2020-09-17 20:59:05 +02:00
Pieter Vander Vennet
0084e462e8 Sexier layer selection panel 2020-09-17 19:11:16 +02:00
Pieter Vander Vennet
1c31f83f37 Move HelpText to where it belongs 2020-09-17 14:24:36 +02:00
Pieter Vander Vennet
82e5a80c0d Remove accidental empty query 2020-09-17 14:24:28 +02:00
Pieter Vander Vennet
2dd428497e Various small fixes 2020-09-17 13:13:02 +02:00
Pieter Vander Vennet
02c2e48293 Porting cyclofix-shops to a .json definition, removing now unneeded classes 2020-09-16 01:29:38 +02:00
Pieter Vander Vennet
bb209ee731 Fixes to the German translations, enable German on cyclofix 2020-09-15 21:18:39 +02:00
ToastHawaii
4607c8d3f6
Add de translation 2020-09-15 18:44:58 +02:00
Pieter Vander Vennet
9e6460030b Fixes to the personal theme 2020-09-15 02:29:31 +02:00
Pieter Vander Vennet
dc5fa5dabc Various bug fixes 2020-09-14 20:16:03 +02:00
Pieter Vander Vennet
9777a2666b More cleanup of code: remove the overly complicated layer selection 2020-09-13 03:29:44 +02:00
Pieter Vander Vennet
257194c063 More CSS improvements and cleanups 2020-09-13 00:53:24 +02:00
Pieter Vander Vennet
6d5f4ade25 Fixes and simplification of the CSS 2020-09-12 23:15:17 +02:00
Pieter Vander Vennet
c7f33a9490 Cleanup of the image carousel code and index.css code 2020-09-11 19:14:32 +02:00
Pieter Vander Vennet
21c71febca Small tweaks to the cyclofix colours 2020-09-11 19:14:04 +02:00
Pieter Vander Vennet
0c2f662040 Port bicycle cafés to JSON-defined-layer 2020-09-11 02:14:16 +02:00
Pieter Vander Vennet
3653c3ecaa Fixed input for sets (fix #112) 2020-09-11 00:23:19 +02:00
Pieter Vander Vennet
e0f2f70c2e Trying to get the checkboxlogic right 2020-09-10 21:06:56 +02:00
Pieter Vander Vennet
c944156d87 Further work, add checkboxes as option 2020-09-10 19:33:06 +02:00