Re: [mapguide-users] Synchronize multiple mapguide instances

2017-02-23 Thread Jackie Ng
This is a untapped space that I've only dipped my feet in, but you should look at putting MapGuide inside docker containers. You can then script out the install/data/configuration set up in the Dockerfiles. You can leverage docker shared volumes to put shared spatial data files and reference them

Re: [mapguide-users] Apply to React.js viewer the 964 ticket tip

2017-02-23 Thread Jackie Ng
Not at the moment, because the tile fetching URL template is currently hard-coded for the mapagent: https://github.com/jumpinjackie/mapguide-react-layout/blob/master/src/api/builders/mapagent.ts#L175 - Jackie -- View this message in context:

[mapguide-users] Apply to React.js viewer the 964 ticket tip

2017-02-23 Thread Rémy Gourrat
Hi, With mapguide viewer ajax, I use this old tip to increase raster tiles display without use the mapagent => https://trac.osgeo.org/mapguide/ticket/964#no1 It's incredible more faster. Is there a way to apply it in React.Js viewer ? Thanks for your advice Rémy - AG-Carto - Bayonne

[mapguide-users] Synchronize multiple mapguide instances

2017-02-23 Thread Mark Bratcher
Does anyone know of a way to keep multiple mapguide instances synchronized. I have about 6 instances that currently I have to manually make changes to each one. Some automation would save a lot of time and mistakes. On Feb 23, 2017 1:26 PM, "Rémy Gourrat" wrote: Hi,