How to remove country boundaries from map?

15 visualizaciones (últimos 30 días)
Zhou Ci
Zhou Ci el 3 de Abr. de 2022
Respondida: Sen el 23 de Jul. de 2023
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 comentarios
Simon Chan
Simon Chan el 3 de Abr. de 2022
Are you ok to use the default Basemap?
Or you must use bluegreen as the basemap?
Zhou Ci
Zhou Ci el 3 de Abr. de 2022
@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

Iniciar sesión para comentar.

Respuestas (2)

Simon Chan
Simon Chan el 3 de Abr. de 2022
Just use the default one
geoscatter([10 55], [80 140], 18, 'filled', 'r')
  2 comentarios
Zhou Ci
Zhou Ci el 3 de Abr. de 2022
@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 el 3 de Abr. de 2022
Then use this:
geoscatter([20 40], [90 120], 18, 'filled', 'r');
geobasemap 'satellite';

Iniciar sesión para comentar.


Sen
Sen el 23 de Jul. de 2023
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?

Categorías

Más información sobre Geodesy and Mapping en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by