summaryrefslogtreecommitdiffstats
path: root/nws/nws.go
diff options
context:
space:
mode:
Diffstat (limited to 'nws/nws.go')
-rw-r--r--nws/nws.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/nws/nws.go b/nws/nws.go
index 1950153..f7689b0 100644
--- a/nws/nws.go
+++ b/nws/nws.go
@@ -423,10 +423,7 @@ func GetAlerts(lat, lng float32) (fc *FeatureCollection, err *Error) {
// Build query.
q := url.Values{}
q.Add("status", "actual")
- q.Add("message_type", "alert")
q.Add("point", ll)
- q.Add("urgency", "Immediate,Expected")
- q.Add("certainty", "Observed,Likely,Possible")
u.RawQuery = q.Encode()
// Hit it.