From 3744ca602d5329426f5516189c25aae46a4341e9 Mon Sep 17 00:00:00 2001 From: Richard Fairhurst Date: Fri, 13 Jul 2012 09:17:01 +0100 Subject: [PATCH] Increase div height --- index.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 7d747614e..1bedc15da 100755 --- a/index.html +++ b/index.html @@ -13,6 +13,8 @@ @@ -45,8 +47,8 @@ require(["dojo/_base/lang","dojo/dom-geometry","dojo/dom-class","dojo/on","dojo/ scale: 17, div: "map", connection: conn, - width: dom.byId('appLayout').offsetWidth, - height: dom.byId('appLayout').offsetHeight + width: dom.byId('map').offsetWidth, + height: dom.byId('map').offsetHeight }); conn.registerMap(map); map.ruleset=ruleset; @@ -149,9 +151,10 @@ require(["dojo/_base/lang","dojo/dom-geometry","dojo/dom-class","dojo/on","dojo/ -
+

Work in progress: introduction, code, docs. Imagery © 2012 Bing, GeoEye, Getmapping, Intermap, Microsoft.