Re: [gdal-dev] creation of Geospatial PDF

2014-07-25 Thread Jukka Rahkonen
Even Rouault mines-paris.org> writes: > > ogr2ogr -f PDF trentino.pdf zps_trento.shp grafo.shp > > FAILURE: Couldn't fetch requested layer 'grafo.shp'! > > That's an invalid syntax for ogr2ogr. Only accept one only datasource. > In your example you could just move the 2 shapefiles into a new di

Re: [gdal-dev] creation of Geospatial PDF

2014-07-25 Thread Even Rouault
Selon Luca Delucchi : > On 25 July 2014 15:23, Even Rouault wrote: > > > >> 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 ? > > > > - first attemp

Re: [gdal-dev] creation of Geospatial PDF

2014-07-25 Thread Luca Delucchi
On 25 July 2014 15:23, Even Rouault wrote: > >> 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 ? > - first attempt ogr2ogr -f PDF trentino.pdf zps_trento.shp grafo.sh

Re: [gdal-dev] creation of Geospatial PDF

2014-07-25 Thread Even Rouault
> 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 t

[gdal-dev] creation of Geospatial PDF

2014-07-25 Thread Luca Delucchi
Hi all, I would like to create a Geospatial PDF with several vectors, is it possible? I tried with ogr2ogr but it failed, 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 t