Skip to content

Commit

Permalink
Clean up some more names
Browse files Browse the repository at this point in the history
  • Loading branch information
cristan committed Nov 4, 2024
1 parent 83e595b commit f2c2d1f
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,20 @@ object LocationsMapper {
Pair("s-Hertogenbosch", "'s-Hertogenbosch"),
Pair("Delft, Fietsenstalling", "Delft"),
Pair("Leiden Centraal,Uitgang LUMC", "Leiden Centraal, Uitgang LUMC"),
Pair("Vianen OV-fiets", "Vianen"),

Pair("Hollandse Rading OV-fiets ", "Hollandse Rading"),
Pair("Vianen OV-fiets ", "Vianen"),
Pair("OV-fiets - Maastricht", "Maastricht"),

Pair("Openbare fietsenstalling gemeente Groningen : Fietsenstalling Europapark", "Fietsenstalling Europapark"),

// All the other locations at Utrecht start with the word Utrecht, including the other P+Rs. Use the same scheme to make sure they're sorted together.
Pair("P + R Utrecht Science Park (De Uithof)", "Utrecht P+R Science Park (De Uithof)"),
// All of these also help with the alphabetical order
Pair("OV-ebike Arnhem Centrum", "Arnhem Centrum - OV-ebike"),
Pair("OV-ebike Driebergen-Zeist", "Driebergen-Zeist - OV-ebike"),
Pair("OV-ebike Groningen", "Groningen - OV-ebike"),
Pair("OV-ebike Maastricht", "Maastricht - OV-ebike"),
Pair("OV-fiets - Maastricht", "Maastricht"),
)

return locations.map { toMap ->
Expand Down

0 comments on commit f2c2d1f

Please sign in to comment.