Select to view content in your preferred language

Using the more recent Bing Maps Style

1847
11
03-26-2011 08:37 AM
LanceCrumbliss
Frequent Contributor
Hi There,

How do I utilize the more recent Bing Maps style of tiles instead of the older ones?  I'm speaking of the Bing Map cartography displayed by default in this web app:

http://gis.cdatribe-nsn.gov/flashmaps2_1/

Lance
0 Kudos
11 Replies
DaveTimmins
Deactivated User
Hi,

it should use the new style bu default as of May 1st. As per this link
0 Kudos
LanceCrumbliss
Frequent Contributor
interesting, thanks. I take it that there is no way to opt in currently then?
0 Kudos
DaveTimmins
Deactivated User
The only way to do it now would be to create your own Bing layer and specify the mapVersion parameter in the querystring of the request but that seems like a waste of time to me given that it's only a month until it will default to the new style. If you really wanted to do that I'd just use reflector to get the current code and update the request url.
0 Kudos
FredericGoulet
Emerging Contributor
It is May 4 and I do not see the new style for road.

Is it because I am located in Canada ?!?

Does anybody see the new style ?

Thanks
0 Kudos
dotMorten_esri
Esri Notable Contributor
According to the link Dave provided, it looks like Microsoft changed the date to July 6th.
0 Kudos
FredericGoulet
Emerging Contributor
Ha, too bad. 😞

Can we expect a new parameter "Version" be added to the bing.TileLayer in the next SDK release ?

I am eager to allow my users to use the new road map style, witch is much better suited for our application.

Thanks

Frédéric
0 Kudos
dotMorten_esri
Esri Notable Contributor
Since the change will happen very close to the next release of the API (and originally prior to), we are not planning on adding a parameter that is as good as outdated already.
0 Kudos
FredericGoulet
Emerging Contributor
Nevertheless, a version parameter could be useful to opt in right away when updates is made to the bing maps style, without having to wait in the future.
0 Kudos
dotMorten_esri
Esri Notable Contributor
Unfortunately a version parameter would do no good, since the bing service doesn't expect a version number but a new enumeration value. Without an updated proxy (meaning a new build of the bing assembly), there's no way to set that value.
0 Kudos