Diff of /trunk/data/elemstyles-mapnik.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 10 by achadwick, Sat Dec 13 17:48:17 2008 UTC revision 11 by achadwick, Sat Dec 13 20:39:11 2008 UTC
# Line 4  elemstyles.xml resembling the current Ma Line 4  elemstyles.xml resembling the current Ma
4  may be compatible with josm.  may be compatible with josm.
5    
6  ***  ***
7  *** This file was automatically generated from data/elemstyles-mapnik.xml.in  *** This file was automatically generated from elemstyles-mapnik.xml.in
8  *** at Sat Dec 13 17:45:01 2008 by data/elemstyles-mapnik.pl.  *** at Sat Dec 13 20:37:26 2008 by ./elemstyles-mapnik.pl.
9  ***  ***
10  *** Do not edit this file if you want your ganges to persist! Edit the  *** Do not edit this file if you want your ganges to persist! Edit the
11  *** template and run data/elemstyles-mapnik.pl again to generate it instead.  *** template and run ./elemstyles-mapnik.pl again to generate it instead.
12  ***  ***
13    
14  Andrew Chadwick, /andrewc at piffle org/, 2008-12-07  Andrew Chadwick, /andrewc at piffle org/, 2008-12-07
# Line 105  Andrew Chadwick, /andrewc at piffle org/ Line 105  Andrew Chadwick, /andrewc at piffle org/
105    
106    -->    -->
107    
108      <!-- Needs multiple conditions
109    <rule>    <rule>
110      <condition k="highway" v="unclassified"/>      <condition k="highway" v="unclassified"/>
111        <condition k="area" v="yes"/>
112      <area colour="#ffffff"/>      <area colour="#ffffff"/>
113      <scale_min>1</scale_min>      <scale_min>1</scale_min>
114      <scale_max>40000</scale_max>      <scale_max>40000</scale_max>
115    </rule>    </rule>
116      -->
117    <rule>    <rule>
118      <condition k="highway" v="unclassified"/>      <condition k="highway" v="unclassified"/>
119      <line width="8" colour="#ffffff" width_bg="10" colour_bg="#b8b8b8"/>      <line width="8" colour="#ffffff" width_bg="10" colour_bg="#b8b8b8"/>
# Line 118  Andrew Chadwick, /andrewc at piffle org/ Line 121  Andrew Chadwick, /andrewc at piffle org/
121      <scale_max>40000</scale_max>      <scale_max>40000</scale_max>
122    </rule>    </rule>
123    
124      <!-- Need multiple conditions
125    <rule>    <rule>
126      <condition k="highway" v="pedestrian"/>      <condition k="highway" v="pedestrian"/>
127        <condition k="area" v="yes"/>
128      <area colour="#e1e4e8"/>      <area colour="#e1e4e8"/>
129      <scale_min>1</scale_min>      <scale_min>1</scale_min>
130      <scale_max>30000</scale_max>      <scale_max>30000</scale_max>
131    </rule>    </rule>
132      -->
133    <rule>    <rule>
134      <condition k="highway" v="pedestrian"/>      <condition k="highway" v="pedestrian"/>
135      <line width="8" colour="#e8e8e8" width_bg="10" colour_bg="#a0a0a0"/>      <line width="8" colour="#e8e8e8" width_bg="10" colour_bg="#a0a0a0"/>

Legend:
Removed from v.10  
changed lines
  Added in v.11