[openstreetmap-website] Fix and enhance the notes GPX files (#1005)
Tom Hughes
notifications at github.com
Wed Jul 15 17:18:04 UTC 2015
> @@ -1,9 +1,14 @@
> xml.wpt("lon" => note.lon, "lat" => note.lat) do
> + xml.time note.created_at.to_s(:iso8601)
> + xml.name "#{t'note.mine.description'} #{note.id}"
I don't understand the use of `note.mine.description` here? That gives a description of "Description 42" for note 42 which seems very odd...
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/1005/files#r34703618
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20150715/a5c2897d/attachment.html>
More information about the rails-dev
mailing list