<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Hi Alexandre,</p>
<p>I use an Excel spreadsheet (enclosed) to do this kind of transformation for Dutch-language street names. There's a macro (Alt-f11) which writes a file "fix_names" (the path is hard-coded in the macro code, sorry about that - please edit to suit). There's a tab for prefixes, one for suffixes, and one for the matching rules. You need to "include" this "fix_names" from an appropriate place in the "lines" file.</p>
<div> </div>
<p>I hope it's useful - please let me know if you have any questions!</p>
<p>--colin</p>
<p>On 2016-06-12 23:42, Alexandre de Menezes wrote:</p>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<p>Hi everyone,</p>
<p>I want to do some transformations on the names of all the Ways, is there a standard way to do that?  For example, I want to replace all occurrences of "Avenida"  for "Av.".</p>
<p>I tried adding this to my lines file:</p>
<p><code>highway=* & name ~ '(?i)avenida\s+.*' { add streettype:movedend='${name|subst:(?i)avenida\s+~>}, Av.'} #</code></p>
<p>But There was no effect.</p>
<p>Thanks in advance,</p>
<p>    Alexandre</p>
<!-- html ignored --><br />
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">_______________________________________________<br /> mkgmap-dev mailing list<br /><a href="mailto:mkgmap-dev@lists.mkgmap.org.uk">mkgmap-dev@lists.mkgmap.org.uk</a><br /><a href="http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev">http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</a></div>
</blockquote>
</body></html>