Hello,<br><br>I'm developing a custom "search" plugin, mostly Ajax...<br><br>I'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('Location.Recenter') just inside the handleResponse() after doing a simple<br><br> document.forms['carto_form'].recenter_x.value = result.location_x;<br>
document.forms['carto_form'].recenter_y.value = result.location_y;<br><br>("result" is the object from the plugin)<br clear="all"><br>Now I'd like to draw a cross (or a circle...) directly over the point.<br>
<br>It sound simple, but I don'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>