Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Created May 23, 2017 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthieu-D/93cc183356c22b43d00e704c6d9eb7b2 to your computer and use it in GitHub Desktop.
Save matthieu-D/93cc183356c22b43d00e704c6d9eb7b2 to your computer and use it in GitHub Desktop.
var poisToCreate = 1;
for (var i = 0; i < poisToCreate; i++) {
poiData.push({
"id": meetingPoints[i].id,
"longitude": centerPointLongitude,
"latitude": centerPointLatitude,
.
.
.
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment