web map browser overlay geoTIFF image transparency
Afficher commentaires plus anciens
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)
Réponses (0)
Catégories
En savoir plus sur Map Display dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!