htoooth / Leaflet.ChineseTmsProviders

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

Cannot read property 'CRS' of undefined #25

Open wxzgis opened 4 years ago

wxzgis commented 4 years ago

Cannot read property 'CRS' of undefined

tanggd commented 4 years ago

我也是来说这个问题的,那就补充说明一下吧。

1584687475(1)

出现这个问题是因为更新了插件的版本到最新,最新版本支持百度地图,需要引入其他脚本:

<script src="https://cdn.bootcss.com/proj4js/2.4.3/proj4.js"></script>
<script src="https://cdn.bootcss.com/proj4leaflet/1.0.1/proj4leaflet.min.js"></script>

而事实上,有些人没有使用到百度地图

htoooth commented 4 years ago

ok, i fix it.