Location of PmWiki websites
Add your point below, don't forget to test it after adding it
How to set a marker on the map
- copy and paste one of the above (:gma-point ... :) lines visible in edit mode and update to suit.
- To find your location use google maps.
- Click on "Link to this page", and then click the textbox "Paste HTML to embed in website". This will copy a long string into the clipboard.
- If you now do a paste you'll see something like:
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&hl=en&geocode=&q=princeton,+nj&ie=UTF8&z=14&iwloc=addr&ll=40.35786,-74.654932&output=embed&s=AARTsJrhYLfVOmPF8Oa78-9gZYmtUXTygw"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&hl=en&geocode=&q=princeton,+nj&ie=UTF8&z=14&iwloc=addr&ll=40.35786,-74.654932&source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small>
- The bit you want is ll=40.35786,-74.654932
- Use these numbers as your latitude and longitude (viz lat=40.35786 lon=-74.654932).
- see Cookbook:GoogleMapAPI for more details of the parameters available