Re: [mapguide-users] MGOS 4.0 and PostgreSQL

2023-10-27 Thread Jackie Ng via mapguide-users
We say PostgreSQL 12 is supported because that was the most recent version of PostgreSQL that the FDO provider was tested with. Our matrix of PostgreSQL versions to test is small and having to add more versions to test against is more developer overhead. Having said that, the libpq library the

[mapguide-users] MapGuide Open Source 4.0 RC1 plans and some remarks on MVT tiles

2023-10-27 Thread Jackie Ng via mapguide-users
Hi All, I am currently putting the finishing touches on a new mapguide-rest release that will be compatible with both 3.1.2 and current 4.0 Beta, thus fully validating the new PHP binding work (if mapguide-rest can work with these new PHP bindings, then there is no real reason your PHP MapGuide

Re: [mapguide-users] mapguide-users Digest, Vol 201, Issue 5

2023-11-02 Thread Jackie Ng via mapguide-users
That is correct, I am referring to MapGuide's ability to generate MVT tiles out of the box. I am not satisfied with this implementation that I introduced and wish to remove this feature before RC1 (unless you can strongly convince me otherwise). This does not affect you generating MVT tiles from

Re: [mapguide-users] Loading Shapefile on fly using add layer manager

2023-09-21 Thread Jackie Ng via mapguide-users
Most of what mapguide-react-layout can/cannot do is driven by the underlying OpenLayers library we're using. OpenLayers cannot create client-side vector layers from SHP files, so there will not be such support in mapguide-react-layout either. - Jackie You wrote: Hi I’d like my webpage’s user

Re: [mapguide-users] Unable to install MGOS 4 Beta 1

2023-12-18 Thread Jackie Ng via mapguide-users
Hi David, As others have said, the general way to get around SmartScreen for freshly downloaded files is to right-click for file properties and unblock the file. But if this option is not available to you, you could try for a command-line based unlock solution:

[mapguide-users] Small change of plans for MapGuide Open Source 4.0 release timeline

2023-12-18 Thread Jackie Ng via mapguide-users
Hi All, Just to reiterate what I posted on my blog: https://themapguyde.blogspot.com/2023/12/minor-change-of-plans.html We won't be going to RC1 just yet. There will be a 2nd beta release of MGOS 4.0, whose release I am aiming for late January next year. This is primarily to accommodate the

Re: [mapguide-users] Point mapping using font symbols is not displayed

2023-12-18 Thread Jackie Ng via mapguide-users
MapGuide looks for fonts in Windows' designated fonts directory (the code in question calls the Win32 SHGetFolderPath API for this directory I can't tell you what the exact directory path is). I assume that if you can see the font in Windows font settings, it should also be a font that MapGuide

Re: [mapguide-users] Maestro 6.0m12 with Mono under Ubuntu 22.04

2024-01-16 Thread Jackie Ng via mapguide-users
Hi Pierre, I have long since de-emphasised any mention of "Mono Compatibility" with regards to Maestro, simply because I don't have the resources to test if it works there, so you are venturing into unknown territory. I will say however, that 6.0m12 is now a .net 6.0 application and not a legacy

[mapguide-users] mapguide-rest 1.0 RC6 released

2023-12-04 Thread Jackie Ng via mapguide-users
Hi All, After 6 years since the last release (!!!), I've put out the 6th release candidate of mapguide-rest 1.0. https://github.com/jumpinjackie/mapguide-rest/releases/tag/1.0rc6 The main feature of this release is: - Compatibility with MapGuide Open Source 3.1.2 (PHP 5.6) and MapGuide

Re: [mapguide-users] Memory leak with MGOS 4 Beta 1

2024-01-30 Thread Jackie Ng via mapguide-users
Could you correlate the time period of 11.15am - 11.45am (where the memory usage ramps up) with entries in your access.log and see which operations are involved? - Jackie You wrote: Hello Pierre, The server is running Windows 2022 Standard, we're using Apache Server and Oracle database. There

Re: [mapguide-users] Memory leak with MGOS 4 Beta 1

2024-02-03 Thread Jackie Ng via mapguide-users
log but nothing stands out in the > preceding activity. There's nothing specific during the memory ramp up > period that we don't see at other times. > > David > > On Wed, Jan 31, 2024 at 12:01 AM Jackie Ng via mapguide-users < > mapguide-users@lists.osgeo.org> wrote: >

Re: [mapguide-users] MapGuide 4.0 Beta 2

2024-03-19 Thread Jackie Ng via mapguide-users
Hi David, I must apologize for these repeated delays and failed promises. The reality of the situation is that my day job has absolutely drained any energy I have remaining to tackle MapGuide and FDO dev, which is why these time frames keep slipping. Rather than throw out another date that I'll

Re: [mapguide-users] Differences between PUBLISHED_API and INTERNAL_API

2024-04-22 Thread Jackie Ng via mapguide-users
You're mostly on the money. The purpose behind these various *_API markers is documented here and they're mainly for controlling what gets exposed to SWIG https://trac.osgeo.org/mapguide/browser/trunk/MgDev/Common/Foundation/FoundationDefs.h#L49 PUBLISHED_API and EXTERNAL_API members will be