Skip to content

Commit

Permalink
Merge shop within 20m osm-fr#338
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Jun 19, 2019
1 parent d27bce5 commit 0b59859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysers/analyser_merge_shop_FR.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def __init__(self, config, error_file, logger, missing_official, missing_osm, cl
select = Select(
types = ['nodes', 'ways'],
tags = selectTags),
conflationDistance = 200,
conflationDistance = 50,
generate = Generate(
static1 = generateTags,
static2 = {"source": self.source},
Expand Down

0 comments on commit 0b59859

Please sign in to comment.