Re: [Mapbuilder-devel] Proj4js broken on IE

2007-12-13 Thread Andreas Hocevar
Hi, On Dec 13, 2007 2:01 PM, Diez, Matthew <[EMAIL PROTECTED]> wrote: > That explains my problems with MAP-138 in IE (all Proj4Js related) - sooo at > least I'm not flailing in vain. The patched version is already in trunk. Matt, how are things going with the compression? Regards, Andreas. ---

Re: [Mapbuilder-devel] Proj4js broken on IE

2007-12-13 Thread Diez, Matthew
e.net Subject: [Mapbuilder-devel] Proj4js broken on IE Hi, Proj4js is not working correctly in IE. It always seems to load projection definitions from spatialreference.org. But, what's more critical: it does not seem to parse properties like units, ellps and the such from the proj def. This

Re: [Mapbuilder-devel] Proj4js broken on IE

2007-12-12 Thread Mike Adair
Andreas, Thanks for catching this. I would really like to avoid having to write yet another Ajax request handler so I'm strongly in favour of applying the patch. I've tested in IE6.0 and it works for me too. Mike Andreas Hocevar wrote: > Hi, > > I found out that the problem is related to th

Re: [Mapbuilder-devel] Proj4js broken on IE

2007-12-11 Thread Andreas Hocevar
Hi, I found out that the problem is related to the readystate handlers Proj4js uses when fetching the proj defs. The way this is done (readystate handler and synchronous request) does not work in IE with OpenLayers.Ajax in OpenLayers 2.5 (in newer versions, it does). Since we decided to use OpenL

Re: [Mapbuilder-devel] Proj4js broken on IE

2007-12-11 Thread Andreas Hocevar
Hi, you can see it fail in the projDemo example: switch to the EPSG:42304 map, and it will zoom to a strange scale, zoomed in to an area of a few square meters. The whole GML will be re-projected to the size of a needle in a haystack. Regards Andreas. On Dec 12, 2007 2:37 AM, Andreas Hocevar <[E

[Mapbuilder-devel] Proj4js broken on IE

2007-12-11 Thread Andreas Hocevar
Hi, Proj4js is not working correctly in IE. It always seems to load projection definitions from spatialreference.org. But, what's more critical: it does not seem to parse properties like units, ellps and the such from the proj def. This results in MapPaneOL not getting the correct units, which wi