Merge branch '1127-Elementos-desplazados-en-mapas-GIS-con-Google-maps-dev' into 'develop'
Expand layer See merge request !685
This commit is contained in:
commit
9c534ce2dc
|
@ -242,6 +242,7 @@ if ($config["pure"] != 0) {
|
|||
|
||||
var new_height = $(document).height();
|
||||
$("#map").css("height", new_height - 60);
|
||||
$("svg[id*=OpenLayers]").css("height", new_height - 60);
|
||||
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue