Skip to content

Commit 83c465e

Browse files
committed
update map div style
1 parent d941349 commit 83c465e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

module6/Lecture6.2.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ <h6>Import JavaScript file into template file</h6>
261261
&lt;/head&gt;
262262
&lt;body&gt;
263263
<!-- We will place the map here -->
264-
&lt;div id="map" style="width:100%; height:100%"&gt;&lt;/div&gt;
264+
&lt;div id="map" style="width:480px; height:480px"&gt;&lt;/div&gt;
265265
&lt;/body&gt;
266266
&lt;/html&gt;
267267
</code></pre>

module6/lab6/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Open `map.html` file and modify as below. We interpolate date from Django by wra
167167
<body>
168168
<!-- Add the line below -->
169169
{{ data|json_script:"data_geojson" }}
170-
<div id="map" style="height: 100%; width: 100%"></div>
170+
<div id="map" style="height: 480px; width: 480px"></div>
171171
</body>
172172
```
173173

0 commit comments

Comments
 (0)