Skip to main content

I have table of polygon from PostgreSQL and i would to transform polygon to autocad so
i use fme desktop to generate autocad but when generate autocad i don't get polygon of the pacelle i get just point of the polygon
PostgreSQL

fme

autocad

help me please

Hi

The problem in your case could be that you have more than one geometry attribute.

Benjamin


can you share the data?


I propose you to read the database as postgres reader instead with postgis reader. This way you have all the geometry attributes visible in the reader dataset. Then you can add a GeometryReplacer and pick the right geometry attribute. Geometry encoding normally is 'Hex Encoded OGC Well Known Binary'.


thanks

 

 


Reply