wiki:Release/3.1.2/Notes

Version 1 (modified by jng, 5 years ago) ( diff )

--

MapGuide 3.1.2 Release Notes

MapGuide Open Source 3.1.2 is now available. These release notes only cover what's changed from MapGuide Open Source 3.1.2

For what's new and changed in MapGuide Open Source 3.1.2, see the 3.1.2 release notes For what's new and changed in MapGuide Open Source 3.1, see the 3.1 release notes

Downloads

DownloadSizeMD5
Windows
32-bit installer114,307,076e3e180762174100a5f3ac50863a5429d
64-bit installer121,703,111e5b5bc84466b6b00cd84276276d0877f
32-bit InstantSetup bundle94,128,0880fefc6d33771d292c53f963c37d216c5
64-bit InstantSetup bundle100,296,484684de919c26681dffd6133270e542654
Ubuntu 14.04 (32-bit)
Install script28,220a54788ea327b7d081942e92bb1e25f48
Uninstall script1,425c8794eba45069355203bd14522298069
Ubuntu 14.04 (64-bit)
Install script28,222a30f3d2574e04e1e371e60c10e171c4c
Uninstall script1,425c8794eba45069355203bd14522298069
CentOS 6.x (32-bit)
Install script4,3373dff7a65dc55c71739c042239cc196af
Uninstall script1,5990922a87c1fdbbc4195cb5bccb54bbdb7
CentOS 6.x (64-bit)
Install script4,3395895e3635528e45dbc0cbb057eec35bc
Uninstall script1,5990922a87c1fdbbc4195cb5bccb54bbdb7

Patches

Various post-release patches for MapGuide, Fusion and FDO can be found here.

  • King Oracle FDO provider for Oracle 12c
    • These providers have been built against the Oracle 12c instant client SDK (the ones included with the install packages are built against 11g)
      • Make sure to replace your 11g version of OCI.dll and friends with 12c equivalents.
    • These providers are un-tested. Please report any defects
    • Download

Installer notes

You cannot use the windows installer to in-place upgrade an existing MapGuide Open Source 3.1.0 installation, you cannot have 3.1.0 and 3.1.2 installed side-by-side with the windows installer and you must uninstall 3.1.0 before installing 3.1.2. Use the InstantSetup bundle if side-by-side installs are required. Be sure to back up any data and applications before carrying out the new installation.

On linux, the install path is /usr/local/mapguideopensource-3.1.2 and the FDO install path is /usr/local/fdo-4.1.0. You must uninstall 3.1.0 before installing 3.1.2. Be sure to back up any data and applications before carrying out the new installation.

Before upgrading, it is recommended that you take a backup of your existing repository (whether that is through creating MGP packages with the MapGuide Site Administrator or using the provided repository backup tools/scripts)

Sample Data

This release includes a new version of the Sheboygan Sample data set demonstrating features introduced in this and recent versions of MapGuide

Extra Files

The install packages for this release of MapGuide omit several USA-specific CS-Map grid data files which are only required if your spatial data uses a coordinate system that involves an NSRS datum. See CS-Map RFC 7 for more information.

As a result, our installation packages are now up to 150 MB lighter as a result of this omission.

Should you require these grid data files, you can download them here:

To install these files, unzip them into the Usa directory of your CS-Map installation (eg. C:\Program Files\OSGeo\MapGuide\CS-Map\Dictionaries\Usa) and restart your MapGuide Server

Fusion build tools

Fusion build tools is a zip file containing the build.xml and associated build tools required to "re-compile" fusionSF.js and fusionSF-compressed.js on a production fusion installation.

Use the Fusion build tools if you have made patches and/or modifications to your fusion installation, and you need to build a new fusionSF.js and/or fusionSF-compressed.js

In order to use the Fusion build tools, you need to have Apache Ant installed.

To use the Fusion build tools, extract the zip file contents into your fusion directory and navigate to this directory in the command prompt and execute the following command:

ant compress

This will re-build fusionSF.js and fusionSF-compressed.js under fusion\lib

Due to the default installation location (under Program Files), you may need to do this under a UAC-elevated command prompt or fix the directory permissions so that normal users can create/modify files.

Windows Compatibility

OS32-bit64-bit
Windows 10Yes+Yes
Windows VistaMaybe+Maybe+
Windows 7YesYes
Windows Server 2008Yes+Yes+
Windows Server 2008 R2N/AYes
Windows 8Yes1Yes1
Windows Server 2012N/AYes1
Windows Server 2016N/AYes
Windows 8.1Maybe1Maybe1

+ Not tested, but similar enough to Windows 7 to theoretically work

  • IIS configuration will probably not work. Apache config should work due to its self-contained nature

1 IIS/.Net successfully tested on Windows 8 64-bit and Windows Server 2012. Windows 8 32-bit is similar enough to theoretically work. Apache config untested

Windows RT (ie. Windows 8 on ARM devices) is not a supported platform for installing MapGuide Open Source

Changes since 3.1.1

  • #2790: Fix potential XSS hole in Java AJAX Viewer
  • #2789: Add webconfig.ini options for defining global feature query limits
  • Web Tier component updates MapGuide RFC 168:
    • Apache HTTPD updated to 2.4.37
    • Tomcat updated to 7.0.92
    • PHP updated to 5.6.40
  • Fusion changes and fixes
    • New optional unified template entry point and MapGuide RFC 167
    • Fix non-functional XYZ tile source support
    • SelectionPanel support for custom date/time formatter ticket 663
    • Fix Google Maps support due to recent Google Maps releases

FDO

  • New Functional SHP provider for 64-bit Linux
  • New Experimental King.Oracle provider for Linux
  • SHP Provider:
    • Fix occasional crash when processing a real/double property
  • OGR Provider enhancements/fixes
    • #953: Support for customizing the name of the default schema (instead of OGRSchema)
    • #455, #66: New optional DataSourceEncoding connection property to better support UTF-8 data sources.
    • #952: Cleaned up connect error message
    • #954, #955: Various fixes on improving provider correctness in behaviour (eg. Throwing on bad/invalid property names)

Other

Please report any defects.

FDO Notes

MGOS 3.1.2 is built against the FDO 4.1 branch

Due to unavailable build resources (the build maintainer does not have access to the ESRI SDK), this release does not include the ArcSDE FDO provider

Known Issues

  • SQL Server Spatial: FDO Provider may render out incomplete schema XML for tables with dots (.) in their name
  • Ubuntu: Tomcat/Java is not optional will always be installed by the installation script whether you use it or not
  • Fusion: Geolocation widget will no longer work on Chrome 50+ on insecure origins (https://developers.google.com/web/updates/2016/04/geolocation-on-secure-contexts-only?hl=en). Solution: Host the fusion application on a site over HTTPS.
  • Fusion: Google Street View may not load properly in Chrome (https://productforums.google.com/forum/#!topic/maps/7DiQ4FQj8ts). Workaround: Disable "Accelerated 2D canvas" in chrome flags settings.
  • Installing msttcorefonts for your specific distro is strongly recommended to avoid the case of "hieroglyphic" labels. You can specify the path of your msttcorefonts installation in serverconfig.ini to have MapGuide load these fonts in on startup.
  • Using the Linux builds of MapGuide on distributions they were not built for is not supported. If you want to run MapGuide on:
    • Versions of Ubuntu that is not 14.04
    • CentOS 7 or higher
    • A different Linux distribution

Then consider running MapGuide in a docker container that is based on Ubuntu 14.04 or CentOS 6.x. This installation method is not supported and is only mentioned here for informational purposes.

  • The 64-bit Linux builds of MapGuide are made available for testing/feedback. These builds should still be considered experimental.
    • The following FDO providers may or may not not be functional in 64-bit Linux builds of MapGuide
      • SHP (spatial indexing code not working properly in 64-bit, will cause incorrect spatial queries. Workaround: Use OGR provider)
      • MySQL (un-tested, please provide feedback)
      • PostgreSQL (un-tested, please provide feedback)
      • King.Oracle (un-tested, please provide feedback)
      • WFS (un-tested, please provide feedback)
      • WMS (un-tested, please provide feedback)
    • The following FDO providers have been validated in a 64-bit Linux environment by their respective FDO unit test suites (ie. All tests pass). Feedback on these providers in 64-bit Linux still welcome/appreciated:
      • SDF
      • SQLite
      • GDAL
      • OGR
  • Fusion: Bing/VirtualEarth commercial layers may conflict with Google layers if they are both specified in a Flexible Layout. If you have a Bing/VirtualEarth layer as the default, switching to a Google layer in your Fusion application will cause the Google layer to be displaced and vice versa.
  • #2252: It is not possible to call MgFeatureService::UpdateFeatures() with a NULL MgTransaction in the PHP API
  • Installer may generate a providers.xml entry for the ArcSDE provider if all providers are enabled in the "Feature Selection" dialog even if the installer does not actually bundle the ArcSDE provider. You can simply remove this entry from providers.xml after installation if this is the case.
  • CentOS: mgserver may throw double-free errors on service startup or server shutdown. Should not affect server behaviour.
  • The Performance Profiler on Linux may not work due to insufficient permissions to save the generated report files. To fix this, ensure the directory /usr/local/mapguideopensource-3.1.0/webserverextensions/www/mapadmin/profilingmapxml on linux has sufficient write permissions for the user account that the PHP executable runs under.
  • For an InstantSetup-based install with an Apache configuration, the Performance Profiler is hard-coded to always use mapviewerjava if it exists for displaying the map viewer for capturing extents for profiling. If you did not choose a Java configuration you will get the ajaxviewer.jsp source instead of the expected map viewer. To resolve this, delete the mapviewerjava directory
  • Uninstallation can leave "ghost" IIS virtual directories behind, which currently is any virtual directory / application you create inside the mapguide virtual directory that was not created by the installer These "ghost" directories may impact on future installations. To ensure these "ghost" directories are completely gone after uninstallation, use the appcmd.exe utility to remove these virtual directories. You can find out what virtual directories are still there by running

appcmd.exe list vdir

  • PHP Viewer and Developer's Guide samples will not work if the PHP viewer feature is not enabled. Likewise for .net and Java. Nothing in the installer will prevent you from making such a choice.
  • For the IIS configuration or Apache configuration with a custom http port, you will have to update the WFS and WMS server name configuration properties via the MapGuide Site Administrator after installation if you intend to use such features. This is currently set to localhost:8008 for both.
Note: See TracWiki for help on using the wiki.