This commit is contained in:
Milos Brzakovic
2021-07-07 20:57:54 +02:00
parent 887938c406
commit c248aece7b
+1 -1
View File
@@ -280,7 +280,7 @@ 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=t -> (Transparant) returns a 200 with a transparent (png) tile
• n=t -> (Transparent) returns a 200 with a transparent (png) tile
*/
const strictParam = 'n';