Skip to content

Bug with write method (converting object to WKT) #146

@garbarczykfilip

Description

@garbarczykfilip

Steps to reproduce this issue:

  1. Create WKT string for polygon with more than 1 hole in it.
  2. Read WKT string and use toObject method, to create polygon object.
  3. Use fromObject method with previously created polygon object.
  4. 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

No one assigned

    Labels

    verifyPotential bug, needs a test and possibly a fix

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions