This check flags Nodes that have too many edges connected to them (their valence is too high). Additionally, this check only considers car-navigable connections in the Node valence count.
This check has one configurable that can be changed in the configuration file config.json
Defaults:
"connections.maximum": 10
- Maximum number of Edges connected
- Node id:7676439527 has too many Edges connected to it.
- Node id:7676439526 has too many Edges connected to it.
Please see the source code for NodeValenceCheck here: NodeValenceCheck