AudunVN / Navmap

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

Implement arbitrary point rendering (waypoints, ships, bases) #5

Open AudunVN opened 8 years ago

AudunVN commented 8 years ago

shippositioning

This functionality should be accessible through JSON, the /pos command and an in-map editing interface. All data and the current map state should be shareable by encoding it as a base64 string in the map URL in real-time as the user edits it.

AudunVN commented 8 years ago

The data format could probably be something like [xpos,ypos,zpos,xrot,yrot,zrot,class,optionalUniqueIdentifier,optionalLabel,optionalDescription,optionalExtraClassVar1,...]