Skip to main content
Question

How to add label points

  • June 6, 2018
  • 3 replies
  • 138 views

theo
Participant
Forum|alt.badge.img+1
  • Participant
  • 3 replies

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?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

debbiatsafe
Safer
Forum|alt.badge.img+21
  • Safer
  • 648 replies
  • June 7, 2018
Hi @theo

 

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

theo
Participant
Forum|alt.badge.img+1
  • Author
  • Participant
  • 3 replies
  • June 7, 2018

Debbie,

I've provided that. See your case C137241.


fmelizard
Safer
Forum|alt.badge.img+20
  • Safer
  • 3719 replies
  • June 12, 2018

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.