You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WMTS is THE OGC standard to provide, for example, aerial imagery in a fast an efficient way, as tiles can be pregenerated.
As a lot of Spatial Data Infrastructure (SDI) already provide WMTS services for the imagery, having a WMTS data source in Cesium would allow to share the same data.
Some technical considerations:
A RestFull implementation would be prefered over KVP.
This means, we have different directories for the tiles depending on the year of acquisition. I believe we can handle different version of the imagery by referring to different layers in the cesium configuration.
WMTS is THE OGC standard to provide, for example, aerial imagery in a fast an efficient way, as tiles can be pregenerated.
As a lot of Spatial Data Infrastructure (SDI) already provide WMTS services for the imagery, having a WMTS data source in Cesium would allow to share the same data.
Some technical considerations:
The text was updated successfully, but these errors were encountered: