We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d941349 commit 83c465eCopy full SHA for 83c465e
module6/Lecture6.2.html
@@ -261,7 +261,7 @@ <h6>Import JavaScript file into template file</h6>
261
</head>
262
<body>
263
<!-- We will place the map here -->
264
- <div id="map" style="width:100%; height:100%"></div>
+ <div id="map" style="width:480px; height:480px"></div>
265
</body>
266
</html>
267
</code></pre>
module6/lab6/README.md
@@ -167,7 +167,7 @@ Open `map.html` file and modify as below. We interpolate date from Django by wra
167
<body>
168
<!-- Add the line below -->
169
{{ data|json_script:"data_geojson" }}
170
- <div id="map" style="height: 100%; width: 100%"></div>
+ <div id="map" style="height: 480px; width: 480px"></div>
171
</body>
172
```
173
0 commit comments