@@ -49,65 +49,15 @@ module.exports = function () {
49
49
'siteName' : 'Freifunk Regensburg' ,
50
50
'mapLayers' : [
51
51
{
52
- 'name' : 'Freifunk Regensburg ' ,
52
+ 'name' : 'Wikimedia OSM Map ' ,
53
53
// Please ask Freifunk Regensburg before using its tile server c- example with retina tiles
54
- 'url' : 'https://{s}.tiles.ffrgb.net/ {z}/{x}/{y}{retina }.png' ,
54
+ 'url' : 'https://maps.wikimedia.org/osm-intl/ {z}/{x}/{y}{r }.png' ,
55
55
'config' : {
56
56
'maxZoom' : 20 ,
57
57
'subdomains' : '1234' ,
58
- 'attribution' : '<a href="http://www.openmaptiles.org/" target="_blank">© OpenMapTiles</a> <a href="http://www.openstreetmap.org/about/" target="_blank">© OpenStreetMap contributors</a>' ,
58
+ 'attribution' : '<a href="https://wikimediafoundation.org/wiki/Maps_Terms_of_Use" rel="noopener" target="_blank">Wikimedia maps</a><a href=" http://www.openmaptiles.org/" target="_blank">© OpenMapTiles</a> <a href="http://www.openstreetmap.org/about/" target="_blank" rel="noopener ">© OpenStreetMap contributors</a>' ,
59
59
'start' : 6
60
60
}
61
- } ,
62
- {
63
- 'name' : 'Freifunk Regensburg Night' ,
64
- // Please ask Freifunk Regensburg before using its tile server - example with retina and dark tiles
65
- 'url' : 'https://{s}.tiles.ffrgb.net/n/{z}/{x}/{y}{retina}.png' ,
66
- 'config' : {
67
- 'maxZoom' : 20 ,
68
- 'subdomains' : '1234' ,
69
- 'attribution' : ' <a href="http://www.openmaptiles.org/" target="_blank">© OpenMapTiles</a> <a href="http://www.openstreetmap.org/about/" target="_blank">© OpenStreetMap contributors</a>' ,
70
- 'mode' : 'night' ,
71
- 'start' : 19 ,
72
- 'end' : 7
73
- }
74
- } ,
75
- {
76
- 'name' : 'OpenStreetMap.HOT' ,
77
- 'url' : 'https://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png' ,
78
- 'config' : {
79
- 'maxZoom' : 19 ,
80
- 'attribution' : '© Openstreetmap France | © <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
81
- }
82
- } ,
83
- {
84
- 'name' : 'HERE' ,
85
- // Please use your own API key - Free plan is on right side after the pay plans
86
- 'url' : 'https://{s}.base.maps.api.here.com/maptile/2.1/maptile/newest/normal.day/{z}/{x}/{y}/256/png8?app_id=YOUR_KEY&app_code=YOUR_CODE&lg=deu' ,
87
- 'config' : {
88
- 'attribution' : 'Map © 1987-2014 <a href="http://developer.here.com">HERE</a>' ,
89
- 'subdomains' : '1234' ,
90
- 'maxZoom' : 20
91
- }
92
- } ,
93
- {
94
- 'name' : 'Esri.WorldImagery' ,
95
- 'url' : '//server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}' ,
96
- 'config' : {
97
- 'maxZoom' : 20 ,
98
- 'attribution' : 'Tiles © Esri — Source: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community'
99
- }
100
- } ,
101
- {
102
- 'name' : 'HERE.hybridDay' ,
103
- // Please use your own API key - Free plan is on right side after the pay plans
104
- 'url' : 'https://{s}.aerial.maps.api.here.com/maptile/2.1/maptile/newest/{variant}/{z}/{x}/{y}/256/png8?app_id=YOUR_KEY&app_code=YOUR_CODE&lg=deu' ,
105
- 'config' : {
106
- 'attribution' : 'Map © 1987-2014 <a href="http://developer.here.com">HERE</a>' ,
107
- 'subdomains' : '1234' ,
108
- 'variant' : 'hybrid.day' ,
109
- 'maxZoom' : 20
110
- }
111
61
}
112
62
] ,
113
63
// Set a visible frame
0 commit comments