I have had the same issue.<br><br>On line 110 of OverviewMap.js, add the following 2 lines:<br><br>        this.mapObject.projection = this.getMap().oMapOL.getProjection()<br>        this.mapObject.oLayerOL.projection = this.getMap().oMapOL.getProjection()<br>
<br>That will workaround the projection issue.  Haven&#39;t fully tested - may need further tweaking.<br><br><br><br>Cheers,<br><br>Kori Maleski<br><br><div class="gmail_quote">On Wed, Mar 17, 2010 at 12:53 PM, Mark Pendergraft <span dir="ltr">&lt;<a href="mailto:markp@meadgilman.com">markp@meadgilman.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
I&#39;m having a problem with the overview map not displaying properly when I<br>
have a coordinate system other than LL84 defined for my map.  The overview<br>
map seems to have the wrong coordinate system attached to it, which throws<br>
off the scale of the overview map and also causes the red rectangle not to<br>
show up.<br>
<br>
Previously I had an issue with my map not displaying properly (being zoomed<br>
out too far, units didn&#39;t correspond to my map, etc.) which was resolved by<br>
adding a &lt;ProjectionCode&gt; and &lt;ProjectionDef&gt; to the Map element.  However<br>
the Overview Map still behaves in the same fashion that the map did prior to<br>
adjusting the above settings.  I think the Overview Map is still trying to<br>
display my map, which is in EPSG:2926 in the default projection EPSG:4326<br>
<br>
Is anyone else experiencing this issue?  And has anyone come up with a<br>
workaround that doesn&#39;t involve a reprojected copy of the same map?<br>
<br>
Thanks.<br>
<br>
-Mark P.<br>
<font color="#888888">--<br>
View this message in context: <a href="http://n2.nabble.com/Overview-Map-tp4752630p4752630.html" target="_blank">http://n2.nabble.com/Overview-Map-tp4752630p4752630.html</a><br>
Sent from the Fusion Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
fusion-users mailing list<br>
<a href="mailto:fusion-users@lists.osgeo.org">fusion-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/fusion-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/fusion-users</a><br>
</font></blockquote></div><br>