Map projection selection - axesmui not working
조회 수: 3 (최근 30일)
이전 댓글 표시
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
댓글 수: 0
답변 (1개)
Aditya Srikar
2023년 5월 26일
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.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Coordinate Transformations and Trajectories에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!