Changes between Version 50 and Version 51 of Help/Styles/MapCSSImplementation


Ignore:
Timestamp:
2014-05-02T01:08:39+02:00 (11 years ago)
Author:
bastiK
Comment:

update

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v50 v51  
    800800|| {{{color}}} || Line color || ''Color'' ||  value of {{{fill-color}}} or (if unset) JOSM's default untagged color ({{{#808080}}}) ||
    801801|| {{{opacity}}} || How transparent the line is. || ''Opacity'' ||  1.0  ||
    802 || {{{dashes}}} || An array of alternating on/off lengths || list of numbers, e.g. [[br]]> 15, 5 [[br]][[br]]or written as expression: [[br]] > {{{list(3, 4, 5, 6)}}} ||  -  ||
     802|| {{{dashes}}} || An array of alternating on/off lengths || list of numbers, e.g. [[br]]> 15, 5 [[br]][[br]]may be written as expression: [[br]] > {{{list(3, 4, 5, 6)}}} [[br]][[br]]or the keyword {{{none}}}[[br]]to turn dashes off ||  -  ||
    803803|| {{{dashes-offset}}} || shift the dash pattern by a certain amount || ''Number'' (>= 0) ||  0  ||
    804804|| {{{dashes-background-color}}} || The color to use in between the dashes (optional) || ''Color'' ||  -  ||