From: Dan Karran Date: Fri, 28 May 2010 21:57:11 +0000 (+0100) Subject: Add service road and bike parking icons and update the bike rental one X-Git-Tag: live~7045^2~15 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/b913df606c37f4b4a22230256031abc14052c02d Add service road and bike parking icons and update the bike rental one --- diff --git a/public/images/browse/rental_bicycle.p.20.png b/public/images/browse/rental_bicycle.p.20.png deleted file mode 100644 index 4bb10e00a..000000000 Binary files a/public/images/browse/rental_bicycle.p.20.png and /dev/null differ diff --git a/public/images/browse/service.20.png b/public/images/browse/service.20.png new file mode 100644 index 000000000..b28d744dd Binary files /dev/null and b/public/images/browse/service.20.png differ diff --git a/public/images/browse/transport_parking_bicycle.p.16.png b/public/images/browse/transport_parking_bicycle.p.16.png new file mode 100644 index 000000000..ff988ba55 Binary files /dev/null and b/public/images/browse/transport_parking_bicycle.p.16.png differ diff --git a/public/images/browse/transport_rental_bicycle.p.16.png b/public/images/browse/transport_rental_bicycle.p.16.png new file mode 100644 index 000000000..edf986c1e Binary files /dev/null and b/public/images/browse/transport_rental_bicycle.p.16.png differ diff --git a/public/stylesheets/browse.css b/public/stylesheets/browse.css index 38feddf14..ecd24bccf 100644 --- a/public/stylesheets/browse.css +++ b/public/stylesheets/browse.css @@ -8,7 +8,8 @@ .amenity.atm { background: url(/images/browse/atm2.p.16.png) no-repeat center left; } .amenity.bank { background: url(/images/browse/bank2.p.16.png) no-repeat center left; } .amenity.bar { background: url(/images/browse/bar.p.16.png) no-repeat center left; } -.amenity.bicycle_rental { background: url(/images/browse/rental_bicycle.p.20.png) no-repeat center left; } +.amenity.bicycle_parking { background: url(/images/browse/transport_parking_bicycle.p.16.png) no-repeat center left; } +.amenity.bicycle_rental { background: url(/images/browse/transport_rental_bicycle.p.16.png) no-repeat center left; } .amenity.bus_station { background: url(/images/browse/bus_station.n.16.png) no-repeat center left; } .amenity.cafe { background: url(/images/browse/cafe.p.16.png) no-repeat center left; } .amenity.car_sharing { background: url(/images/browse/car_share.p.16.png) no-repeat center left; } @@ -82,6 +83,7 @@ .highway.primary_link { background: url(/images/browse/primary.20.png) no-repeat center left; } .highway.residential { background: url(/images/browse/unclassified.20.png) no-repeat center left; } .highway.secondary { background: url(/images/browse/secondary.20.png) no-repeat center left; } +.highway.service { background: url(/images/browse/service.20.png) no-repeat center left; } .highway.trunk { background: url(/images/browse/trunk.20.png) no-repeat center left; } .highway.trunk_link { background: url(/images/browse/trunk.20.png) no-repeat center left; } .highway.unclassified { background: url(/images/browse/unclassified.20.png) no-repeat center left; }