Skip to content

Commit

Permalink
refactor(VectorTileParser): remove unnecessary parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchoqueux committed May 21, 2021
1 parent 0177503 commit 860d748
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Parser/VectorTileParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,6 @@ function readPBF(file, options) {
// Only if the layer.origin is top
const y = options.in.isInverted ? file.extent.row : (1 << z) - file.extent.row - 1;

options.out.buildExtent = true;
options.out.mergeFeatures = true;
options.out.structure = '2d';

const collection = new FeatureCollection(options.out);

const vFeature = vectorTile.layers[sourceLayers[0]];
Expand Down

0 comments on commit 860d748

Please sign in to comment.