Changeset 720
- Timestamp:
- 05/17/07 11:16:44
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
PCL/trunk/PCL-MapServer/cartography/engine/mapserver/rendering.py
r628 r720 1268 1268 pass 1269 1269 elif g.srs == 'bottom-left': 1270 raise NotImplemented, "bottom-left origin not implemented"1270 g = Point( g.x, mo.height + g.y) 1271 1271 elif g.srs == 'bottom-right': 1272 1272 #import pdb; pdb.set_trace()
