How do I display geo referenced data on a webmap

2 views (last 30 days)
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.

Answers (1)

Sahithi Kanumarlapudi
Sahithi Kanumarlapudi on 23 Sep 2019
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.

Community Treasure Hunt

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

Start Hunting!