-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bing Maps imagerySets AerialWithLabels and Road are deprecated #7128
Comments
Is this why click "Bing Maps Road" in this Sandcastle is failing to load? @mramato https://cesiumjs.org/Cesium/Build/Apps/Sandcastle/?src=Imagery%20Layers%20Manipulation.html |
@OmarShehata no, that's a separate issue, please submit a bug. |
@mramato and @OmarShehata
I might be having a similar issue. Bing Aerial displays with a cesium key but Bing Aerial wihth Labels On Demand and Road On Demand don't. Was there any further discussion on this? I couldn't find anything more. Maybe you can point me in the right direction? Thanks! |
There's actually a bug in that demo. Cesium does not ship with a Bing key so you can't use Bing directly, it has to be via the ion asset identifier. If you have your own Bing key, everything works fine. If you load Bing via ion, it also works fine. I was about to write up an issue, but it turns out we have one #7524, I'll bump it and hopefully someone will get to it. |
Making a note of this since I happened to stumble across this.
https://msdn.microsoft.com/en-us/library/ff701716.aspx
I quickly tested locally and simply changing the
imagerySet
string (which is taken from the values of theBingMapsStyle
enum) works correctly. I have not done any side-by-side comparisons.The text was updated successfully, but these errors were encountered: