psigcat / geocode_bcn_aspb

Plugin per QGIS per geocodificar direcciones
GNU General Public License v3.0
1 stars 0 forks source link

Parameters to definde database connection #1

Open geraldo opened 1 month ago

geraldo commented 1 month ago

Right now service is used instead of database for importing data, so line 219 in gis_aspb.py.

At the same time it would be better to load configuration from metadata.txt instead of own GisAspb.conf file.

[app]
database=gis_aspb
service=gis_aspb
schema=similitud
geraldo commented 1 month ago

database is redundant at it is already defined in service, so remove. or substitue by table?