<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
First off, thank you to everyone who has helped my application get this
far.<br>
<br>
As with the demo, I am trying to use the NASA global mosaic in my
geomoose application, but I may be having some problems with
projections.&nbsp; I have defined EPSG:3071, which is the Wisconsin
Transverse Mercator <a class="moz-txt-link-freetext" href="http://www.spatialreference.org/ref/epsg/3071/">http://www.spatialreference.org/ref/epsg/3071/</a> and
all of my own data is in this projection, but the global mosaic does
not recognize it.&nbsp; When I leave the wms in EPSG:4326 the image shows
up, but it matches the map less and less at smaller scales.&nbsp; This can
be seen on the demo here: <a class="moz-txt-link-freetext" href="http://gis.swwrpc.org/geomoose2/geomoose.html">http://gis.swwrpc.org/geomoose2/geomoose.html</a>
(zoom in and it looks ok, but zoom out and it is way off).<br>
<br>
I see that the default projection for the global mosaic is EPSG:4326,
does this mean that I cannot reproject it in geomoose 2.0?<br>
<br>
I followed the instructions here:
<a class="moz-txt-link-freetext" href="http://www.geomoose.org/moose/howto/wms_project.html">http://www.geomoose.org/moose/howto/wms_project.html</a> but to no avail,
which makes me believe it could be a problem with my configuration
somehow.&nbsp; Should I instead write a mapfile to take the wms?<br>
<br>
Here is the code from my mapbook (with the default projection):<br>
&lt;map-source name="nasa" type="wms" tiled="false"
projection="EPSG:4326"&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;url&gt;<a class="moz-txt-link-freetext" href="http://wms.jpl.nasa.gov/wms.cgi">http://wms.jpl.nasa.gov/wms.cgi</a>&lt;/url&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;layer name="global_mosaic"/&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;param name="format" value="image/jpeg" reproject="true"/&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;/map-source&gt;<br>
&nbsp;&nbsp;&nbsp; <br>
...and here is my projection:<br>
Proj4js.defs["EPSG:3071"] = "+title= NAD83(HARN) / Wisconsin Transverse
Mercator +proj=tmerc +lat_0=0 +lon_0=-90 +k=0.9996 +x_0=520000
+y_0=-4480000 +ellps=GRS80 +units=m +no_defs";<br>
<br>
<br>
Thank you all for your help<br>
<div class="moz-signature">-- <br>
<meta http-equiv="Content-Type" content="text/html; ">
<title>Untitled Document</title>
<style type="text/css">
<!--
.name_title {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #009;
}
.org {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #060;
}
.links {
        font-size: 12px;
}
-->
</style>
<p><span class="name_title">Devon Piernot<br>
</span>
<span class="org">GIS / Web Developer<br>
Southwestern Wisconsin Regional Planning Commission<br>
</span><span class="links">(608) 342-6065</span><br>
<span class="links"><a class="moz-txt-link-abbreviated" href="mailto:piernotd@uwplatt.edu">piernotd@uwplatt.edu</a><br>
<a class="moz-txt-link-abbreviated" href="http://www.swwrpc.org">www.swwrpc.org</a></span></p>
</div>
</body>
</html>