Re: [mapguide-users] React Layout - set layer visibility

2021-07-07 Thread svlad . cjelli42
Hi Jackie, many thanks for the new release. In the way I tryed to set the layer visibility programmaticly I cant find a solution. MapGuide.Actions.Legend.setLayerVisibility(sellayer.ObjectId, true); or MapGuide.Actions.Legend.setLayerVisibility(viewer.getMapName(), {id: sellayer.ObjectId,

Re: [mapguide-users] React Layout - set layer visibility

2021-07-05 Thread svlad . cjelli42
this is how I do it: AJAX request: open the session map set the visibility of the layer and possibly the groups recursively to true, save the session map. After response: refresh the map. This works with the fusion viewer. But in the legend of the react layout the layer remains not visible

Re: [mapguide-users] MG 4.0 Beta 1 Postgis FDO Provider

2023-09-04 Thread svlad . cjelli42
Hi, sorry I didnt notice that there is already a ticket #2874 for this error. Let me know if there is something I can do to help to find the reason. I think the priority is not "low", we can not use MG 4.0 with this issue.      Gesendet: Donnerstag, 31. August 2023 um 06:11 Uhr Von: 

[mapguide-users] MG 4.0 Beta 1 Postgis FDO Provider

2023-08-30 Thread svlad . cjelli42
Hi, MG 4.0.0.10048 PostgreSQL 12, PostGis 3.4 Vector layers based on PostgreSQL appear and disappear after zoom or pan. The Mg error log says: <2023-08-31T05:47:41> 5528ol/source/ImageMapGuide source 189.184.39.11 Anonymous Error: Failed to stylize layer: LAYERNAME An exception

Re: [mapguide-users] MG 4.0 Beta 1 Postgis FDO Provider

2023-09-20 Thread svlad . cjelli42
Hi, we use the OSGeo.PostgreSQL FDO Provider 4.1 (MG 4.0 Beta 1 and MG 3.1 with the patch for the PostgreSQL Provider). The PostgreSQL database has about 200 tables and 200 views. Most layers based on views some on tables. We don't use extensions or joins in the MG datasource.     Gesendet: 

[mapguide-users] React Layout - Selection Panel

2023-03-14 Thread svlad . cjelli42
How can I prevent the selection panel from being used when I create my own report on features or how can I open my report in the selection panel? Thanks svlad ___ mapguide-users mailing list mapguide-users@lists.osgeo.org