From f632d9873062f15b23b5581662783ddbbcca4aed Mon Sep 17 00:00:00 2001 From: houseofyin Date: Sun, 26 May 2013 21:16:56 -0400 Subject: [PATCH] Working on follow-up on the initial pull request. Changing the default navigator display property, and starting work on the docs --- src/openseadragon.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/openseadragon.js b/src/openseadragon.js index ed43ff77..ba9e4264 100644 --- a/src/openseadragon.js +++ b/src/openseadragon.js @@ -208,6 +208,13 @@ * @param {Boolean} [options.showNavigationControl=true] * Set to false to prevent the appearance of the default navigation controls. * + * @param {Boolean} [options.showNavigator=false] + * Set to true to make the navigator minimap appear. + * + * @param {Boolean} [options.navigatorId=navigator-GENERATED DATE] + * Set the ID of a div to hold the navigator minimap. If one is not specified, + * one will be generated and placed on top of the main image + * * @param {Number} [options.controlsFadeDelay=2000] * The number of milliseconds to wait once the user has stopped interacting * with the interface before begining to fade the controls. Assumes @@ -518,7 +525,7 @@ window.OpenSeadragon = window.OpenSeadragon || function( options ){ mouseNavEnabled: true, //GENERAL MOUSE INTERACTIVITY //VIEWPORT NAVIGATOR SETTINGS - showNavigator: true, //promoted to default in 0.9.64 + showNavigator: false, navigatorId: null, navigatorHeight: null, navigatorWidth: null,