Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mlevans authored Oct 24, 2023
1 parent 1ac6446 commit c56b4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
$(document).ready(function () {
$.ajax({
type: "GET",
url: 'https://docs.google.com/spreadsheets/d/1FsCUcfhK0xHtekDlSRMQKrvWWTTP8u81lpJdViLwXPY/edit#gid=142966534',
url: 'https://docs.google.com/spreadsheets/d/1FsCUcfhK0xHtekDlSRMQKrvWWTTP8u81lpJdViLwXPY/gviz/tq?tqx=out:csv&sheet=Sheet2',
dataType: "text",
success: function (csvData) {
makeGeoJSON(csvData);
Expand Down

0 comments on commit c56b4cf

Please sign in to comment.