From: Patrick Kilian Date: Mon, 17 Jan 2011 10:16:52 +0000 (+0000) Subject: Improve the Osmarender key X-Git-Tag: live~6251^2^2~7 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/8c4419412f1edfdb2c0cd282c01b90044dc9116e Improve the Osmarender key --- diff --git a/config/key.yml b/config/key.yml index 83d47cdf5..f3dfc58ed 100644 --- a/config/key.yml +++ b/config/key.yml @@ -53,3 +53,39 @@ mapnik: osmarender: - { min_zoom: 0, max_zoom: 18, name: motorway, image: motorway.png } + - { min_zoom: 0, max_zoom: 18, name: trunk, image: trunk.png } + - { min_zoom: 7, max_zoom: 18, name: primary, image: primary.png } + - { min_zoom: 9, max_zoom: 18, name: secondary, image: secondary.png } + - { min_zoom: 13, max_zoom: 18, name: unsurfaced, image: unsurfaced.png } + - { min_zoom: 13, max_zoom: 18, name: track, image: track.png } + - { min_zoom: 13, max_zoom: 18, name: byway, image: byway.png } + - { min_zoom: 13, max_zoom: 18, name: bridleway, image: bridleway.png } + - { min_zoom: 13, max_zoom: 18, name: cycleway, image: cycleway.png } + - { min_zoom: 13, max_zoom: 18, name: footway, image: footway.png } + - { min_zoom: 8, max_zoom: 18, name: rail, image: rail.png } + - { min_zoom: 13, max_zoom: 18, name: subway, image: subway.png } + - { min_zoom: 13, max_zoom: 18, name: tram, image: tram.png } + - { min_zoom: 0, max_zoom: 18, name: admin, image: admin.png } + - { min_zoom: 9, max_zoom: 18, name: forest, image: forest.png } + - { min_zoom: 10, max_zoom: 18, name: wood, image: wood.png } + - { min_zoom: 10, max_zoom: 18, name: park, image: park.png } + - { min_zoom: 8, max_zoom: 18, name: resident, image: resident.png } + - { min_zoom: 10, max_zoom: 18, name: tourist, image: tourist.png } + - { min_zoom: 10, max_zoom: 18, name: common, image: common.png } + - { min_zoom: 10, max_zoom: 18, name: retail, image: retail.png } + - { min_zoom: 10, max_zoom: 18, name: industrial, image: industrial.png } + - { min_zoom: 10, max_zoom: 18, name: commercial, image: commercial.png } + - { min_zoom: 10, max_zoom: 18, name: heathland, image: heathland.png } + - { min_zoom: 7, max_zoom: 18, name: lake, image: lake.png } + - { min_zoom: 10, max_zoom: 18, name: farm, image: farm.png } + - { min_zoom: 10, max_zoom: 18, name: brownfield, image: brownfield.png } + - { min_zoom: 11, max_zoom: 18, name: cemetery, image: cemetery.png } + - { min_zoom: 11, max_zoom: 18, name: allotments, image: allotments.png } + - { min_zoom: 11, max_zoom: 18, name: pitch, image: pitch.png } + - { min_zoom: 11, max_zoom: 18, name: centre, image: centre.png } + - { min_zoom: 11, max_zoom: 18, name: reserve, image: reserve.png } + - { min_zoom: 11, max_zoom: 18, name: military, image: military.png } + - { min_zoom: 12, max_zoom: 18, name: school, image: school.png } + - { min_zoom: 12, max_zoom: 18, name: building, image: building.png } + - { min_zoom: 12, max_zoom: 18, name: station, image: station.png } + - { min_zoom: 12, max_zoom: 18, name: summit, image: summit.png } diff --git a/public/images/key/osmarender/admin.png b/public/images/key/osmarender/admin.png new file mode 100644 index 000000000..80a10f20c Binary files /dev/null and b/public/images/key/osmarender/admin.png differ diff --git a/public/images/key/osmarender/allotments.png b/public/images/key/osmarender/allotments.png new file mode 100644 index 000000000..ed1af15bf Binary files /dev/null and b/public/images/key/osmarender/allotments.png differ diff --git a/public/images/key/osmarender/bridleway.png b/public/images/key/osmarender/bridleway.png new file mode 100644 index 000000000..3652d188d Binary files /dev/null and b/public/images/key/osmarender/bridleway.png differ diff --git a/public/images/key/osmarender/brownfield.png b/public/images/key/osmarender/brownfield.png new file mode 100644 index 000000000..b1f348519 Binary files /dev/null and b/public/images/key/osmarender/brownfield.png differ diff --git a/public/images/key/osmarender/building.png b/public/images/key/osmarender/building.png new file mode 100644 index 000000000..e2b9902fc Binary files /dev/null and b/public/images/key/osmarender/building.png differ diff --git a/public/images/key/osmarender/byway.png b/public/images/key/osmarender/byway.png new file mode 100644 index 000000000..2791234ac Binary files /dev/null and b/public/images/key/osmarender/byway.png differ diff --git a/public/images/key/osmarender/cemetery.png b/public/images/key/osmarender/cemetery.png new file mode 100644 index 000000000..fa5b98461 Binary files /dev/null and b/public/images/key/osmarender/cemetery.png differ diff --git a/public/images/key/osmarender/centre.png b/public/images/key/osmarender/centre.png new file mode 100644 index 000000000..0ac055eb9 Binary files /dev/null and b/public/images/key/osmarender/centre.png differ diff --git a/public/images/key/osmarender/commercial.png b/public/images/key/osmarender/commercial.png new file mode 100644 index 000000000..2b9bac942 Binary files /dev/null and b/public/images/key/osmarender/commercial.png differ diff --git a/public/images/key/osmarender/common.png b/public/images/key/osmarender/common.png new file mode 100644 index 000000000..ed1af15bf Binary files /dev/null and b/public/images/key/osmarender/common.png differ diff --git a/public/images/key/osmarender/cycleway.png b/public/images/key/osmarender/cycleway.png new file mode 100644 index 000000000..7b37a80ea Binary files /dev/null and b/public/images/key/osmarender/cycleway.png differ diff --git a/public/images/key/osmarender/farm.png b/public/images/key/osmarender/farm.png new file mode 100644 index 000000000..ed1af15bf Binary files /dev/null and b/public/images/key/osmarender/farm.png differ diff --git a/public/images/key/osmarender/footway.png b/public/images/key/osmarender/footway.png new file mode 100644 index 000000000..dd9d9124c Binary files /dev/null and b/public/images/key/osmarender/footway.png differ diff --git a/public/images/key/osmarender/forest.png b/public/images/key/osmarender/forest.png new file mode 100644 index 000000000..5fa90f1e6 Binary files /dev/null and b/public/images/key/osmarender/forest.png differ diff --git a/public/images/key/osmarender/heathland.png b/public/images/key/osmarender/heathland.png new file mode 100644 index 000000000..07db3315d Binary files /dev/null and b/public/images/key/osmarender/heathland.png differ diff --git a/public/images/key/osmarender/industrial.png b/public/images/key/osmarender/industrial.png new file mode 100644 index 000000000..b1f348519 Binary files /dev/null and b/public/images/key/osmarender/industrial.png differ diff --git a/public/images/key/osmarender/lake.png b/public/images/key/osmarender/lake.png new file mode 100644 index 000000000..4d80a033c Binary files /dev/null and b/public/images/key/osmarender/lake.png differ diff --git a/public/images/key/osmarender/mapkey.png b/public/images/key/osmarender/mapkey.png new file mode 100644 index 000000000..64c858fb2 Binary files /dev/null and b/public/images/key/osmarender/mapkey.png differ diff --git a/public/images/key/osmarender/military.png b/public/images/key/osmarender/military.png new file mode 100644 index 000000000..40fa3cd9f Binary files /dev/null and b/public/images/key/osmarender/military.png differ diff --git a/public/images/key/osmarender/motorway.png b/public/images/key/osmarender/motorway.png index 2c962c621..456eae5f4 100644 Binary files a/public/images/key/osmarender/motorway.png and b/public/images/key/osmarender/motorway.png differ diff --git a/public/images/key/osmarender/park.png b/public/images/key/osmarender/park.png new file mode 100644 index 000000000..e9a3448b7 Binary files /dev/null and b/public/images/key/osmarender/park.png differ diff --git a/public/images/key/osmarender/pitch.png b/public/images/key/osmarender/pitch.png new file mode 100644 index 000000000..e9a3448b7 Binary files /dev/null and b/public/images/key/osmarender/pitch.png differ diff --git a/public/images/key/osmarender/primary.png b/public/images/key/osmarender/primary.png new file mode 100644 index 000000000..caf298d63 Binary files /dev/null and b/public/images/key/osmarender/primary.png differ diff --git a/public/images/key/osmarender/rail.png b/public/images/key/osmarender/rail.png new file mode 100644 index 000000000..21f0c9f61 Binary files /dev/null and b/public/images/key/osmarender/rail.png differ diff --git a/public/images/key/osmarender/reserve.png b/public/images/key/osmarender/reserve.png new file mode 100644 index 000000000..ff15c8259 Binary files /dev/null and b/public/images/key/osmarender/reserve.png differ diff --git a/public/images/key/osmarender/resident.png b/public/images/key/osmarender/resident.png new file mode 100644 index 000000000..9be0e4903 Binary files /dev/null and b/public/images/key/osmarender/resident.png differ diff --git a/public/images/key/osmarender/retail.png b/public/images/key/osmarender/retail.png new file mode 100644 index 000000000..38c330580 Binary files /dev/null and b/public/images/key/osmarender/retail.png differ diff --git a/public/images/key/osmarender/school.png b/public/images/key/osmarender/school.png new file mode 100644 index 000000000..a80f78bf4 Binary files /dev/null and b/public/images/key/osmarender/school.png differ diff --git a/public/images/key/osmarender/secondary.png b/public/images/key/osmarender/secondary.png new file mode 100644 index 000000000..2695a4d5b Binary files /dev/null and b/public/images/key/osmarender/secondary.png differ diff --git a/public/images/key/osmarender/station.png b/public/images/key/osmarender/station.png new file mode 100644 index 000000000..0b1fae27d Binary files /dev/null and b/public/images/key/osmarender/station.png differ diff --git a/public/images/key/osmarender/subway.png b/public/images/key/osmarender/subway.png new file mode 100644 index 000000000..c225c2af6 Binary files /dev/null and b/public/images/key/osmarender/subway.png differ diff --git a/public/images/key/osmarender/summit.png b/public/images/key/osmarender/summit.png new file mode 100644 index 000000000..f777f6ea3 Binary files /dev/null and b/public/images/key/osmarender/summit.png differ diff --git a/public/images/key/osmarender/tourist.png b/public/images/key/osmarender/tourist.png new file mode 100644 index 000000000..ceb7b19a7 Binary files /dev/null and b/public/images/key/osmarender/tourist.png differ diff --git a/public/images/key/osmarender/track.png b/public/images/key/osmarender/track.png new file mode 100644 index 000000000..3c67f5438 Binary files /dev/null and b/public/images/key/osmarender/track.png differ diff --git a/public/images/key/osmarender/tram.png b/public/images/key/osmarender/tram.png new file mode 100644 index 000000000..4dc979de3 Binary files /dev/null and b/public/images/key/osmarender/tram.png differ diff --git a/public/images/key/osmarender/trunk.png b/public/images/key/osmarender/trunk.png new file mode 100644 index 000000000..c28b77571 Binary files /dev/null and b/public/images/key/osmarender/trunk.png differ diff --git a/public/images/key/osmarender/unsurfaced.png b/public/images/key/osmarender/unsurfaced.png new file mode 100644 index 000000000..6837c48ab Binary files /dev/null and b/public/images/key/osmarender/unsurfaced.png differ diff --git a/public/images/key/osmarender/wood.png b/public/images/key/osmarender/wood.png new file mode 100644 index 000000000..5fa90f1e6 Binary files /dev/null and b/public/images/key/osmarender/wood.png differ