We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d01c05 commit 4f61ad8Copy full SHA for 4f61ad8
src/mapboxgl/overlay/fabric/PlotMapCoordSys.js
@@ -45,7 +45,7 @@ PlotMapCoordSys.prototype.pointToData = function pointToData(pt) {
45
PlotMapCoordSys.prototype.getScale = function getScale() {
46
let n=this.m_mapboxMap.getZoom()
47
48
- return 256* Math.pow(2,n+1);
+ return 1024 * Math.pow(2,n+1);
49
};
50
51
/**
0 commit comments