fix: disable native edge lines by default
This commit is contained in:
@@ -42,6 +42,8 @@ assert.match(app, /const double = parts\[0\] === "double"/);
|
||||
assert.match(app, /function selectEdgeLine\(feature\)/);
|
||||
assert.match(app, /edge-line-style/);
|
||||
assert.match(app, /道路外缘线样式/);
|
||||
assert.match(app, /data-layer="edgeLines" type="checkbox"> 道路外缘线/);
|
||||
assert.match(app, /edgeLines: new VectorLayer\(\{ source: source\(\), visible: false/);
|
||||
assert.match(html, /id="marking-style-heading"/);
|
||||
assert.match(app, /data-layer="controls" type="checkbox" checked> 斑马线与停止线/);
|
||||
assert.match(app, /controls: new VectorLayer/);
|
||||
|
||||
Reference in New Issue
Block a user