plot_openstreetmap

MATLAB function for plotting maps from OpenStreetMap and OpenSeaMap on the background of a figure

https://github.com/alexvoronov/plot_openstreetmap

You are now following this Submission

MATLAB function for plotting maps from OpenStreetMap and OpenSeaMap on the background of a figure.

Example:
Plotting several points on a map in Gothenburg archipelago and adding base map from OpenStreetMap (water and land) and overlaying with sea markings from OpenSeaMap.

x = [11.6639 11.7078 11.7754 11.8063 11.8797];
y = [57.6078 57.6473 57.6607 57.6804 57.6886];
figure; plot(x, y, 'o-', 'LineWidth', 2);
hBase = plot_openstreetmap('Alpha', 0.4, 'Scale', 2); % Basemap.
hSea = plot_openstreetmap('Alpha', 0.5, 'Scale', 2, 'BaseUrl', "http://tiles.openseamap.org/seamark"); % Sea marks.

Cite As

Alexey Voronov (2019). plot_openstreetmap (https://www.github.com/alexvoronov/plot_openstreetmap), GitHub. Retrieved July 1, 2019.

Categories

Find more on Oceanography and Hydrology in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with R2014b and later releases

Platform Compatibility

  • Windows
  • macOS
  • Linux

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes Action
0.1

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.