From 3d5216a8091fa43f0f1f1d75f6bd3f7f3cc1e197 Mon Sep 17 00:00:00 2001 From: smaspons Date: Mon, 11 Mar 2024 09:45:52 +0100 Subject: [PATCH] Add dev.config to gitignore --- .gitignore | 3 ++- config/dev.config | 49 ----------------------------------------------- 2 files changed, 2 insertions(+), 50 deletions(-) delete mode 100644 config/dev.config diff --git a/.gitignore b/.gitignore index ba380e885..4da621476 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,5 @@ build/ .idea/workspace.xml .idea/ test/log/ -__pycache__ \ No newline at end of file +__pycache__ +config/dev.config diff --git a/config/dev.config b/config/dev.config deleted file mode 100644 index 9d9810de9..000000000 --- a/config/dev.config +++ /dev/null @@ -1,49 +0,0 @@ -[system] -dev_commit=False #allow user to execute all the files even if one fails -folder_path=C:\Users\user\AppData\Roaming\QGIS\QGIS3\profiles\dev\python\plugins\giswater\resources\templates\qgisproject\en_US - - -[qgis_project_text_replace] -labels=ProjectCRSProj4String,ProjectCrs,ProjectionsEnabled,dbname,host,port,user,password,schemaws,schemaud,p1, p2, p3, p4, p5, p6, p7, p8, srid1, sslmode, epsg, wkt - -ProjectCRSProj4String=+proj=utm +zone=31 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs, __PROJ4__ -ProjectCrs=EPSG:25831, __AUTHID__ -ProjectionsEnabled=1, 1 - -dbname=dbname='giswater' host=localhost port=5437, __DATASOURCE__ -host=host=localhost, host=__HOST__ -port=port=5437, port=__PORT__ -user=user='postgres', -password=password='postgres', -schemaws=ws_sample,SCHEMA_NAME -schemaud=ud_sample,SCHEMA_NAME -p1=+proj=utm +zone=31 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs, -p2=2104,__SRSID__ -p3=25831,__SRID__ -p4=EPSG:25831,__AUTHID__ -p5=ETRS89 / UTM zone 31N, -p6=utm, -p7=GRS80, -p8=false, -srid1=srid=25831,srid=__SRID__ -sslmode=sslmode=disable,sslmode=__SSLMODE__ -epsg=crs="EPSG:25831",crs="__AUTHID__" -wkt=.+, - -extent='projectlayers/maplayer/extent', "" - -proj4="projectlayers/maplayer/srs/spatialrefsys/proj4", "__PROJ4__" -srsid="projectlayers/maplayer/srs/spatialrefsys/srsid", "__SRSID__" -srid2="projectlayers/maplayer/srs/spatialrefsys/srid", "__SRID__" -authid="projectlayers/maplayer/srs/spatialrefsys/authid", "__AUTHID__" -description="projectlayers/maplayer/srs/spatialrefsys/description", "__DESCRIPTION__" -projectionacronym="projectlayers/maplayer/srs/spatialrefsys/projectionacronym", "__PROJECTIONACRONYM__" -ellipsoidacronym="projectlayers/maplayer/srs/spatialrefsys/ellipsoidacronym", "__ELLIPSOIDACRONYM__" -geographicflag="projectlayers/maplayer/srs/spatialrefsys/geographicflag", "__GEOGRAPHICFLAG__" - -[qgis_project_xml_set] -labels=xmin,ymin,xmax,ymax -xmin=(.*?), __XMIN__ -ymin=(.*?), __YMIN__ -xmax=(.*?), __XMAX__ -ymax=(.*?), __YMAX__ \ No newline at end of file