do not specify the source projection in ol.parser.ReadFeaturesOptions anymore

This commit is contained in:
Bart van den Eijnden
2013-05-15 15:34:11 +02:00
parent 2ad3ee6f99
commit e8ed1674ea
4 changed files with 3 additions and 8 deletions

View File

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