Thanks for the quick responses.  I&#39;ll stick with WMS for my data layers and OL 2.8, until I understand things better or need something different.  <br><br>- John<br><br clear="all">**************************************************<br>
John Callahan, Research Scientist<br>Delaware Geological Survey, University of Delaware<br>URL: <a href="http://www.dgs.udel.edu" target="_blank">http://www.dgs.udel.edu</a><br>**************************************************<br>

<br><br><div class="gmail_quote">On Fri, Apr 8, 2011 at 4:01 PM, Brent Fraser <span dir="ltr">&lt;<a href="mailto:bfraser@geoanalytic.com">bfraser@geoanalytic.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">


  
    
  
  <div text="#000000" bgcolor="#ffffff">
    Yeah I thought it was a hack at the time..<br>
    <pre cols="72">Best Regards,
Brent Fraser</pre><div><div></div><div class="h5">
    <br>
    On 4/8/2011 2:00 PM, Dan Little wrote:
    <blockquote type="cite">
      <div style="color:rgb(0, 0, 0);background-color:rgb(255, 255, 255);font-family:arial,helvetica,sans-serif;font-size:10pt">
        <div><span>That solution is sorta wrong...</span></div>
        <div style="color:rgb(0, 0, 0);font-size:13px;font-family:arial,helvetica,sans-serif;background-color:transparent;font-style:normal"><span><br>
          </span></div>
        <div style="color:rgb(0, 0, 0);font-size:13px;font-family:arial,helvetica,sans-serif;background-color:transparent;font-style:normal"><span>Something like..</span></div>
        <div style="color:rgb(0, 0, 0);font-size:13px;font-family:arial,helvetica,sans-serif;background-color:transparent;font-style:normal"><span><br>
          </span></div>
        <div><span>var olDiv = Map.div; // might now be &quot;.element&quot; or
            something similar</span></div>
        <div><br>
          <blockquote style="border-left:2px solid rgb(16, 16, 255);margin-left:5px;padding-left:5px">
            <div style="font-size:10pt;font-family:arial,helvetica,sans-serif">
              <div style="font-size:12pt;font-family:&#39;times new roman&#39;,&#39;new york&#39;,times,serif"><font face="Arial" size="2">
                  <hr size="1"><b><span style="font-weight:bold">From:</span></b>
                  Brent Fraser <a href="mailto:bfraser@geoanalytic.com" target="_blank">&lt;bfraser@geoanalytic.com&gt;</a><br>
                  <b><span style="font-weight:bold">To:</span></b>
                  John Callahan <a href="mailto:john.callahan@udel.edu" target="_blank">&lt;john.callahan@udel.edu&gt;</a><br>
                  <b><span style="font-weight:bold">Cc:</span></b>
                  GeoMOOSE Users List
                  <a href="mailto:geomoose-users@lists.sourceforge.net" target="_blank">&lt;geomoose-users@lists.sourceforge.net&gt;</a><br>
                  <b><span style="font-weight:bold">Sent:</span></b>
                  Friday, April 8, 2011 2:57 PM<br>
                  <b><span style="font-weight:bold">Subject:</span></b>
                  Re: [Geomoose-users] GM 2.4 RC1, Mapserver 6.0 beta 5<br>
                </font><br>
                <div> John,<br>
                  <br>
                  I ran into the olDiv problem in Dec (<a rel="nofollow" href="http://sourceforge.net/mailarchive/message.php?msg_id=26773197" target="_blank">http://sourceforge.net/mailarchive/message.php?msg_id=26773197</a>):<br>

                  <br>
                  &gt; And while 2.9 doesn&#39;t work with GeoMoose trunk,
                  2.9.1 seems to <br>
                  &gt; work better with the exception of the cursor
                  handling at line 850 in &gt; main.js: <br>
                  &gt; <br>
                  &gt; // Add cursors &gt; var olDiv = &gt;
                  document.getElementById(&#39;mapContainer_OpenLayers_ViewPort&#39;);
                  <br>
                  &gt; <br>
                  &gt; where olDiv gets set to null. <br>
                  &gt; <br>
                  &gt; Replacing the line with <br>
                  &gt; <br>
                  &gt; var olDiv =
                  document.getElementById(&#39;OpenLayers.Map_4_OpenLayers_ViewPort&#39;);
                  <br>
                  &gt; <br>
                  &gt; makes it work.<br>
                  <pre>Best Regards,
Brent Fraser</pre>
                  <br>
                  On 4/8/2011 12:34 PM, John Callahan wrote:
                  <blockquote type="cite">I just downloaded the latest
                    versions of GeoMoose 2.4 RC1 for MS4W and MS4W
                    3.0.2.   I also updated MS4W to use Mapserver 6.0
                    beta5.   A few quick notes/questions I ran into:<br>
                    <br>
                    <br>
                    The GM demo showed a pink screen when first
                    accessed.  To make the demo work, I had to do two
                    things, thought the legends are off.  In
                    geomoose_globals.map, change the OUTPUTFORMAT of
                    jpeg to &#39;AGG/JPG&#39;, as GD/JPEG did not seem to be
                    working (error: loadOutputFormat(): General error
                    message. OUTPUTFORMAT clause references driver
                    GD/JPEG, but this driver isn&#39;t configured.)  I
                    couldn&#39;t tell if GD is being removed from MS6 or
                    not.  <br>
                    <br>
                    I also had to comment out the GAP and STYLE elements
                    in symbol.sym.  Apparently, STYLE was renamed to
                    PATTERN and moved up to the STYLE section.  GAP was
                    also moved to the STYLE section.  (<a rel="nofollow" href="http://mapserver.org/trunk/mapfile/symbol.html" target="_blank">http://mapserver.org/trunk/mapfile/symbol.html</a>)<br>
                    <br>
                    <br>
                    GM 2.4 ships with OpenLayers 2.8 but MS4W ships with
                    OpenLayers 2.10.  (I think OSGeo4W ships with OL 2.9
                    or 2.10.)   I pointed the GM demo to OL2.10 and 
                    received this error: &quot;olDiv is null&quot;.  Not that they
                    have to match but could/should GM ship with OL2.10?<br>
                    <br>
                    <br>
                    As far as GeoMoose goes, and assuming all of my data
                    are local, does it matter if my own data layers are
                    Mapserver layers or WMS layers created by
                    Mapserver?  Some of my data will be served as
                    individual WMS layers anyway.  This is proabbly more
                    of a Mapserver/mapscript question though.<br>
                    <br>
                    <br>
                    - John<br>
                    <br clear="all">
                    **************************************************<br>
                    John Callahan, Research Scientist<br>
                    Delaware Geological Survey, University of Delaware<br>
                    URL: <a rel="nofollow" href="http://www.dgs.udel.edu" target="_blank">http://www.dgs.udel.edu</a><br>
                    **************************************************<br>
                    <pre><fieldset></fieldset>
------------------------------------------------------------------------------
Xperia(TM) PLAY
It&#39;s a major breakthrough. An authentic gaming
smartphone on the nation&#39;s most reliable network.
And it wants your games.
<a rel="nofollow" href="http://p.sf.net/sfu/verizon-sfdev" target="_blank">http://p.sf.net/sfu/verizon-sfdev</a></pre>
                    <pre><fieldset></fieldset>
_______________________________________________
Geomoose-users mailing list
<a rel="nofollow" href="mailto:Geomoose-users@lists.sourceforge.net" target="_blank">Geomoose-users@lists.sourceforge.net</a>
<a rel="nofollow" href="https://lists.sourceforge.net/lists/listinfo/geomoose-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/geomoose-users</a>
</pre>
                  </blockquote>
                </div>
                <br>
------------------------------------------------------------------------------<br>
                Xperia(TM) PLAY<br>
                It&#39;s a major breakthrough. An authentic gaming<br>
                smartphone on the nation&#39;s most reliable network.<br>
                And it wants your games.<br>
                <a href="http://p.sf.net/sfu/verizon-sfdev" target="_blank">http://p.sf.net/sfu/verizon-sfdev</a><br>
                _______________________________________________<br>
                Geomoose-users mailing list<br>
                <a href="mailto:Geomoose-users@lists.sourceforge.net" target="_blank">Geomoose-users@lists.sourceforge.net</a><br>
                <a href="https://lists.sourceforge.net/lists/listinfo/geomoose-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/geomoose-users</a><br>
                <br>
                <br>
              </div>
            </div>
          </blockquote>
        </div>
      </div>
    </blockquote>
  </div></div></div>

<br>------------------------------------------------------------------------------<br>
Xperia(TM) PLAY<br>
It&#39;s a major breakthrough. An authentic gaming<br>
smartphone on the nation&#39;s most reliable network.<br>
And it wants your games.<br>
<a href="http://p.sf.net/sfu/verizon-sfdev" target="_blank">http://p.sf.net/sfu/verizon-sfdev</a><br>_______________________________________________<br>
Geomoose-users mailing list<br>
<a href="mailto:Geomoose-users@lists.sourceforge.net">Geomoose-users@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/geomoose-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/geomoose-users</a><br>
<br></blockquote></div><br>