Skip to content
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

Closed
shunter opened this issue Oct 9, 2018 · 4 comments · Fixed by #7808
Closed

Bing Maps imagerySets AerialWithLabels and Road are deprecated #7128

shunter opened this issue Oct 9, 2018 · 4 comments · Fixed by #7808

Comments

@shunter
Copy link
Contributor

shunter commented Oct 9, 2018

Making a note of this since I happened to stumble across this.

https://msdn.microsoft.com/en-us/library/ff701716.aspx

AerialWithLabels (Deprecated): Aerial imagery with a road overlay, using the legacy static tile service. This service is deprecated and current data will not be refreshed. New applications should instead use AerialWithLabelsOnDemand.

Road (Deprecated): Roads without additional imagery, using the legacy static tile service. This service is deprecated and current data will not be refreshed. New applications should instead use RoadOnDemand.

I quickly tested locally and simply changing the imagerySet string (which is taken from the values of the BingMapsStyle enum) works correctly. I have not done any side-by-side comparisons.

@OmarShehata
Copy link
Contributor

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

@mramato
Copy link
Contributor

mramato commented Jan 30, 2019

@OmarShehata no, that's a separate issue, please submit a bug.

@zdefne-usgs
Copy link

@mramato and @OmarShehata

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

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!

@mramato
Copy link
Contributor

mramato commented May 15, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants