I have data that is geo tagged by latitude and longitude from GPS. I want to display what amounts to a heat map of the data (the data are the outputs of a sensor that acquired data at the various latitudes and longitudes) at each data point's lat and lon.
I'd like to use a webmap that shows streets at the city level (think lower manhattan NYC) scale.
Any thoughts on how to do this? I'm not very familiar with Matlab's Mapping Toolbox so any help that anyone could provide would be most welcome.
Many thanks.

답변 (1개)

Sahithi Kanumarlapudi
Sahithi Kanumarlapudi 2019년 9월 23일

0 개 추천

webmap function can be used to create a webmap in a browser. More information on how to use this function can be found in the following link.
In order to show streets at city level baselayer property can be set to 'World Street Map'. List of maps that can be displayed can be found here.
wmmarker(lat,lon)’ can be used to display marker overlays at points specified at lat, lon on the current web map.
Have a look at this page to know more about the functions that can be used with webmaps.

카테고리

도움말 센터File Exchange에서 Geographic Plots에 대해 자세히 알아보기

질문:

2019년 8월 30일

답변:

2019년 9월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by