diff --git a/.bowerrc b/.bowerrc index e28246d..570b109 100644 --- a/.bowerrc +++ b/.bowerrc @@ -1,3 +1,5 @@ { - "directory": "www/lib" + "directory": "www/lib", + "strict-ssl": false, + "https-proxy": "" } diff --git a/www/css/style.css b/www/css/style.css index fa22927..0573127 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -1 +1,9 @@ /* Empty. Add your own CSS if you like */ +.scroll { + height: 100%; +} + +#map { + width: 100%; + height: 100%; +} diff --git a/www/index.html b/www/index.html index 1979a4b..1ad1465 100644 --- a/www/index.html +++ b/www/index.html @@ -8,19 +8,30 @@ + + + + + +
+