X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/aa1fb6dbb8c2e71b8ce8c231ae1272a2dfebd75a..9e64fe73e2d72b82a31e1a6d7b89db9d0767018e:/app/assets/stylesheets/browse.scss diff --git a/app/assets/stylesheets/browse.scss b/app/assets/stylesheets/browse.scss index f497a22d8..0c532733e 100644 --- a/app/assets/stylesheets/browse.scss +++ b/app/assets/stylesheets/browse.scss @@ -92,7 +92,7 @@ .railway.level_crossing::before { content: image-url('browse/level_crossing.p.16.png'); } .shop::before { content: image-url('browse/shop_convenience.p.16.png'); } - .shop.alcohol::before { content: image-url('browse/shop_alcohol.16.pn'); } + .shop.alcohol::before { content: image-url('browse/shop_alcohol.16.png'); } .shop.bakery::before { content: image-url('browse/shop_bakery.16.png'); } .shop.bicycle::before { content: image-url('browse/shop_bicycle.16.png'); } .shop.books::before { content: image-url('browse/shop_books.16.png'); } @@ -121,7 +121,7 @@ .shop.shoes::before { content: image-url('browse/shop_shoes.16.png'); } .shop.supermarket::before { content: image-url('browse/shop_supermarket.p.16.png'); } - .tourism.alpine_hut::before { content: image-url('browse/alpinehut.p.16.png'); } + .tourism.alpine_hut::before { content: image-url('browse/tourism_alpine_hut.16.png'); } .tourism.camp_site::before { content: image-url('browse/tourism_camp_site.16.png'); } .tourism.caravan_site::before { content: image-url('browse/tourism_caravan_site.16.png'); } .tourism.hostel::before { content: image-url('browse/tourism_hostel.16.png'); } @@ -130,6 +130,7 @@ .tourism.museum::before { content: image-url('browse/tourism_museum.16.png'); } .tourism.picnic_site::before { content: image-url('browse/tourism_picnic_site.16.png'); } .tourism.viewpoint::before { content: image-url('browse/view_point.p.16.png'); } + .tourism.wilderness_hut::before { content: image-url('browse/tourism_wilderness_hut.16.png'); } /* Ways */ @@ -163,14 +164,16 @@ .landuse.brownfield::before { content: image-url('browse/brownfield.png'); } .landuse.cemetery::before { content: image-url('browse/cemetery.png'); } .landuse.commercial::before { content: image-url('browse/commercial.png'); } - .landuse.farm::before { content: image-url('browse/farm.png'); } + .landuse.farmland::before { content: image-url('browse/farmland.png'); } + .landuse.farmyard::before { content: image-url('browse/farmyard.png'); } .landuse.forest::before { content: image-url('browse/forest.png'); } + .landuse.grass::before { content: image-url('browse/grass.png'); } .landuse.industrial::before { content: image-url('browse/industrial.png'); } + .landuse.meadow::before { content: image-url('browse/meadow.png'); } .landuse.military::before { content: image-url('browse/military.png'); } .landuse.residential::before { content: image-url('browse/residential.png'); } .landuse.retail::before { content: image-url('browse/retail.png'); } .landuse.tourism::before { content: image-url('browse/tourism.png'); } - .landuse.wood::before { content: image-url('browse/wood.png'); } .leisure.golf_course::before { content: image-url('browse/golf.png'); } .leisure.park::before { content: image-url('browse/park.png'); } @@ -180,8 +183,10 @@ .leisure.nature_reserve::before { content: image-url('browse/reserve.png'); } .leisure.water_park::before { content: image-url('browse/leisure_water_park.16.png'); } + .natural.grassland::before { content: image-url('browse/grassland.png'); } .natural.heath::before { content: image-url('browse/heathland.png'); } .natural.water::before { content: image-url('browse/lake.png'); } + .natural.wood::before { content: image-url('browse/wood.png'); } .railway.light_rail::before { content: image-url('browse/light_rail.20.png'); } .railway.rail::before { content: image-url('browse/rail.20.png'); }