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
46 46
                                    <reference_id><reference><shortname>geoscrub</shortname></reference></reference_id>
47 47
                                    <coordinates_id>
48 48
                                        <coordinates>
49
                                            <latitude_deg>$latitude</latitude_deg>
50
                                            <longitude_deg>$longitude</longitude_deg>
49
                                            <latitude_deg>
50
                                                <_nullIf>
51
                                                    <null>0</null>
52
                                                    <type>float</type>
53
                                                    <value>$latitude</value>
54
                                                </_nullIf>
55
                                            </latitude_deg>
56
                                            <longitude_deg>
57
                                                <_nullIf>
58
                                                    <null>0</null>
59
                                                    <type>float</type>
60
                                                    <value>$longitude</value>
61
                                                </_nullIf>
62
                                            </longitude_deg>
51 63
                                        </coordinates>
52 64
                                    </coordinates_id>
53 65
                                    <country>

Also available in: Unified diff