Changes between Version 16 and Version 17 of GoogleStaticMapMacro


Ignore:
Timestamp:
Nov 14, 2008, 3:59:15 PM (15 years ago)
Author:
Martin Scharrer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GoogleStaticMapMacro

    v16 v17  
    1010
    1111The maximum size supported by Google is 640x640 pixels. If a bigger width or height is requested it will be reduced to 640px.
    12 
    13 == Installation ==
    14 
    15 Use can `easy_install` this macro:
    16 {{{
    17 easy_install http://trac-hacks.org/svn/googlestaticmapmacro/0.11
    18 }}}
    19 
    20 If you use Subversion 1.5.x you might get an error, then just try:
    21 {{{
    22 svn export http://trac-hacks.org/svn/googlestaticmapmacro/0.11 googlestaticmapmacro
    23 easy_install googlestaticmapmacro
    24 }}}
    25 Afterwards you can remove the `googlestaticmapmacro` folder.
    26 
    27 On some Linux systems you might need to run `easy_install` using `sudo`, e.g: `sudo easy_install ....`
    2812
    2913