Skip to content

Commit

Permalink
- Changed selection of layers
Browse files Browse the repository at this point in the history
- Updated a path


git-svn-id: https://svn.cccmz.de/matekate@4 223dcf81-e940-4002-9f84-9aebb59a28bd
  • Loading branch information
tanjeff committed Jun 4, 2009
1 parent 48b7699 commit af4ab72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions matekate.html
Expand Up @@ -47,13 +47,13 @@

var layerMapnik = new OpenLayers.Layer.OSM.Mapnik("Mapnik");

var layerTah = new OpenLayers.Layer.OSM.Osmarender("Tiles@Home");
var layerOr = new OpenLayers.Layer.OSM.Osmarender("Osmarender");

map.addLayers([layerMapnik,layerTah]);
map.addLayers([layerMapnik,layerOr]);

var pois = new OpenLayers.Layer.Text( "Mate-Zugangspunkte",
{
location:"http://www.cccmz.de/~tanjeff/matekate.txt",
location:"http://cccmz.de/matekate/matekate.txt",
projection: map.displayProjection
});

Expand Down

0 comments on commit af4ab72

Please sign in to comment.