mirror of
https://github.com/php/presentations.git
synced 2026-03-23 23:22:22 +01:00
66 lines
2.2 KiB
XML
66 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<presentation css="10gen-strict.css">
|
|
<topic>Maps</topic>
|
|
<title>Storing A City, a Country or even a Planet in your DB</title>
|
|
<event>IPC Spring</event>
|
|
<location>Berlin, Germany</location>
|
|
<date>June 3rd, 2013</date>
|
|
<speaker>Derick Rethans</speaker>
|
|
<email>derick@10gen.com</email>
|
|
<twitter>derickr</twitter>
|
|
<joindin>https://joind.in/8763</joindin>
|
|
|
|
<slide>slides/map/title.xml</slide>
|
|
|
|
<slide>slides/mongodb/store-city-agenda.xml</slide>
|
|
<!--
|
|
In this talk I will be explaining the strong points of OpenStreetMap and why
|
|
using GoogleMaps for your websites is generally a bad idea. Contrary to popular
|
|
belief, GoogleMaps isn't as amazing as it looks and they are a lot more evil
|
|
than they look. OpenStreetMap's data is also easily accessible for use in PHP
|
|
applications and the generated tiles can easily be embedded into a Web 2.0
|
|
application. Its open nature is a welcome and powerful geo database that can be
|
|
added to and used in whatever way imaginary.
|
|
-->
|
|
|
|
<!--
|
|
What is X?
|
|
-->
|
|
<slide>slides/map/store-data-section.xml</slide>
|
|
<slide>slides/map/osm-what.xml</slide>
|
|
|
|
<slide>slides/map/osm-data.xml</slide>
|
|
|
|
<slide>slides/map/osm-tags1.xml</slide>
|
|
<slide>slides/map/osm-tags2.xml</slide>
|
|
<slide>slides/map/osm-tags3.xml</slide>
|
|
<slide>slides/map/osm-tags4.xml</slide>
|
|
|
|
<slide>slides/map/osm-xapi.xml</slide>
|
|
|
|
|
|
<slide>slides/mongodb/osm-import-mongo-section.xml</slide>
|
|
<slide>slides/mongodb/osm-to-mongo-data.xml</slide>
|
|
<slide>slides/mongodb/osm-to-mongo-data2.xml</slide>
|
|
<slide>slides/mongodb/osm-to-mongo-data3.xml</slide>
|
|
<slide>slides/mongodb/osm-to-mongo-data4.xml</slide>
|
|
|
|
<slide>slides/mongodb/osm-import-4times-section.xml</slide>
|
|
<slide>slides/mongodb/osm-schema1.xml</slide>
|
|
<slide>slides/mongodb/osm-schema2.xml</slide>
|
|
<slide>slides/mongodb/osm-schema4.xml</slide>
|
|
<slide>slides/mongodb/osm-schema3.xml</slide>
|
|
<slide>slides/mongodb/osm-schema-summary.xml</slide>
|
|
|
|
<slide>slides/mongodb/osm-import-script-section.xml</slide>
|
|
<slide>slides/map/finding-food-import-mongo2.xml</slide>
|
|
<slide>slides/map/import-script2.xml</slide>
|
|
|
|
<slide>slides/map/finding-food-take2.xml</slide>
|
|
|
|
<slide>slides/map/mongo-country.xml</slide>
|
|
|
|
<slide>slides/mongodb/resources.xml</slide>
|
|
|
|
</presentation>
|