Revert dummy parameter change
fix typo
This commit is contained in:
@@ -35,7 +35,7 @@ const enabledLayer = new TileLayer({
|
|||||||
source: new XYZ({
|
source: new XYZ({
|
||||||
attributions: attributions,
|
attributions: attributions,
|
||||||
url:
|
url:
|
||||||
'https://api.maptiler.com/tiles/terrain-rgb/{z}/{x}/{y}.png?key=' + key;
|
'https://api.maptiler.com/tiles/terrain-rgb/{z}/{x}/{y}.png?key=' + key,
|
||||||
maxZoom: 10,
|
maxZoom: 10,
|
||||||
crossOrigin: '',
|
crossOrigin: '',
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user