Map tiles via HTTPS + Fix for max zoom level.
This commit is contained in:
parent
c038546ac2
commit
71690b7d5c
|
@ -32,15 +32,14 @@ angular.module('ffffng')
|
||||||
layers: {
|
layers: {
|
||||||
baselayers: {
|
baselayers: {
|
||||||
osm: {
|
osm: {
|
||||||
name: '',
|
name: 'MapQuest (OSM)',
|
||||||
url: 'http://otile{s}.mqcdn.com/tiles/1.0.0/osm/{z}/{x}/{y}.jpg',
|
url: 'https://otile{s}-s.mqcdn.com/tiles/1.0.0/map/{z}/{x}/{y}.jpg',
|
||||||
type: 'xyz',
|
type: 'xyz',
|
||||||
layerOptions: {
|
layerOptions: {
|
||||||
subdomains: '1234',
|
subdomains: '1234',
|
||||||
attribution:
|
attribution:
|
||||||
'Map data Tiles © <a href="http://www.mapquest.com/" target="_blank">MapQuest</a> ' +
|
'Tiles © <a href=\"https://www.mapquest.com/\" target=\"_blank\">MapQuest</a>, ' +
|
||||||
'<img src="https://developer.mapquest.com/content/osm/mq_logo.png" />, ' +
|
'Data CC-BY-SA OpenStreetMap'
|
||||||
'Map data © OpenStreetMap contributors, CC-BY-SA'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue