Questions about mapping toolbox
Show older comments
I tried to run following codes. But it gave a 0x1 empty 'layers' and following warning. Does anyone know what is happening please? I am trying to get the elevation information from a map server. Thank you for your help.
layers = wmsfind('nasa.network*elev', 'SearchField', 'serverurl');
layers = wmsupdate(layers);
Warning: An error occurred while attempting to update layers from the server, 'http://www.nasa.network.com/elev?'. These layers are being removed from
the layer array. The number of layers from this server that are being removed from the layer array is 11. The error message returned by the server is:
'Expected the capabilities document from the server, 'http://www.nasa.network.com/elev?', to contain valid XML.'.
1 Comment
Walter Roberson
on 9 Jan 2017
I confirm the problem. Unfortunately, I do not have any ideas why it is happening.
Accepted Answer
More Answers (2)
Alessandro
on 9 May 2017
Edited: Alessandro
on 9 May 2017
0 votes
Hi. Have you found a solution for the issue? I'm experiencing the same problem.
1 Comment
Walter Roberson
on 9 May 2017
Alessandro, which MATLAB version are you using?
Olga Galluppi
on 7 Jul 2017
0 votes
I have the same problem, can someone help ?
1 Comment
Walter Roberson
on 7 Jul 2017
Olga, which MATLAB release are you using?
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!