How to save high resolution image of a webmap

4 Ansichten (letzte 30 Tage)
Blue
Blue am 14 Apr. 2023
Kommentiert: DGM am 20 Mär. 2025
I simply want to save a high resolutionof image of the following webmap. I know wmprint exist but it does a terrible job.
webmap('Open Street Map')
lat = [50.6, 50.5];
lon = [-59.4, -59.3];
wmmarker(lat, lon);
  2 Kommentare
Daniel
Daniel am 20 Mär. 2025
Agreed, this questions seems to have persisted for many years now. Would really love an answer from MATLAB staff as this should be trivial.
DGM
DGM am 20 Mär. 2025
Oh wow. The output from wmprint() is actually much worse than just taking a screenshot.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Convert Image Type finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by