htoooth / Leaflet.ChineseTmsProviders

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

在移动端加载不显示问题 #50

Closed Childrenlovebaths closed 2 years ago

Childrenlovebaths commented 2 years ago

在移动端加载的时候是不显示的, 是有其他的配置还是不支持吗

htoooth commented 2 years ago

@Childrenlovebaths TianDiTu map need a key. You must apply a key for yourself.

Childrenlovebaths commented 2 years ago

很高兴您能回答我的问题, 我是在web段可以显示 在h5端不显示 ,这个是我的代码您看一下有没有什么问题 L.tileLayer .chinaProvider("TianDiTu.Satellite.Map", { key: localStorage.tianditukey, }) .addTo(this.map);

mlzk commented 2 years ago

源文件没有标明使用的协议是http还是https,自己加上http前缀就行了

很高兴您能回答我的问题, 我是在web段可以显示 在h5端不显示 ,这个是我的代码您看一下有没有什么问题 L.tileLayer .chinaProvider("TianDiTu.Satellite.Map", { key: localStorage.tianditukey, }) .addTo(this.map);

Childrenlovebaths commented 2 years ago

感谢