Skip to content

Commit

Permalink
Code update
Browse files Browse the repository at this point in the history
  • Loading branch information
trasch committed Jan 9, 2024
1 parent 5f1f0b3 commit f19faad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MVTTools/VectorTileEncoder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ extension VectorTile {
let diagonalLength = boundingBoxToExpand.southWest.distance(from: boundingBoxToExpand.northEast)
let distance = diagonalLength * factor

clipBoundingBox = boundingBoxToExpand.expand(distance: distance)
clipBoundingBox = boundingBoxToExpand.expanded(byDistance: distance)
}

var vectorTileLayers: [VectorTile_Tile.Layer] = []
Expand Down

0 comments on commit f19faad

Please sign in to comment.