Skip to content

Commit dec4edb

Browse files
committed
Try 110m coastlines.
1 parent 8243d41 commit dec4edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/further_topics/ugrid/operations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ some truly spectacular visualisations of high-res data please see the
529529

530530
# Create the GeoVista plotter and add our mesh+data to it.
531531
my_plotter = GeoPlotter(off_screen=True)
532-
my_plotter.add_coastlines()
532+
my_plotter.add_coastlines(resolution="110m")
533533
my_plotter.add_mesh(face_polydata)
534534
my_plotter.camera.zoom(1.5)
535535

0 commit comments

Comments
 (0)