In this talk you will learn how to effectively store, retrieve and display geospatial data, such as roads, points of interests and more.

First we will be importing an OpenStreetMap dataset covering London into MongoDB. This is not trivial due to the amount of data.

After importing, we will look at which types of queries we can run to find things. Either by predicates, or with geospatial queries.

And last we will have a look at how to display the data that we've requested, through a website using the Leaflet mapping library.

Comments

Comments are closed.

David W. at 16:52 on 4 Feb 2017

Good presentation. ALOT of information.