Project

General

Profile

« Previous | Next » 

Revision 4822

mappings/VegCore-VegBIEN.csv: Removed _rangeStart and _rangeEnd filters from fields which should contain decimal values. These filters should be added on a per-datasource basis instead.

View differences:

test.xml.ref
20 20
                    <_avg>
21 21
                        <max>$MaximumElevation</max>
22 22
                        <min>
23
                            <_rangeStart>
24
                                <value>
25
                                    <_nullIf>
26
                                        <null>.</null>
27
                                        <value>$MinimumElevation</value>
28
                                    </_nullIf>
29
                                </value>
30
                            </_rangeStart>
23
                            <_nullIf>
24
                                <null>.</null>
25
                                <value>$MinimumElevation</value>
26
                            </_nullIf>
31 27
                        </min>
32 28
                    </_avg>
33 29
                </elevation_m>
34
                <elevationrange_m>
35
                    <_range>
36
                        <from>
37
                            <_rangeStart>
38
                                <value>
39
                                    <_nullIf>
40
                                        <null>.</null>
41
                                        <value>$MinimumElevation</value>
42
                                    </_nullIf>
43
                                </value>
44
                            </_rangeStart>
45
                        </from>
46
                        <to>
47
                            <_alt>
48
                                <1>$MaximumElevation</1>
49
                                <2>
50
                                    <_rangeEnd>
51
                                        <value>
52
                                            <_nullIf>
53
                                                <null>.</null>
54
                                                <value>$MinimumElevation</value>
55
                                            </_nullIf>
56
                                        </value>
57
                                    </_rangeEnd>
58
                                </2>
59
                            </_alt>
60
                        </to>
61
                    </_range>
62
                </elevationrange_m>
63 30
                <locationcoords>
64 31
                    <coordsaccuracy_deg><_noCV><value>$CoordinatePrecision</value></_noCV></coordsaccuracy_deg>
65 32
                    <footprintgeometry_dwc>$BoundingBox</footprintgeometry_dwc>

Also available in: Unified diff