You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
The text was updated successfully, but these errors were encountered: