Show
Ignore:
Timestamp:
01/18/08 21:19:16 (12 months ago)
Author:
earle
Message:

Add map link to RDF output. Closes #26.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/OpenGuides/RDF.pm

    r1105 r1133  
    8484    foreach my $var ( qw( phone fax website opening_hours_text address 
    8585                          postcode city country latitude longitude 
    86                           os_x os_y summary ) ) { 
     86                          os_x os_y map_link summary ) ) { 
    8787        my $val = $metadata{$var}[0] || $defaults{$var} || ""; 
    8888        $tt_vars{$var} = $val; 
     
    106106    my $is_geospatial; 
    107107    foreach my $var ( qw( os_x os_y latitude longitude address postcode 
    108                           opening_hours_text ) ) { 
     108                          opening_hours_text map_link ) ) { 
    109109        $is_geospatial = 1 if $tt_vars{$var}; 
    110110    }