Language
Login
Language Setting
X
English
日本語 [Japanese]
about this App
【駒ヶ根市】土石流警戒区域
useful
2
Loading...
/* 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_19-10001/dosekiryukeikaikuiki.kml"; var kmlLayer = new google.maps.KmlLayer(kmlUrl); kmlLayer.setMap(myMap); } window.onload = function() { $(function(){ initialize(); }); };
<head> <meta name="viewport" content="user-scalable=yes"> </head> <style type="text/css"> html { height: 100% } body { height: 99%; width: 99%; margin: 1px; padding: 1px } #map_canvas { height: 100% } </style> <div id="map_canvas" style="width:100%; height:100%"></div>
Preview
Input Data
ReadMe
Snapshots
This application does not using any data or contains private/limited data.
Link http://app.linkdata.org/run/app1s984i?tab=readme
jquery-1.7.1.min.js
http://maps.googleapis.com/maps/api/js?sensor=false&hl=ja
Work
Add
Clear
insert work id or work name.