Hi, is there any way to obtain more precise geolocation?
In my code, the options of Control.geolocation are:
var geolocate = new OpenLayers.Control.Geolocate({
id: 'locate-control',
geolocationOptions: {
enableHighAccuracy: true,
maximumAge: 0,
timeout: 30000
}
});
It would be nice to have a precision to some meters, not 50-100 meters away.
Any hints?
_______________________________________________ Users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/openlayers-users
