From 5137901496db0bab33fe1f79b633d41520b85899 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sat, 7 May 2016 16:33:06 +0200 Subject: [PATCH] Match hydrants with a derivation of 5m --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 015c3f2..9ec57b8 100644 --- a/main.go +++ b/main.go @@ -18,7 +18,7 @@ var ( Comment string `flag:"comment,c" default:"Added hydrants from GPX file" description:"Comment for the changeset"` Debug bool `flag:"debug,d" default:"false" description:"Enable debug logging"` GPXFile string `flag:"gpx-file,f" description:"File containing GPX waypoints"` - MachRange int64 `flag:"match-range" default:"20" description:"Range of meters to match GPX hydrants to OSM nodes"` + MachRange int64 `flag:"match-range" default:"5" description:"Range of meters to match GPX hydrants to OSM nodes"` NoOp bool `flag:"noop,n" default:"false" description:"Fetch data from OSM but do not write"` OSM struct { Username string `flag:"osm-user" description:"Username to log into OSM"`