<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection">Far easier to update /delete</div>
<div name="messageSignatureSection"><br />
Om<br />
<br />
“fluid intelligence” - The ability to find meaning in confusion and to solve new problems, independent of acquired knowledge.</div>
<div name="messageReplySection">On Oct 25, 2018, 08:05 -0400, hot-request@openstreetmap.org, wrote:<br />
<blockquote type="cite">Send HOT mailing list submissions to<br />
hot@openstreetmap.org<br />
<br />
To subscribe or unsubscribe via the World Wide Web, visit<br />
https://lists.openstreetmap.org/listinfo/hot<br />
or, via email, send a message with subject or body 'help' to<br />
hot-request@openstreetmap.org<br />
<br />
You can reach the person managing the list at<br />
hot-owner@openstreetmap.org<br />
<br />
When replying, please edit your Subject line so it is more specific<br />
than "Re: Contents of HOT digest..."<br />
<br />
<br />
Today's Topics:<br />
<br />
1. What's the best way for users to edit erroneous GIS data?<br />
(Yosem Companys)<br />
2. Re: What's the best way for users to edit erroneous GIS data?<br />
(Mr. Stace D Maples)<br />
<br />
<br />
----------------------------------------------------------------------<br />
<br />
Message: 1<br />
Date: Wed, 24 Oct 2018 11:31:14 -0700<br />
From: Yosem Companys <ycompanys@gmail.com><br />
To: Progressive Exchange <Discuss@progressiveexchange.org>,<br />
Liberation Technologies <liberationtech@lists.stanford.edu>,<br />
hot@openstreetmap.org, crisismappers@googlegroups.com, UW Change<br />
Group <change@change.washington.edu>, UC Berkeley Tier<br />
<TIER@tier.cs.berkeley.edu><br />
Subject: [HOT] What's the best way for users to edit erroneous GIS<br />
data?<br />
Message-ID:<br />
<CANhci9Hoo5WOrQKeQ8q=C8Hc4jYT-ja=1z-LQ0x5WZdoD6qGjg@mail.gmail.com><br />
Content-Type: text/plain; charset="utf-8"<br />
<br />
Hi All,<br />
<br />
I have a technical question that I was hoping one of you could answer.<br />
<br />
I'm working with an organization that has a Drupal website and is doing GIS<br />
mapping.<br />
<br />
The users have usernames and passwords on Drupal. They will use a data<br />
uptake tool to upload GIS data. Should the users make a mistake, however,<br />
we'd like to give them the option of editing or updating their data. We're<br />
trying to figure out how to do that while protecting user privacy.<br />
<br />
One possibility is to use some form of authentication. I recommended using<br />
the IETF's OAuth. Because we have a Drupal website, however, one of our<br />
developers recommended using HybridAuth<br />
<https://www.drupal.org/project/hybridauth> instead.<br />
<br />
Or, in case of a mistake, would it be easier for the user to upload the<br />
data again and have the new entry replace the old one?<br />
<br />
Any best practices in this area?<br />
<br />
Thanks,<br />
Yosem<br />
-------------- next part --------------<br />
An HTML attachment was scrubbed...<br />
URL: <http://lists.openstreetmap.org/pipermail/hot/attachments/20181024/fb7db8b0/attachment-0001.html><br />
<br />
------------------------------<br />
<br />
Message: 2<br />
Date: Wed, 24 Oct 2018 18:36:06 +0000<br />
From: "Mr. Stace D Maples" <stacemaples@stanford.edu><br />
To: Yosem Companys <ycompanys@gmail.com>, Progressive Exchange<br />
<Discuss@progressiveexchange.org>, Liberation Technologies<br />
<liberationtech@lists.stanford.edu>, "hot@openstreetmap.org"<br />
<hot@openstreetmap.org>, "crisismappers@googlegroups.com"<br />
<crisismappers@googlegroups.com>, UW Change Group<br />
<change@change.washington.edu>, UC Berkeley Tier<br />
<TIER@tier.cs.berkeley.edu><br />
Subject: Re: [HOT] What's the best way for users to edit erroneous GIS<br />
data?<br />
Message-ID: <C833B87F-8129-4EBE-BA4E-4A063C7EC4A5@stanford.edu><br />
Content-Type: text/plain; charset="utf-8"<br />
<br />
Without seeing or knowing more about the workflow, I would say you should avoid the rabbit hole of creating editing infrastructure, and use the re-upload and overwrite method.<br />
<br />
In F,L&T,<br />
Stace Maples<br />
Geospatial Manager<br />
Stanford Geospatial Center<br />
@mapninja<br />
G+, Skype, Hangout: stacey.maples<br />
<a dir="ltr" href="tel:214.641.0920" x-apple-data-detectors="true" x-apple-data-detectors-type="telephone" x-apple-data-detectors-result="26">214.641.0920</a><br />
Find GeoData: https://earthworks.stanford.edu<https://earthworks.stanford.edu/><br />
Get GeoHelp: https://gis.stanford.edu/<br />
stanfordgis Listserv: https://mailman.stanford.edu/mailman/listinfo/stanfordgis<br />
<br />
"I have a map of the United States... actual size.<br />
It says, "Scale: 1 mile = 1 mile."<br />
I spent last summer folding it."<br />
-Steven Wright-<br />
<br />
<br />
From: Yosem Companys <ycompanys@gmail.com><br />
Date: Wednesday, October 24, 2018 at 11:32 AM<br />
To: Progressive Exchange <Discuss@progressiveexchange.org>, Liberation Technologies <liberationtech@lists.stanford.edu>, "hot@openstreetmap.org" <hot@openstreetmap.org>, "crisismappers@googlegroups.com" <crisismappers@googlegroups.com>, UW Change Group <change@change.washington.edu>, UC Berkeley Tier <TIER@tier.cs.berkeley.edu><br />
Subject: [HOT] What's the best way for users to edit erroneous GIS data?<br />
<br />
Hi All,<br />
<br />
I have a technical question that I was hoping one of you could answer.<br />
<br />
I'm working with an organization that has a Drupal website and is doing GIS mapping.<br />
<br />
The users have usernames and passwords on Drupal. They will use a data uptake tool to upload GIS data. Should the users make a mistake, however, we'd like to give them the option of editing or updating their data. We're trying to figure out how to do that while protecting user privacy.<br />
<br />
One possibility is to use some form of authentication. I recommended using the IETF's OAuth. Because we have a Drupal website, however, one of our developers recommended using HybridAuth<https://www.drupal.org/project/hybridauth> instead.<br />
<br />
Or, in case of a mistake, would it be easier for the user to upload the data again and have the new entry replace the old one?<br />
<br />
Any best practices in this area?<br />
<br />
Thanks,<br />
Yosem<br />
-------------- next part --------------<br />
An HTML attachment was scrubbed...<br />
URL: <http://lists.openstreetmap.org/pipermail/hot/attachments/20181024/6dcd50e4/attachment-0001.html><br />
<br />
------------------------------<br />
<br />
Subject: Digest Footer<br />
<br />
_______________________________________________<br />
HOT mailing list<br />
HOT@openstreetmap.org<br />
https://lists.openstreetmap.org/listinfo/hot<br />
<br />
<br />
------------------------------<br />
<br />
End of HOT Digest, Vol 104, Issue 15<br />
************************************<br /></blockquote>
</div>
</body>
</html>