<html>
  <head>
    <style type="text/css">
      <!--
        body { margin-right: 4px; line-height: normal; margin-bottom: 1px; margin-left: 4px; font-variant: normal; margin-top: 4px }
        p { margin-bottom: 0; margin-top: 0 }
      -->
    </style>
    
  </head>
  <body style="margin-right: 4px; margin-bottom: 1px; margin-left: 4px; margin-top: 4px">
    <p style="margin-bottom: 0; margin-top: 0">
      <font face="Lucida Grande" size="3">All&#44;</font>    </p>
<br>      
    <p style="margin-bottom: 0; margin-top: 0">
      <font face="Lucida Grande" size="3">Does it make any sense for some sub section of the files within GeoMoose to be released via Jimk&#39;s work&#63; &nbsp;Or does this point to some specific work needed to make the work that Jim does more transparent to the core development efforts&#44; as in sepating some of the pointers to the PHP services so they can be reused with other services&#63;</font>    </p>
<br>      
    <p style="margin-bottom: 0; margin-top: 0">
      <font face="Lucida Grande" size="3">bobb</font>    </p>
<br>      
    <p style="margin-bottom: 0; margin-top: 0">
      <br>
      <br>
      &gt;&gt;&gt; Dan Little &lt;danlittle@yahoo.com&gt; wrote:<br>    </p>
    <div style="margin-right: 0; margin-bottom: 0; padding-left: 7px; margin-left: 15px; border-left: solid 1px #050505; background-color: #f3f3f3; margin-top: 0">
      <p style="margin-bottom: 0; margin-top: 0">
        <br>
        PHP Mapscript comes working out-of-the-box with MS4W and Apache ... so that&#39;s why we decided it was okay to go with this setup.&#160;&nbsp;Then again&#44; I&#39;m pretty sure JimK has been patching the code everytime he gets it because he does not run PHP on his Linux boxes.<br><br><br>----- Original Message ----<br>&gt; From: Brent Fraser &lt;bfraser@geoanalytic.com&gt;<br>&gt; To: Dan Little &lt;danlittle@yahoo.com&gt;<br>&gt; Cc: GeoMOOSE Users List &lt;geomoose-users@lists.sourceforge.net&gt;<br>&gt; Sent: Wednesday&#44; May 6&#44; 2009 11:56:19 AM<br>&gt; Subject: Re: &#91;Geomoose-users&#93; GeoMoose 2 and PHP requirement<br>&gt;<br>&gt; Dan&#44;<br>&gt;<br>&gt; I like the plan to secure the xml file&#59; I just wanted to make sure you<br>&gt; appreciated how painful PHP &#40;and PHP mapscript with IIS&#33;&#41; can be for some of us.<br>&gt;<br>&gt; If Beta 2 can have the same instant gratification as v1.6.1 &#40;&quot;first you install<br>&gt; ms4w&#44; then install GeoMoose&#44; then click the demo url to see the map&quot;&#41; that would<br>&gt; be great&#33;<br>&gt;<br>&gt; Keep up the good work&#33;<br>&gt; Brent<br>&gt;<br>&gt;<br>&gt; Dan Little wrote:<br>&gt; &gt; This is actually a component that we/I decided on for long term planning.<br>&gt; &gt;<br>&gt; &gt; On of the goals is to offer the ability to have &quot;secured&quot; Mapbooks out of the<br>&gt; box with GeoMOOSE &#40;this is probably a late-2.2 or early-2.4 feature&#41;.<br>&gt; &gt;<br>&gt; &gt; The method to the madness is that all functions that read the Mapbook<br>&gt; &#40;including the HTML/Javascript&#41; would be required to use &quot;getMapbook&#40;&#41;.&quot;&#160;&nbsp;The<br>&gt; &quot;getMapbook&#40;&#41;&quot; function will be the responsible for decoding any sort of<br>&gt; security settings and then disse<br>&gt; &gt; minating the appropriate information to all of the requestors.<br>&gt; &gt;<br>&gt; &gt; I will work on making this more configurable and document how to change it.<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; ----- Original Message ----<br>&gt; &gt;&gt; From: Brent Fraser<br>&gt; &gt;&gt; To: GeoMOOSE Users List<br>&gt; &gt;&gt; Sent: Wednesday&#44; May 6&#44; 2009 10:50:49 AM<br>&gt; &gt;&gt; Subject: &#91;Geomoose-users&#93; GeoMoose 2 and PHP requirement<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;&#160;&#160;&#160;&nbsp;One thing I like about GeoMoose 1.6.1 is that PHP is optional &#40;if you want<br>&gt; the advanced features of printing&#44; buffering&#44; and selection&#44; you&#39;ll need to get<br>&gt; it working&#41;.&#160;&nbsp;I could render my&#160;&nbsp;layers&#44; pan/zoom&#44; etc&#44; all without PHP setup on<br>&gt; the server.<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;&#160;&#160;&nbsp;It looks like PHP is now mandatory with GeoMoose2.&#160;&nbsp;The main culprits are<br>&gt; htdocs&#92;geomoose&#92;main.js:57:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;OpenLayers.loadURL&#40;&#39;php/getmapbook.php&#39;&#44;<br>&gt;&nbsp;&#123;&#125;&#44;&nbsp;&#123;&#125;&#44; onLoadedMapbook&#41;&#59;<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; and php/getmapbook.php:<br>&gt; &gt;&gt;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;header&#40;&#39;Content-type: application/xml&#59;text/xml&#39;&#41;&#59;<br>&gt; &gt;&gt;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;&#36;mapbook &#61; getMapbook&#40;&#41;&#59;<br>&gt; &gt;&gt;&#160;&#160;&#160;&#160;&#160;&#160;&nbsp;print &#36;mapbook-&gt;saveXML&#40;&#41;&#59;<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; where getMapbook&#40;&#41; is defined as:<br>&gt; &gt;&gt;&#160;&#160;&#160;&#160;&nbsp;&#36;mapbook-&gt;load&#40;&#39;../../conf/&#39;.&#36;CONFIGURATION&#91;&#39;mapbook&#39;&#93;&#41;&#59;<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; which basically sends the mapbook declared in the settings.ini to the browser<br>&gt; as XML.<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; For those of us implementing using IIS&#44; or implementing GeoMoose for the<br>&gt; first time&#44; it can be a major pain just trying to get to the &quot;Hello World&quot;<br>&gt; stage.<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;&#160;&#160;&#160;&nbsp;Some recommendations:<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; 1. Make the getmapbook url configurable &#40;so I can do &#39;asp/getmapbook.asp&#39;&#44; or<br>&gt; use python&#44; perl&#44; etc&#41;.&#160;&nbsp;Or can it be defaulted to a simple &#39;htdocs/mapbook.xml&#39;<br>&gt; url&#63;<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; 2. Make sure you document that PHP is now a requirement of GeoMoose2.<br>&gt; &gt;&gt;<br>&gt; &gt;&gt; Thanks&#33;<br>&gt; &gt;&gt; Brent Fraser<br>&gt; &gt;&gt;<br>&gt; &gt;&gt;<br>&gt; ------------------------------------------------------------------------------<br>&gt; &gt;&gt; The NEW KODAK i700 Series Scanners deliver under ANY circumstances&#33; Your<br>&gt; &gt;&gt; production scanning environment may not be a perfect world - but thanks to<br>&gt; &gt;&gt; Kodak&#44; there&#39;s a perfect scanner to get the job done&#33; With the NEW KODAK i700<br>&gt; &gt;&gt; Series Scanner you&#39;ll get full speed at 300 dpi even with all image<br>&gt; processing features enabled. <a href="http://p.sf.net/sfu/kodak">http://p.sf.net/sfu/kodak</a>-com<br>&gt; &gt;&gt; _______________________________________________<br>&gt; &gt;&gt; Geomoose-users mailing list<br>&gt; &gt;&gt; Geomoose-users@lists.sourceforge.net<br>&gt; &gt;&gt; <a href="https://lists.sourceforge.net/lists/listinfo/geomoose">https://lists.sourceforge.net/lists/listinfo/geomoose</a>-users<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;&#160;&#160;&#160;&#160;&#160;<br><br><br><br>&#160;&#160;&#160;&#160;&#160;<br><br>------------------------------------------------------------------------------<br>The NEW KODAK i700 Series Scanners deliver under ANY circumstances&#33; Your<br>production scanning environment may not be a perfect world - but thanks to<br>Kodak&#44; there&#39;s a perfect scanner to get the job done&#33; With the NEW KODAK i700<br>Series Scanner you&#39;ll get full speed at 300 dpi even with all image<br>processing features enabled. <a href="http://p.sf.net/sfu/kodak">http://p.sf.net/sfu/kodak</a>-com<br>_______________________________________________<br>Geomoose-users mailing list<br>Geomoose-users@lists.sourceforge.net<br><a href="https://lists.sourceforge.net/lists/listinfo/geomoose">https://lists.sourceforge.net/lists/listinfo/geomoose</a>-users<br>
      </p>
    </div>
  </body>
</html>