<br><font size=2 face="sans-serif">Basically, I'm trying to follow the
GMAP example since they have a similar feature - but trying to mimic the
GMAP is way too complicated.</font>
<br><font size=2 face="sans-serif">I'm giving up on this task - it's taking
too long.</font>
<br>
<br><font size=2 face="sans-serif">Thanks for your help.<br>
</font>
<p><font size=5 color=blue face="Times New Roman">______________________________</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>Kristjan Annus <kristjan@tarkvarastuudio.ee></b>
</font>
<p><font size=1 face="sans-serif">01/24/2005 02:03 AM</font>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td><font size=1 face="sans-serif">Kevin Grootendorst <kgrootendorst@BAIRD.COM></font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td><font size=1 face="sans-serif">Re: Zoom to custom extent - PHP</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><font size=2><tt>Have you printed out the values  of $dfMinX,
$dfMinY, $dfMaxX, $dfMaxY <br>
to make shure<br>
they arriwe correctly?<br>
And the SetMapExtents function - I assume its your own function what is
<br>
the code of<br>
this function doing?<br>
<br>
Kristjan<br>
<br>
>Kristjan,<br>
>Thanks for your reply.  I forgot to include this additional PHP
code in my<br>
>original<br>
>posting.  I have the following:<br>
><br>
>if ($HTTP_FORM_VARS["ViewRegion"])<br>
>    {<br>
>        if (ereg("(-?[0-9]+),(-?[0-9]+),(-?[0-9]+),(-?[0-9]+)",<br>
>                 $HTTP_FORM_VARS["ViewRegion"],
$ProvExtents))<br>
>        {<br>
>            $dfMinX = doubleval($ProvExtents[1]);<br>
>            $dfMinY = doubleval($ProvExtents[2]);<br>
>            $dfMaxX = doubleval($ProvExtents[3]);<br>
>            $dfMaxY = doubleval($ProvExtents[4]);<br>
><br>
>            SetMapExtents($dfMinX, $dfMinY,
$dfMaxX, $dfMaxY);<br>
>        }<br>
>    }<br>
><br>
>But no luck yet.  My page just reloads with the max extents of
the map.<br>
><br>
>Kevin<br>
>  <br>
><br>
<br>
<br>
</tt></font>
<br>