Merged PR 208: Fix scaling and position of symbols
This commit is contained in:
parent
32684a725b
commit
ec7ee7891e
6 changed files with 38 additions and 10 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue