Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sgfroerer authored Aug 11, 2024
1 parent 715faa5 commit c203d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clipboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
$.ajax({
type: "GET",
//YOUR TURN: Replace with csv export link
url: 'https://docs.google.com/spreadsheets/d/1dLkr70tfAL_-U6ipad9xLF39lHmU8k-xd08uKHkLD5M/gviz/tq?tqx=out:csv&sheet=Sheet1',
url: 'https://docs.google.com/spreadsheets/d/1yVyMvpUAIQiHShDOOrf0qZYv6CqS5PdfxoabKk3ALKg/gviz/tq?tqx=out:csv&sheet=Sheet1',
dataType: "text",
success: function (csvData) { makeGeoJSON(csvData); }
});
Expand Down

0 comments on commit c203d75

Please sign in to comment.