From: Shaun McDonald Date: Sun, 21 Mar 2010 23:14:15 +0000 (+0000) Subject: Cafe feature+add name for rendering. Cuisine set. X-Git-Tag: 0.5~513 X-Git-Url: https://git.openstreetmap.org/potlatch2.git/commitdiff_plain/a0c56a4b7dd86fbb28ac03172c99631ace1fd774 Cafe feature+add name for rendering. Cuisine set. --- diff --git a/resources/map_features.xml b/resources/map_features.xml index b2cdd826..544c6c5b 100644 --- a/resources/map_features.xml +++ b/resources/map_features.xml @@ -132,7 +132,18 @@ - + + + + + + + + + + http://wiki.openstreetmap.org/wiki/Key:cuisine + + @@ -642,7 +653,21 @@ - + + + + + + entertainment + + ${name} + + http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcafe + + + + + diff --git a/resources/potlatch.css b/resources/potlatch.css index cad3c0e5..20e2476b 100644 --- a/resources/potlatch.css +++ b/resources/potlatch.css @@ -81,14 +81,14 @@ node[railway=station] { icon-image: icons/station.png; text-offset: 13; font-fam node[aeroway=aerodrome] { icon-image: icons/airport.png; text-offset: 13; font-family: DejaVu; text: name; font-size: 10; } node[amenity=atm] { icon-image: icons/atm.png; } node[highway=bus_stop] { icon-image: icons/bus_stop.png; } -node[amenity=cafe] { icon-image: icons/cafe.png; } +node[amenity=cafe] { icon-image: icons/cafe.png; text-offset: 15; text: name; } node[shop=convenience] { icon-image: icons/convenience.png; } node[amenity=fast_food] { icon-image: icons/fast_food.png; } node[amenity=fire_station] { icon-image: icons/fire_station.png; } node[amenity=hospital] { icon-image: icons/hospital.png; } node[tourism=hotel] { icon-image: icons/hotel.png; } node[amenity=parking] { icon-image: icons/parking.png; } -node[amenity=bicycle_parking] { icon-image: icons/parking_cycle.png; text: capacity; text-offset: 15; } +node[amenity=bicycle_parking] { icon-image: icons/parking_cycle.png; text-offset: 15; text: capacity; } node[amenity=pharmacy] { icon-image: icons/pharmacy.png; } node[amenity=pharmacy][dispensing=yes] { icon-image: icons/pharmacy_dispensing.png; } node[amenity=police] { icon-image: icons/police.png; }