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.
Steps to reproduce this issue:
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.