IntegratedTransportPlanning / gcvt

Greener Connectivity Visualisation Tool
MIT License
2 stars 2 forks source link

Some way to make a view of 'all matrix flows with these settings' #164

Open markjd84 opened 3 years ago

markjd84 commented 3 years ago

IDK could be a big job? I'd imagine we'd have to do it outside the 'selected zone' functionality we've got currently.

markjd84 commented 3 years ago

Also exporting flow lines could be useful, as at present it's not super easy even in GIS.

markjd84 commented 2 years ago

Copying Olie's advice on this out of whatsapp so I don't lose it!

[0:41 pm, 22/07/2021] Olie Blanthorn: https://github.com/IntegratedTransportPlanning/gcvt/blob/c8edb2766638f974e8dd0ea01dc2cc4894c68d4e/src/frontend/js/index.js#L517 should be simple to add a button that selects all zones [0:42 pm, 22/07/2021] Olie Blanthorn: i.e. state.selectedZones = every single zone

(the button wouldn't go anywhere near there, that code just means that such a button would work) I was suggesting just getting all the rows As in state.selectedZones = [1,2,3,4,5,....,1002,1003] and then just seeing what happens It could be too slow but it might be fine. Computers are terrifyingly quick So no changes to the backend needed