Allow layer source to be set

This commit is contained in:
Tim Schaub
2014-10-21 22:32:25 -06:00
parent 773ac433ce
commit 88030dbce7
3 changed files with 93 additions and 8 deletions
+2 -1
View File
@@ -21,7 +21,8 @@ ol.layer.LayerProperty = {
VISIBLE: 'visible',
EXTENT: 'extent',
MAX_RESOLUTION: 'maxResolution',
MIN_RESOLUTION: 'minResolution'
MIN_RESOLUTION: 'minResolution',
SOURCE: 'source'
};