LayerProcessingStatus
LayerProcessingStatus:
"processing"
|"completed"
|"failed"
|"incomplete"
This describes the processing status of a layer.
The various values are:
processing
: The layer has been uploaded or updated and is still processing.completed
: The layer has been processed and can be viewed on the map.failed
: The layer failed to process and cannot be viewed on the map.incomplete
: The layer has not been processed.
Last updated