Zoom in and out on map

12 visualizaciones (últimos 30 días)
Quang Pham
Quang Pham el 6 de Jun. de 2020
Editada: Quang Pham el 6 de Jun. de 2020
I am building a tracking system and have writted a simple block of code as below. I succesfully showed the recorded points.
However, I cannot zoom in and out the map like in MATLAB.
I intend to embed the iframe code in a website. Is there any solution for this? Thank you in advance.
lat = thingSpeakRead(1060533,'Fields',5,'ReadKey','T54K82E8FJW6GKVT','NumPoints',10,'Timeout',50);
lon = thingSpeakRead(1060533,'Fields',6,'ReadKey','T54K82E8FJW6GKVT','NumPoints',10,'Timeout',50);
gx = geoaxes;
geoscatter(gx,lat,lon,'filled');
geobasemap('streets');

Respuestas (0)

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by