I just grouped the points into the different labels but dont know how to insert the blocks into them points, i tried geometry replacer and feature merger but they didnt work, any idea??
I just grouped the points into the different labels but dont know how to insert the blocks into them points, i tried geometry replacer and feature merger but they didnt work, any idea??
First, i would get a template file. In this empty template file you could have your autocad blocks definitions, so when you are going to load data into the cad file that you are creating, you should have to "play" with "Format Attributes" defined for cad writer.
You can add the info about the template file during the creation of the writer, or you can add this information using the navigator tags.
If you analize these format attributes, you are going to find for example "autocad_block_name". In your workspace, for every point you can use an attibutecreator to create an attribute called autocad_block_name, and give as value the name that your block has in the template file. When your point will be exported to cad file, the program is going to understand that is needed to use the block, instead of the simple point.
I think this solution could solve your problem, i have done similar things, but it is not proved. All this if i have understood well, of course!!! Try it and tell me if i can do anything else.
Best regards
i tried creating attribute for autocad block X,Y coordinanate and then used attributecopier for adding the value from kml point X,Y to autocad block X,Y.
I will try your idea, thanks for helping.
Regards.