]> err.no Git - mapper/commitdiff
Use a smaller range.
authorKaj-Michael Lang <milang@onion.tal.org>
Fri, 3 Aug 2007 08:47:11 +0000 (11:47 +0300)
committerKaj-Michael Lang <milang@onion.tal.org>
Fri, 3 Aug 2007 08:47:11 +0000 (11:47 +0300)
src/osm-db.c

index c942166a452436a29871a4a8ea9bb4861e03078f..def24b87e5869553f7d1f01ff244d84cd95603e5 100644 (file)
@@ -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;