Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
mbloch committed May 8, 2024
1 parent f526b08 commit a5b5668
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mapshaper-gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -2534,7 +2534,7 @@
// prevent GUI message popup on error
internal.setLoggingForCLI();
try {
if (!dataset || internal.datasetIsEmpty(dataset)) {
if (!dataset || internal.datasetIsEmpty(dataset) && !dataset.info?.crs) {
crs = internal.parseCrsString('wgs84');
} else {
crs = internal.getDatasetCRS(dataset);
Expand Down
2 changes: 1 addition & 1 deletion mapshaper.js
Original file line number Diff line number Diff line change
Expand Up @@ -45616,7 +45616,7 @@ ${svg}
});
}

var version = "0.6.92";
var version = "0.6.93";

// Parse command line args into commands and run them
// Function takes an optional Node-style callback. A Promise is returned if no callback is given.
Expand Down

0 comments on commit a5b5668

Please sign in to comment.