aboutsummaryrefslogtreecommitdiff
path: root/Map/Business/WmapParser
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-07-11 10:52:37 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-07-11 10:52:37 +0200
commitceb1654ced23d545e1b2437751a70113cb1a2d2a (patch)
treeb1ed19aa19929e16cd771e1cfa0faf656c4ff273 /Map/Business/WmapParser
parent8564439356f4bcc3e21b19738eb87b4c0722c623 (diff)
Improve text rendering and component detection.
Diffstat (limited to 'Map/Business/WmapParser')
-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
}