flowrean

Results 3 issues of flowrean

Converting an OSM PBF file to an Atlas, I noticed that the edge IDs generated during country slicing do not seem to be in line with what is described in...

For boolean flag values, there is what seems to me inconsistent behavior. Reusing the example from the README: ```go package main import ( "fmt" "github.com/koding/multiconfig" ) type Server struct {...

In TUTORIAL.md, `required_fields` is listed as an option, nested below the `options` key. I couldn't get this to work so I looked into the code and it seems `required_fields` should...