Skip to content

Commit

Permalink
#92 Asdex's cant have style or thickness with asdex property.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolai558 committed Aug 9, 2022
1 parent c67b305 commit fbaa6a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FeBuddyLibrary/DataAccess/GeoJson.cs
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@ private List<Feature> CreateAsdexVideoMap(List<vmElement> vmElements, Dictionary
if (asdexColorDef[asdexColorKey].Contains(elementItem.Color.ToLower()) && asdexColorKey != "UNKNOWN")
{
currentFeature.properties.asdex = asdexColorKey;
currentFeature.properties.thickness = null;
currentFeature.properties.style = null;
}
}

Expand Down

0 comments on commit fbaa6a8

Please sign in to comment.