-
Notifications
You must be signed in to change notification settings - Fork 20
1. Mouse position Latitude and Longitude
Al Kissack edited this page Mar 22, 2024
·
5 revisions
This modification simply reports the mouse cursor's lat//long in the top left of the map.
- In index.html add the required DIV element (ref: AK1A)
- In style.css add 2 lines of styling (ref: AK1B)
- In script.js (initialize_map()) add control (ref: AK1C)
- In script.js include range and bearing on control (ref: AK1D)
References, eg: "ref: AK1C" refer to comments in the code that can be searched for to locate the specific changes