-
Notifications
You must be signed in to change notification settings - Fork 4
/
gradle.properties.sample
53 lines (53 loc) · 1.81 KB
/
gradle.properties.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Transformation definitions
#transformationsFile=transformations.json
# Path to HALE executable
#haleExecutable=HALE-2.9.5.SNAPSHOT-linux.gtk.x86_64/HALE
#haleCliExecutable=hale
# Custom default source data folder
#defaultSourceFolder=quelldaten
# Path to extentBundesland.csv
#extentBundesland=quelldaten/extentBundesland.csv
# Custom default source folder per model
#defaultSourceFolder_DLKM=quelldaten/DLKM
#defaultSourceFolder_Basis-DLM=quelldaten/Basis-DLM
#defaultSourceFolder_DLM50=quelldaten/DLM50
#defaultSourceFolder_DLM250=quelldaten/DLM250
#defaultSourceFolder_DLM1000=quelldaten/DLM1000
#defaultSourceFolder_CityGML=quelldaten/CityGML
#defaultSourceFolder_LB=quelldaten/LB
#defaultSourceFolder_LN=quelldaten/LN
# Custom default CRS for sources
#defaultSourceCRS=EPSG:25832
# Custom default source folder per model
#defaultSourceCRS_DLKM=EPSG:25832
#defaultSourceCRS_Basis-DLM=EPSG:25832
#defaultSourceCRS_DLM50=EPSG:25832
#defaultSourceCRS_DLM250=EPSG:25832
#defaultSourceCRS_DLM1000=EPSG:25832
#defaultSourceCRS_CityGML=EPSG:???
# Target CRS for transformed data
#targetCRS=EPSG:4258
# Maximum heap size for transformation in MB
haleMaxHeapSize=2048
# Proxy configuration
#systemProp.http.proxyHost=www.somehost.org
#systemProp.http.proxyPort=8080
#systemProp.http.proxyUser=userid
#systemProp.http.proxyPassword=password
#systemProp.http.nonProxyHosts=*.nonproxyrepos.com|localhost
#systemProp.https.proxyHost=www.somehost.org
#systemProp.https.proxyPort=8080
#systemProp.https.proxyUser=userid
#systemProp.https.proxyPassword=password
#systemProp.https.nonProxyHosts=*.nonproxyrepos.com|localhost
# Other system properties
# - Custom temporary directory
#systemProp.java.io.tmpdir=
# Hauskoordinaten (CSV-Datei)
#hkDatei=
#hkSkipFirst=1
# WFS-T upload
#uploadWFS=http://localhost:8080/services/wfs
# hale connect
#hcUser=
#hcPassword=