Re: [gdal-dev] ogr2ogr PDF

2020-12-29 Thread snorimaps
Hi Paul Did you manage to solve this issue, I'm also unable to output a dash pattern to PDF, it's always a solid line no matter what pattern I choose. I also found several other PDF styling options not working: - dash patterns for Linestrings - LABEL option for Linestrings - angle (a:) option fo

Re: [gdal-dev] ogr2ogr PDF

2019-11-15 Thread paul.malm
ddelande- Från: gdal-dev [mailto:gdal-dev-boun...@lists.osgeo.org] För Stephen Woodbridge Skickat: den 14 november 2019 16:44 Till: gdal-dev@lists.osgeo.org Ämne: Re: [gdal-dev] ogr2ogr PDF Paul, Your issue might be one of scale. You have specified units in px try changing it to pt. (units (g

Re: [gdal-dev] ogr2ogr PDF

2019-11-14 Thread Stephen Woodbridge
to:gdal-dev-boun...@lists.osgeo.org] För jratike80 Skickat: den 13 november 2019 16:35 Till: gdal-dev@lists.osgeo.org Ämne: Re: [gdal-dev] ogr2ogr PDF Hi, What is supported is documented in a table in https://gdal.org/drivers/raster/pdf.html. For PEN only these options are supported: color (c); w

Re: [gdal-dev] ogr2ogr PDF

2019-11-13 Thread paul.malm
6:35 Till: gdal-dev@lists.osgeo.org Ämne: Re: [gdal-dev] ogr2ogr PDF Hi, What is supported is documented in a table in https://gdal.org/drivers/raster/pdf.html. For PEN only these options are supported: color (c); width (w); dash pattern (p). So why, you know, nobody has implemented it yet.

Re: [gdal-dev] ogr2ogr PDF

2019-11-13 Thread jratike80
Hi, What is supported is documented in a table in https://gdal.org/drivers/raster/pdf.html. For PEN only these options are supported: color (c); width (w); dash pattern (p). So why, you know, nobody has implemented it yet. Meanwhile you can do something with dash pattern, or edit the PDF with som

Re: [gdal-dev] ogr2ogr PDF

2019-11-13 Thread paul.malm
AIM) Kopia: gdal-dev@lists.osgeo.org Ämne: Re: [gdal-dev] ogr2ogr PDF Hi Paul, ogr2ogr usually doesn't care much about styling, unless you use ogr feature styles: https://svn.osgeo.org/gdal/trunk/gdal/ogr/ogr_feature_style.html Or you use QGIS 3.10* which has a nice GeoPDF export built in. But

Re: [gdal-dev] ogr2ogr PDF

2019-11-11 Thread Jürgen E . Fischer
On Mon, 11. Nov 2019 at 10:18:47 -0700, Helmut Kudrnovsky wrote: > >*Disclaimer: QGIS 3.10 must be compiled with GDAL >= 3.0 and proj6, which as > far as I know is currently >not the case for QGIS Windows standalone builds. > See also https://gis.stackexchange.com/questions > >/340030/create-geospa

Re: [gdal-dev] ogr2ogr PDF

2019-11-11 Thread Helmut Kudrnovsky
>*Disclaimer: QGIS 3.10 must be compiled with GDAL >= 3.0 and proj6, which as far as I know is currently >not the case for QGIS Windows standalone builds. See also https://gis.stackexchange.com/questions >/340030/create-geospatial-pdf-geopdf-is-greyed-out-in-pdf-export-options-in-qgis-3-10 OSGeoW

Re: [gdal-dev] ogr2ogr PDF

2019-11-11 Thread paul.malm
Thanks Andreas and Jukka!! -Gurus! /Paul -Ursprungligt meddelande- Från: gdal-dev [mailto:gdal-dev-boun...@lists.osgeo.org] För jratike80 Skickat: den 11 november 2019 09:13 Till: gdal-dev@lists.osgeo.org Ämne: Re: [gdal-dev] ogr2ogr PDF Hi, You must add a field named "ogr_style&

Re: [gdal-dev] ogr2ogr PDF

2019-11-11 Thread Andreas Neumann
[mailto:a.neum...@carto.net] Skickat: den 11 november 2019 08:35 Till: Malm, Paul (Operations AIM) Kopia: gdal-dev@lists.osgeo.org Ämne: Re: [gdal-dev] ogr2ogr PDF Hi Paul, ogr2ogr usually doesn't care much about styling, unless you use ogr feature styles: https://svn.osgeo.org

Re: [gdal-dev] ogr2ogr PDF

2019-11-11 Thread jratike80
Hi, You must add a field named "ogr_style" into your PostGIS table and fill it with the style definition strings. You can see some examples in http://latuviitta.org/documents/Geospatial_PDF_maps_from_OSM_with_GDAL.pdf. In simple cases as you may have it can be easier to add the styles on-the-fly

Re: [gdal-dev] ogr2ogr PDF

2019-11-10 Thread paul.malm
-dev@lists.osgeo.org Ämne: Re: [gdal-dev] ogr2ogr PDF Hi Paul, ogr2ogr usually doesn't care much about styling, unless you use ogr feature styles: https://svn.osgeo.org/gdal/trunk/gdal/ogr/ogr_feature_style.html Or you use QGIS 3.10* which has a nice GeoPDF export built in. But if you wan

Re: [gdal-dev] ogr2ogr PDF

2019-11-10 Thread Andreas Neumann
Hi Paul, ogr2ogr usually doesn't care much about styling, unless you use ogr feature styles: https://svn.osgeo.org/gdal/trunk/gdal/ogr/ogr_feature_style.html Or you use QGIS 3.10* which has a nice GeoPDF export built in. But if you want to automate things, I understand that the automated so

[gdal-dev] ogr2ogr PDF

2019-11-10 Thread paul.malm
Hi list, I have a question on how to export a PDF file from PostGIS with a color on the lines instead of the default black lines. I have searched on the internet but have not reached all the way... I have 2 tables that I would like to export into test.pdf (rivers and roads) ogr2ogr -f "PDF" c:\Te