mirror of
https://github.com/php/presentations.git
synced 2026-03-23 23:22:22 +01:00
72 lines
2.5 KiB
XML
72 lines
2.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<presentation css="10gen-strict.css">
|
|
<topic>Maps</topic>
|
|
<title>Store a Country in your Database</title>
|
|
<event>International PHP Conference</event>
|
|
<location>Mainz, Germany</location>
|
|
<date>October 16th, 2012</date>
|
|
<speaker>Derick Rethans</speaker>
|
|
<email>derick@derickrethans.nl</email>
|
|
<twitter>derickr</twitter>
|
|
<joindin>http://joind.in/7316</joindin>
|
|
<slide>slides/map/title.xml</slide>
|
|
<slide>slides/mongodb/me.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/osm-what.xml</slide>
|
|
<slide>slides/map/what-is-osm.xml</slide>
|
|
<slide>slides/map/leaflet.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-tags-edit.xml</slide>
|
|
|
|
|
|
<slide>slides/map/osm-mapping-party1.xml</slide>
|
|
<slide>slides/map/osm-data-uses.xml</slide>
|
|
|
|
<slide>slides/map/osm-parse-into-db.xml</slide>
|
|
<slide>slides/map/osm-xapi.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-schema1.xml</slide>
|
|
<slide>slides/mongodb/osm-schema2.xml</slide>
|
|
<slide>slides/mongodb/osm-schema3.xml</slide>
|
|
<slide>slides/map/finding-food-import-mongo2.xml</slide>
|
|
<slide>slides/map/import-script1.xml</slide>
|
|
<slide>slides/map/import-sizes1.xml</slide>
|
|
<slide>slides/map/import-script2.xml</slide>
|
|
|
|
<slide>slides/mongodb/idx-geo.xml</slide>
|
|
<slide>slides/mongodb/idx-geo2.xml</slide>
|
|
<slide>slides/mongodb/idx-geo-geohash.xml</slide>
|
|
<slide>slides/mongodb/idx-geo3.xml</slide>
|
|
<slide>slides/mongodb/idx-geo4.xml</slide>
|
|
|
|
<slide>slides/map/find-mongo.xml</slide>
|
|
<slide>slides/map/find-mongo2.xml</slide>
|
|
<slide>slides/map/find-mongo-html.xml</slide>
|
|
<slide>slides/map/finding-food-take2.xml</slide>
|
|
|
|
<slide>slides/mongodb/resources.xml</slide>
|
|
|
|
</presentation>
|