-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathroadNameConfig.txt
37 lines (31 loc) · 1.16 KB
/
roadNameConfig.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
## -------------------------------------------------------------------
# Configuration file for road name prefixes and suffixes for use
# with the --road-name-config option.
#
# (C) 2012 - 2021 Martin Andres Gomez Gimenez <mggimenez@nis.com.ar>
# Distributed under the terms of the GNU General Public License v3
#
##########################################################################
# Section 1
# prefix1:<lang> list of 1st words
# prefix2:<lang> further words to combine with each prefix1 word, separated with a blank
# suffix:<lang> gives list of suffix words
# portugese
prefix1:pt = "Rua", "Avenida", "Travessa"
prefix2:pt = "da ", "do ", "de ", "das ", "dos "
# spanish
prefix1:es = "Avenida", "Calle", "Paseo"
prefix2:es = "de las ", "de los ", "de la ", "del ", "de ", "d'", "las ", "los "
##########################################################################
# Section 2
# Map three letter ISO country codes to list of used languages for road names.
# It is assumed that the style sets mkgmap:country to one of these ISO codes.
lang:ARG = es
lang:BRA = pt
lang:BOL = es
lang:CHL = es
lang:COL = es
lang:ECU = es
lang:PER = es
lang:PRY = es
lang:URY = es