cancel
Showing results for 
Search instead for 
Did you mean: 

Analytic Map how to change route type to dashed lines ? is there any property..

Former Member
0 Kudos

<vbm:Route position="{routePos}"color="rgb(117,148,34)" colorBorder="rgb(255,255,255)" linewidth="3" routetype="Geodesic" click="onClickRoute" contextMenu="onContextMenuRoute"/>

I want to change to dashed line ( data movement from one place to other place )

Accepted Solutions (1)

Accepted Solutions (1)

former_member365727
Active Contributor
0 Kudos

Include the property lineDash

<vbm:Route position="{routePos}"color="rgb(117,148,34)" colorBorder="rgb(255,255,255)" linewidth="3" routetype="Geodesic" click="onClickRoute" contextMenu="onContextMenuRoute" lineDash="10;5"/>
Former Member
0 Kudos

Thanks Srikanth for quick answer.

Hey , is there any other properties instead of line-dash .. ( looking out live data movement kind of property.)

Answers (0)