Changes between Version 92 and Version 93 of Help/Styles/MapCSSImplementation


Ignore:
Timestamp:
2015-04-25T14:14:59+02:00 (10 years ago)
Author:
Klumbumbus
Comment:

+negative rotation

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v92 v93  
    919919|| `icon-offset-x` || Shift the icon in horizontal direction (positive values to the right) (since r8085) || ''Number'' ||  0  ||
    920920|| `icon-offset-y` || Shift the icon in vertical direction (positive values downwards) (since r8085) || ''Number'' ||  0  ||
    921 || `icon-rotation` || Rotate the icon clockwise (since r8251) || `[rad]`, `[rad]rad`, `[deg]°`, `[deg]deg`, `[grad]grad`, `[turn]turn` ([https://developer.mozilla.org/en/docs/Web/CSS/angle definition]) or a cardinal direction (e.g. `northeast` or `sw`); See also the functions `degree_to_radians`, `cardinal_to_radians`. ||  -  ||
     921|| `icon-rotation` || Rotate the icon clockwise or anti clockwise (negative value)(since r8260) || `[rad]`, `[rad]rad`, `[deg]°`, `[deg]deg`, `[grad]grad`, `[turn]turn` ([https://developer.mozilla.org/en/docs/Web/CSS/angle definition]) or a cardinal direction (e.g. `northeast` or `sw`); See also the functions `degree_to_radians`, `cardinal_to_radians`. ||  -  ||
    922922|| {{{symbol-shape}}}                               || Display a symbol at the position of the node || {{{square}}}, {{{circle}}}, {{{triangle}}}, {{{pentagon}}}, {{{hexagon}}}, {{{heptagon}}}, {{{octagon}}}, {{{nonagon}}}, {{{decagon}}} ||  -  ||
    923923|| {{{symbol-size}}} || Size of the symbol || ''Number'', can be relative ("+4") ||  10  ||
     
    11511151 setting() [''since 7450'']::
    11521152  to use a [[Help/Styles/MapCSSImplementation#Stylesettings|style setting]]
    1153  degree_to_radians() [''since 8199'']::
     1153 degree_to_radians() [''since 8260'']::
    11541154  returns a in degree given direction in radians
    1155  cardinal_to_radians() [''since 8199'']::
     1155 cardinal_to_radians() [''since 8260'']::
    11561156  returns a cardinal direction in radians
    11571157 waylength() [''since 8253'']::