-
-
Save iaanroux/907b13154f5da58d31af5be48796da00 to your computer and use it in GitHub Desktop.
leaflet_office_array
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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