hi ,

Just if someone needs it.

I found what the problem was. In IExplorer you have to pass the
displayprojection to the mouseposition control.
You do not neet to in FF.

new OpenLayers.Control.MousePosition(
                        {prefix: "RD Coordinates (", separator: ",", suffix:
")",
                        displayProjection: new
OpenLayers.Projection("EPSG:23031"),   //THIS IS MY DISPLAY PROJECTION.
                        div: document.getElementById("output")})
_______________________________________________
Dev mailing list
Dev@openlayers.org
http://openlayers.org/mailman/listinfo/dev

Reply via email to