fix: remove redundant change to headers
This commit is contained in:
parent
5aa001b9fc
commit
9f16d77a5a
1 changed files with 1 additions and 2 deletions
|
@ -118,7 +118,6 @@ export const serve_data = {
|
|||
data = await gunzipP(data);
|
||||
isGzipped = false;
|
||||
}
|
||||
delete headers['Content-Encoding'];
|
||||
|
||||
if (tileJSONFormat === 'pbf') {
|
||||
if (options.dataDecoratorFunc) {
|
||||
|
|
Loading…
Reference in a new issue