<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:10pt"><div>GeoMOOSE 1.4 is now available for download!<br><br>Some of the very notable improvements include:<br><br>
1) Buffered Select service now included with improvements to line, and point feature selections.<br>
2) Better support for relative paths.&nbsp;<br>
3) Full Printing in PHP (No python required! Includes printing from WMS services!)&nbsp;<br>
4) Much improved startup code, making it much faster on load with no more odd image flashing!<br>
5) Popup/Maptips have improved modularity and predictability.&nbsp;<br>
6) Image error handling has been drastically improved.&nbsp; -- No more obnoxious perpetual "Loading..." message when there is an error with one of your images!!!<br>
7) No more views in the mapbook! Views have been moved to the
configuration.js and are now included as a JSON object, making it
significantly easier to create multiple "Jump To:" zoom boxes.<br>8) New **VASTLY IMPROVED** Slider-Navigation Bar!<br>9) Re-written ReferenceMap now allows for a Fixed-view (traditional ArcIMS style) or Dynamic Google-Maps style!<br>10) Client-side MIN/MAXSCALE settings are now enforced correctly!<br>11) We have completely revamped the directory structure to make more seamless Linux/Windows updates.<br><br>Those who are upgrading from a 1.0 or 1.2 application, please download this application to a new directory or make sure you backup your 1.0/1.2 application to a separate directory! There are some major changes to the configuration.&nbsp; This is not menat to be a complete summary guide! Brian is working on something more complete, this highlights many of the major configuration changes! Study the new configuration.js files closely before performing a full upgrade!<br><br>1) Views.<br>&nbsp;&nbsp;&nbsp; a) There are no more views in the MAPBOOK!!!
 "Views" have been moved to the configuration.js file!&nbsp; There are now two variables for storing views, one stores the "initial" or "default" mapview, the other is used to make the "Jump To" boxes.<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; var INITIAL_VIEW = "X,Y,X,Y"; /* This is the new initial view variable in the configuration.js */<br>&nbsp;&nbsp;&nbsp; b) To create multiple "Jump To" boxes is now VERY easy by changing the javascript variable "VIEWS".&nbsp; For example, to create multiple drop downs one could do the following:<br>&nbsp;&nbsp;&nbsp; var VIEWS = {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Jump To:' : {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; 'Dakota County' : '521238.614537864,4924218.86673578,473921.947801381,4974430.36885032',<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Parcel Data' :
 '497205.409367,4923984.423582,477595.805945,4941970.52988'<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; },<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp; 'Cities':" : {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  'Apple Valley': "X,Y,X,Y",<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  'Rosemount' : "X,Y,X,Y"<br>&nbsp;&nbsp;&nbsp; };<br><br>2) If you want to use the print service please take a look at the updated print service definition in the countydemo.xml mapbook.&nbsp; You will want to update your service to match.<br><br>3) *** You will need to update your "index.html" files. There is significantly less javascript code in them and there has been many updates to make this more friendly. ***<br><br>4) *** You default skin color may need to be changed by editing the "index.html" file.&nbsp; This is because of some updates to the Theme/Skin
 manager.&nbsp; There are two CSS&nbsp; lines you will need to change:<br><br>11: &lt;link href="skins/green/styles.css" rel="stylesheet" type="text/css" id="theme-styles"/&gt;<br>12: &lt;link href="skins/green/menubar.css" rel="stylesheet" type="text/css" id="theme-menu"/&gt;<br><br>You will need to substitute "green" for whatever skin/theme you are using.<br><br>5) Temporary directories are now configured in two places.&nbsp; In the demo all of the temporary directory information is now stored in "temp_directory.map" which you can see in the "maps_countydemo" folder.&nbsp; PHP scripts also need this information and it should be set in the "php/Configuration.php" file.<br><br>6) If you find a layer is having issues with popups, edit its mapfile and add the following:<br>&nbsp;&nbsp;&nbsp; [snip]<br>&nbsp;&nbsp;&nbsp; WEB<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  &nbsp; ....<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  QUERYFORMAT "text/xml"<br>&nbsp;&nbsp;&nbsp;
 &nbsp;&nbsp;  ...<br>&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; [snip]<br>&nbsp;&nbsp;&nbsp; <br><br>7) The slider settings have completely changed.&nbsp; "configuration.js" line 156 has all the new settings.&nbsp; Each step is pre-defined and you can optionally name the step.<br><br>You might be asking yourself, "Is it worth all of the pain and suffering to do the upgrade?"&nbsp; The answer is a resounding, "Yes!" There are many, many improvements to this version.&nbsp; <br><br><br>Download from SourceForge! http://sourceforge.net/project/showfiles.php?group_id=160935&amp;package_id=181132&amp;release_id=600465<br><br>As always, I'll be surfing the lists for any questions.&nbsp; I'm also available for hire if anyone would like me to come out a perform the upgrade for you or provide some assistance.<br><br>-Duck<br></div></div><br>

      </body></html>