<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 &lt;kristjan@tarkvarastuudio.ee&gt;</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 &lt;kgrootendorst@BAIRD.COM&gt;</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 &nbsp;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>
&gt;Kristjan,<br>
&gt;Thanks for your reply. &nbsp;I forgot to include this additional PHP
code in my<br>
&gt;original<br>
&gt;posting. &nbsp;I have the following:<br>
&gt;<br>
&gt;if ($HTTP_FORM_VARS[&quot;ViewRegion&quot;])<br>
&gt; &nbsp; &nbsp;{<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;if (ereg(&quot;(-?[0-9]+),(-?[0-9]+),(-?[0-9]+),(-?[0-9]+)&quot;,<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $HTTP_FORM_VARS[&quot;ViewRegion&quot;],
$ProvExtents))<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;{<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$dfMinX = doubleval($ProvExtents[1]);<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$dfMinY = doubleval($ProvExtents[2]);<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$dfMaxX = doubleval($ProvExtents[3]);<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$dfMaxY = doubleval($ProvExtents[4]);<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SetMapExtents($dfMinX, $dfMinY,
$dfMaxX, $dfMaxY);<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;}<br>
&gt; &nbsp; &nbsp;}<br>
&gt;<br>
&gt;But no luck yet. &nbsp;My page just reloads with the max extents of
the map.<br>
&gt;<br>
&gt;Kevin<br>
&gt; &nbsp;<br>
&gt;<br>
<br>
<br>
</tt></font>
<br>