Allow data tile source loader to return a value or a promise
This commit is contained in:
@@ -53,7 +53,7 @@ new Map({
|
||||
}
|
||||
}
|
||||
|
||||
return Promise.resolve(output);
|
||||
return output;
|
||||
},
|
||||
}),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user