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

2016-09-29 Thread svlad
It seems that the viewer works with maps and layers if they are both in EPGS:4326. If I change the coordinate system of a layer or a map I get errors in viewer.js. -- View this message in context:

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

2016-09-29 Thread Jackie Ng
For EPSG codes not in 4326 and 3857 you currently have to locate the matching proj4js definition (check out http://epsg.io/) and register it with the viewer before it mounts like so: https://github.com/jumpinjackie/mapguide-react-layout/blob/master/viewer/index.html#L18 - Jackie -- View this

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

2016-09-29 Thread RenoSun
I am using AIMS 2014, and I got following messages: http://maps.qualicumbeach.com/qbmap/mapagent/mapagent.fcgi?MAPDEFINITION=Library://Test/Maps/Test.MapDefinition=7=...=CREATERUNTIMEMAP=3.0.0=en=application/json *The requested

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

2016-09-29 Thread Jackie Ng
What's the major.minor version of AIMS 2014? It sounds like older than 3.0 therefore won't be supported at the moment. - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Introducing-mapguide-react-layout-A-modern-viewer-for-MapGuide-tp5288019p5288550.html Sent from

[mapguide-users] Map Selection Gone

2016-09-29 Thread makoychan
Hi, I am using fusion and was able to change layers using MapGuide API c#, but after chaging the layers and calling the mapWidget.redraw, the map selection is gone , whenever i click something on the map, nothing happens. Did i miss something? Please help -- View this message in context:

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

2016-09-29 Thread Kajar
Now I tired it with Mapguide latest 3.1beta and then I got it working. But how to use Opestreetmap and Stamen baselayers, which I found in index or sidebar.html? Those baselayers must work? -- View this message in context:

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

2016-09-29 Thread Kajar
Under installation there is note: Map the viewer directory as a child virtual directory under the MapGuide's wwwroot in your web server of choice (IIS or Apache) Does putting viewer folder into Mapguide root folder isn't enough? -- View this message in context: