Test page for markers.
This commit is contained in:
parent
50a606d23f
commit
46f0c15471
2 changed files with 93 additions and 0 deletions
public_html/test
18
public_html/test/markers_test.html
Normal file
18
public_html/test/markers_test.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
|
||||
<link rel="stylesheet" href="../ol3/ol-3.17.1.css" type="text/css" />
|
||||
<script src="../ol3/ol-3.17.1.js" type="text/javascript"></script>
|
||||
|
||||
<script type="text/javascript" src="../markers.js"></script>
|
||||
<script type="text/javascript" src="markers_test.js"></script>
|
||||
<title>DUMP1090 MARKERS TEST</title>
|
||||
</head>
|
||||
|
||||
<body onload="setup_markers_test()">
|
||||
<div id="map_canvas"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue