mchristopher / PokemonGo-DesktopMap

Electron App around PokemonGo-Map
https://pokemon-go-updater.mike.ai/download
MIT License
1.77k stars 394 forks source link

Where to disable pokestops #1278

Closed jasonasey closed 2 years ago

jasonasey commented 7 years ago

Does anyone know where to locate the json file to stop it from searching pokestops?

Burbankian commented 7 years ago

I don't know how to stop it via editing json file
but you can disable it via config

toddstar commented 7 years ago

add '--no-pokestops', as a line/option under var cmdLine = [ in main.js

jasonasey commented 7 years ago

Couldnt figure out the main.js

How do you disable via config?

toddstar commented 7 years ago

main.js is the only config on mchristopher wrapper. just need to change var cmdLine = [ './run_map.py', .... to var cmdLine = [ './run_map.py', '--no-pokestops', ....

garyoakalarm commented 7 years ago

works great todd! also added in '--no-gyms' to make it even less data going to the database.