jpeterbaker / maxfield

Code for maximizing the Ingress fields on a given set fo portals
GNU General Public License v3.0
165 stars 56 forks source link

Drawn links in a diagram? #2

Closed stickx closed 10 years ago

stickx commented 10 years ago

Is it possible to output a diagram with the final look of the fields/links?

jpeterbaker commented 10 years ago

You can show the links pretty easily by modifying lib/PlanPrinter.py:

comment out lines 139-151 and 230 uncomment lines 154-184 and 229

The 'animate' method could be modified to draw fields on the map. I'll work on this.

Jonathan

On Sun, Oct 27, 2013 at 9:36 PM, stickx notifications@github.com wrote:

Is it possible to output a diagram with the final look of the fields/links?

— Reply to this email directly or view it on GitHubhttps://github.com/jpeterbaker/maxfield/issues/2 .

jpeterbaker commented 10 years ago

I finally got around to including a map with links. Including the fields makes things messy, and I don't think they really add anything useful to the diagram. I think I'll leave them out for now. If you feel strongly that fields should be drawn, let me know and I'll try to get around to it.