fix path to default portal image - looks like it changed on the stock site
This commit is contained in:
parent
3bd8d1a548
commit
0ee98355bd
2
main.js
2
main.js
@ -193,7 +193,7 @@ window.RANGE_INDICATOR_COLOR = 'red'
|
|||||||
window.PORTAL_RADIUS_ENLARGE_MOBILE = 5;
|
window.PORTAL_RADIUS_ENLARGE_MOBILE = 5;
|
||||||
|
|
||||||
|
|
||||||
window.DEFAULT_PORTAL_IMG = '//commondatastorage.googleapis.com/ingress/img/default-portal-image.png';
|
window.DEFAULT_PORTAL_IMG = '//commondatastorage.googleapis.com/ingress.com/img/default-portal-image.png';
|
||||||
window.NOMINATIM = 'http://nominatim.openstreetmap.org/search?format=json&limit=1&q=';
|
window.NOMINATIM = 'http://nominatim.openstreetmap.org/search?format=json&limit=1&q=';
|
||||||
|
|
||||||
// INGRESS CONSTANTS /////////////////////////////////////////////////
|
// INGRESS CONSTANTS /////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user