forked from MapComplete/MapComplete
Quickfix: add centroids to some renderings which dissappeared during migration
This commit is contained in:
parent
c3a4015f53
commit
161bcc8647
11 changed files with 1001 additions and 1036 deletions
|
|
@ -17,7 +17,6 @@ export default class LineRenderingConfig extends WithContextLoader {
|
|||
this.color = this.tr("color", "#0000ff");
|
||||
this.width = this.tr("width", "7");
|
||||
this.dashArray = this.tr("dashArray", "");
|
||||
|
||||
this.leftRightSensitive = json.offset !== undefined && json.offset !== 0 && json.offset !== "0"
|
||||
|
||||
this.offset = this.tr("offset", "0");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue