[mapguide-users] Proj4js

GordonL gordon.luckett at arrowgeomatics.com
Mon Jan 12 12:21:58 PST 2015


Yes, I have noticed that.  I usually manually assign my proj4 before doing
any transform:

i.e.

Proj4js.defs["EPSG:3857"]="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0
+lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs";

var dest = new Proj4js.Proj('EPSG:3857');
var source = new Proj4js.Proj('EPSG:4326'); 

Proj4js.transform(source, dest, point);




--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Proj4js-tp5180883p5181139.html
Sent from the MapGuide Users mailing list archive at Nabble.com.


More information about the mapguide-users mailing list