August 2014
Intermediate to advanced
180 pages
3h 41m
English
In the first five chapters, you covered the fundamentals of Leaflet.js. You now know how to add a wide variety of basemaps from multiple sources and in several different formats. You can draw simple geometries as well as display data from servers, GeoJSON, and ESRI file formats. Creating visualizations from your data was covered in Chapter 3, Creating Heatmaps and Choropleth Maps. You also know how to customize the look and feel of your markers now and how to utilize plugins in order to add extra functionalities to your map.
In this last chapter, you will learn how to build applications utilizing Leaflet.js in three popular programming frameworks: Node.js, Python, and C#. In Node.js and Python, you ...