AnatomicMaps / flatmap-maker

Make anatomical flatmaps from SVG diagrams, Powerpoint slides, and other sources.
Apache License 2.0
2 stars 6 forks source link

Combinging npo_check and npo_align, Resolving & Tracking missing nodes #69

Closed napakalas closed 7 months ago

napakalas commented 8 months ago

This PR contains two thinks, those are:

  1. Combining npo_check and npo_align. These two scripts are sequential, so with the combination the script will be run one time.
  2. Adding new properties completeness and missing-nodes. This properties will be accessible from annotation from mapserver. With these properties, mapviewer can filter for those edge with missing nodes.
dbrnz commented 8 months ago

Adding new properties completeness and missing-nodes. This properties will be accessible from annotation from mapserver. With these properties, mapviewer can filter for those edge with missing nodes.

How will these new properties be used in mapviewer? Are you working on the changes for mapviewer? Regardless, please raise a ticket here to describe their use. Thanks.

dbrnz commented 7 months ago

Included with PR #70 so closing.