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

other file formats #3

Closed
incanus opened this issue Dec 16, 2013 · 8 comments
Closed

other file formats #3

incanus opened this issue Dec 16, 2013 · 8 comments

Comments

@incanus
Copy link
Contributor

incanus commented Dec 16, 2013

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.

@tmcw
Copy link

tmcw commented Dec 16, 2013

Right now the URL api is somewhat limited, and I'm not sure whether I should break the assumption that it expects GeoJSON.

@incanus
Copy link
Contributor Author

incanus commented Dec 17, 2013

@incanus
Copy link
Contributor Author

incanus commented Dec 17, 2013

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 togeojson magic locally. Would help with App Store #9 too to not have to shell out.

@incanus
Copy link
Contributor Author

incanus commented Dec 17, 2013

Above doesn't help. Explored calling various geojson.io code via JavaScriptCore but not workable. Probably will have to just ship command-line togeojson unless a real upload API takes shape.

@incanus
Copy link
Contributor Author

incanus commented Dec 18, 2013

Command-line togeojson is also going to require node being shipped with the app.

Looked into possibilities for DOM parsing within JavaScriptCore in order to pass documents to toGeoJSON.kml() and toGeoJSON.gpx() but no dice.

@tmcw
Copy link

tmcw commented Dec 18, 2013

Eh, I'll just implement conversion in the URL api

@incanus
Copy link
Contributor Author

incanus commented Dec 18, 2013

Awesome, that'd be great.

@incanus
Copy link
Contributor Author

incanus commented Dec 19, 2013

Punting on this for now. Defer to website version.

@incanus incanus closed this as completed Dec 19, 2013
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