Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Oct 19, 2023
1 parent 0aa9f3f commit f8a3938
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/srm/src/app/map/map.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ export class MapComponent implements OnChanges, AfterViewInit {
this.map.setPaintProperty(LAYER_POINTS_STROKE_ON, 'circle-stroke-color', colorStyle);
this.map.setPaintProperty(LAYER_POINTS_ACTIVE, 'circle-color', colorStyle);
this.map.setPaintProperty(LAYER_POINTS_STROKE_ACTIVE, 'circle-stroke-color', colorStyle);
this.map.setPaintProperty(LAYER_POINTS_INACCURATE_OUT, 'circle-color', colorStyle);

this.map.getStyle().layers?.filter((l) => LAYERS_CLICKABLE.indexOf(l.id) >= 0).forEach((layer) => {
const layerName = layer.id;
Expand Down

0 comments on commit f8a3938

Please sign in to comment.