-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Geometry supported by ogr2ogr
not supported by gdal-next
#13
Comments
Hmm, that is odd since we support GML in our list of bundled drivers: https://github.com/contra/node-gdal-next/blob/master/deps/libgdal/gyp-formats/ogr_gml.gyp I can look into it - I just read through the driver docs and saw this:
Issue may be that we aren't linking it with libexpat correctly. |
@Ysgorg, I just tried to load your geometry with the latest version of |
When I submitted this ticket I was using version @mmomtchev , I'm not sure what you mean by modifying the code to load JSON. In my use-case I have a large amount of input data and manually rewriting it to JSON is not an option. |
@Ysgorg, I am sorry, in fact I tried loading the JSON. |
I have a GML file which I want to convert to another format. I am able to do this with the
ogr2ogr
tool, but withgdal-next
I get an error when I try to do the same thing.With
ogr2ogr
:With
gdal-next
:I get the following error for the
getGeometry
call:test.gml
has the following content.The text was updated successfully, but these errors were encountered: