metro-map-maker
metro-map-maker copied to clipboard
Build the Metro system of your dreams: create your own metro maps, save them, and share with friends!
By making improvements to the right menu design. I think a softer look with rounded, material design colors might be nice. I think popular UI libraries such as React.js and...
At WMATA HQ, one of the planners suggested adding a feature to select a portion of the map, which could then be moved or expanded independently from the rest of...
Right now, the flood fill implementation doesn't fill a diagonal line of width 1. If I can make it fill without bleeding over into the diagonals elsewhere, it would be...
Having different font sizes for station text, including being able to mix and match sizes. For instance, being able to display station names in the primary and secondary languages. From...
Kinda similar to the London style; distinguishable from the current "Rectangle" style by not always being centered / possibly adapting based on the line direction and/or the station orientation. Would...
From Youtube: > Hello! I have been using metro map maker for so long now and it's been really cool because it brings my head cannon into reality! The line...
From email: > it might be possible to benefit from the option to broaden your 90° upward vertical and 90° downward vertical station name labeling options: namely, giving the text...
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.4 to 0.5.0. Changelog Sourced from sqlparse's changelog. Release 0.5.0 (Apr 13, 2024) Notable Changes Drop support for Python 3.5, 3.6, and 3.7. Python 3.12 is now...
When adding a new rail line, the newly-added tooltips are visibly cut off underneath the canvas container: To reproduce: * Start on Safari * Add a new rail line *...
If a singleton square station is replaced with a non-singleton square station (which is smaller), there's an overlap until the next `drawCanvas()` call: One potential solution would be to check...