Hey, I'm trying to generate a hex-based map by getting the information from a mysql database.
The link to the map page is at http://war3online.com/game.php?view=localmap
My mysql table is just simple x,y columns all the way down. The main problem I can't figure out is how to make it automatically generate the x.png image at the beginning of the line and end of the first line on the map which gives it the hex look to it.
Any comments or suggestions are highly appreciated, thanks in advance!