| Class | Description |
|---|---|
| AtlasChecksCommand |
Shell for running atlas-checks commands.
|
| AtlasChecksGeoJSONDiffSubCommand |
Takes 2 sets of atlas-checks geoJSON flag files and reports the number of additions,
subtractions, and changed flags from source to target.
|
| AtlasChecksLogDiffSubCommand |
Takes 2 sets of atlas-checks log files and reports the number of additions, subtractions, and
changed flags from source to target.
|
| JSONFlagDiffSubCommand |
An abstract sub-command for creating json and flag based diffing commands.
|
| MapRouletteUploadCommand |
Given a directory of log files created by atlas-checks, upload those files to MapRoulette.
|
| Enum | Description |
|---|---|
| JSONFlagDiffSubCommand.DiffReturn |
Expected returns from
JSONFlagDiffSubCommand.getDiff(HashMap, HashMap, DiffReturn). |