Skip to content

Commit 46856a2

Browse files
Merge pull request GeoNode#2513 from artists974/increase-geoframe-size
set 600px instead of 400 for geoext frame for layers and maps templates
2 parents b19e7dc + 47c6606 commit 46856a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

geonode/layers/templates/layers/layer_geoext_map.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
portalConfig: {
3535
renderTo: "preview_map",
36-
height: 400
36+
height: 600
3737
},
3838

3939
listeners: {

geonode/maps/templates/maps/map_include.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
// tell the map viewer where and how to be rendered
2828
portalConfig: {
29-
height: 400,
29+
height: 600,
3030
renderTo: "the_map"
3131
}
3232
}, {{ config }});

0 commit comments

Comments
 (0)