On mardi 11 août 2020 09:59:25 CEST MRRAJESH wrote: > Developers, > > I am trying to set the "-clipsrc" in multiple ways in C# and C++, getting > "cannot load source clip geometry" error. Anything wrong here? > > Ogr2ogr it is working fine (ogr2ogr -clipsrc > -9943693.00823441,5321545.9084732,-9943540.13417786,5321393.03441666 -f MVT > .......)
The doc indicates space separated values. I'm not sure why the above would work > > "-dsco", "FORMAT=DIRECTORY", > "-dsco", "TILE_EXTENSION=mvt", > "-dsco", "COMPRESS=NO", > "-dsco", "MINZOOM=18", > "-dsco", "MAXZOOM=18", > "-clipsrc", > "-9943693.00823441,5321545.9084732,-9943540.13417786,5321393.03441666" "-clipsrc", "-9943693.00823441", "5321545.9084732"," -9943540.13417786", "5321393.03441666" -- Spatialys - Geospatial professional services http://www.spatialys.com
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
