Skip to content

Instantly share code, notes, and snippets.

@RalucaNicola
Created October 18, 2019 15:58
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 RalucaNicola/39c5aca617d8257b51f1166126fb42b4 to your computer and use it in GitHub Desktop.
Save RalucaNicola/39c5aca617d8257b51f1166126fb42b4 to your computer and use it in GitHub Desktop.
create csv layer
const electionLayer = new CSVLayer({
url: "./data/election_uat_final.csv",
copyright: "BEC, ANCPI",
title: "European Parliament Elections 2019 - Results in Romania"
});
map.add(electionLayer);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment