com presentations: Some more tweaks for the Sunshine PHP geo talk: slides/map/import-script-manchester.xml slides/map/osm-xapi.xml slides/mongodb/geo-in-2.4.xml slides/mongodb/ldn-line.png slides/mongodb/ldn-polygon.png

[email protected] (Derick Rethans) Mon, 30 Jan 2017 14:13:25 +0000
Newsgroups php.pres
Message-ID <[email protected]>
Commit:    ec9211723b5d052f7f402e73508a8af3d3904a38
Author:    Derick Rethans <[email protected]>         Mon, 30 Jan 2017 14:13:25 +0000
Parents:   d6317b4e805d2eccc6bb6da59308c66446c2ece4
Branches:  master

Link:       http://git.php.net/?p=presentations.git;a=commitdiff;h=ec9211723b5d052f7f402e73508a8af3d3904a38

Log:
Some more tweaks for the Sunshine PHP geo talk

Changed paths:
  M  slides/map/import-script-manchester.xml
  M  slides/map/osm-xapi.xml
  M  slides/mongodb/geo-in-2.4.xml
  M  slides/mongodb/ldn-line.png
  M  slides/mongodb/ldn-polygon.png


Diff:
diff --git a/slides/map/import-script-manchester.xml b/slides/map/import-script-manchester.xml
index 2c2d595..6518d1e 100644
--- a/slides/map/import-script-manchester.xml
+++ b/slides/map/import-script-manchester.xml
@@ -17,7 +17,7 @@
 </list>
 
 <example>London:  cache_demo.nodecache:  45.1MB — demo.poiConcat:  84.2MB</example>
-<example>Toronto: cache_demo.nodecache: 229.3MB — demo.poiConcat:  54.7MB</example>
+<example>Miami:   cache_demo.nodecache: 166.6MB — demo.poiConcat:  22.4MB</example>
 
 <blurb>https://github.com/derickr/3angle</blurb>
 </slide>
diff --git a/slides/map/osm-xapi.xml b/slides/map/osm-xapi.xml
index 5b38102..b038071 100644
--- a/slides/map/osm-xapi.xml
+++ b/slides/map/osm-xapi.xml
@@ -1,7 +1,7 @@
 <slide>
 <title>Fetching OSM data</title>
 
-<blurb>The whole planet (bad idea as it's 53GB):</blurb>
+<blurb>The whole planet (bad idea as it's 54GB):</blurb>
 <example>http://planet.openstreetmap.org/planet/planet-latest.osm.bz2</example>
 
 <blurb>A whole country:</blurb>
diff --git a/slides/mongodb/geo-in-2.4.xml b/slides/mongodb/geo-in-2.4.xml
index 99466c6..8630a72 100644
--- a/slides/mongodb/geo-in-2.4.xml
+++ b/slides/mongodb/geo-in-2.4.xml
@@ -4,19 +4,17 @@
 <blurb>%$geoNear%</blurb>
 <list>
      <bullet>find things near a point</bullet>
-     <bullet>index required</bullet>
 </list>
+<break/>
 
 <blurb>%$geoWithin%</blurb>
 <list>
      <bullet>find things within a polygon/circle</bullet>
-     <bullet>index *not* required</bullet>
 </list>
-
+<break/>
 <blurb>%$geoIntersects%</blurb>
 <list>
      <bullet>find things that intersects with other things</bullet>
-     <bullet>index *not* required</bullet>
 </list>
 
 </slide>
diff --git a/slides/mongodb/ldn-line.png b/slides/mongodb/ldn-line.png
index f3dd764..33bc58d 100644
Binary files a/slides/mongodb/ldn-line.png and b/slides/mongodb/ldn-line.png differ
diff --git a/slides/mongodb/ldn-polygon.png b/slides/mongodb/ldn-polygon.png
index 24fc1aa..e6ae5bd 100644
Binary files a/slides/mongodb/ldn-polygon.png and b/slides/mongodb/ldn-polygon.png differ