Map projection selection - axesmui not working

3 visualizaciones (últimos 30 días)
Zel Hurewitz
Zel Hurewitz el 15 de Mayo de 2023
Respondida: Aditya Srikar el 26 de Mayo de 2023
When I try to use axesmui, I get the following error after making any change and hitting Apply:
Mapping Error: There is data in a hggroup that cannot be reprojected.
Anything I can do about it? This would be a really useful tool if it works!
Cheers!
figure(1)
clf
usamap('conus')
states= readgeotable('usastatehi.shp');
geoshow(states)
axesmui

Respuestas (1)

Aditya Srikar
Aditya Srikar el 26 de Mayo de 2023
The "Mapping Error: There is data in a hggroup that cannot be reprojected" error occurs when there is a limitation with the axesmui function in how it handles certain types of graphics objects. You may need to use the built-in MATLAB "plotm" function instead, which provides similar functionality to axesmui but may not have these limitations.

Categorías

Más información sobre Coordinate Transformations and Trajectories en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by