הבדלים בין גרסאות בדף "ניסויים"
מתוך iNature
שורה 6: | שורה 6: | ||
</googlemap> | </googlemap> | ||
− | + | <!DOCTYPE html> | |
+ | <html> | ||
+ | <head> | ||
+ | <meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> | ||
+ | <style type="text/css"> | ||
+ | html { height: 100% } | ||
+ | body { height: 100%; margin: 0px; padding: 0px } | ||
+ | #map_canvas { height: 100% } | ||
+ | </style> | ||
+ | <script type="text/javascript" | ||
+ | src="http://maps.google.com/maps/api/js?sensor=set_to_true_or_false"> | ||
+ | </script> | ||
+ | <script type="text/javascript"> | ||
+ | function initialize() { | ||
+ | var latlng = new google.maps.LatLng(-34.397, 150.644); | ||
+ | var myOptions = { | ||
+ | zoom: 8, | ||
+ | center: latlng, | ||
+ | mapTypeId: google.maps.MapTypeId.ROADMAP | ||
+ | }; | ||
+ | var map = new google.maps.Map(document.getElementById("map_canvas"), | ||
+ | myOptions); | ||
+ | } | ||
+ | |||
+ | </script> | ||
+ | </head> | ||
+ | <body onload="initialize()"> | ||
+ | <div id="map_canvas" style="width:100%; height:100%"></div> | ||
+ | </body> | ||
+ | </html> | ||
גרסה מ־11:30, 17 ביולי 2010
דף זה נמצא בעריכה. המידע שבו חלקי, וייתכן שחלו בו טעויות. אין להסתמך עליו לצורך טיול בשטח! |
<googlemap lat="32.82422" lon="48.481141">
32.81134, 48.498341, One of many gas stations in town
</googlemap>
<!DOCTYPE html>
קטעים ישנים