Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
tools:rat-map [2022/03/23 13:22] – juraschek | tools:rat-map [2022/03/23 14:43] (current) – juraschek |
---|
<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="/lib/scripts/OpenLayers.js"></script> | |
<script> | <script> |
var markers = 0; | var markers = 0; |
| |
| |
| |
<olmap id="olMap" width="600px" height="400px" lat="52.0" lon="5.1" zoom="12" statusbar="1" toolbar="1" controls="1" poihoverstyle="1" baselyr="OpenStreetMap" gpxfile=":playground:hardlopen_gpx.gpx" geojsonfile=":playground:test.gsojson" kmlfile=":playground:mtb.kml" summary="This map shows a gpx trace, a kml trace and a dot"> | |
52.1,5.1,60,.8,marker-green.png,Just a spot | |
</olmap> | |