Skip to content

Commit

Permalink
grrr typo rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
bendoesdata committed Nov 12, 2024
1 parent 75522ab commit f2cfb0b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" href="/Vermont-Livability-Map/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
<script type="module" crossorigin src="/Vermont-Livability-Map/assets/index-BFsNrzX2.js"></script>
<script type="module" crossorigin src="/Vermont-Livability-Map/assets/index-c6WmwPhX.js"></script>
<link rel="stylesheet" crossorigin href="/Vermont-Livability-Map/assets/index-BQdxwXW-.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion src/components/ZoningMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ let map;
const fgbPath = `https://verso-uvm.github.io/Vermont-Livability-Map/data/vt-zoning-spatial-index.fgb`

// Start streaming features from the FGB file
const response = await fetch('public/data/vt-zoning-spatial-index.fgb');
const response = await fetch(fgbPath);
if (!response.ok) throw new Error(`HTTP error! status: ${response.status}`);

// Use FlatGeoBuf streaming API
Expand Down

0 comments on commit f2cfb0b

Please sign in to comment.