Skip to content

Commit

Permalink
fixed wrong abbreviation (fixes #320)
Browse files Browse the repository at this point in the history
  • Loading branch information
zdila committed Feb 9, 2024
1 parent 11acafa commit 504781f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style/features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -291,10 +291,10 @@ const pois: [
[14, 15, N, N, "hospital", { exp: `[name].replace('^[Nn]emocnica\\\\b', 'Nem.')` }],
[14, NN, N, N, "townhall"],
[14, 15, N, N, ["chapel"], {
exp: `[name].replace('^[Kk]aplnka${bs}', '').replace('\\\\b([Ss]vät\\\\w+|Sv.)', 'sv.')`,
exp: `[name].replace('^[Kk]aplnka${bs}', '').replace('\\\\b([Ss]vät\\\\w+|Sv\\.)', 'sv.')`,
}],
[14, 15, N, N, ["church", "cathedral"], {
exp: `[name].replace('^[Kk]ostol${bs}', '').replace('\\\\b([Ss]vät\\\\w+|Sv.)', 'sv.')`,
exp: `[name].replace('^[Kk]ostol${bs}', '').replace('\\\\b([Ss]vät\\\\w+|Sv\\.)', 'sv.')`,
font: { dy: -13 }
}],
[14, 15, N, N, ["synagogue"]],
Expand Down

0 comments on commit 504781f

Please sign in to comment.