Closed
Bug 1031286
Opened 11 years ago
Closed 11 years ago
Let users know how they can fix wrong geolocation data.
Categories
(Participation Infrastructure :: Phonebook, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: giorgos, Assigned: wbowling)
Details
(Whiteboard: [kb=1424526] )
Attachments
(2 files)
We to inform the users about what to do when their calculated location is wrong. See bugs 1025141, 1025132, 1025132
Suggestion add a text bellow the calculated fields with a link pointing to https://wiki.mozilla.org/Mozillians/Locations
:williamr suggested "Is the location wrong? [Help fix it]."
| Reporter | ||
Updated•11 years ago
|
Assignee: nobody → giorgos
Status: NEW → ASSIGNED
Whiteboard: [kb=1424526]
| Reporter | ||
Comment 1•11 years ago
|
||
Here's a pull request to fix that.
https://github.com/mozilla/mozillians/pull/999
I'm not sure I like it, maybe you have more ideas?
Flags: needinfo?(williamr)
Flags: needinfo?(wbowling)
Flags: needinfo?(mbrandt)
| Assignee | ||
Comment 2•11 years ago
|
||
We could make a link to
http://www.openstreetmap.org/note/new#map={zoom}/{latitude}/{longitude}&layers=N
example: http://www.openstreetmap.org/note/new#map=13/-38.9553/-68.0543&layers=N
Flags: needinfo?(wbowling)
Comment 3•11 years ago
|
||
(In reply to Wray Bowling [:wbowling] from comment #2)
> example:
> http://www.openstreetmap.org/note/new#map=13/-38.9553/-68.0543&layers=N
I like this idea.
Flags: needinfo?(williamr)
| Reporter | ||
Comment 4•11 years ago
|
||
Where would this link be placed?
| Assignee | ||
Comment 5•11 years ago
|
||
Inner monologue: "Just below the map might do. We could add it to that little text blurb that gives credits to the map data sources -- oh. I guess Mapbox added that while we were asleep last night."
Updated•11 years ago
|
Flags: needinfo?(mbrandt)
Comment 6•11 years ago
|
||
(In reply to Wray Bowling [:wbowling] from comment #5)
> Inner monologue: "Just below the map might do. We could add it to that
> little text blurb that gives credits to the map data sources -- oh. I guess
> Mapbox added that while we were asleep last night."
That location looks good to me!
| Assignee | ||
Comment 7•11 years ago
|
||
Matt and I talked about this yesterday. Mapbox's method is to send users to OSM's page for creating an account and then editing the map themselves. I think that raises the barrier a lot compared to linking them to the Notes page as I suggested in comment #2 which allows anonymous user submissions.
| Reporter | ||
Comment 8•11 years ago
|
||
I see three options here:
1. Comment #1 which links to wiki
2. Comment #2 which links to OSM notes page
3. A combination of (1) and (2)
:williamr, can you pick a solution and also update if needed the link text?
Flags: needinfo?(williamr)
| Reporter | ||
Comment 9•11 years ago
|
||
Resetting assigner to default until we figure the direction this will take.
For future reference we do have some code here https://github.com/mozilla/mozillians/pull/999
Assignee: giorgos → nobody
Status: ASSIGNED → NEW
Comment 10•11 years ago
|
||
Let's do a combination of (1) and (2) from comment 8.
Suggested text:
[Improve this map] ([learn more])
[Improve this map] links to the anonymous note page linked in comment 2 that has the lat/lng.
[learn more] links to https://wiki.mozilla.org/Mozillians/Locations
I have updated the wiki page to explain the difference between the easy anonymous notes and there are also steps for the detailed notes that require an account.
Flags: needinfo?(williamr)
| Assignee | ||
Comment 12•11 years ago
|
||
Comment 13•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/mozillians
https://github.com/mozilla/mozillians/commit/65c9e729141aea932f188acde78d6b9f2ad9cc57
[fix bug 1031286] Let users know how they can fix wrong geolocation data.
https://github.com/mozilla/mozillians/commit/efe3515c2fe79af270e9af5bc5c43dd957f657ea
Merge pull request #1156 from comzeradd/fix-wrong-geolocation
[fix bug 1031286] Let users know how they can fix wrong geolocation data...
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Version: other → next
Comment 14•11 years ago
|
||
Verified on stage:
* Text is shown as expected [1] under the map
* URLs redirect to the correct sites.
[1] http://pix.toile-libre.org/upload/original/1426858853.png
Status: RESOLVED → VERIFIED
Updated•11 years ago
|
Version: next → 2015-3.1
You need to log in
before you can comment on or make changes to this bug.
Description
•