[mapguide-users] Buffer Error No coordinate system specified

AmyN amy.norcott at cardno.com.au
Tue Dec 16 23:01:19 EST 2008


does anyone know how to fix this problem with IIS (we're running MGE2009) -
Buffer.aspx



Dear All 
I just overcome this Situation

i the Buffer.php file their is one condition for checking the Coordinate
system 

            if(($arbitraryDsSrs != $arbitraryMapSrs) || ($arbitraryDsSrs &&
($dsSrsUnits != $mapSrsUnits)))
            {
                $excludedLayers ++; 
                continue;
            }

I just tag this function like that

            if(($arbitraryDsSrs != $arbitraryMapSrs) || ($arbitraryDsSrs &&
($dsSrsUnits != $mapSrsUnits)))
            {
                //$excludedLayers ++;
                //continue;
            }

thats the way I solve the Problem
Hope That Will Solve others problem If they required.



-----
Amy Norcott
GIS Analyst
Wollongong, Australia
-- 
View this message in context: http://www.nabble.com/Buffer-Error-No-coordinate-system-specified-tp9608992p21046767.html
Sent from the MapGuide Users mailing list archive at Nabble.com.



More information about the mapguide-users mailing list