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
989 stars 552 forks source link

Add drawtools support and improve portal list display. #1190

Closed pleasantone closed 1 year ago

pleasantone commented 7 years ago

I rewrote this code a long time ago but Jon had stopped maintaining IITC by then, so I closed out the pull requests.

If a polygon is in the display window, this code will limit the code under the portals list to just the portals in the polygon. It also makes several improvements, including a .CSV export, of the data in question. Originally I had submitted this as two pull requests in case the export thing was an issue, but honestly, it adds no additional load to the servers and at this point, it beats the alternative grey stuff that is floating around. There are completely legitimate reasons for it.

If you have a major issue with it, you can just eliminate the exportCSV function and the call to it, it's obvious.

pleasantone commented 7 years ago

@dingram any thoughts?