Skip to content

Instantly share code, notes, and snippets.

@iaanroux
Last active September 6, 2018 08:30
Show Gist options
  • Select an option

  • Save iaanroux/907b13154f5da58d31af5be48796da00 to your computer and use it in GitHub Desktop.

Select an option

Save iaanroux/907b13154f5da58d31af5be48796da00 to your computer and use it in GitHub Desktop.
leaflet_office_array
const offices = [
{
id: 1,
name: "AfriGIS Pretoria (Head Office)",
latitude: -25.808611,
longitude: 28.256111
},
{
id: 2,
name: "AfriGIS Cape Town",
latitude: -33.879610,
longitude: 18.683485
},
{
id: 3,
name: "AfriGIS Bangladesh",
latitude: 23.751165,
longitude: 90.367761
},
{
id: 4,
name: "AfriGIS Europe",
latitude: 53.354697,
longitude: -6.268257
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment