]> git.openstreetmap.org Git - rails.git/commitdiff
Improve the Osmarender key
authorPatrick Kilian <osm@petschge.de>
Mon, 17 Jan 2011 10:16:52 +0000 (10:16 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 17 Jan 2011 10:16:52 +0000 (10:16 +0000)
39 files changed:
config/key.yml
public/images/key/osmarender/admin.png [new file with mode: 0644]
public/images/key/osmarender/allotments.png [new file with mode: 0644]
public/images/key/osmarender/bridleway.png [new file with mode: 0644]
public/images/key/osmarender/brownfield.png [new file with mode: 0644]
public/images/key/osmarender/building.png [new file with mode: 0644]
public/images/key/osmarender/byway.png [new file with mode: 0644]
public/images/key/osmarender/cemetery.png [new file with mode: 0644]
public/images/key/osmarender/centre.png [new file with mode: 0644]
public/images/key/osmarender/commercial.png [new file with mode: 0644]
public/images/key/osmarender/common.png [new file with mode: 0644]
public/images/key/osmarender/cycleway.png [new file with mode: 0644]
public/images/key/osmarender/farm.png [new file with mode: 0644]
public/images/key/osmarender/footway.png [new file with mode: 0644]
public/images/key/osmarender/forest.png [new file with mode: 0644]
public/images/key/osmarender/heathland.png [new file with mode: 0644]
public/images/key/osmarender/industrial.png [new file with mode: 0644]
public/images/key/osmarender/lake.png [new file with mode: 0644]
public/images/key/osmarender/mapkey.png [new file with mode: 0644]
public/images/key/osmarender/military.png [new file with mode: 0644]
public/images/key/osmarender/motorway.png
public/images/key/osmarender/park.png [new file with mode: 0644]
public/images/key/osmarender/pitch.png [new file with mode: 0644]
public/images/key/osmarender/primary.png [new file with mode: 0644]
public/images/key/osmarender/rail.png [new file with mode: 0644]
public/images/key/osmarender/reserve.png [new file with mode: 0644]
public/images/key/osmarender/resident.png [new file with mode: 0644]
public/images/key/osmarender/retail.png [new file with mode: 0644]
public/images/key/osmarender/school.png [new file with mode: 0644]
public/images/key/osmarender/secondary.png [new file with mode: 0644]
public/images/key/osmarender/station.png [new file with mode: 0644]
public/images/key/osmarender/subway.png [new file with mode: 0644]
public/images/key/osmarender/summit.png [new file with mode: 0644]
public/images/key/osmarender/tourist.png [new file with mode: 0644]
public/images/key/osmarender/track.png [new file with mode: 0644]
public/images/key/osmarender/tram.png [new file with mode: 0644]
public/images/key/osmarender/trunk.png [new file with mode: 0644]
public/images/key/osmarender/unsurfaced.png [new file with mode: 0644]
public/images/key/osmarender/wood.png [new file with mode: 0644]

index 83d47cdf5dfc0dfd6a2d8ef47f07a143ad02cbd9..f3dfc58edf627b90cffc329490473517ce7ed060 100644 (file)
@@ -53,3 +53,39 @@ mapnik:
 
 osmarender:
   - { min_zoom: 0, max_zoom: 18, name: motorway, image: motorway.png }
 
 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 (file)
index 0000000..80a10f2
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 (file)
index 0000000..ed1af15
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 (file)
index 0000000..3652d18
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 (file)
index 0000000..b1f3485
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 (file)
index 0000000..e2b9902
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 (file)
index 0000000..2791234
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 (file)
index 0000000..fa5b984
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 (file)
index 0000000..0ac055e
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 (file)
index 0000000..2b9bac9
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 (file)
index 0000000..ed1af15
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 (file)
index 0000000..7b37a80
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 (file)
index 0000000..ed1af15
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 (file)
index 0000000..dd9d912
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 (file)
index 0000000..5fa90f1
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 (file)
index 0000000..07db331
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 (file)
index 0000000..b1f3485
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 (file)
index 0000000..4d80a03
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 (file)
index 0000000..64c858f
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 (file)
index 0000000..40fa3cd
Binary files /dev/null and b/public/images/key/osmarender/military.png differ
index 2c962c621650c34cd98737c20aa0e7a0a9a9cf5c..456eae5f4ed4c4c59bce6428bb35e88e16a8ebd3 100644 (file)
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 (file)
index 0000000..e9a3448
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 (file)
index 0000000..e9a3448
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 (file)
index 0000000..caf298d
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 (file)
index 0000000..21f0c9f
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 (file)
index 0000000..ff15c82
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 (file)
index 0000000..9be0e49
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 (file)
index 0000000..38c3305
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 (file)
index 0000000..a80f78b
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 (file)
index 0000000..2695a4d
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 (file)
index 0000000..0b1fae2
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 (file)
index 0000000..c225c2a
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 (file)
index 0000000..f777f6e
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 (file)
index 0000000..ceb7b19
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 (file)
index 0000000..3c67f54
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 (file)
index 0000000..4dc979d
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 (file)
index 0000000..c28b775
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 (file)
index 0000000..6837c48
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 (file)
index 0000000..5fa90f1
Binary files /dev/null and b/public/images/key/osmarender/wood.png differ