Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
prodige
bdl-alkante-visualiseur-core
Commits
ccb8bd92
Commit
ccb8bd92
authored
Nov 07, 2022
by
Jenkins
Browse files
Merge commit '
91384ac4
'
parents
e50c0d20
91384ac4
Changes
3
Hide whitespace changes
Inline
Side-by-side
projects/visualiseur-core/src/lib/layers-legend/layer-legend-lite/layer-legend-lite.component.ts
View file @
ccb8bd92
...
...
@@ -113,7 +113,6 @@ export class LayerLegendLiteComponent extends LayersLegendComponent implements
const
copyLegends
=
tabLegends
.
map
(
legend
=>
Object
.
assign
({
layer
},
legend
));
this
.
legends
=
this
.
legends
.
concat
(
copyLegends
);
console
.
log
(
114
,
this
.
legends
);
}
});
}
...
...
projects/visualiseur-core/src/lib/models/option-chart.ts
View file @
ccb8bd92
...
...
@@ -4,4 +4,6 @@ export interface OptionChart{
colors
?:
string
[];
columns
?:
number
|
string
;
type
:
'
bar
'
|
'
pie
'
;
angleValueOnchart
?:
number
;
}
projects/visualiseur-core/src/lib/models/option-impression.ts
View file @
ccb8bd92
...
...
@@ -47,8 +47,9 @@ export interface OptionImpression{
}
export
interface
ImpressionView
{
center
:
number
[];
zoom
:
number
;
center
?:
number
[];
extend
?:
number
[];
zoom
?:
number
;
projection
:
string
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment