Closed h11a closed 4 years ago
Hi, It seems to an issue with how you load the imagery layer and not a angular-cesium issue. About the error you see in the console, I guess it is because you didn't provide a CesiumION token, cesium tries to load default resources from CesiumION, but it looks like it is not related to your issue.
you can try running your code in https://sandcastle.cesium.com/ to validate if it is an angular-cesium issue or not.
closing for now... please reopen the issue if you have other updates.
Intended outcome: Hi. I managed to get my map iles working a few weeks back but now the url has been changed by the provider and I cannot get them to work.
The observable is definitely drawing as its prints the Test string. As can be seen in the image below but there doesnt seem to be any network requests the the maptiler URL in the debugger.
The same URL work in the javascript version of cesium with the following settings
Is there anything obvious I am doing wrong here?
I have also tried doing it through JS code below (same as the old js project which is working) and this does not work either.
Side Error Also another error I am getting from simply just drawing the ac-map is
from the URL
I'm not sure if this is related but I thought I would add it.
Actual outcome: There are no map tiles shown and everything is just black
How to reproduce the issue: Making an ac-map with the ac-layer that has a UrlTemplateImagery ac-map-layer-provider
Version