Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 9 of 9

Threaded View

  1. #4
    Master
    Join Date
    Nov 2017
    Location
    europa
    Posts
    124
    Rep Power
    243

    Default

    changing the dpi is like putting a magnifying glass in front of the gps screen it does not solve the changes in details.

    everything concerning the appearance of the data linked to the display on the map has a good chance of being configured mainly in the two files default.vis and overview.vis of the data.zip, look for the word 'font' in these files

    Spoiler: code
    ; LABEL VISUAL SETTINGS
    ; [Label<from>-<to>]: group name defines zoom levels (/128px)
    ;
    ; AREA DEFINITIONS:
    ; area=<Road Class 1>, <Road Class 2>, ... <Road Class N>
    ; TBD.
    ;
    ; SETTLEMENT NAME DEFINITIONS:
    ; poi="<Settlement Class>", "<Font Name>", "<Font Color>", "<Font Size>", "<Icon Name>", <Icon Index>, "<Far Icon Name>", <Far Icon Index>
    ; <Settlement Class>: "Settlement.*", type of settlements, see below
    ; <Font Name>: use "default" for default normal or "defaultbd" for default bold font
    ; <Font Color>: name of font color, see colordef file for definition
    ; <Font Size>: size of font used to render settlement name. Negative font size means right-aligned
    ; text, used in maps for countries in RTL language.
    ; <Icon Name>: Icon name, defined under colordef file's [icon] group
    ; <Icon Index>: Icon phase in icon file
    ; <Far Icon Name>: Icon name in high zoom level, defined under colordef file's [icon] group
    ; <Far Icon Index>: Icon phase in high zoom level
    ; Note: <Far Icon Name> and <Far Icon Index> are optional, if not defined, <Icon Name>/<Icon Index> will be used.

    ; Settlement Class definitions:
    ; TeleAtlas:
    ; Class 1 not yet defined
    ; Class 2 capital of country
    ; Class 3 not yet defined
    ; Class 4 most important settlement of a municipality >= 1.000.000 inhabitants
    ; Class 5 most important settlement of a municipality of 500.000-999.999 inhabitants
    ; Class 6 not yet defined
    ; Class 7 most important settlement of a municipality of 100.000-499.999 inhabitants
    ; Class 8 most important settlement of a municipality of 50.000-99.999 inhabitants
    ; Class 9 not yet defined
    ; Class 10 most important settlement of a municipality of 10.000-49.999 inhabitants
    ; Class 11 most important settlement of a municipality < 10.000 inhabitants
    ; Class 12 all other settlements
    ; Other providers TBD.


    try modifications in the different corresponding sections according to each zoom level with altitude (2D or 3D views can have independent settings), remember that some UXs may contain a default.vis and that in this case any modification to that of the data.zip would have no effect on the screen

    [Label600m-4300m]
    area=0,1,2
    poi="Settlement.class1", "defaultbd", "label_settlements", 14,"settlements",1
    poi="Settlement.class2", "defaultbd", "label_settlements", 13,"settlements",2
    poi="Settlement.class3", "defaultbd", "label_settlements", 12,"settlements",2

    there are certainly other locations in various files that influence the appearance like the coloring in the color.ini.

    keep in mind that what concerns the display of information in labels or buttons in the form of layers over the map (in xml or css files), and information in the map (as in vis files ) are managed independently but can also be crossed in ini files or sys.txt
    Last edited by lunapark; 8th November 2021 at 03:13 PM.

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •