RunBoo
RunBoo
I'm new to geotrellis-server and currently attempting to launch the sample test for ogc-example. I noticed that the sample data is located on S3, but I don't have an AWS...
## Overview WMTS does not support GT Layer now, it's necessary to add GeoTrellisOgcSource to WMTSModel.
With olcs, I can load MVT vector tile services in the EPSG:4326 coordinate system on 2D map, but after converting to 3D map, it doesn't work. I don't konw if...
我加载XYZ形式的面状矢量瓦片服务,在图层较小的时候正常,但是在图层较大较精细的时候,会出现很多错误的形状(如下图),已排除是MVT瓦片服务的问题,请问这个插件是不是只支持TMS形式的MVT服务?  (图中规则的正方形是可视化出来的瓦片范围,其他线条均为未知原因多出来的要素)
我使用这里的方法将前端请求传过到后端的z/x/y参数转换成对应的经纬度,转换处理经度是对的,但是纬度好像不对 [private static @NotNull Bbox createTileBbox](https://github.com/codingmiao/giscat/blob/main/giscat-vector/giscat-vector-mvt/src/main/java/org/wowtools/giscat/vector/mvt/MvtBuilder.java#L131) 我转换后的结果是: `[113.29092979431152, 74.188028286004794, 113.33504676818848, 74.20004488418158]` `[113.11506271362305, 74.21193584494212, 113.20329666137695, 74.235924739750203]` `[113.20295333862305, 74.21193584494212, 113.29118728637695, 74.235924739750203]` 请问是什么问题导致的呢