Ignore:
Timestamp:
2008-07-12T20:56:44+02:00 (16 years ago)
Author:
ce
Message:

added path plus three designated paths (foot bike horse)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/styles/standard/elemstyles.xml

    r707 r708  
    161161        </rule>
    162162
     163<!--the designation rules should be placed before the path rule! -->
     164        <rule>
     165                <condition k="horse" v="designated"/>
     166                <line width="1" realwidth="2" colour="#c08000" />
     167                <scale_min>1</scale_min>
     168                <scale_max>30000</scale_max>
     169        </rule>
     170
     171        <rule>
     172                <condition k="bicycle" v="designated"/>
     173                <line width="1" realwidth="2" colour="#ff00ff"/>
     174                <scale_min>1</scale_min>
     175                <scale_max>50000</scale_max>
     176        </rule>
     177
     178        <rule>
     179                <condition k="foot" v="designated"/>
     180                <line width="1" realwidth="1" colour="#00ff00" />
     181                <scale_min>1</scale_min>
     182                <scale_max>10000</scale_max>
     183        </rule>
     184
     185        <rule>
     186                <condition k="highway" v="path"/>
     187                <line width="1" realwidth="1" colour="#00ff00" />
     188                <scale_min>1</scale_min>
     189                <scale_max>10000</scale_max>
     190        </rule>
     191
    163192        <rule>
    164193                <condition k="highway" v="pedestrian"/>
Note: See TracChangeset for help on using the changeset viewer.