ability to read boundedBy from FeatureCollection

This commit is contained in:
Bart van den Eijnden
2013-10-23 11:46:57 +02:00
parent d2ac206ca3
commit 3184fb02e5
4 changed files with 73 additions and 4 deletions
+3
View File
@@ -148,6 +148,9 @@ ol.parser.ogc.GML = function(opt_options) {
'polygonMember': function(node, obj) {
this.readChildNodes(node, obj);
},
'boundedBy': function(node, obj) {
this.readChildNodes(node, obj);
},
'Point': function(node, container) {
var coordinates = [];
this.readers[this.defaultNamespaceURI]['_inherit'].apply(this,