metro-map-maker icon indicating copy to clipboard operation
metro-map-maker copied to clipboard

Consider: More than one line could occupy the same space

Open shannonturner opened this issue 11 months ago • 1 comments

Worth considering a feature (requested on reddit) where two lines could occupy the same space. Related to, but distinct from #67 and #47, though likely if I can address those, this one becomes less important.

Pros:

  • Could make overlapping lines look less awkward

Cons:

  • Could significantly increase the amount of data required to store maps, with all of the side effects that has (larger SVGs, slower loading, easier to hit the max data cap)
  • Adds significant complexity -- how do you erase without erasing ALL lines? (I'd have to do layers, and that makes it less user-friendly)

shannonturner avatar Nov 03 '24 12:11 shannonturner