RE: [mapguide-users] Changing existing dynamic layer's Filter onthe fly

2007-11-17 Thread Maksim Sestic
Kenneth, Jonio, On the other hand, I was always thinking of using SetLayerDefinition() for this purpose. It clearly (?) states that it should change layer definition within a session repository: // // Sets the layer definition for thi

RE: [mapguide-users] Changing existing dynamic layer's Filter onthe fly

2007-11-15 Thread Maksim Sestic
layer_check.ForceRefresh(); > > } > > catch (Exception) { }; > > if (layer_check == null) > > { > > layer = new MgLayer(mgResIdAcvLaySess, resourceService); > > > >