-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Remember last used Map Data options #10673
Comments
@gy-mate I have understood the issue and believe I can implement a solution that remembers overlay presets and applies them every time the map is used. I have started thinking through the approach and am confident I can work on this. |
@KatalKavya96 I don't have permission to do that but you can work on it anyway! |
@KatalKavya96 can you please explain your thought process please? |
@tyrasd Would you like me to proceed with this issue? I'm planning to store and retrieve the user’s preferred overlays using either cookies or local storage so they're automatically re-applied whenever iD is opened. If that sounds good, I'd be happy to detail the process further once I have your go-ahead. Thanks! |
@gy-mate i think @tyrasd had already closed similar issue for this reason " Surely, there are situations where a user manually selects a non-best layer in a specific region for a specific reason and would prefer that this layer is loaded on further sessions in this area (but not in other areas where a different best layer exists). Unfortunately, it's not trivial to implement a mechanism which would remember that user's preference on a per-region basis (and/or on a per overridden best layer basis). For now, there exists the following workaround for users: bookmark a specific location requesting the preferred background layer via a hash parameter, e.g. http://localhost:8080/#background=Maxar-Premium&disable_features=boundaries&map=19.50/-36.81455/174.80295 or https://www.openstreetmap.org/edit#map=19/-36.81455/174.80295&background=Maxar-Premium " |
@Suvendu-UI Which issue was this? |
I see that as an edge case that should not block implementation of the feature. First, most mappers seldom go out of their preferred region to do armchair mapping. Those who do are usually aware of possible existence of better background layers in other regions, and [B] is one keypress away to check that out. The "best" flag should be clearly indicated on the layer list, if it isn't already. |
Description
I always turn on OpenStreetMap Notes and I also often use all Photo Overlays. It's quite inconvenient to turn these on every time I open iD with the openstreetmap.org Edit button. It would be nice if these settings would be saved and reapplied automatically.
iD version:
2.30.4
Related issue: #8665
Screenshots
The text was updated successfully, but these errors were encountered: