Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2006-04-06 14:46:47
Size: 105
Editor: 211
Comment:
Revision 5 as of 2006-04-06 14:56:05
Size: 621
Editor: 211
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:

참고로, [yong27]의 집은
{{{#!html

<script src="http://maps.google.com/maps?file=api&v=1&key=ABQIAAAAXKVhGH9PDWMdPYyiX2miZhQbkS_UKCJiKIxxOflSxeOFmNFGNhQLpV0zG0NZJh8hnd2Uhll4QOYxsQ" type="text/javascript"></script>

<div id="map" style="width: 500px; height: 400px"></div>
<script type="text/javascript">
//<![CDATA[
    
var map = new GMap(document.getElementById("map"));
map.addControl(new GSmallMapControl());
map.centerAndZoom(new GPoint(-122.1419, 37.4419), 4);
    
//]]>
</script>
}}}

[Google] 지도

http://maps.google.com/

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

참고로, [yong27]의 집은

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

web biohackers.net