I tried to change renderer into GD but problem remain the the same. Just to be 
clear, this is how i select feature programatically

$layer = $map->GetLayers()->GetItem($layerName);
$featureReader = $layer->SelectFeatures($queryOptions);
$selection = new MgSelection($map);
$selection->AddFeatures($layer, $featureReader, 0);
$selectionXml = $selection->ToXml();

and works fine.. but selection tool does not.


Thx,


Ary Sucaya



----- Original Message ----
From: Jason Birch <[EMAIL PROTECTED]>
To: MapGuide Users Mail List <mapguide-users@lists.osgeo.org>
Sent: Wednesday, February 13, 2008 8:59:18 PM
Subject: RE: [mapguide-users] Postgis Selection Problem (additional)


Oh wait, I don’t know if that makes any sense.  You say that the selection 
renders when you select it programmatically, not when using the MapGuide 
selection tool.  I wonder what the difference between these approaches is.
 
Jason
 
From: Jason Birch
Subject: RE: [mapguide-users] Postgis Selection Problem (additional)
 
I’d be interested in knowing if this problem persists when you change your 
rendering engine from AGG to GD.


-----Inline Attachment Follows-----

_______________________________________________
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


      
____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 
_______________________________________________
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to