Implement Mercator projection #10

Merged
paul merged 3 commits from 9-implement-mercator-projection into main 2022-02-18 23:04:08 +01:00
Owner

Implement map projection using reference points

  • Add helper methods to Position that calculate lat/lon in radians
  • Use the Mercator projection to get the image coordinates
  • Fix errors in the reference points
  • Hook up the map projection in the map debug handler
  • Change how the resulting coordinate is marked on the map (2 line guides instead of a square)
  • Tweak documentation

This closes #9.

Implement map projection using reference points * Add helper methods to `Position` that calculate lat/lon in radians * Use the Mercator projection to get the image coordinates * Fix errors in the reference points * Hook up the map projection in the map debug handler * Change how the resulting coordinate is marked on the map (2 line guides instead of a square) * Tweak documentation This closes #9.
paul added 3 commits 2022-02-18 23:03:41 +01:00
4b80121187 Implement map projection using reference points
* Use the Mercator projection to get the image coordinates
* Fix errors in the reference points
* Tweak documentation
7895b5afc9 Hook up the map projection in the map debug handler
Also change how the resulting coordinate is marked on the map
(2 line guides instead of a square).
paul merged commit ac9576defa into main 2022-02-18 23:04:08 +01:00
paul deleted branch 9-implement-mercator-projection 2022-02-18 23:04:09 +01:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: paul/sinoptik#10
No description provided.