Skip to content

Commit

Permalink
Disable DuplicateMapFeatureCheck by default. (osmlab#621)
Browse files Browse the repository at this point in the history
Until this check can be fixed so that it doesn't take so long I propose that we disable the check by default in the configuration. 

This won't have any other effect on the actual check and if you want to execute that specific check then you can still do it. It will only change the default atlas checks that are executed when the configuration.json is used.
  • Loading branch information
atiannicelli authored Sep 8, 2021
1 parent 076a267 commit fc66f70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@
}
},
"DuplicateMapFeatureCheck": {
"enabled": false,
"features.tags.should.represent.only.once.in.area": [
"amenity",
"leisure",
Expand Down

0 comments on commit fc66f70

Please sign in to comment.