Via email:
First things first, can I say that I LOVE the new version, and have already found so many good uses for the Select tool. I also had a quick request if possible for the next version, which is the option to delete lines. I know you can already delete unused lines, however for example I want to make a separate map of my city with just subways and no buses, trams, LRTs, etc. but right now if I were to do that I would need to go in and delete each part bit by bit. This is made easier by the select and flood fill tools, but is still quite finicky. However, if it were possible to just delete a line and have all parts of that line be removed, that would be great!
Would be pretty easy to do with a delete activeMap["points_by_color"][color] (and a quick check prior to that for which stations need deleting); the main risk is in cluttering the menu with something that may not be used very often, especially for something that deletes data. Of course there's Undo.
But perhaps I'm wrong, and this would be a boon to remixers.
Via email:
Would be pretty easy to do with a
delete activeMap["points_by_color"][color](and a quick check prior to that for which stations need deleting); the main risk is in cluttering the menu with something that may not be used very often, especially for something that deletes data. Of course there's Undo.But perhaps I'm wrong, and this would be a boon to remixers.