Changeset 720

Show
Ignore:
Timestamp:
05/17/07 11:16:44
Author:
cph
Message:

add a bottom-left origin

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • PCL/trunk/PCL-MapServer/cartography/engine/mapserver/rendering.py

    r628 r720  
    12681268                pass 
    12691269            elif g.srs == 'bottom-left': 
    1270                 raise NotImplemented, "bottom-left origin not implemented" 
     1270                g = Point( g.x, mo.height + g.y) 
    12711271            elif g.srs == 'bottom-right': 
    12721272                #import pdb; pdb.set_trace()