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

options.culture not work #34

Closed imjxyang closed 6 years ago

imjxyang commented 6 years ago
  const bingLayer = L.tileLayer.bing({
    bingMapsKey:BINGKEY,
    imagerySet:'CanvasLight',
    culture:'af',
  })

But its not work.

dima-kov commented 5 years ago

Did you found a solution?