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
我使用这里的方法将前端请求传过到后端的z/x/y参数转换成对应的经纬度,转换处理经度是对的,但是纬度好像不对 private static @NotNull Bbox createTileBbox
我转换后的结果是: [113.29092979431152, 74.188028286004794, 113.33504676818848, 74.20004488418158] [113.11506271362305, 74.21193584494212, 113.20329666137695, 74.235924739750203] [113.20295333862305, 74.21193584494212, 113.29118728637695, 74.235924739750203]
[113.29092979431152, 74.188028286004794, 113.33504676818848, 74.20004488418158]
[113.11506271362305, 74.21193584494212, 113.20329666137695, 74.235924739750203]
[113.20295333862305, 74.21193584494212, 113.29118728637695, 74.235924739750203]
请问是什么问题导致的呢
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我使用这里的方法将前端请求传过到后端的z/x/y参数转换成对应的经纬度,转换处理经度是对的,但是纬度好像不对
private static @NotNull Bbox createTileBbox
我转换后的结果是:
[113.29092979431152, 74.188028286004794, 113.33504676818848, 74.20004488418158]
[113.11506271362305, 74.21193584494212, 113.20329666137695, 74.235924739750203]
[113.20295333862305, 74.21193584494212, 113.29118728637695, 74.235924739750203]
请问是什么问题导致的呢
The text was updated successfully, but these errors were encountered: