Difference between revisions of "Test"

From A.P.E.S. wiki
Jump to navigation Jump to search
Line 6: Line 6:
 
   
 
   
 
<style>
 
<style>
.leaflet-container {
+
#map {
   height: 400px;
+
   height: 500px;
   width: 600px;
+
   width: 100%;
 
   max-width: 100%;
 
   max-width: 100%;
 
   max-height: 100%;
 
   max-height: 100%;
Line 17: Line 17:
 
</head>
 
</head>
 
  <body>
 
  <body>
   <div id="map" style="width: 600px; height: 400px;"></div>
+
   <div id="map" style="width: 100%; height: 500px;"></div>
 
    
 
    
 
<script>
 
<script>

Revision as of 16:20, 23 February 2022