Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kpmurray123 authored Oct 24, 2023
1 parent 0ad291e commit 1ac6446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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/1peR8nwOPh8ZfJtA_aK9vfvoNPUQxprDLlkFskFA9vHs/gviz/tq?tqx=out:csv&sheet=Sheet2',
url: 'https://docs.google.com/spreadsheets/d/1FsCUcfhK0xHtekDlSRMQKrvWWTTP8u81lpJdViLwXPY/edit#gid=142966534',
dataType: "text",
success: function (csvData) {
makeGeoJSON(csvData);
Expand Down Expand Up @@ -172,7 +172,7 @@
'icon-image': [
'match',
['get', 'type'],
'garden', 'ghost-marker',
'weekend', 'ghost-marker',
'custom-marker'
]
}
Expand Down

0 comments on commit 1ac6446

Please sign in to comment.