<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:10pt"><div>Is there any chance you are willing to use an aerial OTHER than the Nasa Global Mosaic?<br></div><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><font face="Tahoma" size="2"><b><span style="font-weight: bold;">From:</span></b> FRANZ OKYERE &lt;franzzoa@hotmail.com&gt;<br><b><span style="font-weight: bold;">To:</span></b> geomoose-users@lists.sourceforge.net<br><b><span style="font-weight: bold;">Sent:</span></b> Thu, December 17, 2009 7:09:36 AM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [Geomoose-users] Wms layer showing pinkish tiles.<br></font><br>


<style><!--
.hmmessage P
{
margin:0px;padding:0px;}
body.hmmessage
{
font-size:10pt;font-family:Verdana;}
--></style>

Hi&nbsp;Rick,<br>
I did as you suggested&nbsp;and I am getting a&nbsp;black color&nbsp;showing up all the time. I have tried different scales but it still persists. <br>
&nbsp;<br>
Franz<br>
&nbsp;<br>
&nbsp;<br>
&nbsp;<br>&gt; From: richard.moore@mnsu.edu<br>&gt; To: nils.zierath@uni-bonn.de; franzzoa@hotmail.com<br>&gt; CC: geomoose-users@lists.sourceforge.net<br>&gt; Date: Wed, 16 Dec 2009 12:08:19 -0600<br>&gt; Subject: RE: [Geomoose-users] Wms layer showing pinkish tiles.<br>&gt; <br>&gt; Franz,<br>&gt; <br>&gt; Try the following .map file for the map file and the subsequent lines of code for the map source and catalog. This serves it through the mapserver wms service<br>&gt; <br>&gt; Rick<br>&gt; <br>&gt; # For those WMS layers that only supports geographic projection (e.g. epsg:4326)<br>&gt; # You can still use them by having MapServer reproject them on the fly.<br>&gt; # You then have the option to serve it via MapServer's WMS service or<br>&gt; # call it as a normal MapServer layer.<br>&gt; # This example cascades the OnEarth (JPL) MODIS and Landsat layers through the<br>&gt; # local MapServer service.<br>&gt; <br>&gt; MAP<br>&gt; NAME 'nasa'<br>&gt;
 SIZE 800 650<br>&gt; STATUS ON<br>&gt; UNITS METERS<br>&gt; IMAGETYPE JPEG<br>&gt; TRANSPARENT TRUE<br>&gt; <br>&gt; INCLUDE "../../geomoose_globals.map"<br>&gt; <br>&gt; WEB<br>&gt; INCLUDE "../../temp_directory.map"<br>&gt; END<br>&gt; <br>&gt; PROJECTION<br>&gt; 'init=epsg:26915' # I believe change this your projection of your mapbook projection parameter. The 4326 is what the global mosaic is projected in.<br>&gt; END<br>&gt; <br>&gt; LAYER<br>&gt; NAME nasa<br>&gt; TYPE RASTER<br>&gt; OFFSITE 0 0 0<br>&gt; STATUS OFF<br>&gt; CONNECTIONTYPE WMS<br><span>&gt; CONNECTION "<a target="_blank" href="http://onearth.jpl.nasa.gov/wms.cgi">http://onearth.jpl.nasa.gov/wms.cgi</a>?"</span><br>&gt; <br>&gt; METADATA<br>&gt; "wms_srs" "EPSG:4326"<br>&gt; "wms_name" "global_mosaic"<br>&gt; "wms_server_version" "1.1.1"<br>&gt; "wms_format" "image/jpeg"<br>&gt; "wms_style" ""<br>&gt; END #metadata<br>&gt; <br>&gt; PROJECTION<br>&gt; "init=epsg:4326"<br>&gt; END
 #projection<br>&gt; <br>&gt; END # layer<br>&gt; <br>&gt; END #map<br>&gt; <br>&gt; <br>&gt; Line of code in the map-source area. Create the above code as a nasa.map file<br>&gt; <br>&gt; &lt;map-source name="nasawms" type="mapserver"&gt;<br>&gt; &lt;file&gt;./data/wms/nasa.map&lt;/file&gt; #change this per your location of the .map file<br>&gt; &lt;layer name="all"/&gt;<br>&gt; &lt;/map-source&gt;<br>&gt; <br>&gt; <br>&gt; Line in the Catalog area---<br>&gt; <br>&gt; &lt;layer title="NASA Globe" src="nasawms/all" status="off"/&gt;<br>&gt; <br>&gt; <br>&gt; <br>&gt; -----Original Message-----<br>&gt; From: Nils Zierath | Center for Development Research Bonn (ZEF) [mailto:nils.zierath@uni-bonn.de] <br>&gt; Sent: Wednesday, December 16, 2009 4:30 AM<br>&gt; To: FRANZ OKYERE<br>&gt; Cc: geomoose-users@lists.sourceforge.net<br>&gt; Subject: Re: [Geomoose-users] Wms layer showing pinkish tiles.<br>&gt; <br>&gt; Franz,<br>&gt; I pasted your mapbook settings
 into mine - red tiles resulting.<br>&gt; <br>&gt; When changing the projection to *projection="EPSG:4326"* it works well.<br>&gt; <br>&gt; I think in the mapbook you have to define the projection in which the <br>&gt; WMS is available. GeoMoose takes care of reprojecting this on the fly <br>&gt; into the one you use for your application.<br>&gt; <br>&gt; Nils<br>&gt; <br>&gt; <br>&gt; <br>&gt; FRANZ OKYERE schrieb:<br>&gt; &gt; Hi Nils,<br>&gt; &gt; In my mapsource I have the following<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; &lt;map-source name='nasa' type='wms' tiled='false' projection='EPSG:2264' <br>&gt; &gt; width='512' height='512'&gt;<br><span>&gt; &gt; <url><a target="_blank" href="http://onearth.jpl.nasa.gov/wms.cgi">http://onearth.jpl.nasa.gov/wms.cgi</a></url></span><br>&gt; &gt; &lt;layer name="global_mosaic"/&gt;<br>&gt; &gt; &lt;param name="format" value="image/jpeg"/&gt;<br>&gt; &gt; &lt;/map-source&gt;<br>&gt; &gt; <br>&gt; &gt; <br>&gt;
 &gt; In my catalog;<br>&gt; &gt; <br>&gt; &gt; &lt;layer title="Sati" src="nasa/global_mosaic" status="on"/&gt;<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; Franz<br>&gt; &gt; <br>&gt; &gt; &gt; From: coffee@uni-bonn.de<br>&gt; &gt; &gt; Subject: Re: [Geomoose-users] Wms layer showing pinkish tiles.<br>&gt; &gt; &gt; To: franzzoa@hotmail.com; geomoose-users@lists.sourceforge.net<br>&gt; &gt; &gt; Date: Fri, 11 Dec 2009 23:04:03 +0100<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Franz,<br>&gt; &gt; &gt; maybe an error in your syntax? As well, the WMS might not<br>&gt; &gt; &gt; be available at times or too slow (as happened to me when<br>&gt; &gt; &gt; using NASA WMS).<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; What did you put in your mapbook?<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Nils<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; On Fri, 11 Dec 2009 18:53:17 +0000<br>&gt; &gt; &gt; FRANZ OKYERE &lt;franzzoa@hotmail.com&gt; wrote:<br>&gt; &gt; &gt; &gt;
 Hi all, I thought in GM2, to use a wms service all you<br>&gt; &gt; &gt; &gt;need is to define it in the mapsource and then the<br>&gt; &gt; &gt; &gt;catalog..why then is my wms layer showing a pinkish<br>&gt; &gt; &gt; &gt;background after it has connected to the wms server?<br>&gt; &gt; &gt; &gt;Thanks. Franz Okyere. GIS specialist, SIT, Accra Ghana.<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; _________________________________________________________________<br>&gt; &gt; &gt; &gt; Got more than one Hotmail account? Save time by linking<br>&gt; &gt; &gt; &gt;them together<br><span>&gt; &gt; &gt; &gt; <a target="_blank" href="http://clk.atdmt.com/UKM/go/186394591/direct/01/">http://clk.atdmt.com/UKM/go/186394591/direct/01/</a></span><br>&gt; &gt; &gt;<br>&gt; &gt; <br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt; New! Receive and respond to mail from other email accounts from within <br><span>&gt; &gt;
 Hotmail Find out how. &lt;<a target="_blank" href="http://clk.atdmt.com/UKM/go/186394593/direct/01/">http://clk.atdmt.com/UKM/go/186394593/direct/01/</a> &gt;</span><br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt; <br>&gt; &gt; ------------------------------------------------------------------------------<br>&gt; &gt; Return on Information:<br>&gt; &gt; Google Enterprise Search pays you back<br>&gt; &gt; Get the facts.<br><span>&gt; &gt; <a target="_blank" href="http://p.sf.net/sfu/google-dev2dev">http://p.sf.net/sfu/google-dev2dev</a></span><br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt; <br>&gt; &gt; _______________________________________________<br>&gt; &gt; Geomoose-users mailing list<br>&gt; &gt; Geomoose-users@lists.sourceforge.net<br><span>&gt; &gt; <a target="_blank"
 href="https://lists.sourceforge.net/lists/listinfo/geomoose-users">https://lists.sourceforge.net/lists/listinfo/geomoose-users</a></span><br>&gt; <br>&gt; -- <br>&gt; Nils Zierath<br>&gt; <br>&gt; Center for Development Research<br>&gt; Department of Ecology and Resource Management<br>&gt; <br>&gt; Walter-Flex-Strasse 3<br>&gt; 53113 Bonn (Germany)<br>&gt; <br>&gt; Tel.: +49 (0) 228 - 73-1793<br>&gt; FAX: +49 (0) 228 - 73-1889<br>&gt; <br>&gt; E-Mail: nils.zierath@uni-bonn.de<br><span>&gt; Web: <a target="_blank" href="http://www.coffee.uni-bonn.de">http://www.coffee.uni-bonn.de</a></span><br><span>&gt; <a target="_blank" href="http://www.zef.de">http://www.zef.de</a></span><br>&gt; <br>&gt; ------------------------------------------------------------------------------<br>&gt; This SF.Net email is sponsored by the Verizon Developer Community<br>&gt; Take advantage of Verizon's best-in-class app development support<br>&gt; A streamlined, 14 day to market
 process makes app distribution fast and easy<br>&gt; Join now and get one step closer to millions of Verizon customers<br><span>&gt; <a target="_blank" href="http://p.sf.net/sfu/verizon-dev2dev">http://p.sf.net/sfu/verizon-dev2dev</a> </span><br>&gt; _______________________________________________<br>&gt; Geomoose-users mailing list<br>&gt; Geomoose-users@lists.sourceforge.net<br><span>&gt; <a target="_blank" href="https://lists.sourceforge.net/lists/listinfo/geomoose-users">https://lists.sourceforge.net/lists/listinfo/geomoose-users</a></span><br>                                               <br><hr>Have more than one Hotmail account? <a rel="nofollow" target="_blank" href="%20http://clk.atdmt.com/UKM/go/186394591/direct/01/">Link them together to easily access both.</a></div></div></blockquote>
<!-- cg8.c2.mail.ac4.yahoo.com compressed/chunked Mon Dec 14 06:59:44 PST 2009 -->
</div><br>

      </body></html>