フィルターのクリア

How change color of lines at shapefiles with various ID's?

2 ビュー (過去 30 日間)
Kelly Kyriakou
Kelly Kyriakou 2017 年 5 月 9 日
I have a shapefile with roads and I want all the road to have the same color except from some road with specific ID. I have tried the following but at the figure it is shown with different color the last loop:
for i = 1:size(id2select,1)
roadColors = ...
makesymbolspec('Line',{'Road_ID', id2select(i), 'Color','r'},...
{'Default','Color','b'});
mapshow(map,'SymbolSpec',roadColors);
end
end
I tried also using drawnow but this is animated and I need to be permanent.

回答 (0 件)

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by