svn commit: r635 - trunk/mapbender/http/javascripts/mod_digitize_tab.php

christoph at osgeo.org christoph at osgeo.org
Wed Jun 28 05:13:04 EDT 2006


Author: christoph
Date: 2006-06-28 09:13:04+0000
New Revision: 635

Modified:
   trunk/mapbender/http/javascripts/mod_digitize_tab.php

Log:
-onlineresource for geom2wfst
-fixed ie bug



Modified: trunk/mapbender/http/javascripts/mod_digitize_tab.php
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/javascripts/mod_digitize_tab.php?view=diff&rev=635&p1=trunk/mapbender/http/javascripts/mod_digitize_tab.php&p2=trunk/mapbender/http/javascripts/mod_digitize_tab.php&r1=634&r2=635
==============================================================================
--- trunk/mapbender/http/javascripts/mod_digitize_tab.php	(original)
+++ trunk/mapbender/http/javascripts/mod_digitize_tab.php	2006-06-28 09:13:04+0000
@@ -754,6 +754,7 @@
 
 	wfsWindow = open("", "wfsattributes", "width=400, height=300, resizable, dependent=yes, scrollbars=yes");
 	wfsWindow.document.open("text/html");
+	wfsWindow.document.writeln("<html><head></head><body></body></html>");
 	var cssLink = wfsWindow.document.createElement("link");
 	cssLink.setAttribute("href", wfsCssUrl); 
 	cssLink.setAttribute("type", "text/css"); 
@@ -952,6 +953,7 @@
 		
 		str += '</wfs:Transaction>';
 		document.sendForm.filter.value = str;
+		document.sendForm.onlineresource.value = myconf['wfs_transaction'];
 		document.sendForm.submit();
 	}
 }
@@ -962,7 +964,7 @@
 		<table cellpadding='0' cellspacing='0' align = center><tr><td><div id='digButtons'></div></td></tr></table>
 		<div id = 'listOfGeometries'></div>
 		<form name='sendForm' action='../extensions/geom2wfst.php' method='POST' TARGET='_blank'>
-			<input type='hidden' name='url'><input type='hidden' name='filter'>
+			<input type='hidden' name='url'><input type='hidden' name='filter'><input type='hidden' name='onlineresource'>
 		</form>
 	</body>
 </html>
\ No newline at end of file




More information about the Mapbender_commits mailing list