<div dir="ltr">Hi all,<br>I installed geoloc plugin and works fine.<br>I'd like to show coordinates in a new window instead of an alert message.<br>In geoloc php file I commented this line:<br>// $this->getCartoclient()->addMessage('geo_x='.$this->Geo_x.',geo_y='.$this->Geo_y);<br>
Where (and how) can I write a javascript window.open method and pass to the new window Geo_x and Geo_y<br>parameters?<br><br>I tried without success to insert it in renderFormPrepare function:<br>return array('geoloc_active' => $this->pluginStatus,<br>
'geo_x' => $this->Geo_x,<br> 'geo_y' => $this->Geo_y);<br> //open a new window...<br> ........<br><br><br>Thanks in advance<br>
<br>Valerio<br>
</div>