Skip to content

Commit

Permalink
fixup web
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Jul 16, 2024
1 parent 6cec7bd commit ee62739
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions geomedea-wasm/web_root/examples/maplibre/filtered.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,10 @@
</p>
<p>
Open your developer console's network pane, and inspect the network
traffic. Compared to the <a href="/examples/maplibre/">example which loads the entire file</a>,
you'll see that this example makes more requests for the .fgb file, but
traffic. Compared to the <a href="index.html">example which loads the entire file</a>,
you'll see that this example makes more requests for the .geomedea file, but
they are much smaller because we fetch only the relevant sections of
the file.
the file, and parts of the index which we use to find where those features live.
</p>
</body>
</html>
2 changes: 1 addition & 1 deletion geomedea-wasm/web_root/examples/maplibre/large.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
</p>
<p>
Hosting an application has initial complexity and ongoing maintenance
costs. Slicing files can be tedious and inevitiably you might be
costs. Slicing files can be tedious and inevitably you might be
interested in an area on the boundary of slices.
</p>
<p>
Expand Down

0 comments on commit ee62739

Please sign in to comment.