Changes between Version 92 and Version 93 of Help/Styles/MapCSSImplementation
- Timestamp:
- 2015-04-25T14:14:59+02:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/MapCSSImplementation
v92 v93 919 919 || `icon-offset-x` || Shift the icon in horizontal direction (positive values to the right) (since r8085) || ''Number'' || 0 || 920 920 || `icon-offset-y` || Shift the icon in vertical direction (positive values downwards) (since r8085) || ''Number'' || 0 || 921 || `icon-rotation` || Rotate the icon clockwise (since r82 51) || `[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`. || - || 922 922 || {{{symbol-shape}}} || Display a symbol at the position of the node || {{{square}}}, {{{circle}}}, {{{triangle}}}, {{{pentagon}}}, {{{hexagon}}}, {{{heptagon}}}, {{{octagon}}}, {{{nonagon}}}, {{{decagon}}} || - || 923 923 || {{{symbol-size}}} || Size of the symbol || ''Number'', can be relative ("+4") || 10 || … … 1151 1151 setting() [''since 7450'']:: 1152 1152 to use a [[Help/Styles/MapCSSImplementation#Stylesettings|style setting]] 1153 degree_to_radians() [''since 8 199'']::1153 degree_to_radians() [''since 8260'']:: 1154 1154 returns a in degree given direction in radians 1155 cardinal_to_radians() [''since 8 199'']::1155 cardinal_to_radians() [''since 8260'']:: 1156 1156 returns a cardinal direction in radians 1157 1157 waylength() [''since 8253'']::