Script to show players location using any GeoJSON repository
Use the main.js file, and install it on Greasemonkey (Firefox) or Tampermonkey (Chrome).
- Implement a basic security between a server and this script.
- Show a better icon of the players on the map (maybe with a nickname shown all the time).
- Instead of removing the locations layer, and drawing it again, implement an update system, to add, remove, update people's location, instead of redrawing them all the time.
- Allow custom fields of player's info.
- Show player's direction on the map.
- Do not require use of IITC (Make the script work on ingress Intel official map as well).