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

Street name isn't rendered correctly on the map #18

Closed jengeb closed 7 years ago

jengeb commented 7 years ago

I use Bing Maps Layer in a map-application. 'Goethestraße' (52.51623 13.51613) is not rendered correctly on the map (Göthestraße).

screenshot from 2017-04-04 14-32-03

Bing shows the proper street name:

screenshot from 2017-04-04 14-39-06

Do you know the reason for this issue?

gmaclennan commented 7 years ago

This is due to the options.culture parameter which defaults to en_US, see in the README: https://github.com/gmaclennan/leaflet-bing-layer#parameters

The possible options are documented here: https://msdn.microsoft.com/en-us/library/ff701709.aspx