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
275 275
                                    <reference_id><reference><shortname>geoscrub</shortname></reference></reference_id>
276 276
                                    <coordinates_id>
277 277
                                        <coordinates>
278
                                            <latitude_deg>$decimalLatitude</latitude_deg>
279
                                            <longitude_deg>$decimalLongitude</longitude_deg>
278
                                            <latitude_deg>
279
                                                <_nullIf>
280
                                                    <null>0</null>
281
                                                    <type>float</type>
282
                                                    <value>$decimalLatitude</value>
283
                                                </_nullIf>
284
                                            </latitude_deg>
285
                                            <longitude_deg>
286
                                                <_nullIf>
287
                                                    <null>0</null>
288
                                                    <type>float</type>
289
                                                    <value>$decimalLongitude</value>
290
                                                </_nullIf>
291
                                            </longitude_deg>
280 292
                                        </coordinates>
281 293
                                    </coordinates_id>
282 294
                                    <country>$country</country>

Also available in: Unified diff