(id, data)
| 146189 | } |
| 146190 | |
| 146191 | function newLineLayer(id, data) { |
| 146192 | return new _base.base.layers.LineLayer({ |
| 146193 | id, |
| 146194 | data, |
| 146195 | coordinateSystem: _base.base.deck.COORDINATE_SYSTEM.IDENTITY, |
| 146196 | getColor: o => o.color, |
| 146197 | getStrokeWidth: o => o.strokeWidth |
| 146198 | }); |
| 146199 | } |
| 146200 | |
| 146201 | function newTextLayer(presenter, id, data, config, fontFamily) { |
| 146202 | const props = { |