summaryrefslogtreecommitdiffstats
path: root/nws/nws.go
diff options
context:
space:
mode:
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"`
}