[gdal-dev] GSoC weekly report 10. GDAL Networking

2014-07-25 Thread Mikhail Gusev
Hello everyone! This week I've implemented many new methods and classes which I intended: network analysis, C API methods and even two new applications, which use the new functionality. Here is my blog post about it: http://gsoc2014gnm.blogspot.ru/2014/07/week-10-network-analysis-in-gnm.html. At th

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

Re: [gdal-dev] gdal gml driver field type

2014-07-25 Thread Martin Landa
Hi Even, 2014-07-24 21:49 GMT+02:00 Even Rouault : > OGR integers are only 32 bit wide for now. There's a draft RFC about > introducing 64 bit integers. Pending from being complemented and implemented. ah, I thought that `width` for integers has some effect. > In the meantime, you will have to