Skip to content

Commit

Permalink
attempt to fix unreliable map height; copy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Aug 28, 2024
1 parent 13cf4ff commit b24aaf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ h1 {

.container {
display: flex;
height: 100vh;
}

.controls {
Expand Down
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -460,8 +460,8 @@ function App() {
tiles.
</p>
<p class="faq">
<strong>Why don't the cells cover my region?</strong> The library
interprets edges in the input also as geodesics; this can be
<strong>Why don't the cells seem to cover my region?</strong> The library
interprets edges in the input as geodesics; this can be
mitigated by shorter distances between boundary vertices.
</p>
<a href="https://github.com/bdon/s2js-demos">Fork me on GitHub</a>
Expand Down

0 comments on commit b24aaf0

Please sign in to comment.