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
42 42
                                    <reference_id><reference><shortname>geoscrub</shortname></reference></reference_id>
43 43
                                    <coordinates_id>
44 44
                                        <coordinates>
45
                                            <latitude_deg>$Latitude</latitude_deg>
46
                                            <longitude_deg>$Longitude</longitude_deg>
45
                                            <latitude_deg>
46
                                                <_nullIf>
47
                                                    <null>0</null>
48
                                                    <type>float</type>
49
                                                    <value>$Latitude</value>
50
                                                </_nullIf>
51
                                            </latitude_deg>
52
                                            <longitude_deg>
53
                                                <_nullIf>
54
                                                    <null>0</null>
55
                                                    <type>float</type>
56
                                                    <value>$Longitude</value>
57
                                                </_nullIf>
58
                                            </longitude_deg>
47 59
                                        </coordinates>
48 60
                                    </coordinates_id>
49 61
                                    <country>$CountryName</country>

Also available in: Unified diff