Map coverage settings
You can define map coverage settings to specify one or multiple coverage runs with different input and output overrides for a single map. Coverage settings specify how many times to run the map, what input and output data to use for each run, how much detail to include in the report, and how to handle errors. The system saves these configurations in a <map>.mcs.json file, which is located in the same directory as the compiled map.
You can define coverage settings in two ways:
- Design Studio Coverage Settings dialog: A guided user interface integrated directly in the map editor.
- Text editor: Manually edit or create the .mcs.json file to conform to the CoverageSettings.schema.json schema, which is included in your product distribution.