Skip to content

Commit e31f444

Browse files
committed
doc/manual: Merge updated pages subtree
2 parents 31fde04 + 5252b1a commit e31f444

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/manual/pages/file_menu.md

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ Permits the import of maps or data in other formats. Currently the following for
5050

5151
Permits the export of the currently opened map to another format. Currently pdf and raster image export are supported.
5252

53+
For raster images, Mapper may additionally create world files. A world file is a small text file which defines the image's georeferencing relative to the map's projected coordinate reference system. Note that these files contain only six numerical parameters. They do not contain an identification of the projection, coordinate system or datum they refer to. The filename is derived from the image's filename, but with a modified filename extension usually ending with letter 'w'.
54+
5355

5456
---
5557

doc/manual/pages/find_objects.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The following expressions are supported:
3737
| expr1 OR expr2 | matching expression expr1 or expr2 (or both) |
3838
| key = value | having a tag with the given key and value |
3939
| key ~= word | having a tag with the given key and a value containing "word" |
40-
| key != word | having a tag with the given key and a value different from "word" |
40+
| key != word | having a tag with the given key and a value different from "word", or not having a tag with this key |
4141

4242
AND has precedence over OR. You may use parentheses to nest operators in another way.
4343

@@ -58,7 +58,7 @@ The "Query editor" button will replace the input field with a table for entering
5858
Pressing the button again will restore the input field and make it show the query from editor view.
5959

6060

61-
## Query editor
61+
## Query editor {#query-editor}
6262

6363
![Query editor](images/query_editor.png)
6464

0 commit comments

Comments
 (0)