Prototype vector to raster conversion

This commit is contained in:
Dennis Kobert
2025-09-19 12:19:46 +02:00
parent 1587ff164d
commit 4a9fb5162b
9 changed files with 105 additions and 9 deletions

View File

@@ -344,7 +344,7 @@ impl ProtoNetwork {
let (_, node) = &self.nodes[old_node_id.0 as usize];
let mut path = node.original_location.path.clone();
log::debug!("Inserting context nullification after {:?} with context features: {:?}", node.identifier, context_deps);
// log::debug!("Inserting context nullification after {:?} with context features: {:?}", node.identifier, context_deps);
// Add a path extension with a placeholder value which should not conflict with existing paths
if let Some(p) = path.as_mut() {