diff --git a/src/mizar/js/JsonProvider.js b/src/mizar/js/JsonProvider.js index 4a3c1b8..a5a30cc 100644 --- a/src/mizar/js/JsonProvider.js +++ b/src/mizar/js/JsonProvider.js @@ -38,6 +38,7 @@ function handleJSONFeature( gwLayer, configuration ) $.ajax({ type: "GET", url: configuration.url, + dataType: configuration.type, success: function(response){ JsonProcessor.handleFeatureCollection( gwLayer, response ); gwLayer.addFeatureCollection( response );