New highway icons for Potlatch 2

This commit is contained in:
Tom Hughes 2010-12-02 11:35:54 +00:00
parent 7aa22af4f5
commit 19d683b4df
17 changed files with 16 additions and 16 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 860 B

After

Width:  |  Height:  |  Size: 2.1 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 2 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 633 B

After

Width:  |  Height:  |  Size: 1.7 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 735 B

After

Width:  |  Height:  |  Size: 1.5 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -573,9 +573,9 @@ Quick documentation:
<inputSet ref="common"/> <inputSet ref="common"/>
</feature> </feature>
<feature name="Motorway link" icon="features/motorway_link.png"> <feature name="Motorway link">
<category>roads</category> <category>roads</category>
<icon image="features/highway__motorway.png"/> <icon image="features/highway__motorway_link.png"/>
<line/> <line/>
<tag k="highway" v="motorway_link"/> <tag k="highway" v="motorway_link"/>
@ -598,9 +598,9 @@ Quick documentation:
<inputSet ref="common"/> <inputSet ref="common"/>
</feature> </feature>
<feature name="Trunk link" icon="features/motorway_link.png"> <feature name="Trunk link">
<category>roads</category> <category>roads</category>
<icon image="features/highway__trunk.png"/> <icon image="features/highway__trunk_link.png"/>
<line/> <line/>
<tag k="highway" v="trunk_link"/> <tag k="highway" v="trunk_link"/>
@ -610,7 +610,7 @@ Quick documentation:
<feature name="Primary road"> <feature name="Primary road">
<category>roads</category> <category>roads</category>
<icon image="features/highway__unclassified.png"> <icon image="features/highway__primary.png">
<font size="16pt"><b>${ref}</b></font><br/> <font size="16pt"><b>${ref}</b></font><br/>
<font size="10pt">${name}</font> <font size="10pt">${name}</font>
</icon> </icon>
@ -623,9 +623,9 @@ Quick documentation:
<inputSet ref="common"/> <inputSet ref="common"/>
</feature> </feature>
<feature name="Primary road link"> <feature name="Primary link">
<category>roads</category> <category>roads</category>
<icon image="features/highway__unclassified.png"> <icon image="features/highway__primary_link.png">
<font size="16pt"><b>${ref}</b></font><br/> <font size="16pt"><b>${ref}</b></font><br/>
<font size="10pt">${name}</font> <font size="10pt">${name}</font>
</icon> </icon>
@ -641,7 +641,7 @@ Quick documentation:
<feature name="Secondary road"> <feature name="Secondary road">
<category>roads</category> <category>roads</category>
<icon image="features/highway__unclassified.png"> <icon image="features/highway__secondary.png">
<font size="16pt"><b>${ref}</b></font><br/> <font size="16pt"><b>${ref}</b></font><br/>
<font size="10pt">${name}</font> <font size="10pt">${name}</font>
</icon> </icon>
@ -654,9 +654,9 @@ Quick documentation:
<inputSet ref="common"/> <inputSet ref="common"/>
</feature> </feature>
<feature name="Secondary road link"> <feature name="Secondary link">
<category>roads</category> <category>roads</category>
<icon image="features/highway__unclassified.png"> <icon image="features/highway__secondary_link.png">
<font size="16pt"> <font size="16pt">
<b>${ref}</b> <b>${ref}</b>
</font> </font>
@ -676,7 +676,7 @@ Quick documentation:
<feature name="Tertiary road"> <feature name="Tertiary road">
<category>roads</category> <category>roads</category>
<icon image="features/highway__unclassified.png"> <icon image="features/highway__tertiary.png">
<font size="14pt"><b>${name}</b></font><br/> <font size="14pt"><b>${name}</b></font><br/>
<font size="10pt">${ref}</font> <font size="10pt">${ref}</font>
</icon> </icon>
@ -689,9 +689,9 @@ Quick documentation:
<inputSet ref="common"/> <inputSet ref="common"/>
</feature> </feature>
<feature name="Tertiary road link"> <feature name="Tertiary link">
<category>roads</category> <category>roads</category>
<icon image="features/highway__unclassified.png"> <icon image="features/highway__tertiary_link.png">
<font size="14pt"><b>${name}</b></font><br/> <font size="14pt"><b>${name}</b></font><br/>
<font size="10pt">${ref}</font> <font size="10pt">${ref}</font>
</icon> </icon>
@ -764,7 +764,7 @@ Quick documentation:
<feature name="Unknown road"> <feature name="Unknown road">
<category>roads</category> <category>roads</category>
<icon image="features/highway__service.png"> <icon image="features/highway__unknown.png">
<font size="10pt">This road has not been given a specific type. It's a road, and that's all that's known.</font> <font size="10pt">This road has not been given a specific type. It's a road, and that's all that's known.</font>
</icon> </icon>
@ -777,7 +777,7 @@ Quick documentation:
<feature name="Living Street"> <feature name="Living Street">
<category>roads</category> <category>roads</category>
<icon image="features/highway__residential.png"> <icon image="features/highway__living_street.png">
<font size="14pt"><b>${name}</b></font> <font size="14pt"><b>${name}</b></font>
</icon> </icon>
<help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dliving_street</help> <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dliving_street</help>
@ -791,7 +791,7 @@ Quick documentation:
<feature name="Track"> <feature name="Track">
<category>roads</category> <category>roads</category>
<icon image="features/highway__unclassified.png"> <icon image="features/highway__track.png">
<font size="14pt"><b>${name}</b></font> <font size="14pt"><b>${name}</b></font>
</icon> </icon>