How to remove country boundaries from map?
9 次查看(过去 30 天)
显示 更早的评论
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
2022-4-3
Are you ok to use the default Basemap?
Or you must use bluegreen as the basemap?
回答(2 个)
Simon Chan
2022-4-3
Just use the default one
geoscatter([10 55], [80 140], 18, 'filled', 'r')
2 个评论
Simon Chan
2022-4-3
Then use this:
geoscatter([20 40], [90 120], 18, 'filled', 'r');
geobasemap 'satellite';
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?
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Coastal Engineering 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!