Skip to content

Commit 28e8ceb

Browse files
author
David Emory
committed
feat(map): Use new 'useGeographicRendering' transitive option
1 parent 1406d6e commit 28e8ceb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/components/map/transitive-overlay.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ const zoomFactors = [{
1313
gridCellSize: 0,
1414
internalVertexFactor: 0,
1515
angleConstraint: 5,
16-
mergeVertexThreshold: 0
16+
mergeVertexThreshold: 0,
17+
useGeographicRendering: true
1718
}]
1819

1920
import Transitive from 'transitive-js'

0 commit comments

Comments
 (0)