Add scale to ol.style.Image

This commit is contained in:
Tom Payne
2013-12-19 15:28:15 +01:00
parent 2a6979e15a
commit 9524a46f41
2 changed files with 16 additions and 0 deletions
+1
View File
@@ -52,6 +52,7 @@ ol.style.Circle = function(opt_options) {
anchor: [size / 2, size / 2],
imageState: ol.style.ImageState.LOADED,
rotation: 0,
scale: 1,
size: [size, size],
snapToPixel: undefined,
subtractViewRotation: false