Add controls to OpenLayers map
[gpl/argeo-suite.git] / js / src / geo / index.html
index bafe7fed417f385241b4061f7c216f9b2c59fa3e..bfc2233d70ad556227344b7bc5ae99b3359be8dc 100644 (file)
                        content: "✖";
                }
 
+               .map .ol-scale-line {
+                       bottom: 0px;
+                       left: 50%;
+                       margin-right: -50%;
+                       transform: translate(-50%, -50%);
+               }
+
+               .map .ol-scale-bar {
+                       bottom: 0px;
+                       left: 50%;
+                       margin-right: -50%;
+                       transform: translate(-50%, -50%);
+               }
+
                #popup-content {
                        font: 16px sans-serif;
                }