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