Changeset 4800
- Timestamp:
- 11/14/08 09:24:43 (2 months ago)
- Files:
-
- googlemapmacro/dev/0.11/tracgooglemap/macro.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
googlemapmacro/dev/0.11/tracgooglemap/macro.py
r4799 r4800 214 214 if not 'address' in kwargs: 215 215 kwargs['address'] = arg 216 if 'from' in kwargs and not 'address' kwargs and not 'center' in kwargs:216 if 'from' in kwargs and not 'address' in kwargs and not 'center' in kwargs: 217 217 arg = unicode(kwargs['from']) 218 218 if _reCOORDS.match(arg): … … 434 434 class_ = 'tracgooglemap-directions', 435 435 id = 'tracgooglemap-directions-%s' % count 436 ) 436 ), 437 style="vertical-align:top;", 437 438 ), 438 439 tag.td( 439 mapdiv 440 mapdiv, 441 style="vertical-align:top;", 440 442 ) 441 443 ),
