switch from openstreetmap nominatim search to the mapquest api version - openstreetmap has broken via https, and opemstreetmap has less limits on usage so better suits us anyway
This commit is contained in:
parent
02f41d41eb
commit
00c494f85e
3
main.js
3
main.js
@ -168,7 +168,8 @@ window.PORTAL_RADIUS_ENLARGE_MOBILE = 5;
|
|||||||
|
|
||||||
|
|
||||||
window.DEFAULT_PORTAL_IMG = '//commondatastorage.googleapis.com/ingress.com/img/default-portal-image.png';
|
window.DEFAULT_PORTAL_IMG = '//commondatastorage.googleapis.com/ingress.com/img/default-portal-image.png';
|
||||||
window.NOMINATIM = '//nominatim.openstreetmap.org/search?format=json&limit=1&q=';
|
//window.NOMINATIM = '//nominatim.openstreetmap.org/search?format=json&limit=1&q=';
|
||||||
|
window.NOMINATIM = '//open.mapquestapi.com/nominatim/v1/search.php?format=json&limit=1&q=';
|
||||||
|
|
||||||
// INGRESS CONSTANTS /////////////////////////////////////////////////
|
// INGRESS CONSTANTS /////////////////////////////////////////////////
|
||||||
// http://decodeingress.me/2012/11/18/ingress-portal-levels-and-link-range/
|
// http://decodeingress.me/2012/11/18/ingress-portal-levels-and-link-range/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user