ThanX Bonk - I LOVE the Webmap, sorry if I caused problemos and also sorry I hadn't replied till now. Been away from the forums for a bit.
No biggie, I really need to figure out how to prevent that being an issue.
Would it be possible to set a filter or sorts to load the map showing hexes with a particular DV or DV range? What a cool planning tool that would be....
See where it says "-Layer-", "-Filter-", "-Zoom-" on the form? Select "Defense" in the "-Filter-" dropdown and your wish is granted.
(Thanks go to J'inn for requesting the feature and to Dizzy for ideas on refining it) Also, if the webmap is the active window, hover the mouse over a hex for info on that hex.
The filters currently only show a greyscale of lowest to highest values, but I'll stew on how to implement a user requested DV range or economy filter.
Also curious about whether folks could "register" their game servers (my laptop for instance) so that your remote app could construct a webmap for it?? Perhaps I should post these questions in the Server Admins area, but I'm caught on this thread
Yes this is possible, you need only make the autosave folder available by http. (a webserver alias or virtual directory would do the trick). However this would be a fair bit slower, particularly as the database grows. It is best to run the webmap on the same LAN as the Dynaverse server and set it to get the autosave db over a network share. (or on the same machine and opening the file locally) However we can test getting it over http sometime if you like. I have outlined a rough setup in the MySQL thread in the Dynaverse server admins forum, but can provide more details if desired. I have posted the current webmaps here:
http://www.dynaverse.net/downloads/sfc2_op/Tools_and_Utilities/webmap_op_wips.zip but I am making additional improvements and refinements as I work on the UAW server, overall it still needs a lot of work. (I really must tidy the html output of the script). If you install a webserver and php and download the webmaps you can play around with it yourself. (
Abyss is a tight and easy to install and configure webserver that would do the trick, if you're not into apache or IIS)