Hello all,
I'm research Cesium 3D map a few days.
I want to load WMTS layer in the map.
but it always fails.
I use this WTMS service is EPSG 3857, and cesium default is 4326.
so i need to transform or not?
the following is my code.
Hello all,
I'm research Cesium 3D map a few days.
I want to load WMTS layer in the map.
but it always fails.
I use this WTMS service is EPSG 3857, and cesium default is 4326.
so i need to transform or not?
the following is my code.
Hello,
It looks like you’re running into a CORS issue when trying to request the tiles from a different domain.
http://enable-cors.org/ is a good resource for learning about CORS and enabling it on different servers.
Best,
Hannah