Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map Data checkmark is unresponsive #2800

Open
martinstingl opened this issue Aug 28, 2020 · 6 comments
Open

Map Data checkmark is unresponsive #2800

martinstingl opened this issue Aug 28, 2020 · 6 comments
Labels
mapview Related to the map view features

Comments

@martinstingl
Copy link

When I enable "Map Data", the checkmark is NOT set until the map data has loaded, which takes some time (depending on how much data is fetched).

Please allow the checkmark to be immediately set and unset by clicking with the mouse, independent of the data load state.
The loading process of the data should then just "look" after the checkmark state.

@tomhughes
Copy link
Member

What browser are you using? Only the check mark appears immediately for me and the data then loads in the background.

If your browser isn't doing that then it may not be something we can fix, as the check mark is set and unset by the browser and we just watch for the change event to trigger loading the data so if your browser chooses not to set the check mark until after the event handler has been fired that might not be fixable.

@dieterdreist
Copy link

dieterdreist commented Aug 28, 2020 via email

@martinstingl
Copy link
Author

I am using Firefox 80.0 with Linux Mint 20 Xfce.

@tomhughes
Copy link
Member

Well I was also using Firefox 80 on linux and wasn't seeing the problem.

@martinstingl
Copy link
Author

Even if there is a kind of event handler working, something prevents my browser from checking the checkmark first and then fetching the data.
Currently my browser marks not until loading and rendering the map data is finished.

The same behaviour is there when deselecting the box: only after redrawing the map, the box is unchecked.

@jidanni
Copy link

jidanni commented Nov 23, 2020

The map data check mark is extremely dangerous. Sure you might enable it while you're looking at a forest but the moment you slide the map into some data-dense area your cellphone browser is probably going to be out of business and there's no way you're going to get back into that menu to turn off.
Okay, reboot your phone, (or just relaunch your browser,) but sorry, those cookies are still there, so you're not going to be able to solve the problem.
And finding where those cookies are stored is not a simple task especially on a cell phone.
What might help a little is to have a button right there on the surface of the web page that you don't have to get back inside the menu of that maybe will turn off that map data layer.
Or, make the map data layer a special kind of cookie that will go away once you blow up your browser! ( I think it's just simply called a session cookie.)

@tuckerrc tuckerrc added the mapview Related to the map view features label Feb 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mapview Related to the map view features
Projects
None yet
Development

No branches or pull requests

5 participants