Il 27/05/2016 18:50, emmexx ha scritto:
Oggi con la speranza che col tempo ci fosse stato qualche miglioramento,
ho provato a scaricare mappe con dati per il mio vecchio nuvi.
Lo script "Garmux" sul mio solito sito non va?
Ho utilizzato uno dei trucchetti (in particolare quello dell'utente GSPEED, segnalato dall'utente AndAg) per far funzionare i nomi italiani e da quello che mi dicono gli utenti funziona.

Lo script è qui e non lo cambio dal 2014:
http://stefanodroghetti.altervista.org/mappe-gratis-per-navigatori#mappegratis

La parte di codice che fa funzionare in italiano è questa:

# Get the last full word if a \s (whitespace) exist in name
( mkgmap:country=ITA | mkgmap:country=FRA | mkgmap:country=CHE) & highway=* & name ~ '.*\s.*' { set last:word='${name|part: :-1}' } # if the last full word is a roman number - i.e. if a street has been named after a King or a Pope - get the last two words last:word ~ '(I|II|III|IV|V|VI.*|IX|X|XI.*|XV.*|XX.*)' {set last:word='${name|part: >-3}' } # set 3rd and 4th labels (used for address search only) with the last:word as 1st word last:word=* { set mkgmap:label:3='${last:word}, ${name|part: <-1}';set mkgmap:label:4='${last:word}, ${name|part: <-1}' }

e va aggiunta nel file "address" nella cartella "inc" dello stile che si usa.

--
Stefano Droghetti
www.stefanodroghetti.co.nr
stefano.droghe...@gmail.com


_______________________________________________
Talk-it mailing list
Talk-it@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk-it

Rispondere a