Changes between Version 25 and Version 26 of GoogleMapMacro


Ignore:
Timestamp:
Nov 2, 2008, 5:17:08 PM (15 years ago)
Author:
Martin Scharrer
Comment:

Updated description for new packaged version.

Legend:

Unmodified
Added
Removed
Modified
  • GoogleMapMacro

    v25 v26  
    66
    77For javascript-less static maps use the similar GoogleStaticMapMacro.
    8 
    9 '''Please note that this is an alpha version which still lacks some functionality.'''
    108
    119Multiple Google Maps on the same wiki page are actively supported.
     
    3432
    3533
    36 == Installation & Configuration ==#config
    37 
    38 Just copy the [http://trac-hacks.org/browser/googlemapmacro/0.11/googlemap.py?format=raw python file] in the `plugin` directory of your trac installation.
     34== Installation ==
     35
     36This macro is now installable using python's `easy_install` utility:
     37{{{
     38easy_install http://trac-hacks.org/svn/googlemapmacro/0.11
     39}}}
     40There seem to be some issues with `easy_install` and Subversion 1.5 working directories which can be avoided using:
     41{{{
     42svn export http://trac-hacks.org/svn/googlemapmacro/0.11 googlemapmacro
     43easy_install googlemapmacro
     44rm -rf googlemapmacro
     45}}}
     46If you have installed an older single-file version of the macro please remove it from the `plugins` directory and note the different component name (see below).
     47
     48== Configuration ==#config
    3949
    4050A different [http://code.google.com/apis/maps/signup.html Google Map API key] is needed for every web domain which can be get for free from Google.
     
    5161{{{
    5262[components]
    53 googlemap.* = enabled
     63tracgooglemap.* = enabled
    5464
    5565[googlemap]