OpenPoGoWeb icon indicating copy to clipboard operation
OpenPoGoWeb copied to clipboard

Added a Route Planner feature that builds an array of lat/lngs (Formatted for PokemonGo-Bot)

Open blbaker opened this issue 8 years ago • 4 comments

Generates a lat/lng array formatted to be used with PokemonGo-Bot's "FollowPath" task.

  • Route Planner is used by clicking the "Start Recording" button in the "Route Planner" menu and then clicking on Pokestops to create a path.
  • A point can be unplotted by click the "Undo" button.
  • Recording is stopped with the "Stop Recording" button.
  • Upon stopped recording, the submenu appears and displays instructions and a textarea with the path array.
screen shot 2016-08-07 at 9 47 04 pm

blbaker avatar Aug 08 '16 03:08 blbaker

Ah, I guess I won't have to make PR of of my method then :laughing:

BobbyWibowo avatar Aug 08 '16 07:08 BobbyWibowo

@BobbyWibowo haha nice. Is your implementation any different/do you have any improvement suggestions?

blbaker avatar Aug 08 '16 12:08 blbaker

@blbaker Here's my implementation which I committed to my fork a week ago: https://github.com/BobbyWibowo/OpenPoGoWeb/commit/0100f0b5664f9c69eb19024579b991b51ddf9c7d#commitcomment-18463946 (linking the commit since screenshot was already uploaded there)

BobbyWibowo avatar Aug 08 '16 14:08 BobbyWibowo

👍

Approved with PullApprove

Reaver01 avatar Aug 11 '16 05:08 Reaver01