Pima County Geographic Information Systems logo

Pima County GIS - Pima County MapGuide MWF Wrapper

Wrapper Files

Wrapper File Structure

Paths to these files may be based on settings in mgmapsettings.inc

   mgmap.cfm                    - This is the MapGuide MWF top level "wrapper".
      disclaimer.js             - Disclaimer popup or other JavaScript file specified by mgmappopuppath ColdFusion variable.   
      mgmapsettings.inc         - Include file with various settings unique to the site for mgmap*.* files.
   
      mgmaptitleframe.cfm       - Title frame at the top of the map frame.  (Adjust for your site.)
         mgmapsettings.inc      - Include file with various settings unique to the site for mgmap*.* files.
         
      mgmapframe.cfm            - Map frame that includes the MapGuide map.
         cookie.js              - Tools for reading and writing cookies.
         mgdetectall.js         - Determines the user's MapGuide Viewer installation (if any), version, and environment.
            WM_plugindetect.js  - Plug-in detector used by mgdetectall.js
            cookie.js           - Tools for reading and writing cookies.
            mgmapcheck5.mwf     - An MWF designed to be the smallest possible MWF which enables us to open a map 
                                  so we can use the MapGuide API without the "real" map.
         mginsertcontrol.js     - Inserts the ActiveX Viewer control using this separate external function to avoid
                                  "Click to activate and use control" with Microsoft's 4/2006 patches to Internet Explorer.                   
         mgmapsettings.inc      - Include file with various settings unique to the site for for mgmap*.* files.

   mgmapdetect.cfm              - Test or diagnostic that displays the current MapGuide Viewer environment
      mgdetectall.js            - Determines the user's MapGuide Viewer installation (if any), version, and environment.
         WM_pluginDetect.js     - Plug-in detector used by mgdetectall.js                 
         cookie.js              - Tools for reading and writing cookies.

Alphabetical list of files used or referenced by the Wrapper

     cookie.js                 - Tools for reading and writing cookies. 
     disclaimer.js             - Disclaimer popup or other JavaScript file specified by mgmappopuppath ColdFusion variable. 
     mgdetectall.js            - Determines the user's MapGuide Viewer installation (if any), version, and environment.
                                 (Compressed)
     mgdetectall-SOURCE.js     - Uncompressed version of mgdetectall.js for reference.
     mginsertcontrol.js        - Inserts the ActiveX Viewer control using this separate external function to avoid
                                 "Click to activate and use control" with Microsoft's 4/2006 patches to Internet Explorer. 
     mgmap.cfm                 - This is the MapGuide MWF top level "wrapper".
     mgmapcheck5.mwf           - An MWF designed to be the smallest possible MWF which enables us to open a map 
                                 so we can use the MapGuide API without the "real" map.       
     mgmapdetect.cfm           - Test or diagnostic that displays the current MapGuide Viewer environment
     mgmapframe.cfm            - Map frame that includes the MapGuide map. (Compressed)
     mgmapframe-SOURCE.cfm     - Uncompressed version of mgmapframe.cfm for reference.
     mgmapsettings.inc         - Include file with various settings unique to the site for mgmap*.* files. 
                                 (Adjust for your site.)
     mgmaptitleframe.cfm       - Title frame at the top of the map frame.  (Adjust for your site.) 
     WM_plugindetect.js        - Plug-in detector used by mgdetectall.js (Compressed)
     WM_plugindetect-SOURCE.js - Uncompressed version of mgdetectall.js for reference.


Back button Pima County MapGuide MWF Wrapper Main Page