Skip to main content
Solved

Writing a feature with multiple geometries

  • June 25, 2013
  • 1 reply
  • 10 views

Forum|alt.badge.img
Hi,

 

   My input feature has 2 attribute (One numeric ID, Geom Point geometry). I found 2 map geometries(Multiline) for ID in db. So after fetching, sql executor generates 2 features as (ID,GEOM,MAP1)  and (ID,GEOM,Map2).

 

 

I used aggregator assuming that it will return me (ID,GEOM,(MAP1+MAP2))

 

and then trying to write into database but failing.

 

 

Please suggest me how to approach this problem?

 

 

Subrat

Best answer by takashi

Hi,

 

 

It's difficult to suppose the failure reason. Could you post the log messages about the failure?

 

 

Takashi
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

takashi
Celebrity
  • Best Answer
  • June 25, 2013
Hi,

 

 

It's difficult to suppose the failure reason. Could you post the log messages about the failure?

 

 

Takashi