I have a map client application using OpenLayers . I want to use Mapnik data as a background layer, as provided by the OpenLayers.Layer.OSM.Mapnik class. To do this, I need to go to the projection EPSG: 900913. But I also want to display some layers that I can only request in EPSG: 4326. Can I combine both layers with different projections on the same map using OpenLayers and how can I do this?
source share