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
描述:判断鼠标所在点与地球表面相交的点所在的0层级瓦片位置存在BUG 原因:由于3857投影不包含南北极区域(+-85.05112877980659),因此当鼠标所在位置处于南北极圈时,无法与zero级Tile的边界相交。 解决办法:判断TileSchema, 如果使用了3857投影,则默认直接返回zeroLevelQuadtreeTile[0].
The text was updated successfully, but these errors were encountered:
No branches or pull requests
描述:判断鼠标所在点与地球表面相交的点所在的0层级瓦片位置存在BUG
原因:由于3857投影不包含南北极区域(+-85.05112877980659),因此当鼠标所在位置处于南北极圈时,无法与zero级Tile的边界相交。
解决办法:判断TileSchema, 如果使用了3857投影,则默认直接返回zeroLevelQuadtreeTile[0].
The text was updated successfully, but these errors were encountered: