You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/context_help/QgsBookmarks-en_US
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ Spatial Bookmarks allow you to "bookmark" a geographic location and return to it
5
5
<a href="#working">Working with Bookmarks</a><br/>
6
6
<a href="#zooming">Zooming to a Bookmark</a><br/>
7
7
<a href="#deleting">Deleting a Bookmark</a><br/>
8
+
<a href="#updating">Updating a Bookmark</a><br/>
8
9
9
10
<a name="creating">
10
11
<h4>Creating a Bookmark</h4>
@@ -31,4 +32,8 @@ You can also zoom to a bookmark by double-clicking on it.
31
32
<h5>Deleting a Bookmark</h5>
32
33
</a>
33
34
To delete a bookmark from the Bookmarks dialog, click on it then click the <label>Delete</label> button. Confirm your choice by clicking <label>OK</label> or cancel the delete by clicking <label>Cancel</label>.
35
+
<a name="updating">
36
+
<h5>Updating a Bookmark</h5>
37
+
</a>
38
+
To update the extent of a bookmark, click on it then click the <label>Update</label> button. Confirm your choice by clicking <label>OK</label> or cancel the update by clicking <label>Cancel</label>.
item->setText( 2, xMin + ", " + yMin + " : " + xMax + ", " + yMax );// use colon to separate ll from ur corners listed (be consistent with other displays of extent)
0 commit comments