Galileo vector offline map - tips und tricks

Garmin fenix 7X und epix Gen 2 im Test

Der Schwerpunkt dieses Tests und Vergleichs der Garmin Fenix 7X Solar und Garmin Epix Gen 2 liegt auf den Sensoren wie Höhenmesser, Positionsbestimmung und Herzfrequenz. Was unterscheidet die beiden GPS-Outdoor-Smartwatches? Und wie gut ist die Taschenlampe der Fenix 7X für den Outdoorbereich? Hier geht es zum Test der Outdoor-Smartwatches ...
  • Galileo ist ja eine App für Apple iPhone und iPad, womit man weltweit Vektorkarten (openstreetmaps) offline auf dem Gerät ohne Roaminggebühren verwenden kann.
    https://galileo-app.com/


    Hier gibt es nun noch einen Trick, um das Layout anpassen zu können (ähnlich dem Garmin TYP-File)


    Somit kann man beispielsweise den Kontrast erhöhen, da ja das iPhone bei sonne schwer abzulesen ist (schwarze Wege).


    Wer ein praktisches Layout gemacht hat, kann es ja gerne hier präsentieren.



    Ich zitiere den Entwickler gleich selber und erspare mir damit die Übersetzung:


    There is a trick to edit vector map style inside the app.


    Inside this file you'll find map style used inside Galileo to draw everything. We use modified mapcss format. For your purpose it's enough to edit colors and font sizes inside this file, not write if from scratch. So it's not too hard.


    For example road colours. Inside Style.mapcss you'll find text like this:


    To change road colours to black just replace


    color: #e85; to color: black; or color:#000; or color:#000000;
    and casing color is set by casing-color: rule.


    line|z5-[highway=motorway] {
    // 5 6 7 8 9 10 11 12 13 14 15
    width: eval( zlinear(5, 1px,1pt,1pt,2pt,2pt,1pt,1pt,1pt,2pt,2pt,max(5pt, metric(any(tag(lanes),3)*2)) ));
    color: #e85;
    z-index: 5;


    linecap: round;
    }
    line|z10-[highway=motorway_link] {
    // 10 11 12 13 14 15
    width: eval( zlinear( 10, 0pt 0pt,0pt,1pt,1pt,max(4pt, metric(any(tag(lanes),2)*2)) ));
    color: #e85;
    z-index: -1;
    }




    When you finish your editing, save this file into Shared files folder of Galileo inside iTunes and relaunch the app. You'll see your changes. If everything become white - it means that you're made a mistake inside style file and if failed to parse. Ask me if you'll have more questions. It's not easy way, but interesting. :)




    p.s. Best editor for mapcss is Sublime Text, with css colours scheme.




    Datei: http://www.file-upload.net/dow…9926033/Style.mapcss.html