Opened 16 years ago
Closed 16 years ago
#2214 closed enhancement (fixed)
[PATCH] "Export to GPX" -> "Export options" presumes that osm-server.username is an E-Mail address
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: | hampelratte |
Description
When exporting OSM data "Export options" will pre-fill the E-Mail address field with the osm-server.username preference variable. That variable can contain either an E-Mail address or the "Real name" of the OSM user as set on the OSM website.
The form should check if osm-server.username contains @ and if so use it as the E-Mail address, and if not as the Real name.
Attachments (2)
Change History (5)
by , 16 years ago
Attachment: | ticket_2214.diff.gz added |
---|
comment:1 by , 16 years ago
Cc: | added |
---|---|
Summary: | "Export to GPX" -> "Export options" presumes that osm-server.username is an E-Mail address → [PATCH] "Export to GPX" -> "Export options" presumes that osm-server.username is an E-Mail address |
Type: | defect → enhancement |
by , 16 years ago
Attachment: | ticket_2214_v2.diff.gz added |
---|
comment:2 by , 16 years ago
I have attached a second version of the patch, which includes read and write support for most gpx metadata elements.
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
In r1574. I was pretty sure there was another report having the same issue (metadata not saved) but I can't find it.
Here is a patch for the enhancement. Note, that the meta data is not written to the file, yet. That still has to be implemented.