使用传单1.0而不是0.7应该怎么办? 我根据此tutorial创建了我的应用 所以我正在使用那些脚本
`<script src="http://www.sumbera.com/gist/js/leaflet/canvas/L.CanvasTiles.js"></script>`
扩展L.CanvasTiles。 这在传单0.7中工作得很好,但我无法将其转换为传单1.0。 你有什么想法我该怎么办?
我在更改传单0.7 t o 1.0时出现此错误:
Uncaught TypeError: Cannot read property 'extend' of undefined(anonymous function)
Uncaught TypeError: L.canvasTiles is not a function