Changeset 456

Show
Ignore:
Timestamp:
01/24/08 22:59:00 (10 months ago)
Author:
asc
Message:

fix examples in docs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/python-composition/py/wscompose/__init__.py

    r438 r456  
    449449    def help_example (self) : 
    450450        self.help_header("Example") 
    451         self.help_para("http://127.0.0.1:9999/?provider=GOOGLE_ROAD&marker=YAHOO_AERIAL&latitude=41.904688&longitude=12.494308&accuracy=17&height=500&width=500") 
     451        self.help_para("http://127.0.0.1:9999/?provider=GOOGLE_ROAD&marker=YAHOO_AERIAL&latitude=41.904688&longitude=12.494308&zoom=17&height=500&width=500") 
    452452        self.help_para("Returns a PNG file of a map centered on the Santa Maria della Vittoria, in Rome.") 
    453453