-
Notifications
You must be signed in to change notification settings - Fork 59
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
Black tiles for Hybrid map #9
Comments
According to my experience this is issue with lack of data on the server: on certain areas on certain zoom levels, they just not fills non-relevant data (on their opinion) |
i'm assuming there is no way we can fix this (or get around it)? something else i've noticed in the "satellite" map is that if you zoom to the maximum level all tiles disappear and the screen turns white. i've tried setting the maximum zoom to a lower value in the camera settings, but the white screen still appears. perhaps that's an issue in the QML Map (QtDeclerativeMap) viewport/camera? |
Do so until the following issue is resolved: vladest/googlemaps#9 With the satellite map ([1]), the black tiles at relatively high zoom levels over the Red Sea cannot be seen. Instead it shows white tiles at the ultra-maximum zoom level at places. As a side note, the "satellite" map does not have the country labels which the "hybrid" map has. Signed-off-by: Lubomir I. Ivanov <[email protected]>
Do so until the following issue is resolved: vladest/googlemaps#9 With the satellite map ([1]), the black tiles at relatively high zoom levels over the Red Sea cannot be seen. Instead it shows white tiles at the ultra-maximum zoom level at places. As a side note, the "satellite" map does not have the country labels which the "hybrid" map has. Signed-off-by: Lubomir I. Ivanov <[email protected]>
hello,
i think i found an issue with the Hybrid map type.
if you zoom over these coordinates in the Red Sea:
https://www.google.bg/maps/place/27%C2%B033'55.8%22N+34%C2%B035'00.8%22E/@27.565488,34.5813603,880m/data=!3m2!1e3!4b1!4m5!3m4!1s0x0:0x0!8m2!3d27.565488!4d34.583549
some black tiles are loaded instead of normal tiles at a relatively low zoom:
http://i.imgur.com/GOOSIWI.jpg
i've opened the cache folder and it seems that the tiles are just downloaded as black.
also as a side question, when you zoom deep enough the same black tiles start appearing - would it be possible to not load these black tiles and perhaps load tiles from the last zoom level?
the Satellite map type doesn't have this issue over the Red Sea, but instead, on very deep zoom it starts showing white tiles.
thanks
The text was updated successfully, but these errors were encountered: