Project

General

Profile

« Previous | Next » 

Revision 5969

mappings/VegCore-VegBIEN.csv: decimalLatitude/Longitude->geoscrub input coordinates: Also set to NULL if 0 here, not just for the coordinates linked to the datasource's place instance

View differences:

test.xml.ref
136 136
                                    <reference_id><reference><shortname>geoscrub</shortname></reference></reference_id>
137 137
                                    <coordinates_id>
138 138
                                        <coordinates>
139
                                            <latitude_deg>$Latitude</latitude_deg>
140
                                            <longitude_deg>$Longitude</longitude_deg>
139
                                            <latitude_deg>
140
                                                <_nullIf>
141
                                                    <null>0</null>
142
                                                    <type>float</type>
143
                                                    <value>$Latitude</value>
144
                                                </_nullIf>
145
                                            </latitude_deg>
146
                                            <longitude_deg>
147
                                                <_nullIf>
148
                                                    <null>0</null>
149
                                                    <type>float</type>
150
                                                    <value>$Longitude</value>
151
                                                </_nullIf>
152
                                            </longitude_deg>
141 153
                                        </coordinates>
142 154
                                    </coordinates_id>
143 155
                                </place>

Also available in: Unified diff