-
Notifications
You must be signed in to change notification settings - Fork 32
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
Incorrect scale line - incorrect distance value #101
Comments
Hi, thanks for your error message. |
If put locality at center of browser windows: OpenStreetMap: https://www.openstreetmap.org/#map=12/59.9955/29.7513 OpenSeaMap: http://map.openseamap.org/?zoom=13&lat=59.99936&lon=29.73647&layers=BFTFFFFFFTF0TFFFFFFFFF |
Looks like the distance-indicator is off by one zoom-level in OpenSeaMap. |
I think it is off by more -- if you put both an OpenStreetMap and an OpenSeaMap display at equal scale, the ScaleLine has a different size not a factor of two. |
Mit gleichem Zoomlevel und gleichem Kartenmittelpunkt Ich vermute den Fehler im Skript für den Massstab (scale). Update auf OL-6 wäre sinnvoll - aber ein anderer Issue. |
This fixes issue OpenSeaMap#17 and OpenSeaMap#101.
This fixes issue OpenSeaMap#17 and OpenSeaMap#101.
Hi @xintrea , can you take another look whether the problem is resolved and close the bug if it is? |
This issue is fixed -- we can close the issue. |
Vielen Dank für die Korrektur, und für die Verbesserung im Layout :-) In z=3..11 könnte die Linie deutlich länger sein (Faktor 5?) |
moved last comment into new feature #132 and closing this one. |
Hi!
Your scale line (at corner of map) is incorrect.
See at this image: OSM vs OSeaM
Real distance of 1km your engine show as 1nmi. And your 1 km is too small relatively real 1km.
I compared OpenSeaMap scale line with OpenStreetMap, YandexMaps, GoogleMaps. All this map service show correct distance. But OpenSeaMap show incorrect.
Please, fix it.
The text was updated successfully, but these errors were encountered: