You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently method
earth.worldwind.geom.Location.fromString(coordinates: String): Location
parse string36 N 329839E 5581722N
asLocation(latitude=36.0°, longitude=422867.7°)
We need to enhance parsing logic and raise exception in case of incorrect format.
The text was updated successfully, but these errors were encountered: