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();
};
29
30
31
32
33
34
35
36
37
38
39
40
41
body, input {
font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"MS Pゴシック","MS PGothic",sans-serif;
font-size: 12px;
margin: 0;
padding: 0;
#pageContainer .header {
background: #ff7f50; /* Old browsers */
background: -moz-linear-gradient(top, #ff7f50 0%, #ff7f50 11%, #ff7f50 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7f50), color-stop(11%,#888888), color-stop(100%,#ff7f50)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ff7f50 0%,#ff7f50 11%,#ff7f50 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ff7f50 0%,#ff7f50 11%,#ff7f50 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ff7f50 0%,#ff7f50 11%,#ff7f50 100%); /* IE10+ */
background: linear-gradient(to bottom, #ff7f50 0%,#ff7f50 11%,#ff7f50 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f50', endColorstr='#ff7f50',GradientType=0 ); /* IE6-9 */
-moz-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
#pageContainer .header .headerContent .pageTitle {
font-size: 200%;
font-weight: bold;
color: #990000;
background-color: #ffff66;
padding: 5px;
text-align: center;
font-family:'Lucida Grande',
'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
Meiryo, メイリオ, sans-serif;
#pageContainer .header .headerContent .explanatory1 {
font-color: ff9900;
body {
-webkit-text-size-adjust: 100%;
<head>
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
</head>
<div id="pageContainer">
<div class="header">
<div class="headerContent cf">
<div class="pageTitle">【駒ヶ根市】屋外広告物禁止地域</div>
</div>
<p>駒ヶ根市内には、駒ヶ根市屋外広告物等に関する条例により屋外広告物禁止地域があります。<br/>
枠内の禁止地域では、沿道から見えないなどの一定の適用除外を除き屋外広告物の設置が禁止されていますので、<br/>
駒ヶ根市役所0265-83-2111までお問い合わせください。<br/>
なお、屋外広告物等に関する条例の詳細は、<a href="http://www.city.komagane.nagano.jp/index.php?f=&ci=10519&i=15590" target="_blank">こちら</a>をご覧ください。<br/></p>
<style type="text/css">
html { height: 100% }
body { height: 100%; width: 100%; margin: 8px; padding: 3px }
#map_canvas { height: 100% }
</style>
<div id="map_canvas" style="width:100%; height:100%"></div>
Click the Browse button or drag and drop to choose files to upload
The Maximum upload size is 1MB.(bmp,gif,jpeg,jpg,png)
*Required field
Add name for another language
You can upload jpg, gif, png file formats
Add description for another language
Fork original application has been updated. >>see
Original application has been updated. >>see
Playing...
Please enter a valid URL