[Mapbuilder-devel] Future of openlayers integration

2007-08-10 Thread Eric Lam
Hello all, I have spent some time now trying integrate the latest version of openlayers from the trunk, I have finally found a solution and it requires me to change several bits of code. ie there are several places in the code which uses this form of OpenLayers.Class var Control = OpenLayers.C

Re: [Mapbuilder-devel] Projection Error with EPSG26591

2007-08-10 Thread Markus Innerebner
Hi Mike, thanks a lot for that very useful link! people that created that files said it is based on epsg 25832. So I will probably use the values from that one. Bye -- Markus Innerebner DIS Research Group - Faculty of Computer Science Free University Bozen-Bolzano Dominikanerplatz 3 - Room

Re: [Mapbuilder-devel] Projection Error with EPSG26591

2007-08-10 Thread Mike Adair
This looks very close to EPSG:32632 (with a different datum name), see: http://spatialreference.org/ref/epsg/32632/ For cscs we need the Proj4 command line options like: +proj=utm +zone=32 +ellps=WGS84 +datum=WGS84 +units=m +no_defs Mike Markus Innerebner wrote: > Hi Linda, > > I am going

Re: [Mapbuilder-devel] Welcome Martin Vivian from Lisasoft

2007-08-10 Thread Martin Vivian
I see! I have read the contributers Guide and I formaly agree to comply with these responsibilities. On Thu, 9 Aug 2007 05:03:42 pm Cameron Shorter wrote: > Martin, > The keys words from you that need to be archived is that you "accept the > commiter responsibilities" (which includes not puttin

[Mapbuilder-devel] Openlayers integration help

2007-08-10 Thread Eric Lam
Hello all, I am working on some OpenLayers integration. Is there ANY way I can use my own open layers source instead of the OpenLayers.js single file. I am doing some development work in OL as well and I want to use the classes/js files I developed for OL in mapbuilder. Regards, Eric Lam --