Replace subtractViewRotation with rotateWithMap
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user