Skip to content

Commit d5339ae

Browse files
authored
DOC: Fix the default resolution from 1200 to 300 for patterns (#8789)
1 parent 3f87eb0 commit d5339ae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/rst/source/reference/features.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -519,14 +519,14 @@ URLs and remote files
519519

520520
Three classes of files are given special treatment in GMT.
521521

522-
#. GMT offers several remote global data grids that you can access via our remote file mechanism
522+
#. GMT offers several remote global data grids that you can access via our remote file mechanism
523523
(e.g. **@earth_relief**). The first time you access one of these files, GMT will download
524-
the file (or a subset tile) from the selected GMT server and save it to the *server* directory
525-
under your **$GMT_USERDIR** directory [~/.gmt]. Once one of these grids have been downloaded
524+
the file (or a subset tile) from the selected GMT server and save it to the *server* directory
525+
under your **$GMT_USERDIR** directory [~/.gmt]. Once one of these grids have been downloaded
526526
any future reference will simply obtain the file from **$GMT_USERDIR** (except if explicitly
527-
removed by the user). See the `Remote Datasets <https://docs.generic-mapping-tools.org/dev/datasets/remote-data.html>`_
527+
removed by the user). See the `Remote Datasets <https://docs.generic-mapping-tools.org/dev/datasets/remote-data.html>`_
528528
section for a comprehensive list of available remote datasets and detailed information.
529-
529+
530530

531531
#. If a file is given as a full URL, starting with **http://**, **https://**,
532532
or **ftp://**, then the file will be downloaded to the current directory and subsequently
@@ -1007,7 +1007,7 @@ use **-G** for this task and some have several options specifying different fill
10071007
customized, repeating images using image raster files.
10081008
The optional **+r**\ *dpi* modifier sets the resolution of this image on the page;
10091009
the area fill is thus made up of a series of these "tiles". The
1010-
default resolution is 1200. By specifying upper case **-GP**
1010+
default resolution is 300. By specifying upper case **-GP**
10111011
instead of **-Gp** the image will be bit-reversed, i.e., white and
10121012
black areas will be interchanged (only applies to 1-bit images or
10131013
predefined bit-image patterns). For these patterns and other 1-bit

0 commit comments

Comments
 (0)