Question

Converting OSM to DGN with the same colors ????


Badge +13

Could I convert open street map to dgn file with the same color as maps .

I would like to extract only one polygon from OSM to dgn file with the same color as map .

How could I achieve that ?

Fme 2018

Thanks in advance

 


3 replies

Badge +20

OSM in a collection of vectors with styles assigned on the browser side.

You can extract features from OSM and set color manually via DGNStyler.

Badge +13

OSM in a collection of vectors with styles assigned on the browser side.

You can extract features from OSM and set color manually via DGNStyler.

Is it possible to extract the color in any attribute from maps then use the color later again in dgn writer .

Bcs I have different polygons and each has his specified colors.,river ,streets,bridges ,etc .

I want to do it automatically ,if there is a method ,I will be thankful

Badge +20

Is it possible to extract the color in any attribute from maps then use the color later again in dgn writer .

Bcs I have different polygons and each has his specified colors.,river ,streets,bridges ,etc .

I want to do it automatically ,if there is a method ,I will be thankful

I suppose there are repositories with styles for different views of OSM.

If your polygons already have color you can translate fme_color (use AttributeExposer) to the color system used in DGN files via DGNStyler.

Reply