AnatomicMaps / flatmap-maker

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

SVG feature not appearing in map (cardio_8) #17

Open keeran97 opened 2 years ago

keeran97 commented 2 years ago

pulmonary artery (labelled cardio_8-1) doesnt not appear on the generated map. the feature is closed on the SVG and no other faults can be found. this prevents some paths (aacar model) from completely connecting.

dbrnz commented 2 years ago

This is possibly because cardio_8-1 is a group consisting of two paths, a supposedly closed one and a short line segment. Regardless mapmaker should be finding the closed feature and making it available on the flatmap. You may want to try removing the line segment and see if that changes things.

Screen Shot 2022-10-13 at 4 06 18 PM
keeran97 commented 2 years ago

i thought similarly and removed the line segment. doesn't seem to make a difference. the recent SVG file on my branch has the line removed. since this doesn't fix the problem, let me know if i should restore the line (for aesthetic purposes).