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

Re: [mapguide-users] Redline + Language

2018-01-08 Thread Jackie Ng
You need to make sure editmarkup.php also roundtrips LOCALE back to markupmain.php Here: https://trac.osgeo.org/fusion/browser/trunk/widgets/Redline/editmarkup.php#L388 Also I think this is a bug overall, the widget should already have been localizable. All that really had to be done on your end

[mapguide-users] Redline + Language

2018-01-08 Thread torrini
I upgraded our MapGuide to version 3.1 Now I'm adapting the Redline widget which we use for dimensioning. I already could edit the concerning files to label the lines with their lengths. Unfortunatly I now have to struggle with the language: our used language is german. The de- and de.json-file exi