New slides for my OSM for the web talk.

This commit is contained in:
Derick Rethans
2012-10-11 12:14:46 +01:00
parent 80e875b41f
commit 51c5e0a5c1
13 changed files with 108 additions and 9 deletions

72
osm-ipc12.xml Normal file
View File

@@ -0,0 +1,72 @@
<?xml version="1.0" encoding="utf-8"?>
<presentation css="10gen-strict.css">
<topic>Maps</topic>
<title>OpenStreetMap For The Web</title>
<event>International PHP Conference</event>
<location>Mainz, Germany</location>
<date>October 17th, 2012</date>
<speaker>Derick Rethans</speaker>
<email>derick@derickrethans.nl</email>
<twitter>derickr</twitter>
<joindin>http://joind.in/7373</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.
-->
<slide>slides/map/earth-not-a-sphere.xml</slide>
<slide>slides/map/earth-sphere-approximation.xml</slide>
<slide>slides/map/meridian.xml</slide>
<slide>slides/map/projections.xml</slide>
<!--
What is X?
-->
<slide>slides/map/osm-what.xml</slide>
<slide>slides/map/what-is-osm.xml</slide>
<slide>slides/map/what-is-googlemaps.xml</slide>
<slide>slides/map/terms-and-conditions.xml</slide>
<slide>slides/map/leaflet.xml</slide>
<slide>slides/map/openlayers-location.xml</slide>
<slide>slides/map/openlayers-location-services.xml</slide>
<slide>slides/map/reverse.xml</slide>
<slide>slides/map/reverse-services.xml</slide>
<slide>slides/map/osrm.xml</slide>
<slide>slides/map/osrm-services.xml</slide>
<slide>slides/map/html-location-services.xml</slide>
<slide>slides/map/osm-data.xml</slide>
<slide>slides/map/osm-tags-edit.xml</slide>
<slide>slides/map/osm-mapping-party1.xml</slide>
<slide>slides/map/osm-mapping-party2.xml</slide>
<slide>slides/map/osm-editors.xml</slide>
<slide>slides/map/osm-kibera.xml</slide>
<slide>slides/map/gmm-korogocho.xml</slide>
<slide>slides/map/gmm-korogocho2.xml</slide>
<slide>slides/map/mapping-belarus.xml</slide>
<slide>slides/map/osm-sad-face.xml</slide>
<slide>slides/map/osm-happy-face.xml</slide>
<slide>slides/map/osm-xapi.xml</slide>
<slide>slides/map/osm-data-uses.xml</slide>
<slide>slides/map/osm-qa.xml</slide>
<slide>slides/mongodb/resources.xml</slide>
</presentation>

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

BIN
slides/map/live-edit.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 426 KiB

View File

@@ -0,0 +1,11 @@
<slide>
<title>Google Map Maker vs. OpenStreetMap (2)</title>
<subtitle>OpenStreetMap</subtitle>
<image filename="500px-Simple_happy_face.svg.png"/>
<list>
<bullet>The raw vector data is available to download with an open license giving everyone the freedom to reuse and redistribute. Data users are permitted to make a commercial profit, but it's all on an even playing field. OpenStreetMap itself is a not-for-profit "good cause" open data organization.</bullet>
<bullet>If you spend time contributing to OpenStreetMap you are helping a good cause, and building a dataset which can be free and open for all and forever. </bullet>
</list>
</slide>

8
slides/map/osm-qa.xml Normal file
View File

@@ -0,0 +1,8 @@
<slide>
<title>QA Tools</title>
<div effect="fade-out"><image filename='tagging.png' x-offset="1" pdf-scale="0.2"/></div>
<div effect="fade-in-out"><image filename='osmi.png' x-offset="5" pdf-scale="0.2"/></div>
<div effect="fade-in-out"><image filename='whodidit.png' x-offset="9" pdf-scale="0.2"/></div>
<div effect="fade-in"><image filename='live-edit.png' x-offset="13" pdf-scale="0.2"/></div>
</slide>

View File

@@ -0,0 +1,11 @@
<slide>
<title>Google Map Maker vs. OpenStreetMap (1)</title>
<subtitle>Google Map Maker</subtitle>
<image filename="500px-Simple_sad_face.svg.png"/>
<list>
<bullet>You can't get raw geodata back out again. Google owns the underlying data and they protect their commercial interests by keeping this locked away (even though it was contributed by you)</bullet>
<bullet>If you spend time contributing to Google Map Maker, you are helping a commercial company to build their market dominance.</bullet>
</list>
</slide>

View File

@@ -6,15 +6,9 @@
<list>
<bullet>"Wikipedia for Map *Data*"</bullet>
<bullet>
<div effect="fade-out">
<blurb>Licensed under the Creative Commons Attribution-ShareAlike 2.0
licence (CC-BY-SA):</blurb>
</div>
<div effect="fade-in">
<blurb>Licensed under the Open Database License (ODbL 1.0):</blurb>
</div>
<blurb>You are free to copy, distribute, transmit and adapt our maps
and data, as long as you credit OpenStreetMap and its contributors. If
and data, as long as you _*credit OpenStreetMap*_ and its contributors. If
you alter or build upon our maps or data, you may distribute the result
only under the same licence.</blurb>
</bullet>

BIN
slides/map/osmi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 KiB

BIN
slides/map/tagging.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 KiB

View File

@@ -15,6 +15,9 @@
<break/>
<div effect="fade-in">
<blurb>OSM:</blurb>
<list><bullet>OpenStreetMap is open data, licensed under the Creative Commons Attribution-ShareAlike 2.0 licence (CC-BY-SA).</bullet></list>
<list>
<bullet>OpenStreetMap is open data, licensed under the Open Database License 1.0 (ODbL).</bullet>
<bullet>When you use it, attribute it!</bullet>
</list>
</div>
</slide>

BIN
slides/map/whodidit.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 523 KiB

View File

@@ -9,6 +9,6 @@
{$source = str_append($pres->base, get_attribute( $node, 'filename' ))}
{/if}
{if $attr}<div{if $align} align='{$align}'{/if}>{/if}
<iframe style="clear: both; margin-left: 9px;" scrolling="no" frameborder="0" width="1010" height="592" {if $inline}class='inline' {/if}{if $align}align='{$align}' {/if}src='{$source}'></iframe>
<iframe style="clear: both; background-color: #fff; margin-left: 9px;" scrolling="no" frameborder="0" width="1010" height="592" {if $inline}class='inline' {/if}{if $align}align='{$align}' {/if}src='{$source}'></iframe>
<img src="{$pres->base}{get_attribute( $node, 'image' )}"/>
{if $attr}<span class='attribution'>{$attr}</span></div>{/if}