Changes between Version 84 and Version 85 of Help/Styles/MapCSSImplementation


Ignore:
Timestamp:
2015-04-18T14:40:07+02:00 (10 years ago)
Author:
Klumbumbus
Comment:

+rotating icons

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v84 v85  
    908908|| `icon-offset-x` || Shift the icon in horizontal direction (positive values to the right) (since r8085) || ''Number'' ||  0  ||
    909909|| `icon-offset-y` || Shift the icon in vertical direction (positive values downwards) (since r8085) || ''Number'' ||  0  ||
     910|| `icon-rotation` || Rotate the icon clockwise (since r8199) || `[rad]`, `[rad]rad`, `[deg]°`, `[deg]deg`, or a cardinal direction (e.g. `northeast` or `sw`); See also the functions `degree_to_radians`, `cardinal_to_radians`. ||  -  ||
    910911|| {{{symbol-shape}}}                               || Display a symbol at the position of the node || {{{square}}}, {{{circle}}}, {{{triangle}}}, {{{pentagon}}}, {{{hexagon}}}, {{{heptagon}}}, {{{octagon}}}, {{{nonagon}}}, {{{decagon}}} ||  -  ||
    911912|| {{{symbol-size}}} || Size of the symbol || ''Number'', can be relative ("+4") ||  10  ||
     
    11391140 setting() [''since 7450'']::
    11401141  to use a [[Help/Styles/MapCSSImplementation#Stylesettings|style setting]]
    1141 
    1142 
    1143 
     1142 degree_to_radians() [''since 8199'']::
     1143  returns a in degree given direction in radians
     1144 cardinal_to_radians() [''since 8199'']::
     1145  returns a cardinal direction in radians
    11441146
    11451147