mirror of
https://github.com/php/presentations.git
synced 2026-03-26 08:32:20 +01:00
25 lines
707 B
XML
25 lines
707 B
XML
<slide>
|
|
<title>The import script</title>
|
|
|
|
<list>
|
|
<bullet>Loop over all nodes, and:
|
|
<list>
|
|
<bullet>*Store the node in a different cache database*</bullet>
|
|
<bullet>If a node has tags, store in the collection.</bullet>
|
|
</list>
|
|
</bullet>
|
|
<bullet>Loop over all the ways, and:
|
|
<list>
|
|
<bullet>*Look up locations for each node in the cache database*</bullet>
|
|
<bullet>Store the way into the collection</bullet>
|
|
</list>
|
|
</bullet>
|
|
<bullet>Loop over all the relations, and:
|
|
<list>
|
|
<bullet>*See whether we have multi-polygon relations and do something clever with them*</bullet>
|
|
<bullet>Remove ways that were converted into a multi-polygon</bullet>
|
|
</list>
|
|
</bullet>
|
|
</list>
|
|
</slide>
|