I am implementing a simple Web-based GIS-Application using OpenLayers. I want to display a heatmap as a background-image - just like the hybrid-view of GoogleMaps. This seems to be impossible - I want a nice looking map, so I am using the OSM-Layer - but the images are fully opaque - so all I can do is overlaying an image (or any other layer) on top of this layer - yes, I can apply some transparency, but of course, the labels will fade out.
There doesn't seem to be a way of asking OSM for ground-tiles only (oceans, etc,) THEN insert my custom layer and THEN on top of that inserting an OSM-Layer with streets, streetnames and all the other elements.
I guess, the only way to accomplish this would be to setup my own OSM-TileServer and configure it accordingly?
Any Ideas?
Thanks in Advance