我的代码如下:
var source = new ol.source.VectorTile({
format:new ol.format.MVT(),
tileGrid:ol.tilegrid.createXYZ({maxZoom:22}),
tilePixelRatio:1,
url:'http://127.0.0.1:8080/xxx.pbf'
});
但是在图块的边缘上,标记符号不能完整显示点,而是被边缘切割了。 有什么解决办法吗?谢谢。