Merged PR 208: Fix scaling and position of symbols

This commit is contained in:
Eric Nguyen 2022-10-04 09:25:03 +00:00
parent 32684a725b
commit ec7ee7891e
6 changed files with 38 additions and 10 deletions

View file

@ -241,6 +241,18 @@ const GetSVGLayoutConfiguration = () => {
Name: 'Poteau structure',
PositionReference: 1
},
{
Width: 32,
Height: 32,
Image: {
Base64Image: null,
Name: 'Arrow',
Svg: null,
Url: './images/arrow-down.svg'
},
Name: 'Arrow',
PositionReference: 1
},
{
Width: 32,
Height: 32,