plepe / ptmap

Public transport map, based on OpenStreetMap (via Overpass API)
11 stars 2 forks source link

TypeError: invalid 'in' operand ipLoc ptmap.js:51037:1 #1

Closed nebulon42 closed 7 years ago

nebulon42 commented 7 years ago

So the page won't load. System: Firefox 50.1.0 on Ubuntu 16.04

nebulon42 commented 7 years ago

Turned out to be my Adblocker (uBlock) that blocked the call to freegeoip.net

Chrome was a little bit more verbose:

Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
ptmap.js:51037 Uncaught TypeError: Cannot use 'in' operator to search for 'latitude' in undefined
    at ptmap.js:51037
    at ptmap.js:14412
    at ptmap.js:14402
    at XMLHttpRequest.xhr.onreadystatechange (ptmap.js:50992)

I'm closing this, but would be great if it would also work without the call to this site.