web map browser overlay geoTIFF image transparency
4 views (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Categories
Find more on Map Display in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!