[mapguide-commits] r9479 - trunk/MgDev/Oem/CsMapLibrary

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Feb 7 14:01:55 PST 2019


Author: jng
Date: 2019-02-07 14:01:55 -0800 (Thu, 07 Feb 2019)
New Revision: 9479

Modified:
   trunk/MgDev/Oem/CsMapLibrary/CMakeLists.txt
Log:
Exclude Australian GDA2020 grid files from the default install profile. Like its USA grid counterparts, including these files in our install bloats the package size to an unacceptable level. 

Just like the USA grid files, we'll bundle these in a separate grid files download when it comes time for release.

Modified: trunk/MgDev/Oem/CsMapLibrary/CMakeLists.txt
===================================================================
--- trunk/MgDev/Oem/CsMapLibrary/CMakeLists.txt	2019-02-05 16:19:47 UTC (rev 9478)
+++ trunk/MgDev/Oem/CsMapLibrary/CMakeLists.txt	2019-02-07 22:01:55 UTC (rev 9479)
@@ -181,6 +181,7 @@
         "${CSMAP_DICT_STAGING_DIR}/Dictionaries/*.nmk"
         "${CSMAP_DICT_STAGING_DIR}/Dictionaries/WW15MGH.GRD"
         # FIXME: Though this removes the files it still leaves the empty directories
+        "${CSMAP_DICT_STAGING_DIR}/Dictionaries/Australia/Gda94/*.*"
         "${CSMAP_DICT_STAGING_DIR}/Dictionaries/Usa/Geoid03/*.*"
         "${CSMAP_DICT_STAGING_DIR}/Dictionaries/Usa/Geoid96/*.*"
         "${CSMAP_DICT_STAGING_DIR}/Dictionaries/Usa/Geoid99/*.*"



More information about the mapguide-commits mailing list