aboutsummaryrefslogtreecommitdiff
path: root/Map/Business/WmapParser/Parser.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Map/Business/WmapParser/Parser.swift')
-rw-r--r--Map/Business/WmapParser/Parser.swift2
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
}