Customisable map styling
[gpl/argeo-suite.git] / org.argeo.app.geo.js / src / org.argeo.app.geo.js / index.html
index 12fa0a1e4ab8fc0cdcf51f117982dade67a921d1..bafe7fed417f385241b4061f7c216f9b2c59fa3e 100644 (file)
@@ -4,11 +4,6 @@
 <head>
        <meta charset="UTF-8">
        <style>
-               .map {
-                       width: 100%;
-                       height: 100vh;
-               }
-
                .ol-popup {
                        position: absolute;
                        background-color: white;
@@ -64,8 +59,6 @@
 </head>
 
 <body>
-       <div id="map" class="map"></div>
-
        <!-- Popup -->
        <div id="popup" class="ol-popup">
                <div id="popup-content"></div>