הבדלים בין גרסאות בדף "ניסויים"
מתוך iNature
שורה 6: | שורה 6: | ||
</googlemap> | </googlemap> | ||
− | + | ||
− | |||
<head> | <head> | ||
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> | <meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> | ||
שורה 35: | שורה 34: | ||
<div id="map_canvas" style="width:100%; height:100%"></div> | <div id="map_canvas" style="width:100%; height:100%"></div> | ||
</body> | </body> | ||
− | + | ||
גרסה מ־11:31, 17 ביולי 2010
דף זה נמצא בעריכה. המידע שבו חלקי, וייתכן שחלו בו טעויות. אין להסתמך עליו לצורך טיול בשטח! |
<googlemap lat="32.82422" lon="48.481141">
32.81134, 48.498341, One of many gas stations in town
</googlemap>
<head>
<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=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()">
</body>
קטעים ישנים