cityList = [
{
name: "Los Angeles",
type: 'city',
coordinates: [-118.243683, 34.052235],
},
{
name: "San Fransisco",
type: "city",
coordinates: [-122.431297, 37.773972],
},
{
name: "Bakersfield",
type: "city",
coordinates: [-119.043732, 35.493528],
y: "-3",
anchor: "begin"
},
{
name: "Sacramento",
type: "city",
y: "-4",
x:'5',
coordinates: [-121.478851, 38.575764]
},
{
name: "Redding",
type: "city",
coordinates: [-122.4327698, 40.5743177]
},
{
name: "San Diego",
type: "city",
coordinates: [-117.161087, 32.715736]
},
]