September 2018
Beginner to intermediate
180 pages
3h 58m
English
D3 is a great tool for generating maps. To do so, we use specially formatted JSON data to generate <path> SVG elements. This specially formatted JSON data is called GeoJSON, and in this chapter, we'll use it to create a map of the world.
In this chapter, we will cover the following topics:
The complete code for this chapter can be found at https: https://github.com/PacktPublishing/D3.js-Quick-Start-Guide/tree/master/Chapter08.
Read now
Unlock full access