Re: [mapguide-users] Memory leak with MGOS 4 Beta 1

2024-01-30 Thread Sympatico via mapguide-users
Hi, Please give more détails about the problem and your environment? Operating system, Web server, database server for the tables, error messages, how did you determine that the problem is a memory leak ,...?RegardsPierre ___ mapguide-users mailing list

Re: [mapguide-users] Define map and layer to map in react-layout

2023-12-20 Thread Sympatico via mapguide-users
Same to you ___ mapguide-users mailing list mapguide-users@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Define map and layer to map in react-layout

2023-12-15 Thread Sympatico via mapguide-users
Hi,Did you give a look at https://github.com/jumpinjackie/mapguide-react-layout-example ?Regards Pierre  ___ mapguide-users mailing list mapguide-users@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Loading Shapefile on fly using add layer manager

2023-09-21 Thread Sympatico via mapguide-users
Hi, As a suggestion, perhaps you can ask your users to convert Shp files to Geojson files with the ogr2ogr converter https://gdal.org/programs/ogr2ogr.html. As another suggestion, try programming your viewer including the shp2geojson.js module https://github.com/gipong/shp2geojson.js.