Differences between revisions 1 and 2
Revision 1 as of 2006-04-06 14:46:47
Size: 105
Editor: 211
Comment:
Revision 2 as of 2006-04-06 14:52:14
Size: 522
Editor: 211
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:

참고로, [yong27]의 집은
{{{#!html
<div id="map" style="width: 480px; height: 300px"></div>
<script type="text/javascript">
//<![CDATA[

var map = new GMap(document.getElementById("map"));
map.setMapType(map.mapTypes[1]);
map.addControl(new GSmallMapControl());
map.addControl(new GMapTypeControl());
map.centerAndZoom(new GPoint(126.860161,37.58295), 4);

//]]>
</script>
</body>
</html>
}}}

[Google] 지도

http://maps.google.com/

각자의 웹페이지에 지도를 삽입할 수 있다.

참고로, [yong27]의 집은

GoogleMaps (last edited 2013-07-23 19:49:06 by 61)

web biohackers.net