We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在main.js中引入import "leaflet.chinatmsproviders" 在vue文件中使用: L.tileLayer.chinaProvider('OSM.Normal.Map', { maxZoom: 18, minZoom: 3, // openstreetmap归因 attribution: '© OpenStreetMap contributors' })
可是位置还是出现了偏差,请问是哪里有问题吗,在vue中要怎么使用
The text was updated successfully, but these errors were encountered:
需要检查一下坐标系是否一致。
Sorry, something went wrong.
@ruanxiaoniu you need to check your coordination in the map
No branches or pull requests
在main.js中引入import "leaflet.chinatmsproviders"
在vue文件中使用:
L.tileLayer.chinaProvider('OSM.Normal.Map', {
maxZoom: 18,
minZoom: 3,
// openstreetmap归因
attribution: '© OpenStreetMap contributors'
})
可是位置还是出现了偏差,请问是哪里有问题吗,在vue中要怎么使用
The text was updated successfully, but these errors were encountered: