Once we have a Mondara 4x4 and a file path, we look at the layer names in each and map together ones that match. When submitting the job, we use this map to pass in a replacingUid property for layers with a name match in order to do a layer replace instead of create. I decided against making a UI that allows users to override the mapping for now; this would add days of work given the state of the code base and I think what I have so far by itself is valuable.
Also did a whole bunch of style cleanup and removal of unused properties / methods / imports that seem to have been copy-🍝 ed
replacingUid
property for layers with a name match in order to do a layer replace instead of create. I decided against making a UI that allows users to override the mapping for now; this would add days of work given the state of the code base and I think what I have so far by itself is valuable.