<div dir="ltr"><div><div>Hi,<br><br>is there any way to obtain more precise geolocation?<br><br>In my code, the options of Control.geolocation are:<br><br>    var geolocate = new OpenLayers.Control.Geolocate({<br>        id: 'locate-control',<br>

        geolocationOptions: {<br>            enableHighAccuracy: true,<br>            maximumAge: 0,<br>            timeout: 30000<br>        }<br>    });<br><br></div>It would be nice to have a precision to some meters, not 50-100 meters away.<br>

<br></div>Any hints?<br>
</div>