Adding selection layer and implementing basic click selection

This commit is contained in:
ahocevar
2013-08-09 20:11:33 +02:00
parent e2526621d1
commit 871388d2c0
4 changed files with 91 additions and 7 deletions

View File

@@ -367,6 +367,7 @@
* @property {number|undefined} opacity Opacity. 0-1. Default is 1.
* @property {ol.source.Source} source Source for this layer.
* @property {ol.style.Style|undefined} style Style.
* @property {boolean} temp True for temporary layers. For internal use only.
* @property {boolean|undefined} visible Visibility. Default is true (visible).
*/