Skip to main content
Solved

MAPNIK Rasterizer giving unexpected output

  • July 11, 2020
  • 3 replies
  • 15 views

boubcher
Contributor
Forum|alt.badge.img+11

Hello There

running a simple workspace with Mapnik, the input is a line but I am getting box, no idea why

 

 

 

Best answer by fme-phile

Hi @boubcher

Check your input dataset and If in degrees, you will need to change your Cell spacing to reflect this. try changing your cell size to 0.001

 

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

fme-phile
Forum|alt.badge.img+1
  • 18 replies
  • Best Answer
  • July 12, 2020

Hi @boubcher

Check your input dataset and If in degrees, you will need to change your Cell spacing to reflect this. try changing your cell size to 0.001

 


jdh
Contributor
Forum|alt.badge.img+37
  • Contributor
  • 2002 replies
  • July 13, 2020

At a guess your line width of 28 pixels is completely overwhelming the geometry.

 

 

Your cell spacing is 2, what projection is your data in, and how many pixels does the line feature correspond to in the output map?

boubcher
Contributor
Forum|alt.badge.img+11
  • Author
  • Contributor
  • 212 replies
  • July 14, 2020

Thanks Guys