-
Notifications
You must be signed in to change notification settings - Fork 3
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
other file formats #3
Comments
Right now the URL api is somewhat limited, and I'm not sure whether I should break the assumption that it expects GeoJSON. |
Huh this is gonna be fun. |
Thinking out loud: maybe we should just use the gist API to create a private, anonymous gist and then pass that to geojson.io instead of doing |
Above doesn't help. Explored calling various |
Command-line Looked into possibilities for DOM parsing within JavaScriptCore in order to pass documents to |
Eh, I'll just implement conversion in the URL api |
Awesome, that'd be great. |
Punting on this for now. Defer to website version. |
Support the whole complement of file types that geojson.io can handle.
Will probably rely on #1 file picker to avoid nasty long data URIs.
The text was updated successfully, but these errors were encountered: