Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
dev:technology:supported_formats:image:owxs [2017/06/08 09:08]
jve@orbitgt.com
dev:technology:supported_formats:image:owxs [2023/10/06 16:56] (current)
mihaela [Create]
Line 2: Line 2:
  
 An Orbit Web service resource connection file is a file reference to one specific layer of a well defined web service. \\ An Orbit Web service resource connection file is a file reference to one specific layer of a well defined web service. \\
-It is strongly advised to read first the documentation about [[technology:core_concepts:web_resources|]].+It is advised to read first the documentation about [[dev:technology:core:web_resources|]].
  
 Connection file by web service type :  Connection file by web service type : 
Line 9: Line 9:
   * *.owfs : Orbit Web Feature Service   * *.owfs : Orbit Web Feature Service
  
-=== Structure ===+===== Structure =====
  
 An Orbit Web service resource connection file has the following structure: An Orbit Web service resource connection file has the following structure:
  
-  * ServerType : "WMS""WMTSor "WFS"+Required configurations 
-  * ServerName : free of choice Web service name as labeled in Orbit. +  ''ServerType'' ''WMS''''WMTS'' or ''WFS''
-  * ServerURL : service url +  * ''ServerName'' Free of choice, but do not use "." character. Web service name as labeled in Orbit. 
-  * DataSetName : <layer name> or <layer order reference> +  * ''ServerURL'' : service url 
-    * <layer name> : value of service FeatureType Name tag in the FeatureTypeList. +  * ''DataSetName'' : <layer name> or <layer order reference> 
-    * <layer order reference> : "[i]", were i is the order of the layer it the web service FeatureTypeList. +    * <layer name> : Value of service FeatureType Name tag in the FeatureTypeList. 
-  * UserName : username credentials if applicable. +    * <layer order reference> : "[i]", "iis the order of the layer it the web service FeatureTypeList. (only for OWFS).
-  * Password : password credentials if applicable. +
-  * swap_axis : Comma separated list of EPSG codes. Set list of CRS for map requests coordinates need to be inverted.  +
-  * PreferredCRS : EPSG Code, optionally for WMTS only. Set fix CRS for all web service communication and map requests.  +
-  * StaticContent :  "true" or "false", optionally for WFS only. Optimize caching and reduce web feature requests for unchanging vector resources.+
  
-=== Reason to use ===+Optional configurations 
 +  * ''UserName'' : Username credentials if applicable. 
 +  * ''Password'' : Password credentials if applicable. 
 +  * ''swap_axis'' : Comma separated list of EPSG codes. Set list of CRS for map requests coordinates need to be inverted.  
 +  * ''PreferredCRS'' : EPSG Code. Set fix CRS for all web service communication and map requests. (Only for OWMTS) 
 +  * ''StaticContent'' :  ''true'' or ''false'', default false. (Only for OWFS) \\ If true, then all features are loaded at once and saved in memory. The initial feature request will take more time, but once loaded there are no more web requests needed. This setting is perfect for smaller and static WFS layers to avoid continuous time-consuming web requests. \\ If false, then features are loaded on-the-fly as needed corresponding to the map view. Setting for larger and/or dynamic WFS layers.  
 +  * ''FallbackGeometryPropertyType'' : ''PointPropertyType'', ''LineStringPropertyType'' or ''PolygonPropertyType'' (Only for OWFS) \\ Specification of the feature's spatial type (geometry) is mandatory only if the service is not specifying the geometry or identifying the spatial type as generic geometry. 
 +  * ''Is3D'' : ''true'' or ''false'', setting to request 2D or 3D vector features, default false (Only for OWFS). 
 +  * ''IgnoreDCP'':  ''true'' or ''false'', setting to ignore the post requests URLs as specified in the service's capabilities file. Orbit will use the capabilities URL for all requests. Default false. 
 +  * ''UpdateMode'': ''READONLY'' or ''FULL_CONTROL'' for WFS-T, default is ''FULL_CONTROL'' 
 + 
 + 
 +===== Reason to use =====
  
 A Web Service reference file simplifies use of Web resources and enables additional configurations : A Web Service reference file simplifies use of Web resources and enables additional configurations :
   * Manage and share web resource in the same way as regular, file based resources.   * Manage and share web resource in the same way as regular, file based resources.
-  * Associate an [[technology:supported_formats:other:olg|Orbit Legend file]]. +  * Associate an [[dev:technology:supported_formats:other:olg|Orbit Legend file]]. 
   * Set additional service configurations, see Structure.    * Set additional service configurations, see Structure. 
  
-=== Create ==+===== Create =====
- +
-Create and edit the .owfs, .owms and .omts files using a simple text editor (e.g. Notepad).  Take care of spelling and file syntax. +
- +
-==Examples === +
- +
-** Belgium Informatie Vlaanderen ** \\ +
- +
-<code> +
-ServerType WMTS +
-ServerName Agiv_WTMS +
-ServerURL http://grb.agiv.be/geodiensten/raadpleegdiensten/geocache/wmts?service=WMTS +
-DataSetName ortho2007 +
-UserName  +
-Password  +
-PreferredCRS 31370  +
-</code>+
  
-** Belgium Ruimtemonitor ** \\+Create and edit the .owfs, .owms and .owmts files using a simple text editor (e.g. Notepad).  Take care of spelling and file syntax.
  
-<code+Exemples of owfs configurations to be saved in a .owfs file \\ 
-ServerType WFS +''ServerType:WFS \\ 
-ServerName www.ruimtemonitor.be +ServerURL:https://msdi.data.gov.mt/geoserver/MITA_WFS_SR_GeoSubArea/wfs \\ 
-ServerURL http://www.ruimtemonitor.be/geoserver/rm/wfs?service=wfs&request=getcapabilities&version=1.1.0 +ServerName:geoserver \\ 
-DataSetName rm:m06_woonwerkafstand_mmm +DataSetName:MITA_WFS_SR_GeoSubArea:SR.SeaArea.GSA15.WFS \\ 
-UserName  +PreferredCRS:3045'' \\
-Password  +
-</code>+
  
-** Poland Geoportal Orto ** \\ +Exemples of owms configurations > to be saved in a .owms file \\ 
-http://www.geoportal.gov.pl/uslugi/usluga-przegladania-wms \\ +''ServerType=WMS \\ 
-{{:technology:supported_formats:image:poland_geoportal_orto.zip|}}+ServerName=wms.geo.gr.ch \\ 
 +ServerURL=https://wms.geo.gr.ch/kstn_strassenentwaesserung?Service=WMS&Request=GetCapabilities&Version=1.0.0 \\ 
 +DataSetName=Eigentuemer_Belagsschale''\\
  
-<code> 
-ServerType WMS 
-ServerName mapy_geoportal_gov_pl_orto 
-ServerURL http://mapy.geoportal.gov.pl/wss/service/img/guest/ORTO/MapServer/WMSServer 
-DataSetName Raster 
-swap_axis 4326,2180,2176,2177,2178,2179 
-</code> 
  
-** US Nasa ** \\ 
-<code> 
-ServerType WMS 
-ServerName NASA JPL 
-ServerURL http://wms.jpl.nasa.gov/wms.cgi?Service=WMS&Version=1.1.1&Request=GetCapabilities 
-DataSetName global_mosaic 
-UserName  
-Password  
-</code> 
 
Last modified:: 2018/06/21 08:13