[mapguide-users] MapGuide Load Balancing PDF document

2016-10-11 Thread Rémy Gourrat
Hello, i search this article in an English PDF like this one (in german) : http://geospatialnavigator.typepad.com/geospatial_navigator/2010/02/mapguide-load-balancing.html, there is some links in down page but it's broken. I remember it but I can't get it... Thanks for your help Rémy

Re: [mapguide-users] Introducing mapguide-react-layout: A modern viewer for MapGuide

2016-10-11 Thread Jackie Ng
Ah, good find. The OL code was originally from the ol3 mapguide example, which used a ratio of 2. This slipped under my radar when I brought the code across. I'll get this fixed ASAP: https://github.com/jumpinjackie/mapguide-react-layout/issues/73 - Jackie -- View this message in context:

[mapguide-users] MapGuide Open Source 3.1 FINAL released

2016-10-11 Thread Jackie Ng
We are pleased to announce that the MapGuide Open Source project team has made the final release of MapGuide Open Source 3.1 available Release notes: http://trac.osgeo.org/mapguide/wiki/Release/3.1/Notes Downloads: http://trac.osgeo.org/mapguide/wiki/Release/3.1/Notes#Installation Documentation:

Re: [mapguide-users] Introducing mapguide-react-layout: A modern viewer for MapGuide

2016-10-11 Thread Jackie Ng
This is a problem somewhere in OpenLayers because using OpenLayers by itself with MapGuide exhibits the same problem. Do your image requests get bigger as you zoom in while the viewport remains the same size? - Jackie -- View this message in context:

Re: [mapguide-users] Introducing mapguide-react-layout: A modern viewer for MapGuide

2016-10-11 Thread morkl
The requested image size to viewport size ratio is explicitly set to 2: https://github.com/jumpinjackie/mapguide-react-layout/blob/827358d6aa5fbb4313d6d90d33f3655507dcb492/src/components/map-viewer-base.tsx#L763

Re: [mapguide-users] Introducing mapguide-react-layout: A modern viewer for MapGuide

2016-10-11 Thread svlad
Hi, I have set the ratio to 1 in map-viewer-base.tsx (lines 763 and 775) and evrything is good. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Introducing-mapguide-react-layout-A-modern-viewer-for-MapGuide-tp5288019p5290181.html Sent from the MapGuide Users mailing list