IGNF / route-graph-generator

Script collection used to generate routing data for Road2 (https://github.com/IGNF/road2)
https://ignf.github.io/route-graph-generator/
GNU General Public License v3.0
7 stars 3 forks source link

feat(configuration): do not try to connect to pivot database if not needed #40

Closed benoitblanc closed 1 year ago

benoitblanc commented 1 year ago

For some treatments in r2gg, we do not have to connect to pivot database in configure().

For instance, when r2gg generates configuration for Road2 with road2config, pivot database is not needed anymore, so workingSpace and baseId could not be specified in configuration file.

lgrd commented 1 year ago

@benoitblanc can I delete this PR ? Or do you want to do it ?