Re: [gdal-dev] Issue with OGR Brush Styling for PDF Generation

2024-01-15 Thread Mandeep Singh via gdal-dev
Thanks Even. Unfortunately i can't use these engines as i am trying to build it independently. Is there any way using GDAL i can convert a polygon shape file to a patterned area like ogr-brush5 ? Which can then be added on PDF as a vector/raster ? Regards Mandeep On Fri, Jan 12, 2024 at 9:38 

Re: [gdal-dev] Issue with OGR Brush Styling for PDF Generation

2024-01-12 Thread Even Rouault via gdal-dev
Hi, as documented in https://gdal.org/drivers/vector/pdf.html#feature-style-support, styling support in the PDF driver is very limited, and doesn't include the brush type. For things not supported, you'd better use a more advanced rendering engine that can output PDF, like QGIS or MapServer

[gdal-dev] Issue with OGR Brush Styling for PDF Generation

2024-01-12 Thread Mandeep Singh via gdal-dev
Hi, I am facing challenges in using the OGR Brush symbols for PDF generation and only the default styling seems to be working. It seems the id:"ogr-brush-n" is not considered. [image: image.png] GDAL version is 3.2.2 Can anyone provide any feedback ? Regards Mandeep ___