Skip to content

Commit

Permalink
disables pink color fill on overview layers
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim committed Nov 21, 2024
1 parent 54bffad commit b8f26d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/services/map/map.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ export class MapService {
'source': overview_source,
'extent': response['extent'],
'style': {
'color': 'pink',
// 'color': 'pink',
// 'fill': new Fill({
// 'color': 'red'
// })
Expand Down

0 comments on commit b8f26d2

Please sign in to comment.