Add a zoomslider control.

This commit is contained in:
Marc Jansen
2013-03-11 16:10:10 +01:00
parent ac86cc1058
commit 8bf71ebb3a
7 changed files with 646 additions and 0 deletions
+5
View File
@@ -70,6 +70,11 @@
@exportObjectLiteralProperty ol.control.ZoomOptions.map ol.Map|undefined
@exportObjectLiteralProperty ol.control.ZoomOptions.target Element|undefined
@exportObjectLiteral ol.control.ZoomSliderOptions
@exportObjectLiteralProperty ol.control.ZoomSliderOptions.map ol.Map|undefined
@exportObjectLiteralProperty ol.control.ZoomSliderOptions.maxResolution number|undefined
@exportObjectLiteralProperty ol.control.ZoomSliderOptions.minResolution number|undefined
@exportObjectLiteral ol.interaction.DefaultOptions
@exportObjectLiteralProperty ol.interaction.DefaultOptions.doubleClickZoom boolean|undefined
@exportObjectLiteralProperty ol.interaction.DefaultOptions.dragPan boolean|undefined