add polyline support
This commit is contained in:
parent
11b54fe892
commit
d5c91fbdf1
@ -42,6 +42,11 @@ define(
|
||||
polygon: {
|
||||
parse: polygon2contour,
|
||||
params: ['points']
|
||||
},
|
||||
|
||||
polyline: {
|
||||
parse: polygon2contour,
|
||||
params: ['points']
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user