1
This commit is contained in:
parent
3337f7216e
commit
dcc9e0e1ec
@ -27,8 +27,7 @@ function build_pt_layer(wells, settings, style) {
|
||||
const wells_layer = corel_layer("wells");
|
||||
const rings_layer = corel_layer("rings");
|
||||
// Круги
|
||||
rings_layer.append(wells.map((x) => well_ring.it(t2r(x.wwit), ppu, style.wit).move(x.lx, x.ly)));
|
||||
rings_layer.append(wells.map((x) => well_ring.it(t2r(x.wsit), ppu, style.sit).move(x.lx, x.ly)));
|
||||
rings_layer.append(wells.map((x) => well_ring.pt(x.wopt, x.wwpt, t2r(x.wlpt), ppu, style).move(x.lx, x.ly)));
|
||||
|
||||
// Знак скважины
|
||||
wells_layer.append(
|
||||
@ -57,7 +56,8 @@ function build_it_layer(wells, settings, style) {
|
||||
const rings_layer = corel_layer("rings");
|
||||
|
||||
// Круги
|
||||
rings_layer.append(wells.map((x) => well_ring.it(t2r(x.wwit), ppu, style).move(x.lx, x.ly)));
|
||||
rings_layer.append(wells.map((x) => well_ring.it(t2r(x.wwit), ppu, style.wit).move(x.lx, x.ly)));
|
||||
rings_layer.append(wells.map((x) => well_ring.it(t2r(x.wsit), ppu, style.sit).move(x.lx, x.ly)));
|
||||
|
||||
// Знак скважины
|
||||
wells_layer.append(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user