mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
small fix - whitespace
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user