How to remove country boundaries from map?
Afficher commentaires plus anciens
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 commentaires
Simon Chan
le 3 Avr 2022
Are you ok to use the default Basemap?
Or you must use bluegreen as the basemap?
Zhou Ci
le 3 Avr 2022
Réponses (2)
Just use the default one
geoscatter([10 55], [80 140], 18, 'filled', 'r')
2 commentaires
Zhou Ci
le 3 Avr 2022
Then use this:
geoscatter([20 40], [90 120], 18, 'filled', 'r');
geobasemap 'satellite';
Sen
le 23 Juil 2023
0 votes
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?
1 commentaire
姗
le 2 Avr 2025
I want to know it, too
Catégories
En savoir plus sur Geodesy and Mapping dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

