Changes between Version 22 and Version 23 of Help/Styles/MapCSSImplementation


Ignore:
Timestamp:
2013-03-24T14:24:09+01:00 (12 years ago)
Author:
bastiK
Comment:

update (repeat-image)

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v22 v23  
    647647|| {{{miterlimit}}}                                   || Applies for {{{linejoin: miter}}}. Sets the maximum overshoot when line segments meet at a very small angle || ''Number'' (>= 1.0) ||  10.0  ||
    648648|| {{{offset}}} || Move line to the left or right (when looking in way direction). This could be used to draw multiple lanes for one way or mark left and right side of a way differently. || ''Number'' (positive value moves line to the left, negative to the right) ||  0  ||
    649 || {{{pattern-image}}} || line pattern similar to Mapnik's [https://github.com/mapnik/mapnik/wiki/LinePatternSymbolizer LinePatternSymbolizer] || ''Image'' ||  -  ||
     649|| ({{{pattern-image}}}) || '''deprecated''' (use repeat-image instead) [[br]] line pattern similar to Mapnik's [https://github.com/mapnik/mapnik/wiki/LinePatternSymbolizer LinePatternSymbolizer] || ''Image'' ||  -  ||
    650650|| {{{text-position}}} || set to {{{line}}}, if text should be drawn along the line || {{{line}}}, {{{center}}} ||  -  ||
    651651|| {{{text-...}}}, {{{font-...}}} ||||||  general text & font properties  ||
     652|| `repeat-image` || repeated image along a line || ''Image'' ||  -  ||
     653|| `repeat-image-align` || Alignment of the image. Top-, bottom edge or the (horizontal) center line of the image will be along the line || `top`, `center`, `bottom` ||  `center`  ||
     654|| `repeat-image-offset` || Offset from the line || ''Number'' ||  0  ||
     655|| `repeat-image-spacing` || Spacing between repeated images || ''Number'' ||  0  ||
     656
    652657All these properties (except for {{{text-...}}} and {{{font-...}}}) exist also with the {{{casing-}}} prefix. The casing is a second independent line element, that is drawn below the normal line and can be used to draw a thin frame around the line in another color.
    653658||=  '''Key''' =||= '''Description''' =||= '''Value Format''' =||= '''Default Value''' =||