]> git.street.me.uk Git - andy/viking.git/commitdiff
Add 'exit' waypoint symbol.
authorRob Norris <rw_norris@hotmail.com>
Sun, 19 Jun 2011 10:41:30 +0000 (11:41 +0100)
committerRob Norris <rw_norris@hotmail.com>
Sun, 24 Mar 2013 11:48:53 +0000 (11:48 +0000)
Icon is taken from the public domain OpenStreetMap classic icon set.
[NB these exit symbol edited to make the white background transparent]

src/garminsymbols.c
src/icons/Makefile.am
src/icons/wp_exit_large.png [new file with mode: 0644]

index 029b26fb9c30462d62599457c528ae675fd033d5..1f3f497f146ee85c132b08655238db450a13c5cc 100644 (file)
@@ -114,7 +114,7 @@ static struct {
   { "Mine",                  "mine",           174,   "mine symbol",                       &wp_mine_pixbuf,            &wp_mine_large_pixbuf,            NULL },
   { "Trail Head",            "trail_head",     175,   "trail head symbol",                 NULL,                &wp_trail_head_large_pixbuf,            NULL },
   { "Truck Stop",            "truck_stop",     176,   "truck stop symbol",                 NULL,                &wp_truck_stop_large_pixbuf,            NULL },
-  { "Exit",                  "user_exit",      177,   "user exit symbol",                  NULL,                NULL,            NULL },
+  { "Exit",                  "user_exit",      177,   "user exit symbol",                  NULL,                       &wp_exit_large_pixbuf,            NULL },
   { "Flag",                  "flag",           178,   "flag symbol",                       &wp_flag_pixbuf,            NULL,            NULL },
   { "Circle with X",         "circle_x",       179,   "circle with x in the center",       NULL,                NULL,            NULL },
   { "Open 24 Hours",          "open_24hr",      180,   "open 24 hours symbol",              NULL,                NULL,            NULL },
index a0c84c09b4e0d8a2d25b819a256ac236cb71d03f..666d15634dcdebd8f2df29e64d1e0cb9e1fe65f2 100644 (file)
@@ -128,6 +128,7 @@ WAYPOINT_ICONS_LARGE += wp_dive1_large.png
 WAYPOINT_ICONS_LARGE += wp_dive2_large.png
 WAYPOINT_ICONS_LARGE += wp_dollar_large.png
 WAYPOINT_ICONS_LARGE += wp_drinking_wtr_large.png
+WAYPOINT_ICONS_LARGE += wp_exit_large.png
 WAYPOINT_ICONS_LARGE += wp_fastfood_large.png
 WAYPOINT_ICONS_LARGE += wp_fhs_facility_large.png
 WAYPOINT_ICONS_LARGE += wp_fish_large.png
diff --git a/src/icons/wp_exit_large.png b/src/icons/wp_exit_large.png
new file mode 100644 (file)
index 0000000..1ff9cbc
Binary files /dev/null and b/src/icons/wp_exit_large.png differ