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
169 169
                                    <reference_id><reference><shortname>geoscrub</shortname></reference></reference_id>
170 170
                                    <coordinates_id>
171 171
                                        <coordinates>
172
                                            <latitude_deg>$lat_deg</latitude_deg>
173
                                            <longitude_deg>$long_deg</longitude_deg>
172
                                            <latitude_deg>
173
                                                <_nullIf>
174
                                                    <null>0</null>
175
                                                    <type>float</type>
176
                                                    <value>$lat_deg</value>
177
                                                </_nullIf>
178
                                            </latitude_deg>
179
                                            <longitude_deg>
180
                                                <_nullIf>
181
                                                    <null>0</null>
182
                                                    <type>float</type>
183
                                                    <value>$long_deg</value>
184
                                                </_nullIf>
185
                                            </longitude_deg>
174 186
                                        </coordinates>
175 187
                                    </coordinates_id>
176 188
                                    <country>$country</country>

Also available in: Unified diff