<slide>
<title>MongoDB 2.4: Introducing 2dsphere</title>

<list>
    <bullet>Lines, Polygons and Points can be indexed.</bullet>

    <bullet>
        Multiple geo fields can be indexed:
        <list>
            <bullet>Find me air routes where the start is within 10 miles of Trafalgar Square and the end is within 10 miles of Edinborough.</bullet>
        </list>
    </bullet>
    <bullet>
        Geo field doesn't have to be first indexed field.
        <list>
            <bullet>Speeds up certain queries a lot.</bullet>
        </list>
    </bullet>
    <bullet>Almost no driver changes needed, since only added new queries.</bullet>
</list>
</slide>
