Skip to content

Commit 545a8a3

Browse files
committed
Fix MultiLineString class in GIS svg export
Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
1 parent c3ea5f6 commit 545a8a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Gis/GisMultiLineString.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public function prepareRowAsPdf(
157157
public function prepareRowAsSvg(string $spatial, string $label, array $color, ScaleData $scaleData): string
158158
{
159159
$options = [
160-
'class' => 'linestring vector',
160+
'class' => 'multilinestring vector',
161161
'fill' => 'none',
162162
'stroke' => sprintf('#%02x%02x%02x', $color[0], $color[1], $color[2]),
163163
'stroke-width' => 2,

0 commit comments

Comments
 (0)