iitc-project / ingress-intel-total-conversion

ingress.com/intel total conversion user script with some new features. Should allow easier extension of the intel map.
http://iitc.jonatkins.com/
ISC License
991 stars 553 forks source link

Portal history in IITC #1316

Open mrWhitton opened 3 years ago

mrWhitton commented 3 years ago

To build functionality for the new portal history in IITC. https://community.ingress.com/en/discussion/13451/portal-history-now-available-on-intel-map/p1?new=1

ekuinox commented 3 years ago

https://github.com/iitc-project/ingress-intel-total-conversion/blob/a34df32640fbec85a245198451e0d5141c711927/code/entity_decode.js#L97-L111

when portal level is none a.length may be 14. but when portal was visited or captured, scout controlled, a.length may be 19. I infer a[18] means level. https://twitter.com/remokusu/status/1357929670994391041

johnd0e commented 3 years ago

Duplicate of #1315