Even more precise location of nearby pokemon ON MAP! menu

Shout-Out

User Tag List

Page 20 of 36 FirstFirst ... 161718192021222324 ... LastLast
Results 286 to 300 of 533
  1. #286
    Nairdaaa's Avatar Member
    Reputation
    1
    Join Date
    Aug 2014
    Posts
    13
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Pokemonster View Post
    What is the line you entered for the location and login? Something wrong with the location as you can see.
    C:\PoGo>example.py -u .... -p ..... -1 "53.234176, 10.443873" -st 5

    Even more precise location of nearby pokemon ON MAP!
  2. #287
    Pokemonster's Avatar Master Sergeant
    Reputation
    15
    Join Date
    Jul 2016
    Posts
    108
    Thanks G/R
    4/14
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nairdaaa View Post
    C:\PoGo>example.py -u .... -p ..... -1 "53.234176, 10.443873" -st 5
    -1 should be -l (Letter L but in lower case).

  3. Thanks Nairdaaa (1 members gave Thanks to Pokemonster for this useful post)
  4. #288
    beck030's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    5
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Pokemonster View Post
    As i said, open google maps in a webbrowser (not the flask google maps) and click on your location and you see the coordinates.

    Everyone, go to the github for the newest version: https://github.com/AHAAAAAAA/PokemonGo-Map

    It is way better now. You can see the results while it is loading, and it is circular now. Just refresh your webpage sometimes. And it keeps searching, so you only need to press F5 in your browser and can leave the CMD in the background.
    Is the latest update broken?

    When i use it, Google Maps opens on Latitude/Longitude 0,0 and i see no Pokemon.

    Also, is there a way to display at which time to pokemon was spawned in the tooltip?

  5. #289
    blueberry18's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    15
    Thanks G/R
    7/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I know nothing about this language but can anyone modify this so that it shows the geocoordinate, please?

    This taken from example.py line 435 to 454

    for poke in visible:
    pokename = pokemonsJSON[poke.pokemon.PokemonId - 1]['Name']
    if args.ignore:
    if pokename.lower() in ignore: continue
    other = LatLng.from_degrees(poke.Latitude, poke.Longitude)
    diff = other - origin
    # print(diff)
    difflat = diff.lat().degrees
    difflng = diff.lng().degrees
    time_to_hidden = poke.TimeTillHiddenMs
    left = '%d hours %d minutes %d seconds' % time_left(time_to_hidden)
    remaining = '%s remaining' % (left)
    pid = str(poke.pokemon.PokemonId)
    label = (
    '<div style=\'position:float; top:0;left:0;\'><small><a href=\'http://www.pokemon.com/us/pokedex/'+pid+'\' target=\'_blank\' title=\'View in Pokedex\'>#'+pid+'</a></small> - <b>'+pokemonsJSON[poke.pokemon.PokemonId - 1]['Name']+'</b></div>'
    '<center>'+remaining.replace('0 hours ','').replace('0 minutes ','')+'</center>'
    )
    if args.china:
    poke.Latitude, poke.Longitude = transform_from_wgs_to_gcj(Location(poke.Latitude, poke.Longitude))
    pokemons.append([poke.pokemon.PokemonId, label, poke.Latitude, poke.Longitude])

  6. #290
    Pokemonster's Avatar Master Sergeant
    Reputation
    15
    Join Date
    Jul 2016
    Posts
    108
    Thanks G/R
    4/14
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by beck030 View Post
    Is the latest update broken?

    When i use it, Google Maps opens on Latitude/Longitude 0,0 and i see no Pokemon.

    Also, is there a way to display at which time to pokemon was spawned in the tooltip?
    It works here, what happens in your bat? and what is the rule you enter with your login and coordinates (replace login with XXXX). In the latest update your map should open and after the bat got some scans it should show monsters everytime you refresh your page. SO hit F5 sometimes and you will see pokemon.

  7. Thanks beck030 (1 members gave Thanks to Pokemonster for this useful post)
  8. #291
    awp2004's Avatar Active Member
    Reputation
    34
    Join Date
    Jun 2012
    Posts
    631
    Thanks G/R
    0/4
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Even more precise location of nearby pokemon ON MAP!-ocshit-png
    server issues? or my install?

  9. #292
    beck030's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    5
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Pokemonster View Post
    It works here, what happens in your bat? and what is the rule you enter with your login and coordinates (replace login with XXXX). In the latest update your map should open and after the bat got some scans it should show monsters everytime you refresh your page. SO hit F5 sometimes and you will see pokemon.
    Ok, Google Maps jumps to the correct location and i can see Pokemon when i hit F5. Thank you.
    Attached Thumbnails Attached Thumbnails Even more precise location of nearby pokemon ON MAP!-bat-png   Even more precise location of nearby pokemon ON MAP!-browser-jpg  

  10. #293
    TheLuBu's Avatar Contributor
    Reputation
    83
    Join Date
    Jun 2012
    Posts
    164
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by awp2004 View Post
    Even more precise location of nearby pokemon ON MAP!-ocshit-png
    server issues? or my install?
    I have the same issue

  11. #294
    awp2004's Avatar Active Member
    Reputation
    34
    Join Date
    Jun 2012
    Posts
    631
    Thanks G/R
    0/4
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by awp2004 View Post
    Even more precise location of nearby pokemon ON MAP!-ocshit-png
    server issues? or my install?
    server issues it seems..... I have a question, when I press f5 or refresh page in firefox it gives me a script error. Restarting browser plus scripts Works, but kinda annoying.

    BTW, good Work!

  12. #295
    xbEg0nEx's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    23
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i got the newest version from github.. it all works fine they also put Gyms now to show ^^.. is there a way maybe to turn that off again? so that only pokemon are showing?

  13. #296
    beck030's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    5
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by awp2004 View Post
    Even more precise location of nearby pokemon ON MAP!-ocshit-png
    server issues? or my install?
    Happens to me too. Is the account banned?

    Originally Posted by xbEg0nEx View Post
    i got the newest version from github.. it all works fine they also put Gyms now to show ^^.. is there a way maybe to turn that off again? so that only pokemon are showing?
    Just comment out block the lines 523 to 534 like this:

    """for gym in gyms:
    if gym[0] == 0: color = "white"
    if gym[0] == 1: color = "rgba(0, 0, 256, .1)"
    if gym[0] == 2: color = "rgba(255, 0, 0, .1)"
    if gym[0] == 3: color = "rgba(255, 255, 0, .1)"
    pokeMarkers.append(
    {
    'icon': 'static/forts/'+numbertoteam[gym[0]]+'.png',
    'lat': gym[1],
    'lng': gym[2],
    'infobox': "<div style='background: "+color+"'>Gym owned by Team " + numbertoteam[gym[0]]
    })

    for stop in pokestops:
    pokeMarkers.append(
    {
    'icon': 'static/forts/Pstop.png',
    'lat': stop[0],
    'lng': stop[1],
    'infobox': "Pokestop"
    })"""

  14. #297
    KrespoG's Avatar Contributor
    CoreCoins Purchaser
    Reputation
    178
    Join Date
    Nov 2009
    Posts
    299
    Thanks G/R
    24/58
    Trade Feedback
    27 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yesterday I got the thing in CMD completed to 100% went to 127.0.0.1:5000 and couldn't reach the site, trying again now but it won't even start loading in cmd. Any help?

  15. #298
    S00ZUU's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    1
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi all,

    thanks for this nice, detailed guide but I have problems with the installation. I installed NOX on my younger cousin's laptop since he is confined to a wheelchair and loves Pokémon.
    Until Step 9 I have no problems. But then it starts: I am not sure if I made step 9 right and I can not open the link which is in Step 10. INFO: I am living in Germany (sorry for my bad English btw) and I guess it's a proxy problem. Is there any chance I can open the link from Germany as well?

    I hope anybody can help me, cause this "add-on" is brilliant.

  16. #299
    Pokemonster's Avatar Master Sergeant
    Reputation
    15
    Join Date
    Jul 2016
    Posts
    108
    Thanks G/R
    4/14
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by S00ZUU View Post
    Hi all,

    thanks for this nice, detailed guide but I have problems with the installation. I installed NOX on my younger cousin's laptop since he is confined to a wheelchair and loves Pokémon.
    Until Step 9 I have no problems. But then it starts: I am not sure if I made step 9 right and I can not open the link which is in Step 10. INFO: I am living in Germany (sorry for my bad English btw) and I guess it's a proxy problem. Is there any chance I can open the link from Germany as well?

    I hope anybody can help me, cause this "add-on" is brilliant.
    If you can not open the link then step 9 is not ok. What does it says in your cmd? Unless you have some other localhost running on your device at the same port it should work. Has nothing to do with Germany.
    Last edited by Pokemonster; 07-18-2016 at 09:17 AM.

  17. Thanks S00ZUU (1 members gave Thanks to Pokemonster for this useful post)
  18. #300
    Kantos's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    42
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xbEg0nEx View Post
    i got the newest version from github.. it all works fine they also put Gyms now to show ^^.. is there a way maybe to turn that off again? so that only pokemon are showing?
    how you get it to work? i just get this all the time
    Even more precise location of nearby pokemon ON MAP!-q5obh-jpg

Page 20 of 36 FirstFirst ... 161718192021222324 ... LastLast

Similar Threads

  1. [Hack] [iOS] Pokemon GO - Fake Location, Find Rare Pokemon, Teleport and more!
    By deleteduser2025j in forum Pokemon GO Hacks|Cheats
    Replies: 22
    Last Post: 10-27-2016, 01:20 PM
  2. [Bug] Helping Fixing Bug on Pokemon Go Precise Location
    By Loyepop in forum Pokemon GO Chat
    Replies: 1
    Last Post: 07-18-2016, 10:31 PM
  3. [Guide] Get precise location of nearby Pokemon
    By Syncness in forum Pokemon GO Hacks|Cheats
    Replies: 123
    Last Post: 07-17-2016, 07:43 PM
  4. skip even MORE trash in SP!
    By Canttouchdis in forum World of Warcraft Exploits
    Replies: 3
    Last Post: 09-01-2007, 11:56 AM
  5. Making my imba hunter even more imba :)
    By Opey in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 10-16-2006, 03:33 AM
All times are GMT -5. The time now is 05:39 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search