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
336 336
                                    <reference_id><reference><shortname>geoscrub</shortname></reference></reference_id>
337 337
                                    <coordinates_id>
338 338
                                        <coordinates>
339
                                            <latitude_deg>$Latitude</latitude_deg>
340
                                            <longitude_deg>$Longitude</longitude_deg>
339
                                            <latitude_deg>
340
                                                <_nullIf>
341
                                                    <null>0</null>
342
                                                    <type>float</type>
343
                                                    <value>$Latitude</value>
344
                                                </_nullIf>
345
                                            </latitude_deg>
346
                                            <longitude_deg>
347
                                                <_nullIf>
348
                                                    <null>0</null>
349
                                                    <type>float</type>
350
                                                    <value>$Longitude</value>
351
                                                </_nullIf>
352
                                            </longitude_deg>
341 353
                                        </coordinates>
342 354
                                    </coordinates_id>
343 355
                                    <country>$Country</country>

Also available in: Unified diff