htoooth / Leaflet.ChineseTmsProviders

Provider for Chinese Tms Service
https://htoooth.github.io/Leaflet.ChineseTmsProviders/
MIT License
1.01k stars 300 forks source link

Error in Default Funtion call #19

Closed sada1993 closed 4 years ago

sada1993 commented 4 years ago

L.tileLayer.chinaProvider('TianDiTu.Normal.Map').addTo(map); is throwing an error because options is empty, this works:

L.tileLayer.chinaProvider('TianDiTu.Normal.Map',{}).addTo(map);

htoooth commented 4 years ago

which is leaflet version ?

htoooth commented 4 years ago

ok, i fix it