Hello,<br><br>I&#39;m developing a custom &quot;search&quot; plugin, mostly Ajax...<br><br>I&#39;m at the point where I have the X and Y coordinates of the search result<br>in my AjaxPlugins.handleResponse() function.<br><br>
I can recenter the map (not zooming, but that does not matter for now) using the<br>Cartoweb.trigger(&#39;Location.Recenter&#39;) just inside the handleResponse() after doing a simple<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; document.forms[&#39;carto_form&#39;].recenter_x.value = result.location_x;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; document.forms[&#39;carto_form&#39;].recenter_y.value = result.location_y;<br><br>(&quot;result&quot; is the object from the plugin)<br clear="all"><br>Now I&#39;d like to draw a cross (or a circle...) directly over the point.<br>
<br>It sound simple, but I don&#39;t know how to approach the problem...<br><br>:)<br><br>Thank you<br><br>-- <br>Claudio Cicali<br><a href="mailto:claudio.cicali@gmail.com">claudio.cicali@gmail.com</a><br><a href="http://claudio.cicali.name">http://claudio.cicali.name</a>