summaryrefslogtreecommitdiffstats
path: root/nws/nws.go
diff options
context:
space:
mode:
authorsiddharth <s@ricketyspace.net>2022-05-15 22:42:12 -0400
committersiddharth <s@ricketyspace.net>2022-05-15 22:42:12 -0400
commit331dcaf0139fad478a3451228a2ad215f80876ce (patch)
tree0bd4174f3f511194fb52aee3a530760d5b1c001b /nws/nws.go
parentc89871fd1ece24833d5ef01d2fc2b0a3df0837f2 (diff)
nws: update NWSPointProperties
Add GridX and GridY.
Diffstat (limited to 'nws/nws.go')
-rw-r--r--nws/nws.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/nws/nws.go b/nws/nws.go
index 1ae7df5..243506b 100644
--- a/nws/nws.go
+++ b/nws/nws.go
@@ -13,6 +13,8 @@ import (
)
type NWSPointProperties struct {
+ GridX int
+ GridY int
ForecastLink string `json:"forecast"`
ForecastHourlyLink string `json:"forecastHourly"`
}