-
Sergeant
LIVE Pokemon Go Map - Desktop App
[UPDATED] download: https://github.com/mchristopher/Poke...opMap/releases
Install the app and you are good to go! Works for both Google and PTC
Credits : Ice5rk
EDIT2: Version 0.0.3 is out, includes mobile support (click the button once you log in).
EDIT3: And now version 0.0.4 is out, which fixes an issue with mobile support and python bugs on Windows.
EDIT4: Yet another release! Version 0.0.5 lets you show/hide gyms & pokestops, as well as specific Pokemon.
Last edited by Structured; 07-21-2016 at 09:50 AM.
-
Post Thanks / Like - 15 Thanks
N/A,
jahiti,
konner1,
Kantos,
DasJoms,
chun1617,
alexg1993,
CyaBB,
Kenneth,
power.88,
Fadelol,
pocketq10,
psyborg,
murf43143,
DeadlyDragon (15 members gave Thanks to Structured for this useful post)
-
Active Member
I tried this out and don't see any pokemon on it
-
Sergeant
Works perfectly for me, might take a couple seconds for them to popup.
-
Member
Originally Posted by
Structured
Link to reddit? can't find anything related to a "Ice5rk"
-
Sergeant
Originally Posted by
miyazawa
Link to reddit? can't find anything related to a "Ice5rk"
https://www.reddit.com/r/pokemongode...p_desktop_app/
It was the 2nd thread on their page.
-
Member
you can change location manually inside \resources\app\login.html btw
var geoLat =
XX.XXXXX;
var geoLon =
XXX.XXXXX;
navigator.geolocation.getCurrentPosition(function success(position) {
// geoLat = position.coords.latitude;
// geoLon = position.coords.longitude;
console.log("Got location: " + geoLat + ", " + geoLon);
-
Post Thanks / Like - 1 Thanks
Structured (1 members gave Thanks to newtonized for this useful post)
-
Member
-
Member
Originally Posted by
newtonized
you can change location manually inside \resources\app\login.html btw
doesn't work for me.
-
Member
oh yeah i forgot you have to comment out like this
// geoLat = position.coords.latitude;
// geoLon = position.coords.longitude;
-
Member
better yet here
replace login.html with this
http://www.filedropper.com/login_6
-
Post Thanks / Like - 1 Thanks
Structured (1 members gave Thanks to newtonized for this useful post)
-
Corporal
He already put out a new version so you can specify location upon logging in. I think it's a bit buggy trying to switch in the UI while launched but this is by far the best thing I've used yet. Working extremely well
-
Member
Works fine! I just would like to know if it is possible to set up a filter. Range and certain pokemons ...
Last edited by Nairdaaa; 07-20-2016 at 12:24 AM.
-
Member
how can i change my postion or does the map refreshes or tracks my postion ?
-
Member
how can i change the location to Sydney ?
-
Sergeant
Originally Posted by
miyazawa
how can i change my postion or does the map refreshes or tracks my postion ?
Download the new link, once you open the app it will ask you to input the coordinates of the location you want to be monitored.