From bcb7e88e93e2d22fb6d2e86e27c6105433927cf6 Mon Sep 17 00:00:00 2001 From: Thomas Sibley Date: Fri, 6 May 2011 23:34:14 -0400 Subject: [PATCH] Actually output the basic geodata triples we make Unfortunately you'll need to refetch all your photo data to get this geo location data stored. --- lib/Net/Flickr/RDF.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Net/Flickr/RDF.pm b/lib/Net/Flickr/RDF.pm index 6f29f7c..a0984ce 100644 --- a/lib/Net/Flickr/RDF.pm +++ b/lib/Net/Flickr/RDF.pm @@ -1173,7 +1173,7 @@ sub make_photo_triples { if (exists($data->{geo})) { - $self->make_geo_triples($data); + push @triples, ($self->make_geo_triples($data)); if ($self->{'cfg'}->param("rdf.query_geonames")) { push @triples, ($self->make_geonames_triples($data));