-
Notifications
You must be signed in to change notification settings - Fork 0
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
cannot read xml file #2
Comments
Hi. can you give me the example xml file's name which has error, then, I'll fix it. |
The example files are on the landxml website from my previous message. Would you be interested in converting the output to GeoJSON format? i.e. just turn the landXML to a GeoJSON file using standard GeoJSON line, polyline, polygon elements (using the same coordinate system used in the input landXML file). We can sponsor you for this work if you are interested. |
Currently, I am developing this project alone as hobby, so I don't have time to test all the example files on the website. There are numerous example files on the website. If you tell us the name of the example file, it will be very helpful in development and saving time. Please note that it is not easy for developers to support all types of LandXML. Moreover, there are many LandXML features that are unnecessary from a user requirements perspective. GeoJSON output is currently not supported (just JSON format I used). In the future, if people start using GeoJSON a lot, I will develop it (not difficult). |
Thanks for the great program. I tried to run the program with some example xml files from http://www.landxml.org/webapps/landxmlsamples.aspx but the output is just [ ] with no errors thrown.
I found another landXML file that yielded a JSON file. Is this a GeoJSON format?
The text was updated successfully, but these errors were encountered: