<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">hi, i&#39;m using your pgrouting and now tried to move the startpoint to a position i assign to the start marker:</span><div>
<font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"><br></span></font></div>
<div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"><br></span></font></div>
<div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;">...</span></font></div>
<div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"><br></span></font></div>
<div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"><div><br></div><div>
   function compute() {</div><div>            var startPoint = start.features[0];</div><div>            var stopPoint = stop.features[0];</div><div>           </div><span class="Apple-style-span" style="border-collapse: separate; font-family: &#39;Times New Roman&#39;; font-size: medium; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; "><pre>
startPoint.geometry.x=x_pos;   //x_pos and y_pos are  dynamically taken values from database. </pre></span><div><span class="Apple-style-span" style="border-collapse: separate; font-family: monospace; font-size: medium; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; white-space: pre; ">startPoint.geometry.y=y_pos;</span>         </div>
<div><br></div><div>            if (startPoint &amp;&amp; stopPoint) {</div></span></font></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="font-family: &#39;Times New Roman&#39;; font-size: medium; "><pre>
...</pre><pre><br></pre><pre>works, the marker moves to the given coordinates, but when zooming into the map the marker disappears.just see that thing with some zoom levels. dunno why...</pre><pre><br></pre><pre><br></pre>
<pre>i would be very thankful if you could give me a hint </pre><pre>kind regards</pre><pre>m.sirin</pre><pre><br></pre></span></font></div>