mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
spatial bookmarks: remove inaccessible context help
This commit is contained in:
parent
b9b8d37cc0
commit
4677a3ac12
@ -1,39 +0,0 @@
|
||||
<h3>Spatial Bookmarks</h3>
|
||||
Spatial Bookmarks allow you to "bookmark" a geographic location and return to it later.
|
||||
<p>
|
||||
<a href="#creating">Creating a Bookmark</a><br/>
|
||||
<a href="#working">Working with Bookmarks</a><br/>
|
||||
<a href="#zooming">Zooming to a Bookmark</a><br/>
|
||||
<a href="#deleting">Deleting a Bookmark</a><br/>
|
||||
<a href="#updating">Updating a Bookmark</a><br/>
|
||||
|
||||
<a name="creating">
|
||||
<h4>Creating a Bookmark</h4>
|
||||
</a>
|
||||
To create a bookmark:
|
||||
<ol>
|
||||
<li>Zoom or pan to the area of interest.
|
||||
<li>Click on the <label>New bookmark</label> or type Ctrl-B.
|
||||
<li>Enter a descriptive name for the bookmark (up to 255 characters).
|
||||
<li>Click <label>OK</label> to add the bookmark or <label>Cancel</label> to exit without adding the bookmark.
|
||||
</ol>
|
||||
Note that you can have multiple bookmarks with the same name.
|
||||
<a name="working">
|
||||
<h4>Working with Bookmarks</h4>
|
||||
</a>
|
||||
To use or manage bookmarks, click on the <label>Show bookmarks</label> button or choose <label>Show Bookmarks</label> from the <label>View</label> menu. The bookmarks dialog allows you to zoom to or delete a bookmark. You can not edit the bookmark name or coordinates.
|
||||
<a name="zooming">
|
||||
<h5>Zooming to a Bookmark</h5>
|
||||
</a>
|
||||
From the Geo spatial Bookmarks dialog, select the desired bookmark by clicking on it, then click the <label>Zoom to</label> button.
|
||||
<p>
|
||||
You can also zoom to a bookmark by double-clicking on it.
|
||||
<a name="deleting">
|
||||
<h5>Deleting a Bookmark</h5>
|
||||
</a>
|
||||
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>.
|
||||
<a name="updating">
|
||||
<h5>Updating a Bookmark</h5>
|
||||
</a>
|
||||
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>.
|
||||
|
@ -117,7 +117,6 @@ class APP_EXPORT QgsBookmarks : public QgsDockWidget, private Ui::QgsBookmarksBa
|
||||
void importFromXML();
|
||||
|
||||
void on_lstBookmarks_doubleClicked( const QModelIndex & );
|
||||
void on_actionHelp_triggered() { QgsContextHelp::run( metaObject()->className() ); }
|
||||
|
||||
private:
|
||||
QSqlTableModel* mQgisModel;
|
||||
|
@ -1,4 +1,4 @@
|
||||
#############################################################
|
||||
############################################################
|
||||
# sources
|
||||
|
||||
SET(QGIS_CORE_SRCS
|
||||
|
Loading…
x
Reference in New Issue
Block a user