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
_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to