Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
mbloch committed Apr 4, 2024
1 parent 314f1e4 commit 535ce8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified images/thumb-satellite.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion mapshaper-gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -2428,7 +2428,7 @@
function error() {
var msg = GUI.formatMessageArgs(arguments);
console.error(msg);
gui.alert('An unkown error occured');
gui.alert('An unknown error occured');
throw new Error(msg);
}

Expand Down
4 changes: 2 additions & 2 deletions page.css
Original file line number Diff line number Diff line change
Expand Up @@ -1193,8 +1193,8 @@ div.basemap-style-btn.active {
}

.basemap-style-btn.basemap-overlay-btn {
width: 35px;
height: 35px;
width: 40px;
height: 40px;
margin: 3px;
overflow: hidden;
display: inline-block;
Expand Down

0 comments on commit 535ce8c

Please sign in to comment.