# Description Currently, the map has a fixed center. Changing the center to the geometric center of all points composing a bus line would be better. There are two options to find the centroid (geometric center of the coordinates of points composing a bus line) - Add all latitude/longitude together and compute the average - Find min and max latitude/longitude and find the middle point