Skip to content

Update coordinates #45

@mstoiakevych

Description

@mstoiakevych
  • Update coordinates representation to be like
"coordinates": [
    {
        "x": 1,
        "y": 1
    },
    {
        "x": 2,
        "y": 2
    },
   ...
]

instead of

"coordinates": [
    1, 1,
    2, 2
     ...
]
  • Update the documentation
  • Update tests

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationenhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions