Build and parse examples from examples_src/
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
goog.require('ol.format.WMSCapabilities');
|
||||
|
||||
var parser = new ol.format.WMSCapabilities();
|
||||
|
||||
$.ajax('data/ogcsample.xml').then(function(response) {
|
||||
var result = parser.read(response);
|
||||
$('#log').html(window.JSON.stringify(result, null, 2));
|
||||
});
|
||||
Reference in New Issue
Block a user