Files
archived-presentations/slides/map/import-script2.xml
2014-02-18 09:35:28 +00:00

20 lines
557 B
XML

<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>