-
Notifications
You must be signed in to change notification settings - Fork 226
Open
Labels
verifyPotential bug, needs a test and possibly a fixPotential bug, needs a test and possibly a fix
Description
Steps to reproduce this issue:
- Create WKT string for polygon with more than 1 hole in it.
- Read WKT string and use toObject method, to create polygon object.
- Use fromObject method with previously created polygon object.
- Write WKT string from previously loaded object.
In result WKT string there should be polygon coordinates, coordinates of first hole and other holes will be "undefined". This is causing problem with disapearing holes.
Metadata
Metadata
Assignees
Labels
verifyPotential bug, needs a test and possibly a fixPotential bug, needs a test and possibly a fix