Change map icon based on aircraft category.

This only has different icons for the "rotorcraft" and "light"
categories at the moment - all others are the default plane icon
at different scales.
This commit is contained in:
Oliver Jowett 2015-02-22 17:02:23 +00:00
parent 7bd2bcc0a2
commit 7fbdde156a
4 changed files with 114 additions and 40 deletions

View file

@ -7,6 +7,7 @@
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false&amp;libraries=geometry"></script>
<script type="text/javascript" src="config.js"></script>
<script type="text/javascript" src="markers.js"></script>
<script type="text/javascript" src="planeObject.js"></script>
<script type="text/javascript" src="formatter.js"></script>
<script type="text/javascript" src="script.js"></script>