Don't bind to ol.View projection property

This commit is contained in:
Frederic Junod
2014-08-07 12:59:15 +02:00
parent 0a963d4615
commit 0d6cc22bf0
4 changed files with 9 additions and 7 deletions

View File

@@ -47,13 +47,13 @@ var positions = new ol.geom.LineString([],
// Geolocation Control
var geolocation = new ol.Geolocation(/** @type {olx.GeolocationOptions} */ ({
projection: view.getProjection(),
trackingOptions: {
maximumAge: 10000,
enableHighAccuracy: true,
timeout: 600000
}
}));
geolocation.bindTo('projection', view);
var deltaMean = 500; // the geolocation sampling period mean in ms