Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for 'No Pokemon' scanning #9

Open
CalcMan opened this issue Oct 6, 2016 · 2 comments
Open

Add support for 'No Pokemon' scanning #9

CalcMan opened this issue Oct 6, 2016 · 2 comments

Comments

@CalcMan
Copy link

CalcMan commented Oct 6, 2016

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
Copy link

gabaod commented Nov 17, 2016

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
Copy link

gabaod commented Nov 17, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants