How to remove Dots from the Start and End points of a line in MAPSUI

245 views Asked by At

There's a line in mentioned picture which has a dot at both endpoints. Referring to the issue https://github.com/Mapsui/Mapsui/issues/956 , it only works for point feature. However if we draw shapes like line, polygons, these dots appear on end points of vertices/lines and are not removed by using Layer.style= null. Source code is used from the following branch https://github.com/Mapsui/Mapsui/tree/master/Samples/Mapsui.Samples.Wpf.Editing/Editing The code for this line is "if else" in the method Addvertex present in Editmanager.csClick for view the problem in screenshot

1

There are 1 answers

0
pauldendulk On

In the editing sample those dots were added on purpose because they can be dragged and added and deleted. I don't know by heart which style layer this is and do not have to code at hand. You should be able to find it if you search for Style or Styles in the Mapsui.Samples.Wpf.Editing project.