Solved

SHP to Raster

  • 20 February 2018
  • 1 reply
  • 2 views

Badge

Hello,

 

I am trying to make a raster from two SHP files. It is a bit specific so I would like to ask you if maybe somebody has any good idea what is the best idea how to solve this.

 

 

I am having two input Shape files that have multiple attributes. In one file, I first want to take only two classes from one attribute (ROADS: Motorway and Residential) and give them specific thickness, all the others can be normal width. (I was wondering if the best way to solve it is Tester ---> AttributeCreator).

After that, I would like to prepare that for printing. Best way would probably be transforming it to raster. (MapnikRasterizer???) I would need to specify the window that I want to be printed and I know that it can be done with MapnikRasterizer.

 

I am looking forward to all good ideas and suggestions how to solve this.

Thank you all in advance!

icon

Best answer by owen 20 February 2018, 13:00

View original

1 reply

Badge +1

Hello. you can do all this just with the mapnikrasterizer, but using a conditional value for your roads layer. Eg if classifcation = motorway set colour to blue, etc

Reply