diff --git a/index.html b/index.html index 74bf3fc..44d6038 100644 --- a/index.html +++ b/index.html @@ -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);