Skip to content

Commit

Permalink
Fix university name (requested by Runge)
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Feb 6, 2014
1 parent c191239 commit 35bbad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/js/page.map/osm.layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ osm.initLayers = function(){
'layerMS',
new L.TileLayer('http://openmapsurfer.uni-hd.de/tiles/roads/x={x}&y={y}&z={z}', {
maxZoom: 19,
attribution: "Map data &copy; <a href='http://osm.org'>OpenStreetMap</a> contributors, rendering <a href=\"http://giscience.uni-hd.de/\" target=\"_blank\">GIScience Research Group @ University of Heidelberg</a>"}),
attribution: "Map data &copy; <a href='http://osm.org'>OpenStreetMap</a> contributors, rendering <a href=\"http://giscience.uni-hd.de/\" target=\"_blank\">GIScience Research Group @ Heidelberg University</a>"}),
'MapSurfer.net',
'S',
true
Expand Down Expand Up @@ -90,7 +90,7 @@ osm.initLayers = function(){
new L.TileLayer('http://openmapsurfer.uni-hd.de/tiles/hybrid/x={x}&y={y}&z={z}', {
maxZoom: 18,
attribution: "Map data &copy; <a href='http://osm.org'>OpenStreetMap</a> contributors, rendering " +
"<a href=\"http://giscience.uni-hd.de/\" target=\"_blank\">GIScience Research Group @ University of Heidelberg</a>"}),
"<a href=\"http://giscience.uni-hd.de/\" target=\"_blank\">GIScience Research Group @ Heidelberg University</a>"}),
'MapSurfer.net (гибрид)',
'Y',
false
Expand Down

0 comments on commit 35bbad9

Please sign in to comment.