Displaying Points on a Map
Learn how to display points on a map to specify a geographical location through coordinates.
We'll cover the following...
Displaying maps and exploring them is pretty entertaining. But as any modern cartographer can tell you, there’s a whole new level of cool to be attained by adding to a map.
With that in mind, our next task is to add some simple detail in the form of points that show the location of cities.
To do this, we will load in a CSV file with data that identifies our cities and includes latitude and longitude details. Our file is called cities.csv
and looks like this:
code,city,country,lat,lon
ZNZ,ZANZIBAR,TANZANIA,-6.13,39.31
TYO,TOKYO,JAPAN,35.68,139.76
AKL,
...Access this course and 1400+ top-rated courses and projects.