Re: [gdal-dev] GeoPDF

2016-05-18 Thread Luca Delucchi
On 18 May 2016 at 18:30, Frank Broniewski wrote: > Hi Luca, Hi Frank, >> >> I developed a plugin for QGIS to export layers (vector and raster) to >> geospatial PDF using GDAL library. >> I'm waiting the authorization from the customer to publish it in the >> plugin repository. > > this sounds in

Re: [gdal-dev] Configuring GDAL 1.11.1 to use GEOS

2016-05-18 Thread William Kelly Magee
Ari, Thank you for the response. Correct, I had not run "make install" on GEOS. Since I am building GDAL without installing, I wanted to build GEOS the same. This evidently results in GDAL not finding GEOS. Running "make install" on GEOS, prior to building GDAL, correctly identifies GEOS s

[gdal-dev] Please check your trac settings for email notifications

2016-05-18 Thread Even Rouault
Hi, It seems there's currently an issue with email notifications. At least I got the issue with my account with my email being wiped up from http://trac.osgeo.org/gdal/prefs You might want to check yours and update if needed (but from https://trac.osgeo.org/osgeo/ticket/1671 it seems it might e

Re: [gdal-dev] GeoPDF

2016-05-18 Thread Frank Broniewski
Hi Luca, I developed a plugin for QGIS to export layers (vector and raster) to geospatial PDF using GDAL library. I'm waiting the authorization from the customer to publish it in the plugin repository. this sounds interesting. But your plugin cannot save a map composition with legend, neatline a

Re: [gdal-dev] GeoPDF

2016-05-18 Thread Frank Broniewski
Hi Even, Am 18.05.2016 um 17:10 schrieb Even Rouault: Sure. There are 2 specifications mentionned in http://gdal.org/frmt_pdf.html : - Adobe Supplement to ISO 32000: http://www.adobe.com/devnet/acrobat/pdfs/adobe_supplement_iso32000.pdf - OGC GeoPDF Encoding Best Practice Version 2.2 (08-139r3)

Re: [gdal-dev] GeoPDF

2016-05-18 Thread Luca Delucchi
On 18 May 2016 at 16:50, Frank Broniewski wrote: > Hi, > Hi, > I want to turn my QGIS map composer PDF into a GeoPDF or a geospatial PDF. I developed a plugin for QGIS to export layers (vector and raster) to geospatial PDF using GDAL library. I'm waiting the authorization from the customer to p

Re: [gdal-dev] GeoPDF

2016-05-18 Thread Even Rouault
Le mercredi 18 mai 2016 16:50:03, Frank Broniewski a écrit : > Hi, > > I want to turn my QGIS map composer PDF into a GeoPDF or a geospatial > PDF. Unfortunately that is not supported, just on a per layer basis from > within the main program. I could export my map to TIFF with a world file > and u

[gdal-dev] GeoPDF

2016-05-18 Thread Frank Broniewski
Hi, I want to turn my QGIS map composer PDF into a GeoPDF or a geospatial PDF. Unfortunately that is not supported, just on a per layer basis from within the main program. I could export my map to TIFF with a world file and use GDAL on that, but I'd like to maintain the vectors and text in th

Re: [gdal-dev] ogr geojson columns that start with null converted to string

2016-05-18 Thread Raluca
wow, great, thank you! -- View this message in context: http://osgeo-org.1560.x6.nabble.com/ogr-geojson-columns-that-start-with-null-converted-to-string-tp5266960p5266978.html Sent from the GDAL - Dev mailing list archive at Nabble.com. ___ gdal-dev m

Re: [gdal-dev] ogr geojson columns that start with null converted to string

2016-05-18 Thread Even Rouault
Le mercredi 18 mai 2016 14:06:08, Raluca a écrit : > Hi, > > At the moment the geojson reader automatically converts an attribute where > the first feature is null to string. Is it possible to check values also > from the next features and based on that to set the type of the column? > Hi, I've

[gdal-dev] ogr geojson columns that start with null converted to string

2016-05-18 Thread Raluca
Hi, At the moment the geojson reader automatically converts an attribute where the first feature is null to string. Is it possible to check values also from the next features and based on that to set the type of the column? For example for the following geojson the type of int_prop2 and dbl_prop1