]> git.street.me.uk Git - andy/viking.git/commitdiff
Add 'helipad' waypoint symbol.
authorRob Norris <rw_norris@hotmail.com>
Sun, 19 Jun 2011 10:44:32 +0000 (11:44 +0100)
committerRob Norris <rw_norris@hotmail.com>
Sun, 24 Mar 2013 11:48:58 +0000 (11:48 +0000)
Icon is taken from the public domain OpenStreetMap classic icons set.

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

index 1f3f497f146ee85c132b08655238db450a13c5cc..23bf4ceebb0e72ab8d74af866444c2b0755fcd11 100644 (file)
@@ -299,7 +299,7 @@ static struct {
   { "Intersection",           "int",            16385, "intersection symbol",               NULL,                NULL,            NULL },
   { "Non-directional beacon", "ndb",            16386, "non-directional beacon symbol",     NULL,                NULL,            NULL },
   { "VHF Omni-range",         "vor",            16387, "VHF omni-range symbol",             NULL,                NULL,            NULL },
-  { "Heliport",               "heliport",       16388, "heliport symbol",                   NULL,                NULL,            NULL },
+  { "Heliport",               "heliport",       16388, "heliport symbol",                   NULL,                       &wp_helipad_large_pixbuf,         NULL },
   { "Private Field",          "private",        16389, "private field symbol",              NULL,                NULL,            NULL },
   { "Soft Field",             "soft_fld",       16390, "soft field symbol",                 NULL,                NULL,            NULL },
   { "Tall Tower",             "tall_tower",     16391, "tall tower symbol",                 NULL,                &wp_tall_tower_large_pixbuf,           NULL },
index 666d15634dcdebd8f2df29e64d1e0cb9e1fe65f2..231184bd144567db2d82621bc13e22b1833bb188 100644 (file)
@@ -143,6 +143,7 @@ WAYPOINT_ICONS_LARGE += wp_geocache_large.png
 WAYPOINT_ICONS_LARGE += wp_glider_large.png
 WAYPOINT_ICONS_LARGE += wp_golf_large.png
 WAYPOINT_ICONS_LARGE += wp_grnd_trans_large.png
+WAYPOINT_ICONS_LARGE += wp_helipad_large.png
 WAYPOINT_ICONS_LARGE += wp_horn_large.png
 WAYPOINT_ICONS_LARGE += wp_house_large.png
 WAYPOINT_ICONS_LARGE += wp_ice_skating_large.png
diff --git a/src/icons/wp_helipad_large.png b/src/icons/wp_helipad_large.png
new file mode 100644 (file)
index 0000000..1b47b2e
Binary files /dev/null and b/src/icons/wp_helipad_large.png differ