Fix up parsing of OGR GML with ol.format.GML

This commit is contained in:
Bart van den Eijnden
2015-01-07 11:33:42 +01:00
parent 3abcbcf377
commit 0243ce6612
6 changed files with 66 additions and 11 deletions

View File

@@ -84,8 +84,8 @@ goog.inherits(ol.format.GML3, ol.format.GMLBase);
* @type {string}
* @private
*/
ol.format.GML3.schemaLocation_ = 'http://www.opengis.net/gml ' +
'http://schemas.opengis.net/gml/3.1.1/profiles/gmlsfProfile/' +
ol.format.GML3.schemaLocation_ = ol.format.GMLBase.GMLNS +
' http://schemas.opengis.net/gml/3.1.1/profiles/gmlsfProfile/' +
'1.0.0/gmlsf.xsd';