Changes between Version 4 and Version 5 of GoogleStaticMapMacro


Ignore:
Timestamp:
Oct 24, 2008, 7:36:50 PM (16 years ago)
Author:
Martin Scharrer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GoogleStaticMapMacro

    v4 v5  
    33== Description ==
    44
    5 This macro uses the [http://code.google.com/apis/maps/documentation/staticmaps/ Google Map API] to include static images of maps. At the moment the map location must be given in geographic coordinates, not as address, which must be separated by an colon '`:`'.
     5This macro uses the [http://code.google.com/apis/maps/documentation/staticmaps/ Google Map API] to include '''static''' images of maps.
     6'''Static''' means that is is only a simple image without any user interaction not the usual feature-rich dynamic map on http://maps.google.com/. The positive side is that no javascript is needed to display the map image.
    67
    78== Bugs/Feature Requests ==
     
    4849
    4950See http://code.google.com/apis/maps/documentation/staticmaps/#URL_Parameters for all supported arguments.
    50 In addition the image title can be set using a 'title' argument.
     51In addition the image title can be set using a `title` argument.
     52
     53The map location must be given in geographic coordinates, not as address.
     54Please note that the format `center=X:Y` must be used, not `center=X,Y` as described in the above web site, because if the way trac parses the macro.
     55
    5156
    5257== Recent Changes ==