1 <?xml version=
"1.0" encoding=
"UTF-8"?>
4 Any tag value that starts with any of the following names in a different
5 case combination is changed to the specified name.
11 <way name=
"Piazzetta" />
13 <way name=
"Contrada" />
15 <way name=
"Traversa" />
17 <way name=
"Fattoria" />
19 <way name=
"Località" />
20 <way name=
"Autostrada" />
21 <way name=
"Piazzale" />
25 <way name=
"Lungargine" />
26 <way name=
"Cavalcavia" />
28 <way name=
"Tangenziale" />
29 <way name=
"Riviera" />
30 <way name=
"Giardini" />
31 <way name=
"Giardino" />
35 Any tag value that starts with any of the following abbreviations in any
36 case combination is changed to the specified 'to' word.
37 This can also be used to fix common spelling mistakes.
39 <abbr from=
"p.zza" to=
"Piazza" />
40 <abbr from=
"c.so" to=
"Corso" />
41 <abbr from=
"v.le" to=
"Viale" />
42 <abbr from=
"p.za" to=
"Piazza" />
43 <abbr from=
"b.go" to=
"Borgo" />
44 <abbr from=
"p.tta" to=
"Piazzetta" />
45 <abbr from=
"Localita'" to=
"Località" />
48 The specified tags or tag/value combinations are removed when
49 found in the specified type oject.
51 <remove type=
"node" tag=
"lanes" />
52 <remove type=
"node" tag=
"maxspeed" />
53 <remove type=
"node" tag=
"surface" />
54 <remove type=
"node" tag=
"highway" val=
"secondary" />
55 <remove type=
"node" tag=
"highway" val=
"unclassified" />