simplify local tile code, uniform titles

master
Antoine Beaupré 2012-08-11 11:15:31 -04:00
parent ac775ef8e7
commit 2fb93db1af
1 changed files with 2 additions and 3 deletions

View File

@ -42,10 +42,9 @@ function mapsetup(divname, options) {
});
if (options.mapurl) {
var newLayer = new OpenLayers.Layer.OSM("Local Tiles", options.mapurl);
map.addLayer(newLayer);
map.addLayer(new OpenLayers.Layer.OSM("OpenStreetMap (Local)", options.mapurl));
} else {
map.addLayer(new OpenLayers.Layer.OSM());
map.addLayer(new OpenLayers.Layer.OSM("OpenStreetMap (Mapnik)"));
}
// this nightmare is possible through http://docs.openlayers.org/library/spherical_mercator.html