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
The text was updated successfully, but these errors were encountered:
目前 L7 矢量数据支持 4326,cgcs2000 和4326 基本相同,最终展示只支持3867 墨卡托坐标系。如果要3857展示效果只支持的。如果是cgcs2000 原样不投影转换是不支持的。
Sorry, something went wrong.
请问下,如果我使用leaflet,让L7作为leaflet的一个层,是否就可以通过leaflet来自定义坐标系呢?这样是否会有什么问题?求教。 @lzxue
L7 与leaflet 坐标系不一致,会有偏移想象
可以理解为L7默认坐标系就是4326,各图层不处理坐标系的转换,图层数据的坐标默认按照4326来定位和绘制。 所以只能预先处理数据的非4326坐标系,然后再放入L7中显示?
是的
No branches or pull requests
The text was updated successfully, but these errors were encountered: