-
Notifications
You must be signed in to change notification settings - Fork 22
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
LatLngAlt as default #17
Comments
I think it would make sense to add a One other change that we probably should do to play-geojson is support reading |
Ok, grab the code for LatLngAlt and add |
correction, add case Seq(lng, lat, alt) => LatLng(lat, lng) |
I'm starting to write a simple app to convert Kml to GeoJSON using the play-geojson library.
See https://github.com/workingDog/kmlToGeojson.
Given that the WGS84 as a CRS references the ellipsoid,
would it make sense to have the LatLng be a LatLngAlt with the altitude as an option as I did in my app?
At the moment the altitude cannot be set with just LatLng.
PS
The SphericalMercator in the readme.md shows Ints not Doubles and the installation instruction shows "com.typesafe.play.extras" %% "play-geojson" % "1.2.0"
The text was updated successfully, but these errors were encountered: