-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdefault.xml
58 lines (58 loc) · 1.17 KB
/
default.xml
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
54
55
56
57
58
<?xml version="1.0" encoding="ISO-8859-1"?>
<defaults>
<options>
<units>
<index>0</index>
<value>DMS</value>
</units>
<separator>
<index>0</index>
<value> </value>
</separator>
<signHemisphere>
<index>1</index>
<value>N/S,E/W</value>
</signHemisphere>
<longitudeRange>
<index>0</index>
<value>(-180,180)</value>
</longitudeRange>
<precision>
<index>5</index>
<value>1m</value>
</precision>
<leadingZeros>
<value>false</value>
</leadingZeros>
<heightUnit>
<value>0</value>
</heightUnit>
</options>
<source>
<datum>
<index>0</index>
<code>WGE</code>
</datum>
<projection>
<index>10</index>
<code>GD</code>
</projection>
<parameters>
<heightType>0</heightType>
</parameters>
</source>
<target>
<datum>
<index>0</index>
<code>WGE</code>
</datum>
<projection>
<index>34</index>
<code>UT</code>
</projection>
<parameters>
<override>0</override>
<zone>0</zone>
</parameters>
</target>
</defaults>