-
Notifications
You must be signed in to change notification settings - Fork 29
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
Charts coverage overview. #130
Comments
Some chart formats include metadata about This feature really belongs in the chart plugin repo, as the feature would need support there. And this feature could be also an integral part of the plugin as well as chart using webapps like Freeboard. |
@panaaj What you show on the picture is exactly what I had in mind. That would help a lot when you want to see water coverage of your installed charts. Often charts "step into action" at a Z value far to deep-zoomed to get an overview. Important is that you can show the boundary at a smaller Z value than the actual chart data is showing at, or a lot of the benefits will disappear. I.E. A chart with zoom level between Z12-Z16 must be able to show the boundary from Z6 (approx.) to give a real good overview. The best option (I believe) is to let the boundaries be visible in all zoom levels (???). If this isn't a pain to implement, I think it will be very usable. |
@tkurki Do you think that the "boundary feature" will crash or behave crazy when the chart doesn't have that info. in the metadata? Today I only use mbtiles so I don't know how other charts behave. |
The boundaries are visible at all zoom levels regardless of the chart metadata. |
Btw the assumption that the coverage is rectangular is too simple, see for example https://o-charts.org/shop/en/oesenc/75-italy-east-and-south-coast-including-sicily.html. Too bad mbtiles spec only talks about (left, bottom, right, top). Does anybody know about this with other map formats? Can somebody look into this? The boundary feature naturally would need to work sensibly also in the absence of coverage data. |
Should we transfer this issue to the charts plugin? It would be nice to include a minimal webapp in the charts plugin to render the coverages. |
Freeboard (or any client) will use whatever the metadata presents to display a map boundary. This can be incorporated into Charts-plugin PR 27 |
Sound terrific to me. Right now I only have rectangular maps. Maybe the "toggle bounds" button should be on each chart??? Theoretically, if you have a lot of small charts, even the bounds would clutter...but I don't know, just a thought. |
Available in v2.5 |
Yet another feature request. :-)
It would be very nice to be able to visualize coverage of the charts you have stored. When you buy charts the vendors sometimes show the outline of the chart you are going to buy with a colored line. (like this; https://www.bluev.co.uk/file-manager/Products/Navionics/Navionics%20Regular%20Charts/Navionics-UK-Regular_1000x1000.png).
Is that possible to implement?
The text was updated successfully, but these errors were encountered: