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

Made Coordinate a slice #10

Merged
merged 1 commit into from
Jan 23, 2017
Merged

Made Coordinate a slice #10

merged 1 commit into from
Jan 23, 2017

Conversation

dsoprea
Copy link
Contributor

@dsoprea dsoprea commented Dec 30, 2016

The GeoJSON "coordinate" is just an array whose definition depends on the CRS (coordinate reference system). The Coordinate type that is used to express coordinates only supports two elements. I changed it to be a slice.

I chiefly just wanted to have altitudes (GeoJSON defaults to the WGS84 datum as the CRS, which supports altitudes).

@kpawlik kpawlik merged commit 98b60f9 into kpawlik:master Jan 23, 2017
@dsoprea
Copy link
Contributor Author

dsoprea commented Jan 23, 2017

Thank you.

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

Successfully merging this pull request may close these issues.

2 participants