Cannot overlay country/state/district borders from shapefile without blocking data?

조회 수: 1 (최근 30일)
Hi,
I'm trying to overlay district borders of India over a contourfm image. As of now when I bring in the shapefile the ploygons cover the contoured image so I cannot see the rainfall data.
contourfm(lats,lons,TOTrain)
borders = shaperead('Shapefiles/IND_adm2.shp', 'UseGeoCoords', true);
geoshow(borders);
Any help would be appreciated, Ryan

채택된 답변

Kelly Kearney
Kelly Kearney 2015년 7월 29일
If you just want the outline of the polygons in the shapefile, try:
geoshow(borders, 'facecolor', 'none');

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Import and Export에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by