File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ <h6>Import JavaScript file into template file</h6>
261
261
</head>
262
262
<body>
263
263
<!-- We will place the map here -->
264
- <div id="map" style="width:100% ; height:100% "></div>
264
+ <div id="map" style="width:480px ; height:480px "></div>
265
265
</body>
266
266
</html>
267
267
</ code > </ pre >
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ Open `map.html` file and modify as below. We interpolate date from Django by wra
167
167
<body >
168
168
<!-- Add the line below -->
169
169
{{ data|json_script:"data_geojson" }}
170
- <div id =" map" style =" height : 100 % ; width : 100 % " ></div >
170
+ <div id =" map" style =" height : 480 px ; width : 480 px " ></div >
171
171
</body >
172
172
```
173
173
You can’t perform that action at this time.
0 commit comments