> Hi all, > > I would like to create a Geospatial PDF with several vectors, is it possible?
That should be possible yes. > > I tried with ogr2ogr but it failed, How ? reading the documentation I found > EXTRA_RASTERS to add several raster but not EXTRA_VECTORS. There is > OGR_DATASOURCE but the documentation say that it is used "to display > on top of the raster layer", and it doesn't work with OGR. Which version of GDAL are you using ? - If trunk, the relevant doc is : http://gdal.org/frmt_pdf.html - If 1.11 or older, http://gdal.org/1.11/frmt_pdf.html and http://gdal.org/1.11/ogr/drv_pdf.html But in both cases, ogr2ogr -f PDF the.pdf input_datasource should work > > Any solutions? > > Thanks > > -- > ciao > Luca > > http://gis.cri.fmach.it/delucchi/ > www.lucadelu.org > _______________________________________________ > gdal-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/gdal-dev > _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
