gbiobob / ED3D-Galaxy-Map

Elite: Dangerous 3D map visualiser API (build with WebGL)

Home Page:https://wiki.ed-board.net/en/map/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New feature request: dynamic reload

Gerdofal opened this issue · comments

Is it possible to trigger a reload of the map data from JSON without taking the map off the screen? Just adding the new points? And maybe taking away points, or re-categorizing points, that aren't needed any more?

Hi!
there is a Ed3d.rebuild(): function but not totally perfect at this moment to reload completelly the scene if your JSon has changed,
is it enough ? or need something more specific ?