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
92 92
                                    <reference_id><reference><shortname>geoscrub</shortname></reference></reference_id>
93 93
                                    <coordinates_id>
94 94
                                        <coordinates>
95
                                            <latitude_deg>$Latitude</latitude_deg>
96
                                            <longitude_deg>$Longitude</longitude_deg>
95
                                            <latitude_deg>
96
                                                <_nullIf>
97
                                                    <null>0</null>
98
                                                    <type>float</type>
99
                                                    <value>$Latitude</value>
100
                                                </_nullIf>
101
                                            </latitude_deg>
102
                                            <longitude_deg>
103
                                                <_nullIf>
104
                                                    <null>0</null>
105
                                                    <type>float</type>
106
                                                    <value>$Longitude</value>
107
                                                </_nullIf>
108
                                            </longitude_deg>
97 109
                                        </coordinates>
98 110
                                    </coordinates_id>
99 111
                                </place>

Also available in: Unified diff