web map browser overlay geoTIFF image transparency

1 view (last 30 days)
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)

Answers (0)

Products


Release

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!