The documentation for tilestache is a little sparse. Is there a way to transform a point (lon/lat) in wgs84 to a target projection?
Where:
target_srid = 3095
target_proj4_str = '+proj=utm +zone=54 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs'
I've noticed that there is a tranform object in ModestMaps at:
ModestMaps.Geo.Transform()
But I'm not clear on how it can be used.