I am tryintg rasterize one dwg. I am using this scheme that can be seen on screenshot but unfortunately I am getting blank result. Does anybody have an idea what could be the problem?
We would need to see the settings on your MapnikRasterizer. Though I am curious why you have a Tester with both ports going to the same GeometryCoercer.
We would need to see the settings on your MapnikRasterizer. Though I am curious why you have a Tester with both ports going to the same GeometryCoercer.
Here it is. I forgot to disable and delete tester because I was trying to find a solution but it didn't work.
Do you need an alpha channel?
Are you aware that the layers will be rendered in the order of the table? So potentially the points could be overwritten by the lines and polygons (not that there are any currently connected).
What style settings do you have on the Point?
Do you need an alpha channel?
Are you aware that the layers will be rendered in the order of the table? So potentially the points could be overwritten by the lines and polygons (not that there are any currently connected).
What style settings do you have on the Point?
Do You have an idea what could be the problem?
Do You have an idea what could be the problem?
Here is small area example and also my workbench.
So a lot of your fme_color attributes are set to 0,0,0 so they are being drawn as black, and indistinguishable from the background.
You also have a stray point in the upper right corner of your universe, which will cause the majority of the features to be less than 1 pixel in size when your ground extents are "use inputs"
So a lot of your fme_color attributes are set to 0,0,0 so they are being drawn as black, and indistinguishable from the background.
You also have a stray point in the upper right corner of your universe, which will cause the majority of the features to be less than 1 pixel in size when your ground extents are "use inputs"
Use a background colour other than black, or change the feature fme_color to not be black.
Use a background colour other than black, or change the feature fme_color to not be black.
@maliodpalube
You have objects spread all over the place in the acad.
If you use groundextent it will create a extent with objects far apart.
I removed for instance D_TACKE_KOTE and then extracted bounds using BoundsExtractor after aggregating. Then deaggregate.
Used Specify ground extents to create the Raster.
Now u see the objects, but still somewhat small, because there are some remote (but less then with
D_TACKE_KOTE)
Best to clean you DWG first, or use tester to or bounding box to select the objects u want.
@maliodpalube
some pics
after removing far away objects..
after boundingobx..
@maliodpalube
You have objects spread all over the place in the acad.
If you use groundextent it will create a extent with objects far apart.
I removed for instance D_TACKE_KOTE and then extracted bounds using BoundsExtractor after aggregating. Then deaggregate.
Used Specify ground extents to create the Raster.
Now u see the objects, but still somewhat small, because there are some remote (but less then with
D_TACKE_KOTE)
Best to clean you DWG first, or use tester to or bounding box to select the objects u want.
Hi,
Could you please check the workbench attached.
Place one rectangle in AutoCAD by covering all the features
Pratap