Update key and data browser for new road colours

Update colours for main roads to match new style and replace
references to trunk, primary and secondary in the key with a
generic reference to main roads as trunk, primary and secondary
here have OSM specific meaning.

Also change road icons in the data browser to be the same colours
as the revised colours in the standard map style. The top and bottom
lines for motorway, trunk and primary are in the casing colours,
secondary and tertiary are 50% intensity of casing colour. Tertiary
is made deeper.
This commit is contained in:
Andrew Hain 2015-11-01 22:24:16 +00:00 committed by Tom Hughes
parent c9fdd5d3cb
commit f9570c4f05
19 changed files with 5 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 B

After

Width:  |  Height:  |  Size: 148 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 B

After

Width:  |  Height:  |  Size: 145 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 B

After

Width:  |  Height:  |  Size: 138 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 B

After

Width:  |  Height:  |  Size: 133 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 B

After

Width:  |  Height:  |  Size: 148 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 330 B

After

Width:  |  Height:  |  Size: 242 B

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 B

After

Width:  |  Height:  |  Size: 150 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 115 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 145 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 B

View file

@ -1,11 +1,9 @@
mapnik:
- { min_zoom: 0, max_zoom: 19, name: motorway, image: motorway.png }
- { min_zoom: 0, max_zoom: 11, name: trunk, image: trunk.png }
- { min_zoom: 12, max_zoom: 19, name: trunk, image: trunk12.png }
- { min_zoom: 7, max_zoom: 11, name: primary, image: primary.png }
- { min_zoom: 12, max_zoom: 19, name: primary, image: primary12.png }
- { min_zoom: 9, max_zoom: 11, name: secondary, image: secondary.png }
- { min_zoom: 12, max_zoom: 19, name: secondary, image: secondary12.png }
- { min_zoom: 0, max_zoom: 6, name: main_road, image: mainroad.png }
- { min_zoom: 7, max_zoom: 8, name: main_road, image: mainroad7.png }
- { min_zoom: 9, max_zoom: 11, name: main_road, image: mainroad9.png }
- { min_zoom: 12, max_zoom: 19, name: main_road, image: mainroad12.png }
- { min_zoom: 13, max_zoom: 19, name: track, image: track.png }
- { min_zoom: 13, max_zoom: 19, name: bridleway, image: bridleway.png }
- { min_zoom: 13, max_zoom: 19, name: cycleway, image: cycleway.png }

View file

@ -1425,6 +1425,7 @@ en:
table:
entry:
motorway: "Motorway"
main_road: "Main road"
trunk: "Trunk road"
primary: "Primary road"
secondary: "Secondary road"