How to make a map if you DON'T have coordinates or precise coordinates are not required
Click on the page you want to insert the map into. Click "Edit", to edit that page. Once on the edit page, click "Make Map", near the top. This will bring up the wizard to make a map, which you then cut and paste into the page! Easy!
How to make a map if you have Lat and Long coordinates
This came about from the constant need to convert coordinates in the degrees format to the radians format used by Google Maps API. Examples of accepted formats:
050 32.11N
050 032.11N
50 032.11E
050 32.11w
For the "Lat and Long" box, as above but concatenated, Lat first. e.g. 050 32.11N 021 13.010W
Input
Lat:
Long:
OR
Lat and Long:
Output (Click on "Generate!" above and paste this into the page to get the map!)
<googlemap lat="
" lon="
" type="hybrid" zoom="14" width="550" height="300" scale="no" selector="yes" controls="large"> </googlemap>