]> git.openstreetmap.org Git - rails.git/commitdiff
Fix image referred to in RSS feeds so that it actually exists.
authorTom Hughes <tom@compton.nu>
Wed, 15 Aug 2007 18:12:37 +0000 (18:12 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 15 Aug 2007 18:12:37 +0000 (18:12 +0000)
lib/osm.rb
public/images/mag_map-rss2.0.png [new file with mode: 0644]

index f458c5135ee849003d5cf66e349788cf8d4028c9..aab3e1335bf9828bcddae6fe760945d78d44558c 100644 (file)
@@ -296,7 +296,7 @@ module OSM
       image = XML::Node.new 'image'
       @channel << image
       url = XML::Node.new 'url'
-      url << 'http://www.openstreetmap.org/feeds/mag_map-rss2.0.png'
+      url << 'http://www.openstreetmap.org/images/mag_map-rss2.0.png'
       image << url
       title = XML::Node.new 'title'
       title << "OpenStreetMap"
diff --git a/public/images/mag_map-rss2.0.png b/public/images/mag_map-rss2.0.png
new file mode 100644 (file)
index 0000000..9be473b
Binary files /dev/null and b/public/images/mag_map-rss2.0.png differ