Add method for retrieving ol.Overlay by id

This commit is contained in:
jonataswalker
2015-10-14 16:55:39 -03:00
parent fce065e185
commit 5dbaeb9ee5
2 changed files with 10 additions and 27 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ ol.Overlay.prototype.getElement = function() {
/**
* Get the feature identifier which is set on constructor.
* Get the overlay identifier which is set on constructor.
* @return {number|string|undefined} Id.
* @api
*/