コード例 #1
0
ファイル: MapDrawer.cs プロジェクト: agrath/cumberland
 static Style GetBasicStyleForFeature(Layer l, string fieldValue, double scale)
 {
     return l.GetBasicStyleForFeature(fieldValue, scale, true);
 }