Changes between Initial Version and Version 1 of Styles/Potlach2_access


Ignore:
Timestamp:
2012-11-10T09:15:00+01:00 (13 years ago)
Author:
iav
Comment:

Initial submission

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Potlach2_access

    v1 v1  
     1{{{
     2#!style type="mapcss"
     3meta {
     4        title: "potlach2 access";
     5        description: "Visualizes access tag on highways. Made only for Potlach2 JOSM style";
     6        author: "iav";
     7        version: "0.[[revision]]_[[date]]"
     8}
     9
     10
     11/* Access */
     12
     13way[access=private]::access,way[access=no]::access { z-index: 10; color: red; width: +2; dashes: 2,5;}
     14way[access=permissive]::access { z-index: 10; color: green; width: +2; dashes: 1,3;}
     15
     16
     17}}}