-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
todoA feature that has been specified, but not yet implementedA feature that has been specified, but not yet implemented
Description
yFromLat()
should clamp latitudes that all outside the valid Mercator range (+/- 85 latitude).
Clarify: What should happen to invalid latitudes (beyond +/-90)? Clamp them or throw exception?
Should also introduce yFromLatUnclamped()
for performance reasons for callers that guarantee that latitudes fall within the Mercator range.
Related to #86, clarisma/gol-tool#112
Metadata
Metadata
Assignees
Labels
todoA feature that has been specified, but not yet implementedA feature that has been specified, but not yet implemented