How to show details for chosen point on geoshow

2 vues (au cours des 30 derniers jours)
Busra Keles
Busra Keles le 23 Jan 2015
Hello,
Here is my problem. After run the following file, I actually want to see that when I click on the red point the description related to this point should show up. I know how to do this for webmap, but I dont know for geoshow.
Thanks a lot.
figure; axesm miller geoshow('landareas.shp', 'FaceColor', [0.15 0.5 0.15]) lat = 39; lon = -81; description = sprintf('%s<br>%s</br><br>%s</br>',... '3 Apple Hill Drive', 'Natick, MA. 01760', ... 'http://www.mathworks.com'); name = 'The MathWorks, Inc.'; plotm(lat, lon, 'r*','Description', description);

Réponses (0)

Catégories

En savoir plus sur White dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by