Hi all, The current mxn.openlayers.js adds two map layers, indexed by ''osmmapnik'' and ''osm''. The ''osm'' layer isn''t working due I think to outdated server information. If Open Streetmap is going to be the default layer, I''d propose requiring the current layer definitions ( http://www.openstreetmap.org/openlayers/OpenStreetMap.js), and adding just the Mapnik layer by default, which would reduce the current block of code in lines 18 to 81 to this: this.layers[''osmmapnik''] = new OpenLayers.Layer.OSM.Mapnik( ''OSM Mapnik'' ); this.maps[api].addLayer(this.layers[''osmmapnik'']); That will use up-to-date server information (assuming the layer definitions have been loaded). I''d be happy to know what the drawbacks are if I''m missing them. cheers, -dylan- -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mapstraction.com/pipermail/mapstraction-mapstraction.com/attachments/20100507/de437d1d/attachment.htm>