Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1128 from geoadmin/fix_geoloc
Browse files Browse the repository at this point in the history
Fix #1127
  • Loading branch information
cedricmoullet committed Feb 14, 2014
2 parents 0435c4e + 94c238f commit 517d212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/geolocation/GeolocationDirective.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
if (!overlay) {
overlay = new ol.Overlay({
element: markerElt,
positioning: ol.OverlayPositioning.CENTER_CENTER,
positioning: 'CENTER_CENTER',
stopEvent: false
});
overlay.bindTo('position', geolocation);
Expand Down

0 comments on commit 517d212

Please sign in to comment.