Skip to content

Commit 8203342

Browse files
committed
Add an olcs.getOlMap() getter
1 parent ca6d53a commit 8203342

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)