From c3eec989487b1e5f8a48ebac3608a8b5e5664883 Mon Sep 17 00:00:00 2001 From: RichardScottOZ <72196131+RichardScottOZ@users.noreply.github.com> Date: Sun, 28 May 2023 17:04:28 +0930 Subject: [PATCH] Click --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9628035..3c5a51d 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ Save repository to disk as a zip file. Use QGIS Plugin Manager to load directly 2. From here you can search for a GRD format file and load it as a raster grid. 3. If this GRD has an associated xml file: * you can then just click on the OK button to load the grid. - * if not, manually enter the numeric EPSG code (e.g. *4326* for WGS 84 Lat/Long), then cick on the OK button. + * if not, manually enter the numeric EPSG code (e.g. *4326* for WGS 84 Lat/Long), then click on the OK button. * If you leave this field blank, it will assume the EPSG code is *4326*. 4. Layers loaded with this tool are ony stored in virtual memory, so you will need to save them to file if you want a presistant copy. ## Credits Plugin construction-Mark Jessell using QGIS Plugin Builder Plugin -GRD parser- modified from Fatiando a Terra code with help from Loop Project \ No newline at end of file +GRD parser- modified from Fatiando a Terra code with help from Loop Project