Skip to content

Commit 85c23ea

Browse files
committed
Merge pull request #132 from gberaudo/olmap_getter
Olmap getter
2 parents ca6d53a + 8203342 commit 85c23ea

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/ol3cesium.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,15 @@ olcs.OLCesium.prototype.getCamera = function() {
178178
};
179179

180180

181+
/**
182+
* @return {!ol.Map}
183+
* @api
184+
*/
185+
olcs.OLCesium.prototype.getOlMap = function() {
186+
return this.map_;
187+
};
188+
189+
181190
/**
182191
* @return {!Cesium.Scene}
183192
* @api

0 commit comments

Comments
 (0)