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

@@ -25,9 +25,9 @@ var map = new ol.Map({
});
var geolocation = new ol.Geolocation({
projection: view.getProjection(),
tracking: true
});
geolocation.bindTo('projection', view);
geolocation.once('change:position', function() {
view.setCenter(geolocation.getPosition());
view.setResolution(2.388657133911758);