<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
If I open the page, and type "kerk" and press "zoek", I get a
javascript error, "soort is not defined":<br>
<pre id="line1">j=soort.length; //alert(j)
</pre>
Try installing FireFox and Firebug to track the error. <br>
(you need to define variables before using them).<br>
<br>
Also, you split a string giving you an array of strings.<br>
You then pass strings into the ZoomToView function.<br>
Depending on how its processed, you will get really weird results, eg:<br>
<br>
var xc = "5";<br>
xc += 5;<br>
alert(xc); //Shows "55", NOT "10"<br>
<br>
Try using parseInt():<br>
<br>
xc = parseInt(ar[0]);<br>
yc = parseInt(ar[1]);<br>
<br>
<br>
This mat have worked in previous versions, as they only used x/y to
send to the server, <br>
and then parsed the results.<br>
<pre class="moz-signature" cols="72">Regards, Kenneth Skovhede, GEOGRAF A/S
</pre>
On 02-02-2010 12:09, Rico van Driel wrote:
<blockquote
 cite="mid:0A15FACD87CDF24B928596F6CBE0CEAF701CD86B0C@amsterdam.GISkit.lokaal"
 type="cite">
  <meta http-equiv="Content-Type"
 content="text/html; charset=ISO-8859-1">
  <meta name="Generator" content="Microsoft Word 12 (filtered medium)">
  <style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"Browallia New";
        panose-1:2 11 6 4 2 2 2 2 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.E-mailStijl17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.Section1
        {page:Section1;}
-->
  </style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
  <div class="Section1">
  <p class="MsoNormal">Hi List,<o:p></o:p></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  <p class="MsoNormal"><span lang="EN-US">I have an search adres
application that
uses the ZoomToView function as mentioned below. In previous MGOS
versions this
function works fine. In MGOS 2.1 this function works also but after
execution
the standard functions from mapguide does work anymore. For example if
you pan
the map you will see a response from mapguide but the map will be blank.<o:p></o:p></span></p>
  <p class="MsoNormal"><span lang="EN-US"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal"><span style="font-family: &quot;Courier New&quot;;"
 lang="EN-US">function
showAdres(value)<o:p></o:p></span></p>
  <p class="MsoNormal"><span style="font-family: &quot;Courier New&quot;;"
 lang="EN-US">{<o:p></o:p></span></p>
  <p class="MsoNormal"><span style="font-family: &quot;Courier New&quot;;"
 lang="EN-US">//
alert(window.top.ViewerFrame.mapFrame.name);<o:p></o:p></span></p>
  <p class="MsoNormal"><span style="font-family: &quot;Courier New&quot;;"
 lang="EN-US"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal"><span style="font-family: &quot;Courier New&quot;;"
 lang="EN-US">&nbsp;ar
= value.split("-");<o:p></o:p></span></p>
  <p class="MsoNormal"><span style="font-family: &quot;Courier New&quot;;"
 lang="EN-US">&nbsp;xc
= ar[0];<o:p></o:p></span></p>
  <p class="MsoNormal"><span style="font-family: &quot;Courier New&quot;;"
 lang="EN-US">&nbsp;yc
= ar[1];<o:p></o:p></span></p>
  <p class="MsoNormal"><span style="font-family: &quot;Courier New&quot;;"
 lang="EN-US">&nbsp;<o:p></o:p></span></p>
  <p class="MsoNormal"><span style="font-family: &quot;Courier New&quot;;"
 lang="EN-US">//&nbsp;
alert(xc);<o:p></o:p></span></p>
  <p class="MsoNormal"><span style="font-family: &quot;Courier New&quot;;"
 lang="EN-US">&nbsp;window.top.ViewerFrame.mapFrame.ZoomToView(xc,yc,500,true);<o:p></o:p></span></p>
  <p class="MsoNormal"><span style="font-family: &quot;Courier New&quot;;"
 lang="EN-US">}<o:p></o:p></span></p>
  <p class="MsoNormal"><span lang="EN-US"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal"><span lang="EN-US">See for example http:</span><span
 style="font-size: 12pt;" lang="EN-US"> <a moz-do-not-send="true"
 href="http://213.154.241.184/sites/lochem/index2.php">http://213.154.241.184/sites/lochem/index2.php</a>
(type &#8216;kerk&#8217; and press &#8220;zoek&#8221; button, select address
from list. After zooming select for example the pan function and see
what
happens)<o:p></o:p></span></p>
  <p class="MsoNormal"><span style="font-size: 12pt;" lang="EN-US"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal"><span style="font-size: 12pt;" lang="EN-US">After
zooming to a
address. The image shown is correct. But if I look to the X, Y
cooridinates
shown left below, they are not correct.<o:p></o:p></span></p>
  <p class="MsoNormal"><span style="font-size: 12pt;" lang="EN-US"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal"><span lang="EN-US">On nable I can only find this
post:<o:p></o:p></span></p>
  <p class="MsoNormal"><span lang="EN-US"><a moz-do-not-send="true"
 href="http://n2.nabble.com/Couple-of-potential-bugs-in-MapGuide-2-1-API-AjaxViewer-td2610344.html#a2610344">http://n2.nabble.com/Couple-of-potential-bugs-in-MapGuide-2-1-API-AjaxViewer-td2610344.html#a2610344</a><o:p></o:p></span></p>
  <p class="MsoNormal"><span lang="EN-US"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal"><span lang="EN-US">I tried adding the
numberValue =
numberValue - 0; line to the mainframe.templ file but this does not
seem to
work.<o:p></o:p></span></p>
  <p class="MsoNormal"><span lang="EN-US"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal"><span lang="EN-US"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal">Annyone other suggestions? <o:p></o:p></p>
  <p class="MsoNormal" style=""><span style="color: black;">met
vriendelijke groet, <o:p></o:p></span></p>
  <p class="MsoNormal" style="margin-bottom: 12pt;"><span
 style="color: black;">GIS<i><sup>kit</sup></i><sup> &nbsp;</sup>BV<br>
  <br>
Rico van Driel<o:p></o:p></span></p>
  <table class="MsoNormalTable" style="border-collapse: collapse;"
 border="0" cellpadding="0" cellspacing="0">
    <tbody>
      <tr>
        <td style="padding: 0cm; width: 120.5pt;" width="161"
 valign="top">
        <p class="MsoNormal" style=""><span
 style="font-size: 10pt; color: rgb(51, 51, 51);">GIS<sup>kit</sup> BV<br>
Postbus 489<br>
3990 GG Houten<br>
        <br>
        </span><span style="font-size: 10pt; color: rgb(64, 64, 64);">De
Molen 15<br>
3994 DA Houten</span><span
 style="font-size: 10pt; color: rgb(51, 51, 51);">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;</span><span
 style="font-size: 10pt; color: rgb(51, 51, 51);"><o:p></o:p></span></p>
        </td>
        <td style="padding: 0cm 5.4pt; width: 8cm;" width="302"
 valign="top">
        <p class="MsoNormal"><span
 style="font-size: 10pt; color: rgb(51, 51, 51);"><br>
        </span><span style="font-size: 10pt; color: rgb(51, 51, 51);"
 lang="EN-US">Tel:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 030-6340430<br>
Fax:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 030-6342433<br>
        </span><span style="font-size: 10pt; color: rgb(51, 51, 51);"
 lang="EN-US"><br>
email:&nbsp;&nbsp;&nbsp;&nbsp; </span><u><span style="font-size: 10pt; color: blue;"
 lang="EN-US"><a moz-do-not-send="true" href="mailto:info@giskit.nl">info@giskit.nl</a></span></u><span
 style="font-size: 10pt; color: rgb(51, 51, 51);" lang="EN-US"><br>
        </span><span style="font-size: 10pt; color: black;" lang="EN-US">www:&nbsp;&nbsp;&nbsp;&nbsp;

        </span><u><span style="font-size: 10pt; color: blue;"><a
 moz-do-not-send="true" href="http://www.giskit.nl/"><span
 style="color: blue;" lang="EN-US">http://www.giskit.nl</span></a></span></u><u><span
 style="font-size: 10pt; color: blue;"> </span></u><span
 style="font-size: 12pt;" lang="EN-US"><o:p></o:p></span></p>
        </td>
      </tr>
    </tbody>
  </table>
  <p class="MsoNormal" style=""><span
 style="font-size: 7.5pt; color: rgb(51, 51, 51);"><a
 moz-do-not-send="true" href="blocked::http://www.giskit.nl/"
 title="blocked::http://www.giskit.nl/
http://www.giskit.nl/"><span
 style="color: rgb(51, 51, 51); text-decoration: none;" lang="EN-US"><br>
  </span><span style="color: rgb(51, 51, 51);">Op al onze aanbiedingen
en overeenkomsten
zijn de algemene voorwaarden van FENIT, gedeponeerd ter Griffie van de
Arrondissementsrechtbank te Den Haag op 3 juni 2003 onder nummer
60/2003 van
toepassing. Een exemplaar zenden wij u desgewenst kosteloos toe.</span></a></span><span
 style="font-size: 10pt; color: rgb(51, 51, 51);"><o:p></o:p></span></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  </div>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
mapguide-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapguide-users">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a>
  </pre>
</blockquote>
</body>
</html>