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
223 223
                                    <reference_id><reference><shortname>geoscrub</shortname></reference></reference_id>
224 224
                                    <coordinates_id>
225 225
                                        <coordinates>
226
                                            <latitude_deg>$latitude</latitude_deg>
227
                                            <longitude_deg>$longitude</longitude_deg>
226
                                            <latitude_deg>
227
                                                <_nullIf>
228
                                                    <null>0</null>
229
                                                    <type>float</type>
230
                                                    <value>$latitude</value>
231
                                                </_nullIf>
232
                                            </latitude_deg>
233
                                            <longitude_deg>
234
                                                <_nullIf>
235
                                                    <null>0</null>
236
                                                    <type>float</type>
237
                                                    <value>$longitude</value>
238
                                                </_nullIf>
239
                                            </longitude_deg>
228 240
                                        </coordinates>
229 241
                                    </coordinates_id>
230 242
                                    <country>$Country</country>

Also available in: Unified diff