Add wmts-hidpi branch

This commit is contained in:
ahocevar
2014-03-27 20:46:44 +01:00
parent bd9092199b
commit b3ac1afd00
1715 changed files with 784229 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
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));
});