From: Kaj-Michael Lang Date: Fri, 3 Aug 2007 08:47:11 +0000 (+0300) Subject: Use a smaller range. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=347bacf8e5742fb39aba3174b2ce1c4e63bd3d5d;p=mapper Use a smaller range. --- diff --git a/src/osm-db.c b/src/osm-db.c index c942166..def24b8 100644 --- a/src/osm-db.c +++ b/src/osm-db.c @@ -414,7 +414,7 @@ osm_find_nearest_way(gint lat, gint lon) { GList *iter; GList *w=NULL; -guint range=8192; +guint range=4096; osm_way *cw=NULL; gdouble pdist=900000.0, pndist=9000000.0;