Changes between Initial Version and Version 1 of GoogleStaticMapMacro


Ignore:
Timestamp:
Oct 24, 2008, 7:07:30 PM (15 years ago)
Author:
Martin Scharrer
Comment:

New hack GoogleStaticMapMacro, created by martin_s

Legend:

Unmodified
Added
Removed
Modified
  • GoogleStaticMapMacro

    v1 v1  
     1= Inserts a static Google Map as image =
     2
     3== Description ==
     4
     5This 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 '`:`'.
     6
     7== Bugs/Feature Requests ==
     8
     9Existing bugs and feature requests for GoogleStaticMapMacro are
     10[report:9?COMPONENT=GoogleStaticMapMacro here].
     11
     12If you have any issues, create a
     13[http://trac-hacks.org/newticket?component=GoogleStaticMapMacro&owner=martin_s new ticket].
     14
     15== Download ==
     16
     17Download the zipped source from [download:googlestaticmapmacro here].
     18
     19== Source ==
     20
     21You can check out GoogleStaticMapMacro from [http://trac-hacks.org/svn/googlestaticmapmacro here] using Subversion, or [source:googlestaticmapmacro browse the source] with Trac.
     22
     23== Example ==
     24
     25{{{
     26[[GoogleStaticMap(center=50.805935:10.349121,zoom=5,size=400x400)]]
     27}}}
     28
     29See http://code.google.com/apis/maps/documentation/staticmaps/#URL_Parameters for all supported arguments.
     30In addition the image title can be set using a 'title' argument.
     31
     32== Recent Changes ==
     33
     34[[ChangeLog(googlestaticmapmacro, 3)]]
     35
     36== Author/Contributors ==
     37
     38'''Author:''' [wiki:martin_s] [[BR]]
     39'''Contributors:'''