Add imgSize to Icon options

This commit is contained in:
tsauerwein
2015-04-01 19:35:52 +02:00
parent 6d55e4aa99
commit ed1d9cc8fc
4 changed files with 66 additions and 9 deletions
+6
View File
@@ -1,5 +1,11 @@
## Upgrade notes
### v3.5.0
* When manually loading an image for `ol.style.Icon`, the image size should now be set
with the `imgSize` option and not with `size`. `size` is supposed to be used for the
size of a sub-rectangle in an image sprite.
### v3.4.0
### v3.3.0