AudunVN / Navmap

Browser-based system map viewer for the Freelancer mod Discovery.
http://space.discoverygc.com/navmap
7 stars 8 forks source link

Rewrite map generator functions to allow for arbitrary object addition post-render #9

Open AudunVN opened 8 years ago

AudunVN commented 8 years ago

What you'd ideally want is a function addObject(objectJSON) that allows you to easily add functions wherever and whenever you want instead of just inside the rather lazy for loop you wrote seven months ago, which just iterates over all the objects found in the system's .ini file (which obviously isn't a very good nor flexible long-term solution).