From 0f514e9f51aff0fcfac48397f5138b903687fdb8 Mon Sep 17 00:00:00 2001 From: Colas Geier Date: Tue, 4 Feb 2025 18:08:46 +0100 Subject: [PATCH] deactivate function login_base --- CenIsere_AUTOMAP/canvas_editor.py | 44 +++++++++++++++---------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/CenIsere_AUTOMAP/canvas_editor.py b/CenIsere_AUTOMAP/canvas_editor.py index 354bdfeb..2587c284 100644 --- a/CenIsere_AUTOMAP/canvas_editor.py +++ b/CenIsere_AUTOMAP/canvas_editor.py @@ -62,7 +62,7 @@ import glob from .tools.resources import ( load_ui, resources_path, - login_base, + # login_base, send_issues, ) from .tools.mises_en_pages.canvas import (fletch_canvas) @@ -76,27 +76,27 @@ url_ortho = 'http://tiles.craig.fr/ortho/service/?crs=EPSG:2154&featureCount=10& url_mnt = 'http://tiles.craig.fr/mnt/crs=EPSG:2154&featureCount=10&format=image/png&layers=relief&maxHeight=256&maxWidth=256&styles=&url=http://tiles.craig.fr/mnt' url_pente = 'http://tiles.craig.fr/mnt/crs=EPSG:2154&featureCount=10&format=image/png&layers=pente&maxHeight=256&maxWidth=256&styles=&url=http://tiles.craig.fr/mnt' data_source = [ -'CENRA', -'IGN', -'CRAIG', -'OpenStreetMap', -'Sandre', -'BRGM', -'MUSÉUM NATIONAL D’HISTOIRE NATURELLE', -"Muséum national d'Histoire naturelle", -'ONF', -'20xx LPO', -'ofb.gouv.fr', -'Stamen Design', -'MTES', -'MTES', -'FEDER', -'DREAL Auvergne-Rhône-Alpes', -'INSEE', -'DGFiP', -'Fédération des Conservatoires d’espaces naturels', -'Plan cadastral informatisé - Etalab - juillet 202X', -'Parcellaire Express - IGN - 202X', + 'CENRA', + 'IGN', + 'CRAIG', + 'OpenStreetMap', + 'Sandre', + 'BRGM', + 'MUSÉUM NATIONAL D’HISTOIRE NATURELLE', + "Muséum national d'Histoire naturelle", + 'ONF', + '20xx LPO', + 'ofb.gouv.fr', + 'Stamen Design', + 'MTES', + 'MTES', + 'FEDER', + 'DREAL Auvergne-Rhône-Alpes', + 'INSEE', + 'DGFiP', + 'Fédération des Conservatoires d’espaces naturels', + 'Plan cadastral informatisé - Etalab - juillet 202X', + 'Parcellaire Express - IGN - 202X', ] class AutoMap_Editor(QDialog, EDITOR_CLASS):