if (defined $g_TagAttrs{'site_type'} && length $g_TagAttrs{'site_type'} > 0) { print "==> site_type gefunden !!!\n"; if ($g_TagAttrs{'site_type'} eq 'megalith') { print ".."; }elsif ($g_TagAttrs{'site_type'} eq 'tumulus') { print "==> tumulus zugewiesen !!!\n"; $icon_name = 'tumulus'; }elsif ($g_TagAttrs{'site_type'} eq 'fortification') { print "==> fortification"; }elsif ($g_TagAttrs{'site_type'} eq 'bigstone') { print "==> bigstone"; } } # endif else { print "==> site_type NICHT gefunden !!!\n"; } } # endif - site_type