Re: [mapguide-users] How to get mapname by HTTP API

2014-04-01 Thread Roberto Quintela Modia
I have tryed unsuscribe me 40 times and nothing Any idea? Thanks Kintela @esekintela El 01/04/2014, a las 02:37, Jackie Ng jumpinjac...@gmail.com escribió: You have to make a MgMap server-side from a Map Definition and keep a reference to its name so you can manipulate and interact with

[mapguide-users] How to get mapname by HTTP API

2014-03-31 Thread mjirku
Hey,I am building map application (backend NodeJS and MapGuide 2.4 on Microsoft Windows Server 2003 SP2, UI is Dojo+OL3). One of the features for this application is to turn on/off layers on the map. NodeJs communicates with MapGuide by HTTP API.I am stucked, because I do not know how I can get

Re: [mapguide-users] How to get mapname by HTTP API

2014-03-31 Thread Jackie Ng
You have to make a MgMap server-side from a Map Definition and keep a reference to its name so you can manipulate and interact with that same map for future HTTP requests. There is no actual HTTP API to actually do this (you had to have some code in Java/PHP/.net to do this), but for 2.6 there is

Re: [mapguide-users] How to get mapname by HTTP API

2014-03-31 Thread mjirku
Jackie, Thanks for the answer. If I would like to go with 2.6. Here I found http://mapguide.osgeo.org/ that current version is 2.5.2. Do you think that 2.6 is prepared for production environment, or at least will be prepared in two month? What about migration from 2.4 to 2.6. Should it work