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
1.用china.json强制所有面都输出,但实际上很多面都没有出来 2.有孔的面输出的是错误的
The text was updated successfully, but these errors were encountered:
我找到原因了:MvtBuilder.java中 @NotNull List commands(@NotNull Polygon polygon) { if (Orientation.isCCW(exteriorRing.getCoordinates())) { exteriorRing = (LineString) exteriorRing.reverse(); } 内外环判断反了,isCCW是说明是否是逆时针,并不是顺时针
Sorry, something went wrong.
No branches or pull requests
1.用china.json强制所有面都输出,但实际上很多面都没有出来
2.有孔的面输出的是错误的
The text was updated successfully, but these errors were encountered: