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 Location parsing from String more strict #65

Open
ComBatVision opened this issue May 27, 2024 · 0 comments
Open

Make Location parsing from String more strict #65

ComBatVision opened this issue May 27, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ComBatVision
Copy link
Member

ComBatVision commented May 27, 2024

Currently method earth.worldwind.geom.Location.fromString(coordinates: String): Location parse string 36 N 329839E 5581722N as Location(latitude=36.0°, longitude=422867.7°)

We need to enhance parsing logic and raise exception in case of incorrect format.

@ComBatVision ComBatVision added enhancement New feature or request good first issue Good for newcomers labels May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant