beccasafan / pgm-multiloc

A tool to visualize coverage of multiple instances of PokemonGo-Map
https://beccasafan.github.io/pgm-multiloc/
MIT License
27 stars 46 forks source link

Add support for 'No Pokemon' scanning #9

Open CalcMan opened 8 years ago

CalcMan commented 8 years ago

When scanning with no pokemon (-np), the step distance changes from 0.070 to 0.900.

Adding this support allows for large regional gym and pokestop scanners.

gabaod commented 8 years ago

If im not mistaken I might have just fixed your issue here. So you can git clone this locally, after editing config.ts, edit src/scripts/app/app.ts and on line 28, change private static scanRadius: number = 70; to private static scanRadius: number = 750; as it no longer is .9 its .75 to my knowledge ;) once changed npm install and should work. Im sure it would be a quick fix for the dev to add in a radio button to have that set either 70 or 750 depending on gym or pokemon worker.

gabaod commented 8 years ago

err.. hmm gotta be more to it than that, as i didnt notice the gaps it makes in between the hexes now.