Skip to main content
Solved

I have an annotation border in my file geodatabase, how do I write it to a new file geodatabase with FME?

  • September 19, 2016
  • 1 reply
  • 22 views

fmelizard
Safer
Forum|alt.badge.img+21

Best answer by fmelizard

We currently have no support for writing borders around annotations but if they occur in the source data and need to simply be written to another geodatabase, you can remove all geodb_text_leader* and geodb_text_lc* attributes using BulkAttributeRemover transformers. You will also need to set the

geodb_allow_symbol_overrides format attribute to false using an AttributeCreator transformer.

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.

1 reply

fmelizard
Safer
Forum|alt.badge.img+21
  • Author
  • Safer
  • Best Answer
  • January 14, 2017

We currently have no support for writing borders around annotations but if they occur in the source data and need to simply be written to another geodatabase, you can remove all geodb_text_leader* and geodb_text_lc* attributes using BulkAttributeRemover transformers. You will also need to set the

geodb_allow_symbol_overrides format attribute to false using an AttributeCreator transformer.