Changes between Version 12 and Version 13 of GoogleStaticMapMacro


Ignore:
Timestamp:
Nov 2, 2008, 6:35:44 PM (15 years ago)
Author:
Martin Scharrer
Comment:

Added new installation info.

Legend:

Unmodified
Added
Removed
Modified
  • GoogleStaticMapMacro

    v12 v13  
    1010The maximum size supported by Google is 640x640 pixels. If a bigger width or height is requested it will be reduced to 640px.
    1111
     12== Installation ==
     13
     14Use can `easy_install` this macro:
     15{{{
     16easy_install http://trac-hacks.org/svn/googlestaticmapmacro/0.11
     17}}}
     18
     19If you use Subversion 1.5.x you might get an error, then just try:
     20{{{
     21svn export http://trac-hacks.org/svn/googlestaticmapmacro/0.11 googlestaticmapmacro
     22easy_install googlestaticmapmacro
     23}}}
     24Afterwards you can remove the `googlestaticmapmacro` folder.
     25
     26On some Linux systems you might need to run `easy_install` using `sudo`, e.g: `sudo easy_install ....`
     27
     28
     29== Configuration ==
     30To enable this macro put the following into your `trac.ini` configuration file:
     31{{{
     32[components]
     33tracgooglestaticmapmacro.* = enabled
     34}}}
     35
     36
    1237== Bugs/Feature Requests ==
    1338
     
    2045== Download ==
    2146
    22 Download the [http://trac-hacks.org/browser/googlestaticmapmacro/0.11/googlestaticmap.py?format=raw single-file macro], which is also available as [download:googlestaticmapmacro ZIP-file].
     47Download the macro as [download:googlestaticmapmacro/0.11 ZIP-file].
    2348
    2449== Installation & Configuration ==