Merge pull request #3099 from bartvde/ogr-gml2

Fix up parsing of OGR GML with ol.format.GML
This commit is contained in:
Bart van den Eijnden
2015-02-02 13:16:12 +01:00
6 changed files with 74 additions and 21 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';