Re: [gdal-dev] Update MVT

2019-11-05 Thread Even Rouault
On mardi 5 novembre 2019 08:25:53 CET Travis Kirstine wrote: > Does the MVT driver support updates and the creation of multiple layers > using the -append -update methods No, it is one time creation only. To achieve what you want to do, you can typically create a input VRT file that has multiple

[gdal-dev] Update MVT

2019-11-05 Thread Travis Kirstine
Does the MVT driver support updates and the creation of multiple layers using the -append -update methods Something like: ogr2ogr -f MVT -dsco NAME=MyTiles -dsco DESCRIPTION="My Tileset Description " -dsco FORMAT=MBTILES -lco NAME=Layer1 -lco DESCRIPTION="My Layer Description" results.mbtiles lay