Skip to content

Commit

Permalink
tidy deprecated annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Aug 6, 2024
1 parent 6f561db commit 078204e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/my-map/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export class MyMap extends LitElement {
drawType: DrawTypeEnum = "Polygon";

/**
* @deprecated - please set `drawColor`
* @deprecated - please set `drawColor` regardless of `drawType`
*/
@property({ type: String })
drawPointColor = "#2c2c2c";
Expand All @@ -116,7 +116,7 @@ export class MyMap extends LitElement {
drawColor = "#ff0000";

/**
* @deprecated - please set `drawColor` and fill will be automatically inferred using 10% opacity
* @deprecated - please set `drawColor` and fill will be automatically inferred using 20% opacity
*/
@property({ type: String })
drawFillColor = "rgba(255, 0, 0, 0.1)";
Expand Down

0 comments on commit 078204e

Please sign in to comment.