Add addControl and removeControl methods to ol.Map

This commit is contained in:
Éric Lemoine
2013-06-04 07:09:25 +02:00
parent b85520f504
commit be86b83b67
2 changed files with 28 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
@exportClass ol.Map ol.MapOptions
@exportProperty ol.Map.prototype.addControl
@exportProperty ol.Map.prototype.addLayer
@exportProperty ol.Map.prototype.addPreRenderFunction
@exportProperty ol.Map.prototype.addPreRenderFunctions
@@ -6,6 +7,7 @@
@exportProperty ol.Map.prototype.getFeatures
@exportProperty ol.Map.prototype.getInteractions
@exportProperty ol.Map.prototype.getRenderer
@exportProperty ol.Map.prototype.removeControl
@exportProperty ol.Map.prototype.removeLayer
@exportProperty ol.Map.prototype.updateSize