Changes between Version 84 and Version 85 of Help/Styles/MapCSSImplementation
- Timestamp:
- 2015-04-18T14:40:07+02:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Styles/MapCSSImplementation
v84 v85 908 908 || `icon-offset-x` || Shift the icon in horizontal direction (positive values to the right) (since r8085) || ''Number'' || 0 || 909 909 || `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`. || - || 910 911 || {{{symbol-shape}}} || Display a symbol at the position of the node || {{{square}}}, {{{circle}}}, {{{triangle}}}, {{{pentagon}}}, {{{hexagon}}}, {{{heptagon}}}, {{{octagon}}}, {{{nonagon}}}, {{{decagon}}} || - || 911 912 || {{{symbol-size}}} || Size of the symbol || ''Number'', can be relative ("+4") || 10 || … … 1139 1140 setting() [''since 7450'']:: 1140 1141 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 1144 1146 1145 1147