Is it possible to put multiple images in a layer in OpenLayers?
Ideally I would like to group my pictures into categories (each layer is one category) so I can show and hide each category as a whole instead of showing/hiding every single picture.
Is this possible? I found several examples using the Image layer of OpenLayers (which only seems to support one image) or the Vector layer with a StyleMap (which also seems to allow only one external image).
Have I overlooked something or would it take more effort (ie. creating a custom layer type)?
Thanks in advance!