Changes between Version 1 and Version 2 of Styles/HiDPISupport


Ignore:
Timestamp:
2016-03-19T17:36:44+01:00 (10 years ago)
Author:
Klumbumbus
Comment:

wikitext adjustments

Legend:

Unmodified
Added
Removed
Modified
  • Styles/HiDPISupport

    v1 v2  
    55
    66== Description ==
    7 This mapcss mappaint style was created to scale node sizes and font sizes in the MapView for better view on HiDPI screens. This is only a temporary solution until ticket #9995 is solved (automatic scaling).
     7This mapcss mappaint style was created to scale node sizes and font sizes in the [wiki:Help/MapView MapView] for better view on HiDPI screens. This is only a temporary solution until ticket #9995 is solved (automatic scaling).
     8
    89This style works only together with the default JOSM internal mappaint style. In the List of mappaint styles in the preferences HiDPISupport needs to be below the internal style (which means higher priority). You can add more additional styles further down in the list.
    9 There is a [wiki:Help/Dialog/MapPaint/StyleSettings style setting] "Less obtrusive node symbols at low zoom" in this style as well a in the internal default style. For correct display you need to have them both in the same state (both checked or both unchecked).
     10
     11There is a [wiki:Help/Dialog/MapPaint/StyleSettings style setting] "Less obtrusive node symbols at low zoom" in this style as well as in the internal default style. For correct display you need to have them both in the same state (both checked or both unchecked).
    1012
    1113For the HiDPISupport mappaint style JOSM version 10018 or newer is required. For ideas/questions/bugs/suggestions or similar please write a message to [osmwww:user/Klumbumbus Klumbumbus]. This style is "untested" because the author has no HiDPI screen.
    1214
    1315Feel free to translate this wiki page into more languages. Already translated languages see top right.
    14 == How to scale ==
     16
     17== How to adjust the sizes ==
    1518Go to the [wiki:Help/Preferences/Advanced Advanced Preferences] and adjust the following two keys:
    16 * `font-size-summand`: The font size will be increased by the number set here. The default value is `2`. Only integer numbers are allowed. Try other values like e.g. `1`, `3` or `4`
    17 * `node-size-factor`: The node size will be multiplied by the number set here. The default value is `1.8`. Float numbers are allowed. Try other values like e.g. `1.5` or `2`
     19* `font-size-summand`: The font size will be increased by the number set here. The default value is `2`. Only integer numbers are allowed. Try other values like e.g. `1`, `3` or `4`.
     20* `node-size-factor`: The node size will be multiplied by the number set here. The default value is `1.8`. Float numbers are allowed. Try other values like e.g. `1.5` or `2`.
    1821
    1922== Code ==