Re: [Mapbuilder-devel] update mapbuilder to proj4js

2007-12-03 Thread Andreas Hocevar
Hi, On Dec 3, 2007 10:45 AM, Andreas Hocevar <[EMAIL PROTECTED]> wrote: > On Dec 3, 2007 2:27 AM, Mike Adair <[EMAIL PROTECTED]> wrote: > I am concerned about this change in GMLRendererOL, and it breaks my > current applications. The reason is that my geometries are not in > EPSG:4326. A better wa

Re: [Mapbuilder-devel] update mapbuilder to proj4js

2007-12-03 Thread Andreas Hocevar
Hi, On Dec 3, 2007 10:56 AM, Andreas Hocevar <[EMAIL PROTECTED]> wrote: > Mike, > > another problem: > > If I use a custom projection that is in proj4js/lib/defs, the url by > which the def file should be fetched is wrong: in the case of > EPSG31286.js, proj4js will try to fetch it from > /proj4js

Re: [Mapbuilder-devel] update mapbuilder to proj4js

2007-12-03 Thread Andreas Hocevar
Mike, another problem: If I use a custom projection that is in proj4js/lib/defs, the url by which the def file should be fetched is wrong: in the case of EPSG31286.js, proj4js will try to fetch it from /proj4js/lib/defs/EPSG31286.js. This will obviously not work because I have no proj4js webapp a

Re: [Mapbuilder-devel] update mapbuilder to proj4js

2007-12-03 Thread Andreas Hocevar
Hi Mike, great work! After a first glance, I have the following comments on its integration into Mapbuilder: On Dec 3, 2007 2:27 AM, Mike Adair <[EMAIL PROTECTED]> wrote: > There is also a new example checked in to demo this (as presented at > FOSS4G/07) in examples/projDemo. This includes a chan

[Mapbuilder-devel] update mapbuilder to proj4js

2007-12-02 Thread Mike Adair
All, I've checked in the change for MAP-443 so that we are using the latest proj4js. The main advantage of this version is that if the projection definition is not known beforehand, it will be looked up automatically through the spatialreference.org web service. I think everything is working