Skip to content

Commit

Permalink
add default style to entity (#2871)
Browse files Browse the repository at this point in the history
  • Loading branch information
tltk90 authored and asafMasa committed Jan 9, 2020
1 parent 94d4d1a commit 794e80d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -199,7 +199,7 @@ export class AnnotationsVisualizer extends EntitiesVisualizer {
return {
featureJson,
id: feature.properties.id,
style: feature.properties.style,
style: feature.properties.style || this.visualizerStyle,
showMeasures: feature.properties.showMeasures || false,
label: feature.properties.label || {text: '', geometry: null},
icon: feature.properties.icon || '',
Expand Down

0 comments on commit 794e80d

Please sign in to comment.