Changes between Version 27 and Version 28 of GoogleStaticMapMacro


Ignore:
Timestamp:
Mar 8, 2022, 8:34:19 AM (2 years ago)
Author:
figaro
Comment:

Update link

Legend:

Unmodified
Added
Removed
Modified
  • GoogleStaticMapMacro

    v27 v28  
    66
    77This macro uses the [https://developers.google.com/maps/documentation/staticmaps/intro?csw=1&safe=on Google Map API] to include '''static''' images of maps.
    8 '''Static''' means that it is only an image without any user interaction and not the usual feature-rich dynamic map on http://maps.google.com/. No Javascript is needed to display the map image.
     8'''Static''' means that it is only an image without any user interaction and not the usual feature-rich dynamic map on https://www.google.com/maps. No Javascript is needed to display the map image.
    99
    1010For a dynamic Google map use the GoogleMapMacro.
     
    3535You can check out GoogleStaticMapMacro from [/svn/googlestaticmapmacro here] using Subversion, or [source:googlestaticmapmacro browse the source] with Trac.
    3636
    37 == Installation & Configuration ==#config
     37== Installation
    3838
    3939General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     
    4444[components]
    4545tracgooglestaticmap.* = enabled
     46}}}
    4647
     48== Configuration ==#config
     49
     50To configure this plugin, add the following to your `trac.ini` file:
     51
     52{{{#!ini
    4753[googlestaticmap]
    4854api_key = <Your Google API key (long hex number)>  # not required for API v2