<slide>
<title>Importing the Data</title>

<list>
    <bullet>Open file with XML Reader</bullet>
    <bullet>Loop over all nodes, and:
        <list>
            <bullet>Store the node in the database</bullet>
        </list>
    </bullet>
    <bullet>Loop over all the ways, and:
        <list>
            <bullet>Look up locations for each node in the database</bullet>
            <bullet>Store the way into the database</bullet>
        </list>
    </bullet>
</list>
<blurb>https://raw.github.com/derickr/3angle/master/import-data.php</blurb>
</slide>
