Re: [mapguide-users] Map Switch, Base Layer groups issue

2018-01-09 Thread RenoSun
Firstly, I am using Fusion turquoiseyellow template using fusionSF.js. I modified index.html, and fusionSF.js to achieve my goal. Under window.onload = function () { //if it is first time load fusion Fusion.initializeLocale(); //need to call this first if String.Transl

Re: [mapguide-users] Display Historival value assigned to a polygon

2018-01-09 Thread Liglio
Thanks to RenoSun and Hans for your help, I used the Hans solution becouse it appears to be easier, and it works. Very clever. -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list mapguide-user

Re: [mapguide-users] Moving to MGOS from AIMS

2018-01-09 Thread Martin Morrison
Please don't misunderstand. My comment was more who else is willing so as not to burden you... From: mapguide-users on behalf of Jackie Ng Sent: Monday, January 8, 2018 10:56 PM To: mapguide-users@lists.osgeo.org Subject: Re: [mapguide-users] Moving to MGOS f

Re: [mapguide-users] Moving to MGOS from AIMS

2018-01-09 Thread Hans Milling
We moved from AIMS to MGOS about 5 years ago. Autodesk told us, to be able to sell AIMS we had to start selling all of Autodesks products. That is when we decided to go Open Source. Support from Autodesk was crap and just to obtain a license took 1-2 weeks. New support personal all the time and cou

Re: [mapguide-users] Redline + Language

2018-01-09 Thread torrini
My edits: *markupmain.php* [...] function SubmitCommand(cmd) { var commandInput = document.getElementById("commandInput"); commandInput.value = cmd; if (cmd == CMD_EDIT) { *markupForm.action = "editmarkup.php?LOCALE="+"";* } else if (cmd == CMD_UPLOAD) { marku