Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update User Guide - Mapillary viewer on Street View plugin #10366

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/user-guide/img/button/left-black-button.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/user-guide/img/button/play-black-button.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/user-guide/img/button/right-black-button.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/user-guide/img/button/square-button.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/user-guide/img/button/turtle-button.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/user-guide/layer-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,9 @@ In particular, the user can choose between:
!!!note
Without selecting any format here, the [Identify Tool](navigation-toolbar.md#identify-tool) will return the layers information with the format chosen in Map Settings ( in the [Side Toolbar](mapstore-toolbars.md#side-toolbar)). Once a user specifies the information format in layers settings, instead, that format will take precedence over the map settings only for that specific layer.

!!!warning
MapStore allows users to choose the information format for WMS, CSW, and WFS services. The *Text* option is only available for WMS and CSW services.

### Text

An example of layer information in text format can be:
Expand Down
27 changes: 27 additions & 0 deletions docs/user-guide/street-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,30 @@ Through the navigation toolbar it is possible to:
* **Download** the cyclorama image in `png` format through the <img src="../img/button/cyclomedia-download-button.jpg" class="ms-docbutton"/> button.

* Open the **Image Info** pop-up, through the <img src="../img/button/image-info-button.jpg" class="ms-docbutton"/> button to access image metadata such as: general image information as well as geospatial references of the image itself.

## Mapillary viewer for 360 Imagery

If the [Mapillary viewer](https://mapillary.github.io/mapillary-js/) has been configured as a provider for the MS Street View tool, the user experience is the same: the tool can be activated through the same button <img src="../img/button/street-view-button.jpg" class="ms-docbutton"/> in [Side Toolbar](mapstore-toolbars.md#side-toolbar).

<img src="../img/street-view/mapillary-popup.jpg" class="ms-docimage" width="500px"/>

!!! note
The **[Mapillary viewer](https://mapillary.github.io/mapillary-js/)** provider can be configured on the *Street View* plugin as documented [here](https://mapstore.geosolutionsgroup.com/mapstore/docs/api/plugins#plugins.StreetView)

After that a window opens and the street layer is visualized in form of dots to highlight streets on the map so that the user can select one of them with a simple click of the mouse.

<video class="ms-docimage" controls><source src="../img/street-view/add-point-mapillary.mp4"/></video>

By clicking on a highlighted point on the map, the tool window displays the *360 Imagery* and the user can navigate it as usual or interact with the *Navigation Toolbar*.

<img src="../img/street-view/mapillary_navigation_bar.jpg" class="ms-docimage" width="500px"/>

Through the navigation toolbar it is possible to:

* Move forward or backward, through <img src="../img/button/left-black-button.jpg" class="ms-docbutton"/> and <img src="../img/button/right-black-button.jpg" class="ms-docbutton"/> buttons.

* Start the animation of the street layer, through <img src="../img/button/play-black-button.jpg" class="ms-docbutton"/> button.

* Customize the animation speed, through <img src="../img/button/turtle-button.jpg" class="ms-docbutton"/> button.

* Set the animation start point, through <img src="../img/button/square-button.jpg" class="ms-docbutton"/> button.
Loading