Hi,

I'm creating MVT tilesets for the ETRS-TM35FIN tiling scheme using
GDAL/OGR. I'm prototyping with ogr2ogr but later I will be using Python
bindings to create the production workflow.

Is there a way to limit the geographic extent of where the MVT driver
creates tiles? By default it seems to create all tiles that intersect any
input feature. I would like to create only tiles that intersect a given
extent. This is to enable partial update of a MVT tileset.

This is the ogr2ogr command I have now:

ogr2ogr -f MVT stand MV_R5232B.gpkg stand -dsco "MAXZOOM=11" -dsco
"MINZOOM=8" -dsco "TILE_EXTENSION=mvt" -dsco
"TILING_SCHEME=EPSG:3067,-548576,8388608,2097152" -dsco "TYPE=overlay"
-dsco "COMPRESS=NO"


Thanks,
Jan Wolski
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to