This repository was initiated to have a (public) archive of AlfonsoML’s tools. There was a fork on gitlab, but since AlfonsoML abondoned all work and set their repository to private mode, the forks are also in private mode without the possibility to change this to public.
I merged the PR to fix the links and images, but I consider this repository still as an archive.
If you want a copy of the tools which are still in development, look at: https://gitlab.com/NvlblNm/wayfarer
Let’s say that you already have the map of Pokestops and Gyms, (or just Portals if you’re only an Ingress player), something like this using Pogo Tools:
And now you want to better plan where to submit your candidates so they are at least 20 m. away from existing portals, if possible don’t share the same Level 17 cell as other existing portals, even track possible edit requests to put things in their proper locations. Something like this, You could do it using Draw tools, but it’s not as easy as clicking on the map, and fill any additional info to remember later what this was about
and also this allows you to easily share your data between different devices, and even share plans with other teammates to avoid sending the same candidate twice, as it’s stored in a Google Sheet
It’s easy to use, but it requires a bit of configuration if you want to create your own google sheet. However, when you’ve completed the setup, it is a matter of installing the userscript and you are good to go.
If you want to make use of an existing sheet. Install the userscript, load IITC and enter the scripturl.
You can test it out with this script url
Test script url: https://script.google.com/macros/s/AKfycbyBx4dR0s8v1ZEsnuKFARfmibHiqTY20qO0EU3vRML4y4XW6wmu/exec
Keep in mind that this a shared sheet, after checking that the plugin works as expected you must use your own sheet instead of this one.
If you’re using any extension that blocks Google domains like Privacy Badger you’ll have to unblock it for this domain.
List of functions is at the end of this page
Start a new, blank, spreadsheet
Go to ‘Tools’ -> ‘Script editor’
Remove content in Code.gs and paste the content from this Code.gs file and click the Save Button
Select the ‘initialSetup’ function
Click the ‘play’ button to run
A dialogue pops up, choose ‘review permissions’
Choose the appropriate google account
Choose advanced
Go to ‘Untitled project’
Choose your Google+ account and ‘Allow’
The initialsetup will be run and the sheet will be prepared with the proper columns and column settings
Go back to script and choose ‘Publish’->’Deploy as WebApp’
Set ‘Who has access to the app” to Anyone even anonymous.
And choose ‘Deploy’
Copy the ‘Current web app URL’. You will be needing it later on.
You will need to share this URL with all people and/or devices who will share the same set of data.
If for some reason there’s a need to update the script in code.gs, follow these steps
A new link “Wayfarer” is added in the sidebar, you can click it to open the settings dialog.
When you enable the “Click on the map to add markers” checkbox, then you can click on the map to add new markers
You will see that all input and changes will be stored in your google sheet. You can share the sheet with whomever you like, or keep it to yourself. Removing markers is a matter of removing a row from the sheet.
You can toggle several layers on and off in the layer menu.
To refresh the markerset you can use the “Update candidate data” link in the dialog.
You can track both candidates for new locations as well as edit request to adjust the location of existing portals.
You can use an additional plugin for TamperMonkey to automatically manage your data using the nominations tracked in Wayfarer: Read how to use it: Wayfarer Exporter
This plugin started as a fork of https://github.com/Wintervorst/iitc/raw/master/plugins/totalrecon/
I suggested to provide patches to the original version in order to fix some issues and improvements, but the offer was declined and told to create my own fork, so here it is.