Skip to content

Commit

Permalink
refactor the code
Browse files Browse the repository at this point in the history
  • Loading branch information
vasanth kumar authored and vasanth kumar committed Nov 14, 2022
1 parent 0abbc2e commit 2448cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/GeoJSONSwiftHelper/GridHelper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public struct GridHelper {
let isGrid = true

var boundary: Turf.Polygon? = nil
var selected = false
public var selected = false

var opacity: Double {
selected ? 1 : 0
Expand Down

1 comment on commit 2448cd8

@vasanth1705
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

refactor the code

Please sign in to comment.