diff options
Diffstat (limited to 'Map/Business/WmapParser')
| -rw-r--r-- | Map/Business/WmapParser/Parser.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Map/Business/WmapParser/Parser.swift b/Map/Business/WmapParser/Parser.swift index 86c36ef..7c87150 100644 --- a/Map/Business/WmapParser/Parser.swift +++ b/Map/Business/WmapParser/Parser.swift @@ -46,7 +46,7 @@ extension Wmap { entities.append(entity) switch entity { case .vertex(let vertex): - vertexLabels.insert(vertex.label) + vertexLabels.insert(vertex.label.lowercased()) default: break } |