[Mapbender-commits] r1258 - trunk/mapbender/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Apr 13 08:44:07 EDT 2007


Author: christoph
Date: 2007-04-13 08:44:07 -0400 (Fri, 13 Apr 2007)
New Revision: 1258

Modified:
   trunk/mapbender/http/php/mod_wfs_save.php
Log:
removed incorrect schema location

Modified: trunk/mapbender/http/php/mod_wfs_save.php
===================================================================
--- trunk/mapbender/http/php/mod_wfs_save.php	2007-04-12 08:43:46 UTC (rev 1257)
+++ trunk/mapbender/http/php/mod_wfs_save.php	2007-04-13 12:44:07 UTC (rev 1258)
@@ -63,7 +63,7 @@
 }
 function set(){
 	document.forms[1].url.value = my[w]['wfs_transaction'];
-	var str = '<wfs:Transaction version="1.0.0" service="WFS" xmlns="http://www.someserver.com/myns" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" xmlns:wfs="http://www.opengis.net/wfs" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.someserver.com/myns http://wms1.ccgis.de/geoserver-1.3-beta4/wfs/getCapabilities?request=describefeaturetype&amp;typename=mapbender_user http://www.opengis.net/wfs../wfs/1.0.0/WFS-transaction.xsd">';
+	var str = '<wfs:Transaction version="1.0.0" service="WFS" xmlns="http://www.someserver.com/myns" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" xmlns:wfs="http://www.opengis.net/wfs" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.opengis.net/wfs/1.0.0/WFS-transaction.xsd">';
 	str += '<wfs:Insert>';
 	str += '<'+ sepNameSpace(my[w]['featuretype_name'])+'>';
 	for(var i=0; i<document.forms[0].elements.length; i++){



More information about the Mapbender_commits mailing list