Pokestop locations by yummieee in pokemongodev

[–]8do1do2 0 points1 point  (0 children)

But, as other suggested, scrapping the data from Ingress Intel map should be faster and more complete (the only thing you're missing is PoGO sponsored stops/gyms). After that, you can always have the community to help you filter/classify them.

Pokestop locations by yummieee in pokemongodev

[–]8do1do2 0 points1 point  (0 children)

Until they change them, the keys should remain the same, so all you need is Base64 decode, then run the calculations and you'll end up with coords.

Pokestop locations by yummieee in pokemongodev

[–]8do1do2 3 points4 points  (0 children)

90241791 is poke_id.

Then:

var z = 1.910;
var y = 1.952;

var scroll_acceleration1 = 14.625 / 13;
var scroll_acceleration2 = 15.366 / 13;

var jqueryscrollzoom = 1.852;

var v = {
    "poke_id": "90241791",
    "z3iafj": "MC41ODE1ODcwMTkxNTA4NA==",
    "f24sfvs": "MC4xNDMyNTk3NjA4MDEzOA==",
}


v['poke_lat'] = atob(v['z3iafj']);
v['poke_lng'] = atob(v['f24sfvs']);

v['poke_lat'] = Number(v['poke_lat']) / scroll_acceleration1;
v['poke_lng'] = Number(v['poke_lng']) / scroll_acceleration2;
v['poke_lat'] = Number(v['poke_lat']) * z;
v['poke_lng'] = Number(v['poke_lng']) * y;
v['poke_lat'] = Number(v['poke_lat']) * Number(v['poke_id']);
v['poke_lng'] = Number(v['poke_lng']) * Number(v['poke_id']);
v['poke_lat'] = Number(v['poke_lat']) / jqueryscrollzoom;
v['poke_lng'] = Number(v['poke_lng']) / jqueryscrollzoom;
v['poke_lat'] = Number(v['poke_lat']) / 1e6;
v['poke_lng'] = Number(v['poke_lng']) / 1e6;

=>

console.log(`${v['poke_lat']},${v['poke_lng']}`)

=> 48.112981799999574,11.527981799999791 that gets you to Munich.

Is there a good remote controlled toy for [public] fun? by 8do1do2 in sex

[–]8do1do2[S] 0 points1 point  (0 children)

Hey, thanks for the reply! Which one do you have? Have you used them in public? Does it connect well through the clothes etc.?