Allow Min & Max Zoom setting for Overlays
Locus map overlay engine is quite powerful already. It would be even better with one minor addition: Allow to specify the minimum and maximum zoom levels below and above which the overlay is NOT rendered, i.e. as if the opacity was set to 0%.
Reason: Some overlays and some maps don't make much sense together at very high (or very low) zooms (imagine a darker hill shade layer, or something that contains huge custom datasets with texts).
Another reason: You could use every single map (online or offline) as kind of auto-switching overview map. For example, select a mapsforge vector map as basemap, "OSM Mapnik Online" as overlay with 100% opacity, max overlay zoom to 12:. Instant overview map, no complicated Mobac creations with transparent layers, no troubles.
Work involved for menion: Two little IF commands and two GUI elements in the overlay configuration window.
User benefits: Huge improvements on Overlay usability in general.
if (currentzoom > configfile.maxoverlayzoom) overlay_opacity = 0%;
menion... your unwillingness to consider this single-line no-brainer has probably caused TERABYTES of mobac map server traffic meanwhile. If you don't want to do it for your users, consider doing it for the poor and innocent tile server providers :-).
if (currentzoom > configfile.maxoverlayzoom) overlay_opacity = 0%;
menion... your unwillingness to consider this single-line no-brainer has probably caused TERABYTES of mobac map server traffic meanwhile. If you don't want to do it for your users, consider doing it for the poor and innocent tile server providers :-).
A similar idea: For longer trips would be very useful - button switch with a definable zoom. After pressing the larger map (maybe 400 meters) and after returning detail (eg 50 m). It would greatly enhance security in the search for alternative routes for cycling.
Podobný nápad: Na delší cesty by se moc hodilo tlačítko - přepínač s definovatelným zoomem. Po stisknutí větší mapa (třeba 400 m) a po návratu detail (třeba 50 m). Velmi by to zvýšilo bezpečnost při hledání alternativní trasy za jízdy na kole.
A similar idea: For longer trips would be very useful - button switch with a definable zoom. After pressing the larger map (maybe 400 meters) and after returning detail (eg 50 m). It would greatly enhance security in the search for alternative routes for cycling.
Podobný nápad: Na delší cesty by se moc hodilo tlačítko - přepínač s definovatelným zoomem. Po stisknutí větší mapa (třeba 400 m) a po návratu detail (třeba 50 m). Velmi by to zvýšilo bezpečnost při hledání alternativní trasy za jízdy na kole.
I´m not sure if I mean the same thing:
I don´t download tiles of Zoomlevel 16 since I don´t need that much detail and it takes up to much space. Now if I zoom in during a hike and then move the visible area, the surrounding map turns blank and says "not available". I just want to see the last available tile, level 15, just larger.
Locus map pro behaviour was a little better in that respect, but had that problem as well, just not as pronounced. I have not yet found if any/which settings between the two apps are not the same.
I´m not sure if I mean the same thing:
I don´t download tiles of Zoomlevel 16 since I don´t need that much detail and it takes up to much space. Now if I zoom in during a hike and then move the visible area, the surrounding map turns blank and says "not available". I just want to see the last available tile, level 15, just larger.
Locus map pro behaviour was a little better in that respect, but had that problem as well, just not as pronounced. I have not yet found if any/which settings between the two apps are not the same.
Hi Menion,
is there any reason why this seemingly very simple feature has not been implemented in the last 8 years, while quite a few people think it could be very helpful?
In my case, it would help me automatically switching from world-raster maps to regional-vector maps.
A response would be very appreciated.
Hi Menion,
is there any reason why this seemingly very simple feature has not been implemented in the last 8 years, while quite a few people think it could be very helpful?
In my case, it would help me automatically switching from world-raster maps to regional-vector maps.
A response would be very appreciated.
Hello,
I knew it will be complicated, but with the changes in scaling system some years ago, it was even harder.
Anyway, in the next Beta version will be following option for testing (screenshot).
What it does? App does not use "zoom levels" as you probably know, but some kind of inner "scale" parameter. In case, you define min or max zoom limit, map itself won't be rescaled anymore. That's why "Max re-scale" parameter is disabled. Better than some more complicated description, give a try to the next Beta (end of the week) and let me know. Thanks.
Hello,
I knew it will be complicated, but with the changes in scaling system some years ago, it was even harder.
Anyway, in the next Beta version will be following option for testing (screenshot).
What it does? App does not use "zoom levels" as you probably know, but some kind of inner "scale" parameter. In case, you define min or max zoom limit, map itself won't be rescaled anymore. That's why "Max re-scale" parameter is disabled. Better than some more complicated description, give a try to the next Beta (end of the week) and let me know. Thanks.
Replies have been locked on this page!