Solved

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

  • 19 September 2016
  • 1 reply
  • 1 view

Userlevel 4
Badge +13

icon

Best answer by fmelizard 14 January 2017, 01:00

View original

1 reply

Userlevel 4
Badge +13

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.

Reply