This shows you the differences between two versions of the page.
|
kcmx [2010/06/12 00:10] alhirzel |
kcmx [2017/11/16 10:33] (current) David Schmidt |
||
|---|---|---|---|
| Line 16: | Line 16: | ||
| http://flightaware.com/resources/airport/KCMX/IAP/all/pdf | http://flightaware.com/resources/airport/KCMX/IAP/all/pdf | ||
| http://www.airnav.com/airport/KCMX | http://www.airnav.com/airport/KCMX | ||
| - | |||
| - | |||
| - | =====Map to airport===== | ||
| - | <HTML> | ||
| - | <div id="map_canvas" style="height: 30ex; width: 25em;">(Map loading... Do you have JavaScript enabled?)</div> | ||
| - | |||
| - | <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false&key=ABQIAAAA5MMRnjZsh7XLdBmsSfEJBBR5hKzUqEM2emXIs_X3GHmkktrQjRQSxmgJXOaoBjlNS5tjAoVQZKx9SA"></script> | ||
| - | <script type="text/javascript"> | ||
| - | function initialize() { | ||
| - | var latlng = new google.maps.LatLng(47.1684172, -88.4890608); | ||
| - | var myOptions = { | ||
| - | zoom: 12, | ||
| - | center: latlng, | ||
| - | mapTypeId: google.maps.MapTypeId.ROADMAP | ||
| - | }; | ||
| - | var map = new google.maps.Map(document.getElementById("map_canvas"), myOptions); | ||
| - | } | ||
| - | |||
| - | window.onload = initialize; | ||
| - | </script> | ||
| - | </HTML> | ||