Skip to main content
Question

Style points in pdf?

  • August 2, 2017
  • 3 replies
  • 152 views

Is there a possibility to style points in the PDFStyler (scale, color, symbol)? I know I could create buffers around the points to display them in PDF but it seems so awkward to me that you cannot directly manipulate the style of the points.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

danilo_fme
Celebrity
Forum|alt.badge.img+54
  • Celebrity
  • August 2, 2017

Hi @felixderglueckl, i believe the transformer PDFStyler .

If you want to work with style of points / icons , has the custom transformer PDFStyleIcons.


erik_jan
Contributor
Forum|alt.badge.img+26
  • Contributor
  • August 2, 2017

Another option is to rasterize the points and in doing so apply styling using the MapnikRasterizer


danilo_fme
Celebrity
Forum|alt.badge.img+54
  • Celebrity
  • August 2, 2017

Another option is to rasterize the points and in doing so apply styling using the MapnikRasterizer

Perfect @erik_jan. The transformer MapnikRasterizer is powerful :)