Difference between revisions of "Gis Viewer App"

From Gcube Wiki
Jump to: navigation, search
(Created page with "The ''Gis Viewer App'' is a web application to interact with [https://wiki.gcube-system.org/gcube/GIS_Viewer Gis Viewer Widget] === Maven === The artifact is available on Ne...")
 
(Overview)
Line 36: Line 36:
 
* ''zoom'': an integer in the range [0-14]. To set the zoom level of map (at init time)
 
* ''zoom'': an integer in the range [0-14]. To set the zoom level of map (at init time)
  
* ''centermap'': as Long,Lat. To set the center of map (at init time)
+
* ''centermap'': as LONG,LAT coordinates. To set the center of map (at init time)
  
 
e.g.
 
e.g.
  
 
https://data.d4science.org/gis-viewer-app/?wmsrequest=https%3A%2F%2Fgeona-proto.d4science.org%2Fgeoserver%2Farcheomar%2Fwms%3Fservice%3DWMS%26version%3D1.1.0%26request%3DGetMap%26layers%3Darcheomar%3Aschede_sub%26styles%3D%26bbox%3D13.5217329125%2C36.1909042583%2C19.9593367935%2C42.2244443889%26width%3D768%26height%3D719%26srs%3DEPSG%3A4326%26format%3Dapplication%2Fopenlayers&zoom=6&centermap=12.45,42.98
 
https://data.d4science.org/gis-viewer-app/?wmsrequest=https%3A%2F%2Fgeona-proto.d4science.org%2Fgeoserver%2Farcheomar%2Fwms%3Fservice%3DWMS%26version%3D1.1.0%26request%3DGetMap%26layers%3Darcheomar%3Aschede_sub%26styles%3D%26bbox%3D13.5217329125%2C36.1909042583%2C19.9593367935%2C42.2244443889%26width%3D768%26height%3D719%26srs%3DEPSG%3A4326%26format%3Dapplication%2Fopenlayers&zoom=6&centermap=12.45,42.98

Revision as of 10:54, 4 May 2020

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>

Retrieve web service endpoint

The service endpoint URL [GIS_VIEWER_APP_SERVICE_ENDPOINT] of Gis Viewer App is:

for the development environment

http://data-d.d4science.org/gis-viewer-app

for the production environment

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 open the Gis Viewer with the layer reachable by wms request.
  • zoom: an integer in the range [0-14]. To set the zoom level of map (at init time)
  • centermap: as LONG,LAT coordinates. To set the center of map (at init time)

e.g.

https://data.d4science.org/gis-viewer-app/?wmsrequest=https%3A%2F%2Fgeona-proto.d4science.org%2Fgeoserver%2Farcheomar%2Fwms%3Fservice%3DWMS%26version%3D1.1.0%26request%3DGetMap%26layers%3Darcheomar%3Aschede_sub%26styles%3D%26bbox%3D13.5217329125%2C36.1909042583%2C19.9593367935%2C42.2244443889%26width%3D768%26height%3D719%26srs%3DEPSG%3A4326%26format%3Dapplication%2Fopenlayers&zoom=6&centermap=12.45,42.98