This is very country-specific as Interlis is only used in Switzerland, and FME relies on a plugin (Eisenhut) to read/write Interlis-Data.
I have done a lot in Interlis1 (ASCII), which always worked like a charm.
No I am on my first Interlis2 (XML) project, which also worked fine just to this problem.
FeatureTypes and their attributes in Interlis are set by an Interlis Model (*.ili).
In this model there is also set which "attribute" is used to store the geometry per featuretype.
So, e.g. a line in interlis stores its geometry in the attribute "Lage" (which stands for "position" translated in English)
For the Labels, I now have two Classes "InfrastrukturHaltung_Text" and "InfrastrukturKnoten_Text".
For this Label-Classes the defined attribute for geometry is "Textpos" (stands for "textposition").
My problem now is, that after importing these two featuretypes, FME always writes them without the geometry attribute. There is no way I could think of to predefine the geometry-attribute in the workspace
or per featuretype. This information completely relies on the model-file (see attachment).
I tried the deprecated "xtf_geomattr" to tell FME to write the geometry into the right attribute, without any success.
Also funny thing is, that the other FeatureTypes work without any problem.
Any advice? Thx, and best regards, Chris.