Select to view content in your preferred language

scale lines on Graphic layer

2098
1
04-27-2016 04:11 AM
AndrewJones1
Emerging Contributor

Is there any way to setup GraphicLayer so it scales lines as the map is zoomed with a WPF control? It looks like the SimpleLineSymbol styled lines stay the same thickness regardless of the zoom level.

Andre

0 Kudos
1 Reply
AnttiKajanus1
Deactivated User

You can check when the MapView's Scale changes and then change the width of the polyline in the renderer.

0 Kudos