Skip to content

Commit

Permalink
Fix GisVisualizationControllerTest
Browse files Browse the repository at this point in the history
Signed-off-by: Liviu-Mihail Concioiu <[email protected]>
  • Loading branch information
liviuconcioiu committed Dec 2, 2024
1 parent 43640af commit bf33bce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function testGisVisualizationController(): void
],
'visualization' => '<?xml version="1.0" encoding="UTF-8" standalone="no"?>' . "\n"
. '<svg version="1.1" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"'
. ' width="600" height="450"><g><circle cx="300" cy="225" r="3" name=""'
. ' width="600" height="450"><g><circle cx="300" cy="225" r="3" data-label=""'
. ' id="1234567890" class="point vector" fill="white" stroke="#b02ee0" stroke-width="2"/></g></svg>',
'open_layers_data' => [
[
Expand Down

0 comments on commit bf33bce

Please sign in to comment.