changed x,y,z.

This commit is contained in:
vershwal
2018-06-05 23:24:59 +05:30
parent 0cfdfdd240
commit 6587bd6bc2

View File

@@ -140,7 +140,7 @@ export function svgMvt(projection, context, dispatch) {
var layer = tile.layers[layerID];
if (layer) {
for (var i = 0; i < layer.length; i++) {
var feature = layer.feature(i).toGeoJSON(0, 1, 2);
var feature = layer.feature(i).toGeoJSON(150, 194, 9);
if (layers.length > 1) feature.properties.vt_layer = layerID;
collection.features.push(feature);
}