<html>
  <head>
    <style type="text/css">
      <!--
        body { margin-left: 4px; margin-bottom: 1px; font-variant: normal; margin-top: 4px; margin-right: 4px; line-height: normal }
        p { margin-bottom: 0; margin-top: 0 }
      -->
    </style>
    
  </head>
  <body>
    <p style="margin-top: 0; margin-bottom: 0">
      <font face="Comic Sans MS" size="3">Julie&#44;</font>    </p>
<br>      
    <p style="margin-top: 0; margin-bottom: 0">
      <font face="Comic Sans MS" size="3">This may sound like an extreme suggestion&#44; but . . . .</font>    </p>
<br>      
    <p style="margin-top: 0; margin-bottom: 0">
      <font face="Comic Sans MS" size="3">If you are not going to have a lot of data that is mapped based&#44; as in a lot of different layers&#44; then you could simply move and scale those states &#40;Alaska and Hawaii&#41;&#44; you would need to move all corresponding data as well as any overlays that might be added.</font>    </p>
<br>      
    <p style="margin-top: 0; margin-bottom: 0">
      <font face="Comic Sans MS" size="3">The Site list here doesn&#39;t seem to have all that much mapping related data to worry about &#40;yet&#41; and changing all the layers data might be an option. &nbsp;It doesn&#39;t leave much room for tweaking though since and additions would need to take into effect the scale and location difference of the two special states.</font>    </p>
<br>      
    <p style="margin-top: 0; margin-bottom: 0">
      <font face="Comic Sans MS" size="3">Another possible option might be to add in more map views&#44; this let&#39;s the data stay in it&#39;s real world position&#44; but allows you to display things along side of each other&#44; and if you weren&#39;t worried about scaling the odd states &#40;actually you might be able to handle this as well with some extra work&#41;&#44; you could use a image &quot;Sprite&quot; method for pulling the data together on the server&#44; one composite image with three different views&#44; that you could dissect and position for display on the client&#44; same image in three different locations&#44; showing three different views of the same image. This would be a specialized service&#44; but doable&#44; as long as you can map the borders of all the mapviews to the appropriate requests on the server correctly. &nbsp;I ran into this same problem a few years back&#44; with the added complication of different projections for each mapview.</font>    </p>
<br>      
    <p style="margin-top: 0; margin-bottom: 0">
      <font face="Comic Sans MS" size="3">bob</font>    </p>
<br>      
    <p style="margin-top: 0; margin-bottom: 0">
      <br>
      <br>
      &gt;&gt;&gt; Julie Knoll &lt;julieknoll@gmail.com&gt; wrote:<br>    </p>
    <div style="margin-left: 15px; padding-left: 7px; margin-bottom: 0; border-left: solid 1px #050505; margin-top: 0; margin-right: 0; background-color: #f3f3f3">
      <p style="margin-top: 0; margin-bottom: 0">
        <font size="2" color="#663366" face="trebuchet ms,sans-serif">Thats what I originally thought about doing&#44; but I don&#39;t know how I would go about converting it to the right coordinates when the user clicks on the map. The site I&#39;m working on is <a href="http://geofred.stlouisfed.org">http://geofred.stlouisfed.org</a>&nbsp;There&#39;s so many other things going on server side to calculate the data and what not that maybe its just not worth the effort.<br style="font-family: trebuchet ms,sans-serif; font-size: 2; color: #663366"><br style="font-family: trebuchet ms,sans-serif; font-size: 2; color: #663366">Julie<br style="font-family: trebuchet ms,sans-serif; font-size: 2; color: #663366"></font><br>      </p>
      <div class="gmail_quote">
        <p style="margin-top: 0; margin-bottom: 0">
          On Mon&#44; Feb 22&#44; 2010 at 1:35 PM&#44; Stephen Woodbridge        </p>
        <div dir="ltr">
          <p style="margin-top: 0; margin-bottom: 0">
            &lt;<a href="mailto:woodbri@swoodbridge.com">woodbri@swoodbridge.com</a>&gt;          </p>
        </div>
        <p style="margin-top: 0; margin-bottom: 0">
          wrote:<br>        </p>
        <blockquote class="gmail_quote" style="margin-left: 0; padding-left: 0; margin-bottom: 0pt; border-left: 1px solid rgb(204, 204, 204); margin-top: 0pt; margin-right: 0pt">
          <div class="im">
            <p style="margin-top: 0; margin-bottom: 0">
              Julie Knoll wrote:<br>            </p>
            <blockquote class="gmail_quote" style="margin-left: 0; padding-left: 0; margin-bottom: 0pt; border-left: 1px solid rgb(204, 204, 204); margin-top: 0pt; margin-right: 0pt">
              <p style="margin-top: 0; margin-bottom: 0">
                Hi&#44; I am working on a site that displays thematic data for the United States&#44; and I would like to include small maps for Alaska and Hawaii in the corners of the main map&#44; rather than having to zoom so far out to see them. Does anyone have any suggestions about the best way of going about doing this&#63; Thanks.<br>              </p>
            </blockquote>
            <p style="margin-top: 0; margin-bottom: 0">
              <br>
                          </p>
          </div>
          <p style="margin-top: 0; margin-bottom: 0">
            This is really a composition problem where you need to compose a single image from multiple separate images. The answer really depends on what media you are using like html&#44; pdf&#44; etc.<br><br>If you are trying to do this in a web application I would recommend an approach some like:<br><br>Using PHP/Mapscript&#44; generate you three images and then use PHP GD to compose the three images into a single image and then return that to the browser. You can use a similar approach if you are using PDF depending on the PDF lib you are using.<br><br>-Steve W<br>          </p>
        </blockquote>
      </div>
      <p style="margin-top: 0; margin-bottom: 0">
        <br>
      </p>
    </div>
  </body>
</html>