More historic and tourist-related icons
|
@ -45,7 +45,7 @@ module BrowseHelper
|
||||||
private
|
private
|
||||||
|
|
||||||
ICON_TAGS = [
|
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"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
BIN
public/images/browse/tourist_castle.p.16.png
Normal file
After Width: | Height: | Size: 500 B |
BIN
public/images/browse/tourist_memorial.p.16.png
Normal file
After Width: | Height: | Size: 461 B |
BIN
public/images/browse/tourist_monument.p.16.png
Normal file
After Width: | Height: | Size: 385 B |
BIN
public/images/browse/tourist_picnic.p.16.png
Normal file
After Width: | Height: | Size: 409 B |
BIN
public/images/browse/tourist_ruin.p.16.png
Normal file
After Width: | Height: | Size: 315 B |
BIN
public/images/browse/tourist_windmill.p.16.png
Normal file
After Width: | Height: | Size: 617 B |
BIN
public/images/browse/tourist_wreck.p.16.png
Normal file
After Width: | Height: | Size: 460 B |
|
@ -48,7 +48,14 @@
|
||||||
.highway.traffic_signals { background: url(/images/browse/traffic_light.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; }
|
.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.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.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.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; }
|
.tourism.viewpoint { background: url(/images/browse/view_point.p.16.png) no-repeat center left; }
|
||||||
|
|
||||||
/* Ways */
|
/* Ways */
|
||||||
|
|