Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LineString and Point have no coordinates #1

Open
ivopavlik opened this issue Jun 11, 2015 · 1 comment
Open

LineString and Point have no coordinates #1

ivopavlik opened this issue Jun 11, 2015 · 1 comment

Comments

@ivopavlik
Copy link

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.

@bsimser
Copy link
Owner

bsimser commented Aug 17, 2016

Thanks for the comment. I do apologize as the library was really put together quickly for a specific purpose but I need to get back to updating it to support all types. I'll make note of this and we'll look at getting it into an update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants