How to remove country boundaries from map?

조회 수: 15 (최근 30일)
Zhou Ci
Zhou Ci 2022년 4월 3일
답변: Sen 2023년 7월 23일
Hello everyone,
I want to remove country/cities boundaries from my figure. Here I am using
geoscatter(Lat, Lon, 18, 'filled', 'r')
geobasemap bluegreen
I just want to keep coastal line. Any suggestions how it can be done?
  댓글 수: 2
Simon Chan
Simon Chan 2022년 4월 3일
Are you ok to use the default Basemap?
Or you must use bluegreen as the basemap?
Zhou Ci
Zhou Ci 2022년 4월 3일
@Simon Chan No it's not must to use bluegreen as basemap, I also tried colorterrain, landcover but it's not what I want. I just need a coastal boundary. Thanks

댓글을 달려면 로그인하십시오.

답변 (2개)

Simon Chan
Simon Chan 2022년 4월 3일
Just use the default one
geoscatter([10 55], [80 140], 18, 'filled', 'r')
  댓글 수: 2
Zhou Ci
Zhou Ci 2022년 4월 3일
@Simon Chan I tried this before (default one). But it shows the names of countries and I neither want countries names nor boundaries.
Simon Chan
Simon Chan 2022년 4월 3일
Then use this:
geoscatter([20 40], [90 120], 18, 'filled', 'r');
geobasemap 'satellite';

댓글을 달려면 로그인하십시오.


Sen
Sen 2023년 7월 23일
According to Tip of geobasemap, 'satellite' may be the only access to set a non-political-boundary map. However, I am also intrested if there exists any other way to remove or correct the current boundaries?

카테고리

Help CenterFile Exchange에서 Geodesy and Mapping에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by