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:
vgilc 2017-07-28 10:24:44 +02:00
commit 9c534ce2dc
1 changed files with 1 additions and 0 deletions

View File

@ -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>