Skip to content

Commit

Permalink
rollup layer switcher with openlayers
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedehopf committed Nov 13, 2020
1 parent d5f10b9 commit 76b9d0c
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 688 deletions.
42 changes: 21 additions & 21 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,37 +8,18 @@
<meta name="mobile-web-app-capable" content="yes">
<meta name="viewport" content="user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, minimal-ui" />

<script src="jquery/jquery-3.5.1.min.js"></script>
<script src="early.js"></script>
<script src="jquery/elm-pep01.js"></script>
<script src="jquery/jquery-ui-1.12.1/jquery-ui.min.js"></script>
<script src="jquery/jquery.ui.touch-punch.min.js"></script>
<link rel="stylesheet" href="jquery/jquery-ui-1.12.1/jquery-ui.min.css">
<link rel="stylesheet" href="ol/v643/ol.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="stylesheet" type="text/css" href="colors.css" />
<link rel="stylesheet" href="ol/ol-layerswitcher350.css" type="text/css"/>

<script src="ol/ol-custom003.js"></script>

<link rel="stylesheet" href="ol/ol-layerswitcher350.css" type="text/css"/>
<script src="ol/ol-layerswitcher350.js"></script>

<script src="defaults.js"></script>
<script src="config.js"></script>
<script src="markers.js"></script>
<script src="dbloader.js"></script>
<script src="registrations.js"></script>
<script src="planeObject.js"></script>
<script src="formatter.js"></script>
<script src="flags.js"></script>
<script src="layers.js"></script>
<script src="geomag2020.js"></script>
<script src="script.js"></script>
<link rel="icon" type="image/png" href="images/tar1090-favicon.png">
<title>tar1090</title>
</head>

<body onload="initialize()">
<body>
<div id="loader">
<progress id="loader_progress"></progress>
</div>
Expand Down Expand Up @@ -926,4 +907,23 @@

<!-- adsbexchange ads placeholder -->
</body>

<script src="jquery/jquery-3.5.1.min.js"></script>
<script src="early.js"></script>
<script src="jquery/elm-pep01.js"></script>
<script src="jquery/jquery-ui-1.12.1/jquery-ui.min.js"></script>
<script src="jquery/jquery.ui.touch-punch.min.js"></script>
<script src="ol/ol-custom004.js"></script>

<script src="defaults.js"></script>
<script src="config.js"></script>
<script src="markers.js"></script>
<script src="dbloader.js"></script>
<script src="registrations.js"></script>
<script src="planeObject.js"></script>
<script src="formatter.js"></script>
<script src="flags.js"></script>
<script src="layers.js"></script>
<script src="geomag2020.js"></script>
<script src="script.js"></script>
</html>
1 change: 0 additions & 1 deletion html/markers.js
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,6 @@ let TypeDesignatorIcons = {
'A4': ['md_a4', 1],
'TU22': ['hi_perf', 1],
'VAUT': ['hi_perf', 1],
'WB57': ['hi_perf', 1],
'Y130': ['hi_perf', 1],
'YK28': ['hi_perf', 1],
'BE20': ['twin_large', 0.92],
Expand Down
2 changes: 0 additions & 2 deletions html/ol/ol-custom003.js

This file was deleted.

2 changes: 2 additions & 0 deletions html/ol/ol-custom004.js

Large diffs are not rendered by default.

Loading

0 comments on commit 76b9d0c

Please sign in to comment.