Display the movement geometry with orange color.

This commit is contained in:
paul121 2020-07-02 08:31:21 -07:00 committed by Michael Stenta
parent 1bb243b576
commit 419d52cabd
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
// as an editable WKT layer later.
var opts = {
title: 'Movement',
color: 'blue',
color: 'orange',
};
this.movementLayer = this.instance.addLayer('vector', opts);
@ -58,7 +58,7 @@
// above) does not recurse into layer groups.
var opts = {
title: 'Movement',
color: 'blue',
color: 'orange',
wkt: wkt,
};
this.movementLayer = this.instance.addLayer('wkt', opts);