• forked:【駒ヶ根市】屋外広告物禁止地域
Import an externally hosted application
Check style

  • JavaScript
  • CSS
  • HTML
  • Images
  • Input Data
  • ReadMe
  • forked:【駒ヶ根市】屋外広告物禁止地域
  • jquery-1.7.1.min.js  
  • http://maps.googleapis.com/maps/api/js?sensor=false&hl=ja  
  •  
  • history

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
 
/*
This is a Example program to retrieve and display the data. 
Press the Run button on the right of the screen (described the behavior of the Example program below). 
Please create a new application rewrite this program work. 
*/
 
function initialize() {
  var myLatLng = new google.maps.LatLng(35.728867,137.933984);
  var myMap = new google.maps.Map(document.getElementById('map_canvas'), {
    zoom: 12,
    center: myLatLng,
    mapTypeId: google.maps.MapTypeId.ROADMAP,
    scaleControl: true,
    scrollwheel: true,
    draggable: true
 });
 
  var kmlUrl = "http://www.city.komagane.nagano.jp/trol.php?f=pub&fl=tropo_kom-15536_23-10001/okugaikoukokubutsukinshichiki.kml";
  var kmlLayer = new google.maps.KmlLayer(kmlUrl);
  kmlLayer.setMap(myMap);
}
 
window.onload = function() {
    $(function(){
        initialize();        
    }); 
};
 
jquery-1.7.1.min.js
http://maps.googleapis.com/maps/api/js?sensor=false&hl=ja
Playing...

jquery-1.7.1.min.js
http://maps.googleapis.com/maps/api/js?sensor=false&hl=ja