forked from CEN-RA/Plugin_QGIS
deactivate function login_base
This commit is contained in:
parent
ca4999737e
commit
0f514e9f51
@ -62,7 +62,7 @@ import glob
|
|||||||
from .tools.resources import (
|
from .tools.resources import (
|
||||||
load_ui,
|
load_ui,
|
||||||
resources_path,
|
resources_path,
|
||||||
login_base,
|
# login_base,
|
||||||
send_issues,
|
send_issues,
|
||||||
)
|
)
|
||||||
from .tools.mises_en_pages.canvas import (fletch_canvas)
|
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_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'
|
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 = [
|
data_source = [
|
||||||
'CENRA',
|
'CENRA',
|
||||||
'IGN',
|
'IGN',
|
||||||
'CRAIG',
|
'CRAIG',
|
||||||
'OpenStreetMap',
|
'OpenStreetMap',
|
||||||
'Sandre',
|
'Sandre',
|
||||||
'BRGM',
|
'BRGM',
|
||||||
'MUSÉUM NATIONAL D’HISTOIRE NATURELLE',
|
'MUSÉUM NATIONAL D’HISTOIRE NATURELLE',
|
||||||
"Muséum national d'Histoire naturelle",
|
"Muséum national d'Histoire naturelle",
|
||||||
'ONF',
|
'ONF',
|
||||||
'20xx LPO',
|
'20xx LPO',
|
||||||
'ofb.gouv.fr',
|
'ofb.gouv.fr',
|
||||||
'Stamen Design',
|
'Stamen Design',
|
||||||
'MTES',
|
'MTES',
|
||||||
'MTES',
|
'MTES',
|
||||||
'FEDER',
|
'FEDER',
|
||||||
'DREAL Auvergne-Rhône-Alpes',
|
'DREAL Auvergne-Rhône-Alpes',
|
||||||
'INSEE',
|
'INSEE',
|
||||||
'DGFiP',
|
'DGFiP',
|
||||||
'Fédération des Conservatoires d’espaces naturels',
|
'Fédération des Conservatoires d’espaces naturels',
|
||||||
'Plan cadastral informatisé - Etalab - juillet 202X',
|
'Plan cadastral informatisé - Etalab - juillet 202X',
|
||||||
'Parcellaire Express - IGN - 202X',
|
'Parcellaire Express - IGN - 202X',
|
||||||
]
|
]
|
||||||
class AutoMap_Editor(QDialog, EDITOR_CLASS):
|
class AutoMap_Editor(QDialog, EDITOR_CLASS):
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user