[mapguide-users] Buffer Error No coordinate system specified
SUDIP (INDIA)
sayonara.sudip at gmail.com
Tue Mar 27 05:07:38 EDT 2007
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.
SUDIP (INDIA) wrote:
>
> Hello All,
>
> When buffered somthing it sahows a error msg.
>
> Invalid argument(s): No coordinate system specified. Exception occurred in
> method MgServerCreateFeatureSource.CreateFeatureSource at line 64 in file
> c:\build_tux_area\mgdev_opensource\server\src\services\feature\ServerCreateFeatureSource.cpp
>
> I changed the coordinate system to LL84 that is WGS 84
> But till it shows same Error
>
> Can any one help Me
>
> Waiting for ur reply.
> Sudip Barman
>
>
--
View this message in context: http://www.nabble.com/Buffer-Error-No-coordinate-system-specified-tf3445675s16610.html#a9688798
Sent from the MapGuide Users mailing list archive at Nabble.com.
More information about the mapguide-users
mailing list