Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tools:rat-map [2022/03/23 12:46] juraschektools:rat-map [2022/03/23 14:43] (current) juraschek
Line 5: Line 5:
  <label for="file-input" id="file-input-label">Choose CSV File</label>  <label for="file-input" id="file-input-label">Choose CSV File</label>
  <input type="file" id="file-input" accept="text/csv" />  <input type="file" id="file-input" accept="text/csv" />
-  <div id="mapdiv"></div> +  <div id="mapdiv" style="width:800px; height:300px;"></div> 
- +<script src="/lib/scripts/OpenLayers.js"></script>
-  <script src="http://www.openlayers.org/api/OpenLayers.js"></script>+
   <script>   <script>
  var markers = 0;  var markers = 0;
Line 137: Line 136:
  
 </html> </html>
 +
 +