Question

How to add label points


Badge

I'm trying to add label points to dissolved polygons and my label point output is far less than the number of dissolved polygons input to the Label Point Replacer. If written to the Inspector the number of label points (~4400) equals the number of inputs but when written to a database the number drops to around 100. Does anyone know what might be the problem and how to fix this?


3 replies

Userlevel 2
Badge +17
Hi @theo

 

Would you be able to provide your log file, sample data, and workspace?
Badge

Debbie,

I've provided that. See your case C137241.

Userlevel 3
Badge +13

Hi @theo The problem is data entanglement, where a geometry format attribute is carried through from the reader to the writer but the geometry (fme_type) has changed and causes a conflict.

WARN  |GeoMedia Writer: Feature with fm0_type `fm0_area' does not match table type `fm0_text'. Feature has been logged and will not be written

We hope to address this problem soon, but until then the work-around is to expose the conflicting format attribute on the reader and remove it with an AttributeRemover.

Reply