Re: [mapguide-users] no selection possible

2007-10-23 Thread mitcha
Hi Jackie, thanks for your anwer. I hope it isn't a stupid question but what did you mean with indexing the tables? Could you describe it a little bit more? thanks Jackie Ng wrote: > > Have you tried indexing the tables that are connected? > > - Jackie > > &g

[mapguide-users] no selection possible

2007-10-20 Thread mitcha
Hi, I have problems with the selection of elements on the map. there are about 60 different layers. all of those layers have a connection with the same mysql database (only different tables). The selection of the elements doesn't work when I enable too much layers. How can I solve that problem? I

[mapguide-users] too many mysql connections?

2007-10-19 Thread mitcha
Hi, I have problems with the selection of elements on the map. there are about 60 different layers. all of those layers have a connection with the same mysql database (only different tables). The selection of the elements doesn't work when I enable too much layers. How can I solve that problem? I

[mapguide-users] can't update and delete from feature source but insert works

2007-08-20 Thread mitcha
$sessionIdName = "Session:$sessionId//$mapName.Map"; $sessionResourceID = new MgResourceIdentifier($sessionIdName); $sessionResourceID->Validate(); $map->Save($resourceService, $sessionResourceID); //