I'm a newbie, I copied this from an example somewhere to start:<br><br>map = new OpenLayers.Map('map',<br> {<br> numZoomLevels: 19,<br> maxResolution: 156543.0399,<br> units: 'm',<br>
projection: new OpenLayers.Projection("EPSG:900913"),<br> displayProjection: new OpenLayers.Projection("EPSG:4326")<br> });<br><br><br> var layerMapnik = new OpenLayers.Layer.OSM.Mapnik("Mapnik");<br>
map.addLayers([layerMapnik,layerTah]);<br>