Replace subtractViewRotation with rotateWithMap

This commit is contained in:
Tom Payne
2014-02-21 11:21:20 +01:00
parent fe159aa7fa
commit 27c5ab0312
3 changed files with 25 additions and 19 deletions
+2 -2
View File
@@ -70,10 +70,10 @@ ol.style.Circle = function(opt_options) {
goog.base(this, {
opacity: 1,
rotateWithMap: false,
rotation: 0,
scale: 1,
snapToPixel: undefined,
subtractViewRotation: false
snapToPixel: undefined
});
};