]> git.openstreetmap.org Git - rails.git/commitdiff
More historic and tourist-related icons
authorDan Karran <dan@karran.net>
Sat, 29 May 2010 13:27:15 +0000 (14:27 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 7 Jun 2010 21:43:01 +0000 (22:43 +0100)
app/helpers/browse_helper.rb
public/images/browse/tourist_castle.p.16.png [new file with mode: 0644]
public/images/browse/tourist_memorial.p.16.png [new file with mode: 0644]
public/images/browse/tourist_monument.p.16.png [new file with mode: 0644]
public/images/browse/tourist_picnic.p.16.png [new file with mode: 0644]
public/images/browse/tourist_ruin.p.16.png [new file with mode: 0644]
public/images/browse/tourist_windmill.p.16.png [new file with mode: 0644]
public/images/browse/tourist_wreck.p.16.png [new file with mode: 0644]
public/stylesheets/browse.css

index e929d9755140f82275dcac391febb1ff1f05541b..090d1e9c3a13cd7c275bef2dfa4b20ab2ab16e22 100644 (file)
@@ -45,7 +45,7 @@ module BrowseHelper
 private
 
   ICON_TAGS = [ 
 private
 
   ICON_TAGS = [ 
-    "aeroway", "amenity", "barrier", "building", "highway", "landuse",
+    "aeroway", "amenity", "barrier", "building", "highway", "historic", "landuse",
     "leisure", "man_made", "natural", "railway", "shop", "tourism", "waterway"
   ]
 
     "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 (file)
index 0000000..4771667
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 (file)
index 0000000..0db93d7
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 (file)
index 0000000..5c468aa
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 (file)
index 0000000..0eff097
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 (file)
index 0000000..804672e
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 (file)
index 0000000..9ec568c
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 (file)
index 0000000..eb190e2
Binary files /dev/null and b/public/images/browse/tourist_wreck.p.16.png differ
index b23e271571c7fb13e2f0bae38cd4f0ef31363b60..07a4b207a6d0f388dec3312a66634d5c7da66fb7 100644 (file)
 .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; }
 
 .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.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; }
 
 
 .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.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 */
 .tourism.viewpoint { background: url(/images/browse/view_point.p.16.png) no-repeat center left; }
 
 /* Ways */