Changes between Version 1 and Version 2 of GoogleMapMacro


Ignore:
Timestamp:
Oct 26, 2008, 3:58:37 PM (16 years ago)
Author:
Martin Scharrer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GoogleMapMacro

    v1 v2  
    2525You can check out GoogleMapMacro from [http://trac-hacks.org/svn/googlemapmacro here] using Subversion, or [source:googlemapmacro browse the source] with Trac.
    2626
     27== Installation & Configuration ==
     28
     29Just copy the [http://trac-hacks.org/browser/googlemapmacro/0.11/googlemap.py?format=raw python file] in the `plugin` directory of your trac installation.
     30
     31A different Google Map API key is needed for every web domain which can be [http://code.google.com/apis/maps/signup.html get for free from Google].
     32
     33To enable the macro put the following into your `trac.ini` file, which is located in the `config` directory of your trac installation.
     34You need to restart trac to reread the macro file and the configuration file.
     35
     36{{{
     37[components]
     38googlemap.* = enabled
     39
     40[googlemap]
     41api_key = <Your Google API key (long hex number)>
     42}}}
     43
     44
    2745== Example ==
    2846