]> git.openstreetmap.org Git - rails.git/commit
Allow a GPX to be fetched in XML format by fetching data.xml instead
authorTom Hughes <tom@compton.nu>
Wed, 23 Jan 2008 13:40:47 +0000 (13:40 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 23 Jan 2008 13:40:47 +0000 (13:40 +0000)
commit07e84496255ebd1d53108894e0fb8ce98b55ccee
treec4d89928b10a84aec682ae91f457918ecaafebae
parentc93c841ed2c86af70d94e58d7781f2c1dc9fd5eb
Allow a GPX to be fetched in XML format by fetching data.xml instead
of data (the data method returns it in the format it is stored in).

Closes #534.
app/controllers/trace_controller.rb
app/models/trace.rb
config/initializers/streaming.rb [new file with mode: 0644]
config/routes.rb
lib/osm.rb