質問編集履歴

2

ソースコードミスを修正

2017/01/17 01:06

投稿

minex
minex

スコア7

test CHANGED
File without changes
test CHANGED
@@ -50,7 +50,7 @@
50
50
 
51
51
  }
52
52
 
53
- </script>
53
+ </style>
54
54
 
55
55
  </head>
56
56
 

1

ソースコードにcssでの高さ設定を追加

2017/01/17 01:06

投稿

minex
minex

スコア7

test CHANGED
File without changes
test CHANGED
@@ -42,7 +42,15 @@
42
42
 
43
43
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
44
44
 
45
+ <style type="text/css">
45
46
 
47
+ #map_canvas {
48
+
49
+ height: 300px;
50
+
51
+ }
52
+
53
+ </script>
46
54
 
47
55
  </head>
48
56