Hello,
we are looking for a map service for our projects, and we really like Cesium for its API and because it's really simple to get a 3d terrain.
At the same time we like Mapbox for its raster images quality, and for its "smooth" user interaction.
We are actually testing Cesium with Mapbox as imageryProvider, but we don't know if is possible to achieve the same "smooth and nice feeling"
as in Mapbox.
We did 2 test to compare the products:
With Mapbox:
- when you zoom in our out the new map tiles for the new zoom level are loaded with a fade-in effect
- if you change the heading/pitch of the camera, and you zoom in, all the map tiles (until the horizon) will be replaced (with fade-in effect) with the right ones to ensure a constant quality of the overall map.
- when you zoom in our out the new map tiles for the new zoom level are not loaded with a fade-in effect
- if you change the heading/pitch of the camera, and you zoom in, only the nearest tiles will be replaced (without fade-in effect) with the right ones. So often times the overall map will have a quality break very much visible.
In attachment there's a picture to show better what I mean.
So, is there a way to:
1) load new map tiles with fade-in effect?
2) get a good coverage of new map tiles for the new resolution (zoom level) so not to have too much visible map break?
Many thanks!