Changeset 456
- Timestamp:
- 01/24/08 22:59:00 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/python-composition/py/wscompose/__init__.py
r438 r456 449 449 def help_example (self) : 450 450 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") 452 452 self.help_para("Returns a PNG file of a map centered on the Santa Maria della Vittoria, in Rome.") 453 453
