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

2023-09-21 Thread Jackie Ng via mapguide-users
Most of what mapguide-react-layout can/cannot do is driven by the underlying OpenLayers library we're using. OpenLayers cannot create client-side vector layers from SHP files, so there will not be such support in mapguide-react-layout either. - Jackie You wrote: Hi I’d like my webpage’s user

Re: [mapguide-users] Mapguide-Rest with Beta 4.0

2023-09-21 Thread Jackie Ng
Making mapguide-rest compatible with MGOS 4.0 / PHP 8.1 is my current active priority. - Jackie You wrote: I saw that Jackie had work with Mapguide-Rest on his todo list. Has any one tried Mapguide-Rest with Beta 4.0? Does it work? I have a customer has has flagged the old PHP versions as a

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.

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

2023-09-21 Thread H A via mapguide-users
Hi Jackie, Thank you for your prompt email. Is there any other way like using leaflet, fusion, and MapGuide rest to be able to load shapefiles? Hadis On Thu, Sep 21, 2023 at 6:57 AM Jackie Ng via mapguide-users < mapguide-users@lists.osgeo.org> wrote: > Most of what mapguide-react-layout

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

2023-09-21 Thread pierre.cardinal--- 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.