User Tools

Site Tools


geo_programming

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
geo_programming [2011/10/24 15:19] – created 120.50.93.214geo_programming [2018/07/18 14:10] (current) – external edit 127.0.0.1
Line 1: Line 1:
- 
 <html> <html>
 <div id="map" style="width:500px; height:500px"></div> <div id="map" style="width:500px; height:500px"></div>
Line 5: Line 4:
  
 <html> <html>
 +<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
 <script type="text/javascript" <script type="text/javascript"
     src="http://maps.google.com/maps/api/js?sensor=false">     src="http://maps.google.com/maps/api/js?sensor=false">
Line 17: Line 17:
         });         });
         var path = new google.maps.KmlLayer(         var path = new google.maps.KmlLayer(
-            'http://the.path.to.the.kml'+            'http://donghee.byus.net/ssm/moin.cgi/%EC%8B%A0%EA%B8%B0%ED%97%8C%2C%20%EC%9A%B0%EC%8A%B9%ED%9D%AC/KML2?action=raw'
         );         );
         path.setMap(map);         path.setMap(map);
Line 24: Line 24:
 </html> </html>
  
 +상상마당 '살아있는 지도 만들기' 워크숍 중 참가자들이 만든 지도.
 +
 +지도위의 아이콘 클릭!
  
 참고:  참고: 
  http://codeflow.org/entries/2010/aug/27/geo-programming-with-python-and-javascript/  http://codeflow.org/entries/2010/aug/27/geo-programming-with-python-and-javascript/
geo_programming.1319469547.txt.gz · Last modified: 2018/07/18 14:09 (external edit)