Skip to content

Commit

Permalink
Merge pull request #97 from Dataport/fix/dish-pin-colour
Browse files Browse the repository at this point in the history
fix pin colour in DISH
  • Loading branch information
warm-coolguy authored Feb 5, 2024
2 parents 937c29d + f70627d commit 692a63d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/clients/dish/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## unpublished

- Fix: The pin colour was off.

## 1.1.0

- Feature: Update icon of `layerChooser` in `iconMenu` to `fa-layer-group` to clear-up the content hidden behind the menu button.
Expand Down
2 changes: 1 addition & 1 deletion packages/clients/dish/src/mapConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export const mapConfiguration = {
pins: {
toZoomLevel: 7,
movable: true,
color: {
style: {
fill: shBlue,
},
},
Expand Down

0 comments on commit 692a63d

Please sign in to comment.