Create Shape Editor

The Create Shape Editor is used to manually insert, delete or modify individual shape vertices. The “Parts” list contains a list of the parts within the shape (multipart shapes only). The “Part Vertices” list contains the X and Y coordinates of the vertices for the selected part.

Add: Add a new vertic
Insert: Insert a new vertic above the selected vertic
Delete: Remove the selected vertic

Import: Import a list of vertices from a csv file to the selected part
Export: Export the vertices to a csv file from the selected part

Import/Export fileformat

X;Y
567000;6210000
577000;6220000
.
.
.