I have a map image on one layer (the background), then a hex grid on the other one and I want to have it visible over the map layer.
I can do the map, or I can do the hex grid, but I can't get both to show up. I have been setting the z-index property in the stylesheet, but all that shows up is the map image. The code that draws the map is being called (I have an alert pop up to verify that) but the grid never shows up unless the map isn't drawn.
So if anyone has an idiot's guide to HTML5 canvas layers, please point me to it