Mercurial > hg > ChinaGisRestApi
changeset 266:c37e8c173136
Multilayer for Europeana4D
author | fknauft |
---|---|
date | Wed, 25 Jan 2012 20:43:05 +0100 |
parents | c46c369764e9 |
children | 260ec888fe15 |
files | gis_gui/lib/blocks.js |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gis_gui/lib/blocks.js Wed Jan 25 20:32:38 2012 +0100 +++ b/gis_gui/lib/blocks.js Wed Jan 25 20:43:05 2012 +0100 @@ -121,7 +121,7 @@ e4D_URL=e4D_URL+"kml"+[i+1]+"="+layer_URL+"&source"+[i+1]+"=1"; } console.debug(" e4D_URL=", e4D_URL ); - var newwindow=window.open(e4D_URL,"Mappit@Europeana4D","height=800,width=900"); + var newwindow=window.open(e4D_URL,"Mappit@Europeana4D","height=800,width=900,resizable=1,scrollbar=1"); if (window.focus) {newwindow.focus();} return false;