Routes
MapiaStreets
Mapia Streets in the geoportal is a viewer for panoramas and point clouds on a split screen. From the URL, you can select the coordinate and orientation. In case categories (e.g., levels or floors) have been defined, they can also be entered through the URL.
URL
URL | /#/info/mapiastreets/lat,lng/head/(altitude output parameter) | |
Example | https://xxxxxxx.xxxxxxx.xxx/geoportal/#/info/mapiastreets/41.47351448745992,2.089951850110306/90 |
When the route is updated with the panorama search result, the altitude will be added.
Public Functions
You can activate functions using the f
parameter in the URL (e.g., ?f=rotateLeft
):
- rotateLeft: Rotate the panorama orientation 90 degrees to the left.
- rotateRight: Rotate the panorama orientation 90 degrees to the right.
- rotate180: Rotate the panorama orientation 180 degrees.
- activateLateral: Activate the lateral image.
- deactivateLateral: Deactivate the lateral image.
- previous: Move to the previous panorama.
- next: Move to the next panorama.
- screenshot: Assign the download file name for the current image capture tool.
You can also split the screen vertically or horizontally using the h
parameter:
?h=false
: Split the screen vertically (default option if theh
parameter does not exist).?h=true
: Split the screen horizontally.
If you have different categories to define panoramas within the same campaign, for example, different floors, you can pass the category using the c
parameter (e.g., ?c=ext
).
Layer Sheet
You can access the sheet of each layer based on the ID.
URL
URL | /#/info/giscube_id/id/ | |
Example | https://xxxxxxx.xxxxxxx.xxx/geoportal-devel/#/info/giscube_id/20.306 |
Catalog Validation
Page for validating the URLs of the catalog.
TMS are checked at the central starting coordinate defined in the geoportal configuration and at zoom level 17.
URL
URL | /#/info/validate_catalog/ | |
Example | https://xxxxxxx.xxxxxxx.xxx/geoportal-devel/#/info/validate_catalog |