We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f0246d commit b6867ccCopy full SHA for b6867cc
web-vite/src/app/reducer/index.ts
@@ -97,7 +97,6 @@ function appReducer(state: AppState, action: AppAction) {
97
98
const bounds = state.map.getBounds().toArray();
99
const [[minX, minY], [maxX, maxY]] = bounds;
100
- console.log(bounds);
101
const poly = tBboxPolygon([minX, minY, maxX, maxY]);
102
const area = tArea(poly);
103
const formattedArea = new Intl.NumberFormat().format(
0 commit comments