From: Dan Karran Date: Sat, 29 May 2010 13:27:15 +0000 (+0100) Subject: More historic and tourist-related icons X-Git-Tag: live~6322^2~11 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/af217ca1403664255d9e116d8e504facb1bd57f8 More historic and tourist-related icons --- diff --git a/app/helpers/browse_helper.rb b/app/helpers/browse_helper.rb index e929d9755..090d1e9c3 100644 --- a/app/helpers/browse_helper.rb +++ b/app/helpers/browse_helper.rb @@ -45,7 +45,7 @@ module BrowseHelper private ICON_TAGS = [ - "aeroway", "amenity", "barrier", "building", "highway", "landuse", + "aeroway", "amenity", "barrier", "building", "highway", "historic", "landuse", "leisure", "man_made", "natural", "railway", "shop", "tourism", "waterway" ] diff --git a/public/images/browse/tourist_castle.p.16.png b/public/images/browse/tourist_castle.p.16.png new file mode 100644 index 000000000..477166750 Binary files /dev/null and b/public/images/browse/tourist_castle.p.16.png differ diff --git a/public/images/browse/tourist_memorial.p.16.png b/public/images/browse/tourist_memorial.p.16.png new file mode 100644 index 000000000..0db93d729 Binary files /dev/null and b/public/images/browse/tourist_memorial.p.16.png differ diff --git a/public/images/browse/tourist_monument.p.16.png b/public/images/browse/tourist_monument.p.16.png new file mode 100644 index 000000000..5c468aa19 Binary files /dev/null and b/public/images/browse/tourist_monument.p.16.png differ diff --git a/public/images/browse/tourist_picnic.p.16.png b/public/images/browse/tourist_picnic.p.16.png new file mode 100644 index 000000000..0eff097bf Binary files /dev/null and b/public/images/browse/tourist_picnic.p.16.png differ diff --git a/public/images/browse/tourist_ruin.p.16.png b/public/images/browse/tourist_ruin.p.16.png new file mode 100644 index 000000000..804672ec6 Binary files /dev/null and b/public/images/browse/tourist_ruin.p.16.png differ diff --git a/public/images/browse/tourist_windmill.p.16.png b/public/images/browse/tourist_windmill.p.16.png new file mode 100644 index 000000000..9ec568cc6 Binary files /dev/null and b/public/images/browse/tourist_windmill.p.16.png differ diff --git a/public/images/browse/tourist_wreck.p.16.png b/public/images/browse/tourist_wreck.p.16.png new file mode 100644 index 000000000..eb190e207 Binary files /dev/null and b/public/images/browse/tourist_wreck.p.16.png differ diff --git a/public/stylesheets/browse.css b/public/stylesheets/browse.css index b23e27157..07a4b207a 100644 --- a/public/stylesheets/browse.css +++ b/public/stylesheets/browse.css @@ -48,7 +48,14 @@ .highway.traffic_signals { background: url(/images/browse/traffic_light.png) no-repeat center left; } .highway.turning_circle { background: url(/images/browse/turning_circle.p.16.png) no-repeat center left; } +.historic.castle { background: url(/images/browse/tourist_castle.p.16.png) no-repeat center left; } +.historic.memorial { background: url(/images/browse/tourist_memorial.p.16.png) no-repeat center left; } +.historic.monument { background: url(/images/browse/tourist_monument.p.16.png) no-repeat center left; } +.historic.ruins { background: url(/images/browse/tourist_ruins.p.16.png) no-repeat center left; } +.historic.wreck { background: url(/images/browse/tourist_wreck.p.16.png) no-repeat center left; } + .man_made.lighthouse { background: url(/images/browse/lighthouse.p.16.png) no-repeat center left; } +.man_made.windmill { background: url(/images/browse/tourist_windmill.p.16.png) no-repeat center left; } .natural.tree { background: url(/images/browse/tree.p.16.png) no-repeat center left; } @@ -79,6 +86,7 @@ .tourism.hostel { background: url(/images/browse/hostel.p.16.png) no-repeat center left; } .tourism.hotel { background: url(/images/browse/hotel.p.16.png) no-repeat center left; } .tourism.museum { background: url(/images/browse/museum.p.16.png) no-repeat center left; } +.tourism.picnic_site { background: url(/images/browse/tourist_picnic.p.16.png) no-repeat center left; } .tourism.viewpoint { background: url(/images/browse/view_point.p.16.png) no-repeat center left; } /* Ways */