Gis Viewer App
From Gcube Wiki
The Gis Viewer App is a web application to interact with Gis Viewer Widget
Maven
The artifact is available on Nexus with the following coordinates:
<groupId>org.gcube.portlets.user</groupId> <artifactId>gis-viewer-app</artifactId> <packaging>war</packaging>
URLs to access it
The URLs to access to Gis Viewer App (separated for environment) are the followings:
- DEV
http://data-d.d4science.org/gis-viewer-app
- PRE-PRODUCTION
http://data-pre.d4science.org/gis-viewer-app
- PRODUCTION
http://data.d4science.org/gis-viewer-app
Overview
The Gis Viewer App by Gis Viewer Widget allows to you to access and discover GIS Data. By Gis Viewer App you can initialize the Gis Viewer Widget using the following parameters in the HTTP GET query string:
- wmsrequest: URL_ENCODED["HTTP/S WMS REQUEST"]. To show in the Gis Viewer the layer reachable by WMS request;
- zoom: an integer in the range [1-25]. To set the zoom level of map (at init time). The `zoom` must be less than or equal to `maxzoomlevel`;
- centermap: as LONG,LAT coordinates. To set the center of map (at init time);
- maxzoomlevel: as integer in the range [1-25]. To set the max zoom level navigable in the map. The default is 14.
Example 1:
- wmsrequest=https://geona-proto.d4science.org/geoserver/archeomar/wms?service=WMS&version=1.1.0&request=GetMap&layers=archeomar:schede_sub&styles=&bbox=13.5217329125,36.1909042583,19.9593367935,42.2244443889&width=768&height=719&srs=EPSG:4326&format=application/openlayers
- zoom=6
- centermap=12.45,42.98
The request is:
Example 2:
- zoom=8
- centermap=12.45,42.98
- maxzoomlevel=18
The request is:
https://data-d.d4science.org/gis-viewer-app?zoom=8¢ermap=12.45,42.98&maxzoomlevel=18