|
|
|
|
|
by andsmi2
4072 days ago
|
|
Postgis probably easiest/best overall. You don't need to do routing or TSM? In a native form for one use spatialite works. The routing piece is the hardest. But if you don't have to do that then you just need something that stores groupings. For that matter if the points are a finite list that gets loaded as new then you don't even really need to store it as spatial data. Just list of drivers, destinations, times and you should be able to determine who gets where fastest. |
|