How get layer information through the wms service?
115EXP 2024.08.14
as title

1 Answer

Reference:var url = 'http://172.16.12.110:9090/iserver/services/map-china400/wms111/China?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetCapabilities'; $.ajax({ url: url, type : 'GET', success: function(res){ } });
242EXP 2024.08.14
...