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

Make coordinates recorded during drawing conform to geojson #30

Closed
defiantgoat opened this issue Jan 12, 2017 · 1 comment
Closed

Make coordinates recorded during drawing conform to geojson #30

defiantgoat opened this issue Jan 12, 2017 · 1 comment

Comments

@defiantgoat
Copy link
Contributor

Currently, when a user draws on the map the coordinates are stored in an ad hoc application only type of array structure. Would be good to revise this to match a geojson spec so that it geometry can be saved out later for use in other scenarios if necessary.

@defiantgoat
Copy link
Contributor Author

QML Map Polyline looks for an array of objects with latitude and longitude property names, so this doesn't actually make sense to do. However, the application could have a function that outputs geojson from a drawn extent or polyline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant