digidem / leaflet-bing-layer

Bing Maps Layer for Leaflet v1.0.0
http://digidem.github.io/leaflet-bing-layer/
87 stars 53 forks source link

AerialWithLabels layer with culture: 'ru' doesn't work. #5

Closed nextstopsun closed 7 years ago

nextstopsun commented 8 years ago

I'm trying to add a bing AerialWithLabels type layer with Russian labels. I've tried to set culture option to 'ru', or 'RU-ru', or 'ru-RU' - and neither did work. The layer is always displayed with english labels. How can this be fixed?

haoliangyu commented 8 years ago

Unfortunately, Russian seems to be unsupported in the Bing imagery service. Source: https://msdn.microsoft.com/en-us/library/hh441729.aspx

rbrundritt commented 7 years ago

At this time, the Bing Maps REST services are using the older static Bing Maps tiles which is limited to about 25 or so cultures. The newer Bing Maps controls use a new dynamic tile service which supports 117 cultures. The Bing Maps REST services will likely be updated to return the dynamic tile URL sometime over the next six months.

gmaclennan commented 7 years ago

Closing since this seems to be a Bing issue.