feat: add native road control markings
This commit is contained in:
@@ -27,5 +27,11 @@ assert.match(app, /外缘扩张倍率/);
|
||||
assert.match(app, /最大外缘扩张/);
|
||||
assert.match(app, /道路方向箭头/);
|
||||
assert.match(app, /native-road-direction-arrow\/v1/);
|
||||
assert.match(app, /data-layer="controls" type="checkbox" checked> 斑马线与停止线/);
|
||||
assert.match(app, /controls: new VectorLayer/);
|
||||
assert.match(app, /state\.layers\.crosswalks/);
|
||||
assert.match(app, /state\.layers\.vehicleStopLines/);
|
||||
assert.match(app, /native-road-crosswalk\/v1/);
|
||||
assert.match(app, /native-road-stop-line\/v1/);
|
||||
assert.match(app, /term\.textContent = label; detail\.textContent = value; summary\.append\(term, detail\)/);
|
||||
console.log("road workbench tests passed");
|
||||
|
||||
Reference in New Issue
Block a user