|
|
@@ -53,7 +53,14 @@ angular
|
|
|
//proxyPrefix: '../8085/',
|
|
|
default_layers: [
|
|
|
new Tile({
|
|
|
- source: new OSM(),
|
|
|
+ source: new OSM({
|
|
|
+ url:
|
|
|
+ 'https://cartodb-basemaps-{a-d}.global.ssl.fastly.net/light_all/{z}/{x}/{y}.png',
|
|
|
+ attributions: [
|
|
|
+ '© <a href="https://www.openstreetmap.org/copyright" target="_blank">OpenStreetMap</a> contributors,',
|
|
|
+ '<a href="https://carto.com/attributions">CARTO</a>',
|
|
|
+ ],
|
|
|
+ }),
|
|
|
title: 'OpenStreetMap',
|
|
|
base: true,
|
|
|
removable: false,
|