Skip to content

Commit e2e2f9f

Browse files
committed
get rid of the natural-earth option
1 parent 72f7590 commit e2e2f9f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tutorials/zenodo_isamples_analysis.qmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -654,12 +654,11 @@ Create an interactive scatter plot map showing the geographic distribution of sa
654654
// Map projection selector
655655
viewof projection = Inputs.select([
656656
"equirectangular",
657-
"natural-earth",
658657
"orthographic",
659658
"mercator"
660659
], {
661660
label: "Map Projection:",
662-
value: "natural-earth"
661+
value: "equirectangular"
663662
})
664663
665664
// Point size control

0 commit comments

Comments
 (0)