web map browser overlay geoTIFF image transparency
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
How can I use web map broweser to loadd and overlay with a give trasparency a geoTIFF image :
Thansks a lot
% web map browser :
nasa = wmsfind('nasa', 'SearchField', 'serverurl');
baselayer = refine(nasa, 'bluemarbleng', ...
'SearchField', 'layername',...
'MatchType', 'exact');
baselayer = wmsupdate(baselayer);
webmap(baselayer)
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Map Display finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!