Rename size to initialSize

This commit is contained in:
tsauerwein
2014-12-04 11:49:50 +01:00
parent 0fd1a575a9
commit e109be4b57
6 changed files with 18 additions and 16 deletions

View File

@@ -12,9 +12,9 @@ goog.require('ol.style.Stroke');
goog.require('ol.style.Style');
var atlasManager = new ol.style.AtlasManager({
// we increase the default size so that all symbols fit into
// we increase the initial size so that all symbols fit into
// a single atlas image
size: 512
initialSize: 512
});
var symbolInfo = [{