Can any one help me ? thanks in advance.
Can any one help me ? thanks in advance.
But 2010,2013 version display the text affined correctly with the rest of the objects.
you should remove autocad_alignment_x and autocad_alignment_y, prior to the reprojection.
This problem is described in PR #48657 asking to improve CsmapReprojector functionality.
I removed autocad_alignment_x and autocad_alignment_y, prior to the affiner transformer ,but the text error is still here.
except text , all other lines ,points,.blocks etc are transformed to the correct position . my source features position is about 1000 kilometers far away from the destination position. why the texts remained unchanged?
Maybe u can extract the textpointlocation in FME prior to the affine operation and then after the affineoperation reasign it to autocad text?
I cant test it as i have no Aucad 2008 alas.
tri to value following format attributes:
autocad_text_x_pos
autocad_text_y_pos
with AttributeReprojector transformer.
Though I don't have that problkem ...
the text remained unchanged.
any help appreciated.
Did you solve you problem?
I have the same problem with text. I've tried AttributeReprojector, CsMapReprojector, Reprojector...
My text have Justify "midle center" and when I change to "Left" ( previous in the autocad), works.
Then I put again the Justify for all text to "mildle center" (again in the autocad)
This is enough for one file but I have 250!
There is another way??
thanks