[openstreetmap/openstreetmap-website] GPX Import email in text format (PR #5031)
mmd
notifications at github.com
Wed Jul 31 16:06:13 UTC 2024
@mmd-osm commented on this pull request.
> + description_with_tags: "It looks like your GPX file %{trace_name} with the description %{trace_description} and the following tags: %{tags}"
description_with_tags_html: "It looks like your GPX file %{trace_name} with the description %{trace_description} and the following tags: %{tags}"
The download URL that is shown in the email is controlled by the Rails port, not the user uploading the trace. Here's an example:
```
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
Hi mmd2,
It looks like your GPX file Track_2014_06_13_184543.gpx with the description dsfasf and the following tags: d
loaded successfully with 3427 out of a possible 3427 points.
The trace is available for download at http://openstreetmap.example.com/user/mmd2/traces/64
All your successfully uploaded GPX traces can be found at http://openstreetmap.example.com/traces/mine
```
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5031#discussion_r1698766128
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/5031/review/2210590114 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20240731/0999c553/attachment.htm>
More information about the rails-dev
mailing list