Skip to content

Commit

Permalink
Update @geodata/private/Read_shapefile.m
Browse files Browse the repository at this point in the history
  • Loading branch information
WPringle committed Dec 6, 2018
1 parent 4f5cc2b commit 978967e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions @geodata/private/Read_shapefile.m
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@

if exist('shaperead','file')
tmpM = [[SG.X]',[SG.Y]'] ; % MAT
if bbox(1,2) > 180
tmpM(tmpM(:,1) < 0,1) = tmpM(tmpM(:,1) < 0,1) + 360;
end
for i = 1 : length(SG)
dims(i) = length(SG(i).X) ;
end
Expand Down

0 comments on commit 978967e

Please sign in to comment.