Replace zone preview with JS Mapbox widget and simplify zone UI

This commit is contained in:
Ruslan Bakiev
2026-02-13 18:01:40 +07:00
parent f967429b9d
commit 111afdd885
9 changed files with 272 additions and 82 deletions

View File

@@ -0,0 +1,20 @@
.o_mapbox_polygon_widget {
width: 100%;
height: 420px;
min-height: 420px;
border: 1px solid #d7dde5;
border-radius: 8px;
overflow: hidden;
background: #f5f7fa;
}
.o_mapbox_polygon_placeholder {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
padding: 16px;
color: #5f6b7a;
text-align: center;
font-size: 14px;
}