JoshuaCarroll/giscommunicator

Add ability to share pre-filled view form

JoshuaCarroll opened this issue · 1 comments

Once someone fills in the form to create a KML file for their own viewing, they will likely want to share it. Since some email clients might not allow .KML file attachments, we should provide them with a link to be able to share their KML file. The process would be:

  1. Open aa5jc.com/map
  2. Complete the form and submit
  3. The user is presented with an option to copy a URL for sharing or to download the KML file for use.
  4. When they select the share option the URL will be copied to their clipboard. The URL will come back to the same page with the parameters in the querystring.
  5. After a different user receives the shared URL, the form will find the parameters in the query string then disable (but still display) all of the options and instructions. They can then download the KML for their own use.

I like this, I saw the changes when I got home from work today. On the GIS Reporter. I saw the way you set it up to monitor different accounts. So if a new one is needed on the fly one could be added. Thanks for working on this.