Skip to content

Commit 16c07f6

Browse files
authored
Merge branch 'master' into clientTile
2 parents 7aec5d2 + cb47acf commit 16c07f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mapml/layers/DebugLayer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export var DebugOverlay = L.Layer.extend({
2828
this._grid = debugGrid({
2929
className: "mapml-debug-grid",
3030
pane: map._panes.mapPane,
31-
zIndex: 10000,
31+
zIndex: 400,
3232
tileSize: map.options.crs.options.crs.tile.bounds.max.x,
3333
});
3434
map.addLayer(this._grid);

0 commit comments

Comments
 (0)