ImageryLayer Render in same level

There is a linear symbol of the map tile, different levels of tiles appear in the same scene when Cesium rendering, is there a way to set the tile to show only the same level?

Hi there,

I’m not sure if this is exactly what you’re after, but check out our imagery layer manipulation demo: http://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Imagery%20Layers%20Manipulation.html&label=Showcases

Hope that helps,

  • Rachel

I upload a new picture,I mean the Cesium render style lead to this issue.Is there any good solution?

在 2017年7月20日星期四 UTC+8下午11:25:22,Rachel Hwang写道:

Hi there,

Try looking at the maximum and minimum level options in imageryProvider. By setting them to the same, you can control what zoom level is used.

http://cesiumjs.org/Cesium/Build/Documentation/ImageryProvider.html

Hope that helps,

  • Rachel

thanks,I have solved my problem by setting the lastMaxLevel in selectTilesForRendering.
在 2017年7月22日星期六 UTC+8上午1:26:39,Rachel Hwang写道: