mirror of
https://github.com/php/presentations.git
synced 2026-03-26 00:22:11 +01:00
20 lines
557 B
XML
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>
|