diff --git a/public_html/index.html b/public_html/index.html
index 3d3bfba..962390c 100644
--- a/public_html/index.html
+++ b/public_html/index.html
@@ -55,8 +55,8 @@
diff --git a/public_html/script.js b/public_html/script.js
index 7f202da..a11a8d6 100644
--- a/public_html/script.js
+++ b/public_html/script.js
@@ -547,7 +547,8 @@ function initialize_map() {
controls: [new ol.control.Zoom(),
new ol.control.Rotate(),
new ol.control.Attribution({collapsed: true}),
- new ol.control.ScaleLine({units: DisplayUnits})
+ new ol.control.ScaleLine({units: DisplayUnits}),
+ new ol.control.LayerSwitcher()
],
loadTilesWhileAnimating: true,
loadTilesWhileInteracting: true
diff --git a/public_html/style.css b/public_html/style.css
index 0aca203..f02ab16 100644
--- a/public_html/style.css
+++ b/public_html/style.css
@@ -222,7 +222,7 @@ select.error, textarea.error, input.error {
}
.layer-switcher {
- bottom: 50px !important;
+ bottom: 80px !important;
top: auto !important;
right: 10px !important;
}
@@ -383,18 +383,20 @@ select.error, textarea.error, input.error {
color: #FFFFFF;
color: rgb(255, 255, 255);
line-height: 28px;
+ padding-left: 10px;
+ padding-right: 10px;
}
.button {
background: #00A0E2;
background: rgba(0, 160, 226, 1);
- width: 80px;
+ min-width: 80px;
height: 28px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
display: inline-block;
- margin-right: 18px;
+ margin-right: 10px;
cursor: pointer;
text-align: center;
}