Skip to main content

I have an AutoCAD drawing with some polylines and other types of objects
and I converted the whole drawing to KML file.

Text have embedded hyperlink to external AutoCAD sheet sets.

When conversion is completed polylines also contain hyperlink which I do not want/need.

How can polylines be opted out from having embedded hyperlink.

Should I use Tester or GeometryFilter or maybe something else. I do not see polyline option in GeometryFilter , is Line option gonna work?

Thank you

hope-project-index.fmw

 

hope-project-index-map.dwg

 

 

This is my workflow and DWG file

 

 


Yes, the line option in the GeometryFilter will filter out polylines too


If you need the polylines but do not want the hyperlinks coming with them, you can also use a AttributeRemover transformer (and then select 'Lists to remove' to delete the 'autocad_extended_data_list').


Reply