Changes between Version 20 and Version 21 of GoogleMapMacro


Ignore:
Timestamp:
Oct 28, 2008, 8:59:07 PM (15 years ago)
Author:
Martin Scharrer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GoogleMapMacro

    v20 v21  
    9898{{{
    9999[[GoogleMap(center=50.0:10.0,zoom=10,size=400x400)]]
     100or
     101[[GoogleMap("50.0:10.0",zoom=10,size=400x400)]]
     102or
     103[[GoogleMap(50.0:10.0,zoom=10,size=400x400)]]
    100104}}}
    101 
    102105=== Using an address ===
    103106Please use semicolons, not commas, as separators in the address.
    104107{{{
    105108[[GoogleMap(address="Street; City; County",zoom=10,size=400x400)]]
    106 }}}
    107109or
    108 {{{
    109110[[GoogleMap("Street; City; County",zoom=10,size=400x400)]]
     111or, if you really want to:
     112[[GoogleMap(Street; City; County,zoom=10,size=400x400)]]
    110113}}}
    111114Please note that the address is converted into coordinates by user-side javascript every time the wiki page is loaded.