Skip to content

Commit

Permalink
Add ave synonym to name similarity filter (graphhopper#3044)
Browse files Browse the repository at this point in the history
  • Loading branch information
samruston authored Aug 23, 2024
1 parent 2182ff8 commit a506df8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public class NameSimilarityEdgeFilter implements EdgeFilter {
"ally", "alley",
"arc", "arcade",
"bvd", "bvd.", "boulevard",
"av.", "avenue", "avenida",
"av.", "avenue", "avenida", "ave",
"calle",
"cl.", "close",
"crescend", "cres", "cres.",
Expand Down

0 comments on commit a506df8

Please sign in to comment.