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
Add "No, don't load the data" choice #1766
Comments
|
What's worse is now the user will have to figure out how to clear their cookies, |
|
I'm not sure why this was closed without comment - was there some discussion in a different channel that I missed? |
|
Well as far as I can tell the claimed "bug" doesn't actually happen anyway - the data does not load when the X is hit. What does happen is that the data layer remains active and moving the map will cause a new load, with a new prompt that must again be cancelled. Frankly we should just get rid of the data layer - it's pretty much unusable with the typical data density now in OSM and we have better tools (like the query tool) now, |
I played with it and it happened one time. (something like move, wait for popup, move, click X, data loaded)
yes |
@jidanni are you able to provide steps to reproduce this problem? I haven't managed to reproduce it either, but I suspect some combination of panning/zooming might be able to trigger this. |
|
2018-02-26 8:10 GMT+01:00 Tom Hughes <notifications@github.com>:
Frankly we should just get rid of the data layer - it's pretty much
unusable with the typical data density now in OSM and we have better tools
(like the query tool) now,
Please don't. I'm still using the data layer pretty frequently, AFAIK the
"query features" tool is only checking for certain tags, not all available
data, and you can't see geometries anyway.
FWIW, while the "query features" is nice, I'd be willing to give it up
without second thought in favor of a "show tile" (or "copy tile URL", or
"get tile info", etc.) function. It is a major annoyance that browser right
click catching has removed the "show image" functionality.
|
Seconded. I still use the data layer, too. While the query tool is excellent and useful, there are some things which I find the data layer much better suited to. How about moving the data layer to (and not blocking right-click on) a secondary, static site specifically for these kinds of activities? Something like |
|
I don't know what you mean about blocking right click? Obviously we could move it but it doesn't solve the basic problem of it being unusable at anything less than about zoom 22 or so ;-) Plus we wouldn't even have the current safety of it querying any load with too many items - it would just kill the browser. |
The map
I was just trying to suggest a way we could preserve the current/old behaviour for the small number of us who find it useful, while the main site moves on to remove these features for the vast majority who don't. Since some of us find them useful, I though it would be nice if we could keep them around somewhere out of the way. Since neither require server-side support, we could always write our own local versions, although it would be less duplication of effort if we shared it somewhere central. And probably not onerous to host a static bunch of HTML and Javascript. |
|
ref #1472 for "tile details" view |
|
Well we could always merge my tile details branch to put that on the custom right click menu ;-) Firefox at least will still give you the browser menu with shift click as well. |
|
Thanks but I dare not even try to reproduce it, as I even had to clear
my cookies to ever be able to load the site again. For me just clicking
'edit' will be a safer way to see 'data' in the future.
|
|
Modern browsers have a private mode / tab which does not share cookies with the normal browser. Ideal for testing such things |
(User clicks [x] Show data, in a high density area.)
We see
and no
No, don't load the databutton. Only an [X].So we push the X. And.... it loads the data!
The text was updated successfully, but these errors were encountered: