Project

General

Profile

« Previous | Next » 

Revision 1419

VegX mappings: Updated plot place mappings to VegX 1.5.3 method of place type-tagged place names. This removes the userdef fields in plot.

View differences:

VegX.plots.xml.ref
60 60
    <plots>
61 61
        <plot id="0">
62 62
            <plotUniqueIdentifier>ACHUPALL</plotUniqueIdentifier>
63
            <simpleUserdefined>
64
                <name>majorGeo</name>
65
                <value>South America</value>
66
            </simpleUserdefined>
67
            <country>Ecuador</country>
63
            <location>
64
                <placeType>continent</placeType>
65
                <placeName>South America</placeName>
66
            </location>
67
            <location>
68
                <placeType>country</placeType>
69
                <placeName>Ecuador</placeName>
70
            </location>
68 71
            <geospatial>
69 72
                <DecimalLatitude>-3.45</DecimalLatitude>
70 73
                <DecimalLongitude>-78.3667</DecimalLongitude>
......
74 77
        </plot>
75 78
        <plot id="1">
76 79
            <plotUniqueIdentifier>ALLACHER</plotUniqueIdentifier>
77
            <simpleUserdefined>
78
                <name>majorGeo</name>
79
                <value>Europe</value>
80
            </simpleUserdefined>
81
            <country>Germany</country>
80
            <location>
81
                <placeType>continent</placeType>
82
                <placeName>Europe</placeName>
83
            </location>
84
            <location>
85
                <placeType>country</placeType>
86
                <placeName>Germany</placeName>
87
            </location>
82 88
            <geospatial>
83 89
                <DecimalLatitude>48.0667</DecimalLatitude>
84 90
                <DecimalLongitude>11.5</DecimalLongitude>

Also available in: Unified diff