Hello.
I´m currently working with a new project where a geotrace is drawn from a sum() calculation as shown below:
I was wondering if there's a way to use the pulldata to get the coordinates from all of the geopoints submitted by the user. So far I've been able to get the loctaion from one entry only.
Thanks!
Put the pulldata inside the repeat then use a join(fieldname) outside the repeat. That will get you a big list.
You will probably want a concat(lat, ", ", long) inside the repeat then a join(concat field, " \n ") or something like that to make it look nice.
I tried your suggestion:
How ever, it only gives one set of coordinates, maybe Im doing something wrong?
As you can see there are 3 vertex and only one coordinate set.
Thanks.
Oh you want a list of all the vertexes of a line? Sorry I have not seen that. It could be a huge list.
Yeah, basically.
I couldn't find an answer on that blog, that's where I got the sum() idea.
Thanks, tho.
I think that the x, y, and concat text fields all need to be in the repeat as well.