[Qgis-user] GeoPDF / Map2PDF
Alex Mandel
tech_dev at wildintellect.com
Thu Nov 28 14:03:10 PST 2013
On 11/28/2013 01:43 PM, Chuck Young wrote:
> Is there a way to directly use the data in a GeoPDF created by Map2PDF in
> Qgis? Or maybe a plugin that will read it ????
>
> Thanks!
>
> Chuck
>
>
Yes, it does exist in gdal
http://www.gdal.org/frmt_pdf.html
http://www.gdal.org/ogr/drv_pdf.html
However you may not have a version of gdal built with it.
You probably need gdal > 1.10
ogr2ogr or gdal_translate should be able to pull layers out.
I don't know the status of QGIS directly reading such formats.
Check your supported formats:
ogrinfo --formats
gdalinfo --formats
Thanks,
Alex
More information about the Qgis-user
mailing list