<font color="#663366"><font size="2"><font face="trebuchet ms,sans-serif">We aren&#39;t using open layers, its a completely custom written site. It could definitely be done, but then there would be a lot of processing going on the background x 3 and I don&#39;t think thats practicle.  I also thought about just physically moving the shapes closer to the US, but theres about 15 layers that would have to be updated, that still might just be easiest though.  I was hoping there was maybe someway I could use mapservers querymap feature to do this, but I guess not?<br>

</font></font></font><br><div class="gmail_quote">On Tue, Feb 23, 2010 at 10:03 AM, Stephen Woodbridge <span dir="ltr">&lt;<a href="mailto:woodbri@swoodbridge.com">woodbri@swoodbridge.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

If you are using something like OpenLayers under the hood, you might just create three separate maps, one for each region. You can set the maxextents for each map to prevent scrolling outside that area.<br>
<br>
This way each map would have its own controls and its own div and each could respond to events in their respective div.<br>
<br>
This is definitely not a mapserver issue, but it is an interesting problem.<br>
<br>
-Steve<br>
<br>
Julie Knoll wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">
Thats what I originally thought about doing, 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" target="_blank">http://geofred.stlouisfed.org</a>  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>


<br>
Julie<br>
<br></div><div class="im">
On Mon, Feb 22, 2010 at 1:35 PM, Stephen Woodbridge &lt;<a href="mailto:woodbri@swoodbridge.com" target="_blank">woodbri@swoodbridge.com</a> &lt;mailto:<a href="mailto:woodbri@swoodbridge.com" target="_blank">woodbri@swoodbridge.com</a>&gt;&gt; wrote:<br>


<br>
    Julie Knoll wrote:<br>
<br>
        Hi, I am working on a site that displays thematic data for the<br>
        United States, and I would like to include small maps for Alaska<br>
        and Hawaii in the corners of the main map, rather than having to<br>
        zoom so far out to see them.  Does anyone have any suggestions<br>
        about the best way of going about doing this? Thanks.<br>
<br>
<br>
    This is really a composition problem where you need to compose a<br>
    single image from multiple separate images. The answer really<br>
    depends on what media you are using like html, pdf, etc.<br>
<br>
    If you are trying to do this in a web application I would recommend<br>
    an approach some like:<br>
<br>
    Using PHP/Mapscript, generate you three images and then use PHP GD<br>
    to compose the three images into a single image and then return that<br>
    to the browser. You can use a similar approach if you are using PDF<br>
    depending on the PDF lib you are using.<br>
<br>
    -Steve W<br>
<br>
<br>
</div></blockquote>
<br>
</blockquote></div><br>