small fix - whitespace

This commit is contained in:
Milos Brzakovic
2021-07-12 18:44:22 +02:00
parent c248aece7b
commit a64e49b064

View File

@@ -278,8 +278,8 @@ rendererBackgroundSource.Bing = function(data, dispatch) {
/*
missing tile image strictness param (n=)
• n=f -> (Fail) returns a 404
• n=z -> (Empty) returns a 200 with 0 bytes (no content)
• n=f -> (Fail) returns a 404
• n=z -> (Empty) returns a 200 with 0 bytes (no content)
• n=t -> (Transparent) returns a 200 with a transparent (png) tile
*/
const strictParam = 'n';