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
105 105
                                    <reference_id><reference><shortname>geoscrub</shortname></reference></reference_id>
106 106
                                    <coordinates_id>
107 107
                                        <coordinates>
108
                                            <latitude_deg>$lat_decimal</latitude_deg>
109
                                            <longitude_deg>$long_decimal</longitude_deg>
108
                                            <latitude_deg>
109
                                                <_nullIf>
110
                                                    <null>0</null>
111
                                                    <type>float</type>
112
                                                    <value>$lat_decimal</value>
113
                                                </_nullIf>
114
                                            </latitude_deg>
115
                                            <longitude_deg>
116
                                                <_nullIf>
117
                                                    <null>0</null>
118
                                                    <type>float</type>
119
                                                    <value>$long_decimal</value>
120
                                                </_nullIf>
121
                                            </longitude_deg>
110 122
                                        </coordinates>
111 123
                                    </coordinates_id>
112 124
                                    <country>$country</country>

Also available in: Unified diff