Skip to content

LineString and Point have no coordinates #1

@ivopavlik

Description

@ivopavlik

Hello,

thank you very much for library, it is very helpful. Unfortunately I have problems with converting LineString and Points, where LineString has only one point with [0,0,0] coordinates and Point has no coordinates.

Sample output:
{
"type": "Feature",
"geometry": {
"coordinates": [
[
0.0,
0.0,
0.0
]
],
"type": "LineString"
},
"properties": {
"name": "Building 43"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point"
},
"properties": {
"name": "Test"
}
}

Ivo.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions