incorporate review from @ahocevar

This commit is contained in:
Bart van den Eijnden
2013-05-15 14:50:37 +02:00
parent 5ad4734c24
commit 2ad3ee6f99
7 changed files with 34 additions and 31 deletions

View File

@@ -41,7 +41,7 @@ var map = new ol.Map({
})
});
var gml = new ol.parser.ogc.GML_v3({xy: false});
var gml = new ol.parser.ogc.GML_v3();
var url = 'data/gml/topp-states-wfs.xml';
var xhr = new XMLHttpRequest();