Dynamic Lines on Map, possible?

How can we create lines on map dynamicaly?

If all of the points are supposed to be connected, you should consider using a Polygon.

blocks

1 Like

No, the lines starting and ending in different directions and each of them are separeted from the others.

You probably need to use something like this:

but this example is not working for me.

It looks good, but bad news, I am just on the way to work :frowning: When I come back, i will try it. Thanks

Got it working:

This is a draggable block (click on it once, then click and hold, and drag to your blocks editor)

1 Like

You can make up a procedure for reuse:

Forgot to mention, you will need to add a linestring at design time so that you can access the anyComponent block. You can make the design time linestring not visible if not required.

4 Likes

Very good. I can't wait to try it. Thanks everyone.

If you have a Map component on your Screen it is not necessary to place a LineScreen to get access to the LineScreen any component. :wink:

Your example 'works' with out manually placing a LineStrint1. :grinning:

1 Like

Yes, it run very good, it is genial. Thank you very much.

(added to FAQ)

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.