Re: [mapguide-users] Add layers to the map

2009-07-17 Thread euskalmap
ok, thanks i try this. Be careful in the API OSGeo.MapGuide.MaestroAPI.dll, ResourceTypes.LayerDefinition do not exist, it is ResourceTypes.LayerDefiniton. I think a bug in the dll definition. euskalmap Kenneth Skovhede, GEOGRAF A/S wrote: > > You should also save the LayerDefinition. > > Bewar

Re: [mapguide-users] Add layers to the map

2009-07-16 Thread Kenneth Skovhede, GEOGRAF A/S
You should also save the LayerDefinition. Beware that saving the LayerDefinition will change the layer for all current and future users. Instead you need to save a copy, and make the layer.ResourceId in line 43 point to this temp one instead. Regards, Kenneth Skovhede, GEOGRAF A/S euskalma

Re: [mapguide-users] Add layers to the map

2009-07-15 Thread euskalmap
Hi, thanks, it's running. so, the last question : i have adding 3 lines in my code to update the filter of the layer (see http://patxi.mayol.free.fr/public/test2.pdf my sample , line 47). This new modify do not run : How can i associate the new filter with the layer ? euskalmap. Kenneth Skovh

Re: [mapguide-users] Add layers to the map

2009-07-13 Thread Kenneth Skovhede, GEOGRAF A/S
You should also set "layer.Visible = true;" when adding the layers. Regards, Kenneth Skovhede, GEOGRAF A/S euskalmap skrev: Hi, In Masetro, I have 1 layout with a reference to a map (Library://Ag Base/Carte/MyMap.MapDefinition); the map MyMap contents no layers because i want to load the la

[mapguide-users] Add layers to the map

2009-07-09 Thread euskalmap
Hi, In Masetro, I have 1 layout with a reference to a map (Library://Ag Base/Carte/MyMap.MapDefinition); the map MyMap contents no layers because i want to load the layers dynamicly. Another map MyMap_NEW contents 5 layers. So, my code modify the resource in layout (mapdefinition become Library:/