Project

General

Profile

« Previous | Next » 

Revision 4013

mappings/DwC2-VegBIEN.specimens.csv: verbatimLatitude/verbatimLongitude: Fixed mappings to use _alt/2 instead of _alt/1 to avoid collisions with decimalLatitude/decimalLongitude

View differences:

import.specimens.xml.ref
114 114
            <footprintgeometry_dwc>$BoundingBox</footprintgeometry_dwc>
115 115
            <latitude>
116 116
                <_alt>
117
                    <1>
117
                    <2>
118 118
                        <_nullIf>
119 119
                            <null>0</null>
120 120
                            <type>float</type>
121 121
                            <value>$Latitude</value>
122 122
                        </_nullIf>
123
                    </1>
123
                    </2>
124 124
                </_alt>
125 125
            </latitude>
126 126
            <longitude>
127 127
                <_alt>
128
                    <1>
128
                    <2>
129 129
                        <_nullIf>
130 130
                            <null>0</null>
131 131
                            <type>float</type>
132 132
                            <value>$Longitude</value>
133 133
                        </_nullIf>
134
                    </1>
134
                    </2>
135 135
                </_alt>
136 136
            </longitude>
137 137
            <namedplace_id>

Also available in: Unified diff