UNPKG

openlayers-test

Version:

Build tools and sources for developing OpenLayers based mapping applications

9 lines (6 loc) 246 B
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)); });