From 670177908cc100ad248c9eda039a67a25a7b7870 Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Thu, 10 Jan 2008 14:49:48 +0200 Subject: [PATCH] Add some more icons --- src/poi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/poi.c b/src/poi.c index 0ef634e..fb550bc 100644 --- a/src/poi.c +++ b/src/poi.c @@ -48,7 +48,7 @@ static struct _poi_categories default_poi_categories[] = { { NODE_AMENITY_PARKING, "Parking", "Parking place for vehicles." , "vehicle/parking", "#2020ff" }, { NODE_AMENITY_FUEL, "Fuel", "Stations for purchasing fuel for vehicles." , "vehicle/fuel_station", "#4040f0" }, { NODE_AMENITY_SPEEDCAM, "Speed Cam", "Automatic speed cameras." , "vehicle/restrictions/speed_trap", "#ff0000" }, - { NODE_AMENITY_HOSPITAL, "Hospital", "" , "health/hospital", "#ff4040" }, + { NODE_AMENITY_HOSPITAL, "Hospital", "Get medical help" , "health/hospital", "#ff4040" }, { NODE_AMENITY_PHARMACY, "Pharmacy", "Place to get drugs." , "health/pharmacy", "#40f040" }, { NODE_AMENITY_POLICE, "Police", "Police station" , "public/police", "#8570ff" }, { NODE_TOURISM_HOTEL, "Hotel", "Places to stay temporarily or for the night." , "accommodation/hotel", "#ba20ba" }, @@ -59,7 +59,7 @@ static struct _poi_categories default_poi_categories[] = { { NODE_AMENITY_POST, "Post office", "Place to handle mail." , "public/post_office", "#ff6868" }, { NODE_AMENITY_POST_BOX, "Post box", "Send letters." , "public/post_box", "#ff6060" }, { NODE_TOURISM_INFO, "Tourism info", "A place for tourists to get information." , "misc/information", "#4af04a" }, - { NODE_AMENITY_TAXI, "Taxi station", "Get a Taxi here." , "", "#50ffff" }, + { NODE_AMENITY_TAXI, "Taxi station", "Get a Taxi here." , "transport/taxi", "#50ffff" }, { NODE_RAILWAY_STATION, "Railway station", "Transportation by train." , "transport/railway", "#fa7070" }, { NODE_RAILWAY_HALT, "Railway halt", "" , "transport/railway_small", "#f27777" }, { NODE_AMENITY_BUS_STATION, "Bus station", "Transportation by bus." , "transport/bus", "#f07070" }, @@ -118,7 +118,7 @@ static struct _poi_categories default_poi_categories[] = { { NODE_SPORT_RACQUET, "Racquet", "" , "sports/racquetball", "#101080" }, { NODE_SPORT_BOWLS, "Lawn Bowls", "" , "", "#101080" }, { NODE_SPORT_ATHLETICS, "Athletics", "" , "", "#101080" }, - { NODE_SPORT_OTHER, "Other Sports", "" , "", "#101077" }, + { NODE_SPORT_OTHER, "Other Sports", "" , "sports/stadium", "#101077" }, { NODE_AMENITY_GENERIC, "Other", "Miscellaneous category for everything else." , "generic", "#002000" }, { NODE_POI_END, NULL, NULL } -- 2.39.5