From dbowenrci at gmail.com Thu Jul 9 07:29:15 2026 From: dbowenrci at gmail.com (David Bowen) Date: Thu, 9 Jul 2026 10:29:15 -0400 Subject: [mapguide-users] MGOS 4 Final Release and Data Selection Message-ID: We're experiencing an issue where random items on the map won't select, even though the layer is set to be selectable. I've been unable to identify a common setting between the various layers that are experiencing this issue. In the below image, the outermost lines are selectable (labelled as ?S?), however the inner ones are not selectable (labelled as ?NS?), unless you also select one of the outer lines. We're getting similar behaviour in other layers that correspond to different tables. Has anyone else encountered this issue? We're using MGOS 4 Final Release. We don?t encounter this issue in an environment that?s set up with MGOS 4 Beta 2, reading from the same database. Additionally, I'm not noticing any entries in the error logs that would point to the issue. Thanks, David [image: image.png] -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 98685 bytes Desc: not available URL: From Dan.Nilsson at tyrens.se Thu Jul 9 07:38:11 2026 From: Dan.Nilsson at tyrens.se (Dan Nilsson) Date: Thu, 9 Jul 2026 14:38:11 +0000 Subject: [mapguide-users] MGOS 4 Final Release and Data Selection In-Reply-To: References: Message-ID: I suspect that it is because it is a numeric value that contains null, and there is a bug in the function that returns value in MapGuide that causes null value to give an error. Is there probably information about this in the log file for MapGuide? Kind regards, Dan Dan Nilsson, Projektledare, Tyr?ns Sverige AB M: +46707501701 E: Dan.Nilsson at tyrens.se ________________________________ Fr?n: mapguide-users f?r David Bowen via mapguide-users Skickat: Thursday, 09 July 2026 16:29:15 Till: MapGuide Users Mail List Kopia: David Bowen ?mne: [mapguide-users] MGOS 4 Final Release and Data Selection CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender. Report if suspicious. We're experiencing an issue where random items on the map won't select, even though the layer is set to be selectable. I've been unable to identify a common setting between the various layers that are experiencing this issue. In the below image, the outermost lines are selectable (labelled as ?S?), however the inner ones are not selectable (labelled as ?NS?), unless you also select one of the outer lines. We're getting similar behaviour in other layers that correspond to different tables. Has anyone else encountered this issue? We're using MGOS 4 Final Release. We don?t encounter this issue in an environment that?s set up with MGOS 4 Beta 2, reading from the same database. Additionally, I'm not noticing any entries in the error logs that would point to the issue. Thanks, David [image.png] -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 98685 bytes Desc: image.png URL: From gordon.luckett at arrowgeomatics.com Thu Jul 9 07:43:53 2026 From: gordon.luckett at arrowgeomatics.com (Gordon Luckett) Date: Thu, 9 Jul 2026 10:43:53 -0400 Subject: [mapguide-users] MGOS 4 Final Release and Data Selection In-Reply-To: References: Message-ID: The other issue is that the underlying spatial table or view does not have a primary key. On Thu, Jul 9, 2026 at 10:29?AM David Bowen via mapguide-users < mapguide-users at lists.osgeo.org> wrote: > We're experiencing an issue where random items on the map won't select, > even though the layer is set to be selectable. I've been unable to identify > a common setting between the various layers that are experiencing this > issue. > > In the below image, the outermost lines are selectable (labelled as ?S?), > however the inner ones are not selectable (labelled as ?NS?), unless you > also select one of the outer lines. We're getting similar behaviour in > other layers that correspond to different tables. > > Has anyone else encountered this issue? We're using MGOS 4 Final Release. > We don?t encounter this issue in an environment that?s set up with MGOS 4 > Beta 2, reading from the same database. Additionally, I'm not noticing any > entries in the error logs that would point to the issue. > > Thanks, > > David > > [image: image.png] > > _______________________________________________ > mapguide-users mailing list > mapguide-users at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapguide-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 98685 bytes Desc: not available URL: From flipper at buoyshark.com Thu Jul 9 07:52:14 2026 From: flipper at buoyshark.com (Scott Hameister) Date: Thu, 9 Jul 2026 09:52:14 -0500 Subject: [mapguide-users] MGOS 4 Final Release and Data Selection In-Reply-To: References: Message-ID: Definitely spatial index, and coordinate system can effect this. Using views instead of tables can do this. I found an odd ball outlier that if you make fields displayable in maestro and any have a null value for the checked fields it will fail. I documented this in git. I just unchecked all fields and selections worked again (I don't use the built in viewer) On Thu, Jul 9, 2026, 9:44?AM Gordon Luckett via mapguide-users < mapguide-users at lists.osgeo.org> wrote: > The other issue is that the underlying spatial table or view does not have > a primary key. > > On Thu, Jul 9, 2026 at 10:29?AM David Bowen via mapguide-users < > mapguide-users at lists.osgeo.org> wrote: > >> We're experiencing an issue where random items on the map won't select, >> even though the layer is set to be selectable. I've been unable to identify >> a common setting between the various layers that are experiencing this >> issue. >> >> In the below image, the outermost lines are selectable (labelled as ?S?), >> however the inner ones are not selectable (labelled as ?NS?), unless you >> also select one of the outer lines. We're getting similar behaviour in >> other layers that correspond to different tables. >> >> Has anyone else encountered this issue? We're using MGOS 4 Final Release. >> We don?t encounter this issue in an environment that?s set up with MGOS 4 >> Beta 2, reading from the same database. Additionally, I'm not noticing any >> entries in the error logs that would point to the issue. >> >> Thanks, >> >> David >> >> [image: image.png] >> >> _______________________________________________ >> mapguide-users mailing list >> mapguide-users at lists.osgeo.org >> https://lists.osgeo.org/mailman/listinfo/mapguide-users >> > _______________________________________________ > mapguide-users mailing list > mapguide-users at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapguide-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 98685 bytes Desc: not available URL: From liglio.pessoal at nexxa.com.br Mon Jul 13 07:15:49 2026 From: liglio.pessoal at nexxa.com.br (liglio.pessoal at nexxa.com.br) Date: Mon, 13 Jul 2026 11:15:49 -0300 Subject: [mapguide-users] Widget Label Accentuation not working Message-ID: Hi, I tried to use accentuation in a custom Widget at Label or Tooltip but is not working, despite the encoding="utf-8" in XML. Words like Vis?o are displayed Vis?o. Maybe the parser it is not applying the right encoding. Can I correct this ? Mapguide 3.1.2 ? Fusion Viewer Regards, Liglio Cavalcante -------------- next part -------------- An HTML attachment was scrubbed... URL: From pc.brutus.xyz at gmail.com Mon Jul 13 09:56:15 2026 From: pc.brutus.xyz at gmail.com (pc.brutus.xyz at gmail.com) Date: Mon, 13 Jul 2026 12:56:15 -0400 Subject: [mapguide-users] Widget Label Accentuation not working In-Reply-To: References: Message-ID: <003f01dd12e8$8ae74d70$a0b5e850$@gmail.com> Hi, Was your XML file saved using UTF-8 encoding? or Have you try to replace ? with ã (Vis?o to Visão) Regards Pierre De : mapguide-users De la part de Liglio Cavalcante via mapguide-users Envoy? : 13 juillet 2026 10:16 ? : mapguide-users at lists.osgeo.org Cc : liglio.pessoal at nexxa.com.br Objet : [mapguide-users] Widget Label Accentuation not working Hi, I tried to use accentuation in a custom Widget at Label or Tooltip but is not working, despite the encoding="utf-8" in XML. Words like Vis?o are displayed Vis?o. Maybe the parser it is not applying the right encoding. Can I correct this ? Mapguide 3.1.2 ? Fusion Viewer Regards, Liglio Cavalcante -------------- next part -------------- An HTML attachment was scrubbed... URL: From liglio.pessoal at nexxa.com.br Mon Jul 13 15:11:24 2026 From: liglio.pessoal at nexxa.com.br (liglio.pessoal at nexxa.com.br) Date: Mon, 13 Jul 2026 19:11:24 -0300 Subject: [mapguide-users] RES: Widget Label Accentuation not working In-Reply-To: <002b01dd12e8$60ce2c20$226a8460$@sympatico.ca> References: <002b01dd12e8$60ce2c20$226a8460$@sympatico.ca> Message-ID: Hi Pierre, The widget is edited through Maestro at Web Layout Flexible. I suppose it is saved in the library, then the Fusion Viewer parses this XML to create the Widget. I already tried to replace ? with ã same result. Maestro converts ã to ? when the widget is saved. This is a parser problem in Fusion, or some configuration to made. Regards, Liglio Cavalcante De: pierre.cardinal at sympatico.ca Enviada em: segunda-feira, 13 de julho de 2026 13:55 Para: 'MapGuide Users Mail List' Cc: liglio.pessoal at nexxa.com.br Assunto: RE: [mapguide-users] Widget Label Accentuation not working Hi, Was your XML file saved using UTF-8 encoding? or Have you try to replace ? with ã (Vis?o to Visão) Regards Pierre De : mapguide-users > De la part de Liglio Cavalcante via mapguide-users Envoy? : 13 juillet 2026 10:16 ? : mapguide-users at lists.osgeo.org Cc : liglio.pessoal at nexxa.com.br Objet : [mapguide-users] Widget Label Accentuation not working Hi, I tried to use accentuation in a custom Widget at Label or Tooltip but is not working, despite the encoding="utf-8" in XML. Words like Vis?o are displayed Vis?o. Maybe the parser it is not applying the right encoding. Can I correct this ? Mapguide 3.1.2 ? Fusion Viewer Regards, Liglio Cavalcante -------------- next part -------------- An HTML attachment was scrubbed... URL: From gordon.luckett at arrowgeomatics.com Mon Jul 13 15:32:53 2026 From: gordon.luckett at arrowgeomatics.com (Gordon Luckett) Date: Mon, 13 Jul 2026 18:32:53 -0400 Subject: [mapguide-users] RES: Widget Label Accentuation not working In-Reply-To: References: <002b01dd12e8$60ce2c20$226a8460$@sympatico.ca> Message-ID: Could it be something like putting the META tag ...in the index.html (or index.templ MGOS 4) to enforce the UTF-8? On Mon, Jul 13, 2026 at 6:26?PM Liglio Cavalcante via mapguide-users < mapguide-users at lists.osgeo.org> wrote: > > > Hi Pierre, > > > > The widget is edited through Maestro at Web Layout Flexible. I suppose > it is saved in the library, then the Fusion Viewer parses this XML to > create the Widget. > > I already tried to replace ? with ã same result. Maestro converts > ã to ? when the widget is saved. This is a parser problem in Fusion, > or some configuration to made. > > Regards, > > > > Liglio Cavalcante > > > > *De:* pierre.cardinal at sympatico.ca > *Enviada em:* segunda-feira, 13 de julho de 2026 13:55 > *Para:* 'MapGuide Users Mail List' > *Cc:* liglio.pessoal at nexxa.com.br > *Assunto:* RE: [mapguide-users] Widget Label Accentuation not working > > > > Hi, > > > Was your XML file saved using UTF-8 encoding? > > or > > Have you try to replace ? with ã > > (Vis?o to Visão) > > > Regards > > Pierre > > > > > > *De :* mapguide-users *De la > part de* Liglio Cavalcante via mapguide-users > *Envoy? :* 13 juillet 2026 10:16 > *? :* mapguide-users at lists.osgeo.org > *Cc :* liglio.pessoal at nexxa.com.br > *Objet :* [mapguide-users] Widget Label Accentuation not working > > > > Hi, > > > > I tried to use accentuation in a custom Widget at Label or Tooltip but is > not working, despite the encoding="utf-8" in XML. > > Words like Vis?o are displayed Vis?o. Maybe the parser it is not applying > the right encoding. Can I correct this ? > > > > Mapguide 3.1.2 ? Fusion Viewer > > > > Regards, > > > > Liglio Cavalcante > > > > > _______________________________________________ > mapguide-users mailing list > mapguide-users at lists.osgeo.org > https://lists.osgeo.org/mailman/listinfo/mapguide-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From pc.brutus.xyz at gmail.com Mon Jul 13 16:36:23 2026 From: pc.brutus.xyz at gmail.com (pc.brutus.xyz at gmail.com) Date: Mon, 13 Jul 2026 19:36:23 -0400 Subject: [mapguide-users] RES: Widget Label Accentuation not working In-Reply-To: References: <002b01dd12e8$60ce2c20$226a8460$@sympatico.ca> Message-ID: <005301dd1320$70aefba0$520cf2e0$@gmail.com> Hi Liglio, Environment : Windows11, MapGuide 3.1.2.9484, Firefox, Edge, Chrome, MapGuide Maestro 6.0m12 I dit some tests with the widget QuickPlot. I added ? at the end of the Label and of the Tooltip. Click to create a plot quickly? The results are ok. It appears that your custom widget is the cause of the problem. Regards, Pierre De : mapguide-users De la part de Liglio Cavalcante via mapguide-users Envoy? : 13 juillet 2026 18:11 ? : pierre.cardinal at sympatico.ca; 'MapGuide Users Mail List' Cc : liglio.pessoal at nexxa.com.br Objet : [mapguide-users] RES: Widget Label Accentuation not working Hi Pierre, The widget is edited through Maestro at Web Layout Flexible. I suppose it is saved in the library, then the Fusion Viewer parses this XML to create the Widget. I already tried to replace ? with ã same result. Maestro converts ã to ? when the widget is saved. This is a parser problem in Fusion, or some configuration to made. Regards, Liglio Cavalcante De: pierre.cardinal at sympatico.ca Enviada em: segunda-feira, 13 de julho de 2026 13:55 Para: 'MapGuide Users Mail List' Cc: liglio.pessoal at nexxa.com.br Assunto: RE: [mapguide-users] Widget Label Accentuation not working Hi, Was your XML file saved using UTF-8 encoding? or Have you try to replace ? with ã (Vis?o to Visão) Regards Pierre De : mapguide-users > De la part de Liglio Cavalcante via mapguide-users Envoy? : 13 juillet 2026 10:16 ? : mapguide-users at lists.osgeo.org Cc : liglio.pessoal at nexxa.com.br Objet : [mapguide-users] Widget Label Accentuation not working Hi, I tried to use accentuation in a custom Widget at Label or Tooltip but is not working, despite the encoding="utf-8" in XML. Words like Vis?o are displayed Vis?o. Maybe the parser it is not applying the right encoding. Can I correct this ? Mapguide 3.1.2 ? Fusion Viewer Regards, Liglio Cavalcante -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 66256 bytes Desc: not available URL: From liglio.pessoal at nexxa.com.br Tue Jul 14 08:03:28 2026 From: liglio.pessoal at nexxa.com.br (liglio.pessoal at nexxa.com.br) Date: Tue, 14 Jul 2026 12:03:28 -0300 Subject: [mapguide-users] RES: RES: Widget Label Accentuation not working In-Reply-To: <005301dd1320$70aefba0$520cf2e0$@gmail.com> References: <002b01dd12e8$60ce2c20$226a8460$@sympatico.ca> <005301dd1320$70aefba0$520cf2e0$@gmail.com> Message-ID: Hi Pierre, It did not work here, I did the same with widget QuickPlot, edited the label to Quick Plo? and the result is Quick Plo? Mapguide installed in a windows server 2019. Regards, Liglio Cavalcante De: pc.brutus.xyz at gmail.com Enviada em: segunda-feira, 13 de julho de 2026 20:36 Para: 'MapGuide Users Mail List' ; pierre.cardinal at sympatico.ca Cc: liglio.pessoal at nexxa.com.br Assunto: RE: [mapguide-users] RES: Widget Label Accentuation not working Hi Liglio, Environment : Windows11, MapGuide 3.1.2.9484, Firefox, Edge, Chrome, MapGuide Maestro 6.0m12 I dit some tests with the widget QuickPlot. I added ? at the end of the Label and of the Tooltip. Click to create a plot quickly? The results are ok. It appears that your custom widget is the cause of the problem. Regards, Pierre De : mapguide-users > De la part de Liglio Cavalcante via mapguide-users Envoy? : 13 juillet 2026 18:11 ? : pierre.cardinal at sympatico.ca ; 'MapGuide Users Mail List' > Cc : liglio.pessoal at nexxa.com.br Objet : [mapguide-users] RES: Widget Label Accentuation not working Hi Pierre, The widget is edited through Maestro at Web Layout Flexible. I suppose it is saved in the library, then the Fusion Viewer parses this XML to create the Widget. I already tried to replace ? with ã same result. Maestro converts ã to ? when the widget is saved. This is a parser problem in Fusion, or some configuration to made. Regards, Liglio Cavalcante De: pierre.cardinal at sympatico.ca > Enviada em: segunda-feira, 13 de julho de 2026 13:55 Para: 'MapGuide Users Mail List' > Cc: liglio.pessoal at nexxa.com.br Assunto: RE: [mapguide-users] Widget Label Accentuation not working Hi, Was your XML file saved using UTF-8 encoding? or Have you try to replace ? with ã (Vis?o to Visão) Regards Pierre De : mapguide-users > De la part de Liglio Cavalcante via mapguide-users Envoy? : 13 juillet 2026 10:16 ? : mapguide-users at lists.osgeo.org Cc : liglio.pessoal at nexxa.com.br Objet : [mapguide-users] Widget Label Accentuation not working Hi, I tried to use accentuation in a custom Widget at Label or Tooltip but is not working, despite the encoding="utf-8" in XML. Words like Vis?o are displayed Vis?o. Maybe the parser it is not applying the right encoding. Can I correct this ? Mapguide 3.1.2 ? Fusion Viewer Regards, Liglio Cavalcante -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.png Type: image/png Size: 4592 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 66256 bytes Desc: not available URL: From liglio.pessoal at nexxa.com.br Tue Jul 14 08:11:51 2026 From: liglio.pessoal at nexxa.com.br (liglio.pessoal at nexxa.com.br) Date: Tue, 14 Jul 2026 12:11:51 -0300 Subject: [mapguide-users] RES: RES: Widget Label Accentuation not working In-Reply-To: References: <002b01dd12e8$60ce2c20$226a8460$@sympatico.ca> Message-ID: Hi Gordon, I put in both index files and it did not work. Regards, Liglio Cavalcante De: mapguide-users Em nome de Gordon Luckett via mapguide-users Enviada em: segunda-feira, 13 de julho de 2026 19:33 Para: MapGuide Users Mail List Cc: Gordon Luckett Assunto: Re: [mapguide-users] RES: Widget Label Accentuation not working Could it be something like putting the META tag ...in the index.html (or index.templ MGOS 4) to enforce the UTF-8? On Mon, Jul 13, 2026 at 6:26?PM Liglio Cavalcante via mapguide-users > wrote: Hi Pierre, The widget is edited through Maestro at Web Layout Flexible. I suppose it is saved in the library, then the Fusion Viewer parses this XML to create the Widget. I already tried to replace ? with ã same result. Maestro converts ã to ? when the widget is saved. This is a parser problem in Fusion, or some configuration to made. Regards, Liglio Cavalcante De: pierre.cardinal at sympatico.ca > Enviada em: segunda-feira, 13 de julho de 2026 13:55 Para: 'MapGuide Users Mail List' > Cc: liglio.pessoal at nexxa.com.br Assunto: RE: [mapguide-users] Widget Label Accentuation not working Hi, Was your XML file saved using UTF-8 encoding? or Have you try to replace ? with ã (Vis?o to Visão) Regards Pierre De : mapguide-users > De la part de Liglio Cavalcante via mapguide-users Envoy? : 13 juillet 2026 10:16 ? : mapguide-users at lists.osgeo.org Cc : liglio.pessoal at nexxa.com.br Objet : [mapguide-users] Widget Label Accentuation not working Hi, I tried to use accentuation in a custom Widget at Label or Tooltip but is not working, despite the encoding="utf-8" in XML. Words like Vis?o are displayed Vis?o. Maybe the parser it is not applying the right encoding. Can I correct this ? Mapguide 3.1.2 ? Fusion Viewer Regards, Liglio Cavalcante _______________________________________________ mapguide-users mailing list mapguide-users at lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/mapguide-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From pc.brutus.xyz at gmail.com Tue Jul 14 09:34:07 2026 From: pc.brutus.xyz at gmail.com (pc.brutus.xyz at gmail.com) Date: Tue, 14 Jul 2026 12:34:07 -0400 Subject: [mapguide-users] RES: RES: Widget Label Accentuation not working In-Reply-To: References: <002b01dd12e8$60ce2c20$226a8460$@sympatico.ca> Message-ID: <002e01dd13ae$9d7746e0$d865d4a0$@gmail.com> Hi Liglio, What are your settings ? 1. Http Server : IIS or Apache ? 2. In your URL, are you using Index.html or Index.php ? Have you tried to edit the ApplicationDefinition of the XmlEditor to verify if everything looks ok with your custom Widget ? Also have you try to Validate your Web Layout with Maestro ? Can you provide me with a copy of the URL to launch the application? Regards, Pierre De : mapguide-users De la part de Liglio Cavalcante via mapguide-users Envoy? : 14 juillet 2026 11:12 ? : 'MapGuide Users Mail List' Cc : liglio.pessoal at nexxa.com.br Objet : [mapguide-users] RES: RES: Widget Label Accentuation not working Hi Gordon, I put in both index files and it did not work. Regards, Liglio Cavalcante De: mapguide-users > Em nome de Gordon Luckett via mapguide-users Enviada em: segunda-feira, 13 de julho de 2026 19:33 Para: MapGuide Users Mail List > Cc: Gordon Luckett > Assunto: Re: [mapguide-users] RES: Widget Label Accentuation not working Could it be something like putting the META tag ...in the index.html (or index.templ MGOS 4) to enforce the UTF-8? On Mon, Jul 13, 2026 at 6:26?PM Liglio Cavalcante via mapguide-users > wrote: Hi Pierre, The widget is edited through Maestro at Web Layout Flexible. I suppose it is saved in the library, then the Fusion Viewer parses this XML to create the Widget. I already tried to replace ? with ã same result. Maestro converts ã to ? when the widget is saved. This is a parser problem in Fusion, or some configuration to made. Regards, Liglio Cavalcante De: pierre.cardinal at sympatico.ca > Enviada em: segunda-feira, 13 de julho de 2026 13:55 Para: 'MapGuide Users Mail List' > Cc: liglio.pessoal at nexxa.com.br Assunto: RE: [mapguide-users] Widget Label Accentuation not working Hi, Was your XML file saved using UTF-8 encoding? or Have you try to replace ? with ã (Vis?o to Visão) Regards Pierre De : mapguide-users > De la part de Liglio Cavalcante via mapguide-users Envoy? : 13 juillet 2026 10:16 ? : mapguide-users at lists.osgeo.org Cc : liglio.pessoal at nexxa.com.br Objet : [mapguide-users] Widget Label Accentuation not working Hi, I tried to use accentuation in a custom Widget at Label or Tooltip but is not working, despite the encoding="utf-8" in XML. Words like Vis?o are displayed Vis?o. Maybe the parser it is not applying the right encoding. Can I correct this ? Mapguide 3.1.2 ? Fusion Viewer Regards, Liglio Cavalcante _______________________________________________ mapguide-users mailing list mapguide-users at lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/mapguide-users -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 28604 bytes Desc: not available URL: From pc.brutus.xyz at gmail.com Tue Jul 14 09:59:23 2026 From: pc.brutus.xyz at gmail.com (pc.brutus.xyz at gmail.com) Date: Tue, 14 Jul 2026 12:59:23 -0400 Subject: [mapguide-users] RES: Widget Label Accentuation not working In-Reply-To: References: <002b01dd12e8$60ce2c20$226a8460$@sympatico.ca> <005301dd1320$70aefba0$520cf2e0$@gmail.com> Message-ID: <005f01dd13b2$1f40cdb0$5dc26910$@gmail.com> Hi Liglio, I'm sending you a response from Gemini. The 2019 server is possibly the cause. Try these solutions propose by Gemini 1. Configure IIS to Force UTF-8 (via web.config) If you are using IIS on Windows Server 2019, IIS may force the application/x-javascript or text/html encoding to ANSI/Windows-1252. You can force it to use UTF-8 by adding or modifying the web.config file in the root directory of your MapGuide site (often in C:\OSGeo\MapGuide\Web\www\). Add (or merge) this section into your web.config to force global decoding to UTF-8: 2. If you can't or don't want to modify the server files, you can work around the problem directly in your widget's XML using a CDATA block. Since Maestro automatically converts the code ã to ? during a standard save, the CDATA block will "hide" the HTML entity so that Maestro saves it as is, without modifying it. In Maestro, right-click on your Flexible Layout (or your Widget) and choose Edit as XML. Find the tag for your Label or Tooltip. Write it exactly like this: Save. This way, Maestro stores the raw Visão value. When the browser displays the widget, it will decode the code ã itself. in ?, regardless of the encoding quirks of the Windows server. Regards, Pierre De : liglio.pessoal at nexxa.com.br Envoy? : 14 juillet 2026 11:03 ? : pc.brutus.xyz at gmail.com; 'MapGuide Users Mail List' ; pierre.cardinal at sympatico.ca Objet : RES: [mapguide-users] RES: Widget Label Accentuation not working Hi Pierre, It did not work here, I did the same with widget QuickPlot, edited the label to Quick Plo? and the result is Quick Plo? Mapguide installed in a windows server 2019. Regards, Liglio Cavalcante De: pc.brutus.xyz at gmail.com > Enviada em: segunda-feira, 13 de julho de 2026 20:36 Para: 'MapGuide Users Mail List' >; pierre.cardinal at sympatico.ca Cc: liglio.pessoal at nexxa.com.br Assunto: RE: [mapguide-users] RES: Widget Label Accentuation not working Hi Liglio, Environment : Windows11, MapGuide 3.1.2.9484, Firefox, Edge, Chrome, MapGuide Maestro 6.0m12 I dit some tests with the widget QuickPlot. I added ? at the end of the Label and of the Tooltip. Click to create a plot quickly? The results are ok. It appears that your custom widget is the cause of the problem. Regards, Pierre De : mapguide-users > De la part de Liglio Cavalcante via mapguide-users Envoy? : 13 juillet 2026 18:11 ? : pierre.cardinal at sympatico.ca ; 'MapGuide Users Mail List' > Cc : liglio.pessoal at nexxa.com.br Objet : [mapguide-users] RES: Widget Label Accentuation not working Hi Pierre, The widget is edited through Maestro at Web Layout Flexible. I suppose it is saved in the library, then the Fusion Viewer parses this XML to create the Widget. I already tried to replace ? with ã same result. Maestro converts ã to ? when the widget is saved. This is a parser problem in Fusion, or some configuration to made. Regards, Liglio Cavalcante De: pierre.cardinal at sympatico.ca > Enviada em: segunda-feira, 13 de julho de 2026 13:55 Para: 'MapGuide Users Mail List' > Cc: liglio.pessoal at nexxa.com.br Assunto: RE: [mapguide-users] Widget Label Accentuation not working Hi, Was your XML file saved using UTF-8 encoding? or Have you try to replace ? with ã (Vis?o to Visão) Regards Pierre De : mapguide-users > De la part de Liglio Cavalcante via mapguide-users Envoy? : 13 juillet 2026 10:16 ? : mapguide-users at lists.osgeo.org Cc : liglio.pessoal at nexxa.com.br Objet : [mapguide-users] Widget Label Accentuation not working Hi, I tried to use accentuation in a custom Widget at Label or Tooltip but is not working, despite the encoding="utf-8" in XML. Words like Vis?o are displayed Vis?o. Maybe the parser it is not applying the right encoding. Can I correct this ? Mapguide 3.1.2 ? Fusion Viewer Regards, Liglio Cavalcante -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 4592 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.png Type: image/png Size: 66256 bytes Desc: not available URL: From liglio.pessoal at nexxa.com.br Tue Jul 14 11:43:03 2026 From: liglio.pessoal at nexxa.com.br (liglio.pessoal at nexxa.com.br) Date: Tue, 14 Jul 2026 15:43:03 -0300 Subject: [mapguide-users] RES: RES: Widget Label Accentuation not working In-Reply-To: <005f01dd13b2$1f40cdb0$5dc26910$@gmail.com> References: <002b01dd12e8$60ce2c20$226a8460$@sympatico.ca> <005301dd1320$70aefba0$520cf2e0$@gmail.com> <005f01dd13b2$1f40cdb0$5dc26910$@gmail.com> Message-ID: Hi Pierre, Thanks for your Support. 1 ? Did not work I already had in my app web.config, and now put in the mapguide web.config, but no effect. 2 ? It worked, a curious thing, after saved in maestro , becomes Regards, Liglio Cavalcante De: pc.brutus.xyz at gmail.com Enviada em: ter?a-feira, 14 de julho de 2026 13:59 Para: liglio.pessoal at nexxa.com.br; 'MapGuide Users Mail List' ; pierre.cardinal at sympatico.ca Assunto: RE: [mapguide-users] RES: Widget Label Accentuation not working Hi Liglio, I'm sending you a response from Gemini. The 2019 server is possibly the cause. Try these solutions propose by Gemini 1. Configure IIS to Force UTF-8 (via web.config) If you are using IIS on Windows Server 2019, IIS may force the application/x-javascript or text/html encoding to ANSI/Windows-1252. You can force it to use UTF-8 by adding or modifying the web.config file in the root directory of your MapGuide site (often in C:\OSGeo\MapGuide\Web\www\). Add (or merge) this section into your web.config to force global decoding to UTF-8: 2. If you can't or don't want to modify the server files, you can work around the problem directly in your widget's XML using a CDATA block. Since Maestro automatically converts the code ã to ? during a standard save, the CDATA block will "hide" the HTML entity so that Maestro saves it as is, without modifying it. In Maestro, right-click on your Flexible Layout (or your Widget) and choose Edit as XML. Find the tag for your Label or Tooltip. Write it exactly like this: Save. This way, Maestro stores the raw Visão value. When the browser displays the widget, it will decode the code ã itself. in ?, regardless of the encoding quirks of the Windows server. Regards, Pierre De : liglio.pessoal at nexxa.com.br > Envoy? : 14 juillet 2026 11:03 ? : pc.brutus.xyz at gmail.com ; 'MapGuide Users Mail List' >; pierre.cardinal at sympatico.ca Objet : RES: [mapguide-users] RES: Widget Label Accentuation not working Hi Pierre, It did not work here, I did the same with widget QuickPlot, edited the label to Quick Plo? and the result is Quick Plo? Mapguide installed in a windows server 2019. Regards, Liglio Cavalcante De: pc.brutus.xyz at gmail.com > Enviada em: segunda-feira, 13 de julho de 2026 20:36 Para: 'MapGuide Users Mail List' ; pierre.cardinal at sympatico.ca Cc: liglio.pessoal at nexxa.com.br Assunto: RE: [mapguide-users] RES: Widget Label Accentuation not working Hi Liglio, Environment : Windows11, MapGuide 3.1.2.9484, Firefox, Edge, Chrome, MapGuide Maestro 6.0m12 I dit some tests with the widget QuickPlot. I added ? at the end of the Label and of the Tooltip. Click to create a plot quickly? The results are ok. It appears that your custom widget is the cause of the problem. Regards, Pierre De : mapguide-users > De la part de Liglio Cavalcante via mapguide-users Envoy? : 13 juillet 2026 18:11 ? : pierre.cardinal at sympatico.ca ; 'MapGuide Users Mail List' > Cc : liglio.pessoal at nexxa.com.br Objet : [mapguide-users] RES: Widget Label Accentuation not working Hi Pierre, The widget is edited through Maestro at Web Layout Flexible. I suppose it is saved in the library, then the Fusion Viewer parses this XML to create the Widget. I already tried to replace ? with ã same result. Maestro converts ã to ? when the widget is saved. This is a parser problem in Fusion, or some configuration to made. Regards, Liglio Cavalcante De: pierre.cardinal at sympatico.ca > Enviada em: segunda-feira, 13 de julho de 2026 13:55 Para: 'MapGuide Users Mail List' > Cc: liglio.pessoal at nexxa.com.br Assunto: RE: [mapguide-users] Widget Label Accentuation not working Hi, Was your XML file saved using UTF-8 encoding? or Have you try to replace ? with ã (Vis?o to Visão) Regards Pierre De : mapguide-users > De la part de Liglio Cavalcante via mapguide-users Envoy? : 13 juillet 2026 10:16 ? : mapguide-users at lists.osgeo.org Cc : liglio.pessoal at nexxa.com.br Objet : [mapguide-users] Widget Label Accentuation not working Hi, I tried to use accentuation in a custom Widget at Label or Tooltip but is not working, despite the encoding="utf-8" in XML. Words like Vis?o are displayed Vis?o. Maybe the parser it is not applying the right encoding. Can I correct this ? Mapguide 3.1.2 ? Fusion Viewer Regards, Liglio Cavalcante -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 4592 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.png Type: image/png Size: 66256 bytes Desc: not available URL: From dbowenrci at gmail.com Tue Jul 14 12:23:15 2026 From: dbowenrci at gmail.com (David Bowen) Date: Tue, 14 Jul 2026 15:23:15 -0400 Subject: [mapguide-users] MGOS 4 Final Release and Data Selection In-Reply-To: References: Message-ID: Thanks everyone for your suggestions. Based on the feedback, we identified the issue being Nulls in a Date formatted field in the database table. On our install, there doesn't appear to be an issue with Nulls present in fields formatted differently. On Thu, Jul 9, 2026 at 10:38?AM Dan Nilsson wrote: > I suspect that it is because it is a numeric value that contains null, and > there is a bug in the function that returns value in MapGuide that causes > null value to give an error. Is there probably information about this in > the log file for MapGuide? Kind regards, Dan > > > Dan Nilsson, Projektledare, Tyr?ns Sverige AB > *M:* +46707501701 *E:* Dan.Nilsson at tyrens.se > > > ------------------------------ > *Fr?n:* mapguide-users f?r David > Bowen via mapguide-users > *Skickat:* Thursday, 09 July 2026 16:29:15 > *Till:* MapGuide Users Mail List > *Kopia:* David Bowen > *?mne:* [mapguide-users] MGOS 4 Final Release and Data Selection > > CAUTION: This email originated from outside of the organization. Do not > click links or open attachments unless you recognize the sender. Report > if suspicious. > > We're experiencing an issue where random items on the map won't select, > even though the layer is set to be selectable. I've been unable to identify > a common setting between the various layers that are experiencing this > issue. > > In the below image, the outermost lines are selectable (labelled as ?S?), > however the inner ones are not selectable (labelled as ?NS?), unless you > also select one of the outer lines. We're getting similar behaviour in > other layers that correspond to different tables. > > Has anyone else encountered this issue? We're using MGOS 4 Final Release. > We don?t encounter this issue in an environment that?s set up with MGOS 4 > Beta 2, reading from the same database. Additionally, I'm not noticing any > entries in the error logs that would point to the issue. > > Thanks, > > David > > [image: image.png] > > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 98685 bytes Desc: not available URL: From liglio.pessoal at nexxa.com.br Sun Jul 26 13:12:00 2026 From: liglio.pessoal at nexxa.com.br (liglio.pessoal at nexxa.com.br) Date: Sun, 26 Jul 2026 17:12:00 -0300 Subject: [mapguide-users] Mapguide 4.0 and Postgresql scram-sha-256 Message-ID: Hi, Mapguide 4.0 with FDO 4.2 supports Postgresql password authentication scram-sha-256 ? Regards, Liglio Cavalcante -------------- next part -------------- An HTML attachment was scrubbed... URL: From pc.brutus.xyz at gmail.com Sun Jul 26 16:48:59 2026 From: pc.brutus.xyz at gmail.com (pc.brutus.xyz at gmail.com) Date: Sun, 26 Jul 2026 19:48:59 -0400 Subject: [mapguide-users] Mapguide 4.0 and Postgresql scram-sha-256 In-Reply-To: References: Message-ID: <002401dd1d59$5b676320$12362960$@gmail.com> Hi Liglio, According to the file "..\Server\FDO\libpq.dll" (mgos_4.0.0.10185) the answer is yes because it was compiled from the source code of PostgreSQL 16.3 (built on June 6, 2024). SCRAM-SHA-256 support: PostgreSQL has natively supported SCRAM-SHA-256 in libpq since version 10.0 (released in 2017). Being version 16.3, your DLL is extremely recent and fully supports SCRAM-SHA-256, as well as all modern TLS/SSL authentication methods. Regards, Pierre De : mapguide-users De la part de Liglio Cavalcante via mapguide-users Envoy? : 26 juillet 2026 16:12 ? : 'MapGuide Users Mail List' Cc : liglio.pessoal at nexxa.com.br Objet : [mapguide-users] Mapguide 4.0 and Postgresql scram-sha-256 Hi, Mapguide 4.0 with FDO 4.2 supports Postgresql password authentication scram-sha-256 ? Regards, Liglio Cavalcante -------------- next part -------------- An HTML attachment was scrubbed... URL: