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 [2022/03/15 17:57]
jeroen [Structure]
dev:technology:supported_formats:image:owxs [2023/10/06 16:56] (current)
mihaela [Create]
Line 30: Line 30:
   * ''Is3D'' : ''true'' or ''false'', setting to request 2D or 3D vector features, default false (Only for OWFS).   * ''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.   * ''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 ===== ===== Reason to use =====
Line 42: Line 44:
 Create and edit the .owfs, .owms and .owmts files using a simple text editor (e.g. Notepad).  Take care of spelling and file syntax. Create and edit the .owfs, .owms and .owmts files using a simple text editor (e.g. Notepad).  Take care of spelling and file syntax.
  
-===== Examples ===== +Exemples of owfs configurations to be saved in a .owfs file \\ 
- +''ServerType:WFS \\ 
-==== Belgium Informatie Vlaanderen Ortho ==== +ServerURL:https://msdi.data.gov.mt/geoserver/MITA_WFS_SR_GeoSubArea/wfs \\ 
- +ServerName:geoserver \\ 
-https://overheid.vlaanderen.be/Webdiensten-Raadpleegdiensten  +DataSetName:MITA_WFS_SR_GeoSubArea:SR.SeaArea.GSA15.WFS \\ 
- +PreferredCRS:3045'' \\
-https://geoservices.informatievlaanderen.be/raadpleegdiensten/omwrgbmrvl/wms?service=wms&request=getcapabilities \\  +
-{{:dev:technology:supported_formats:image:informatievlaanderen_ortho_.zip|}} +
-<code> +
-ServerType WMS +
-ServerName informatievlaanderen_omwrgbmrvl +
-ServerURL https://geoservices.informatievlaanderen.be/raadpleegdiensten/omwrgbmrvl/wms? +
-DataSetName Ortho +
-</code> +
- +
-https://tile.informatievlaanderen.be/ws/raadpleegdiensten/wmts?request=getcapabilities&service=wmts&version=1.0.\\ +
-{{:dev:technology:supported_formats:image:informatievlaanderen_ortho_wmts.zip|}} +
-<code> +
-ServerType WMTS +
-ServerName informatievlaanderen_raadpleegdiensten_wmts +
-ServerURL https://tile.informatievlaanderen.be/ws/raadpleegdiensten/wmts? +
-DataSetName omwrgbmrvl +
-UserName  +
-Password  +
-PreferredCRS 31370 +
-</code> +
- +
-https://geoservices.informatievlaanderen.be/overdrachtdiensten/GRB/wfs?service=wfs&request=getcapabilities \\ +
-{{:dev:technology:supported_formats:image:informatievlaanderen_grb_gbg.zip|}} +
-<code> +
-ServerType WFS +
-ServerName informatievlaanderen_grb +
-ServerURL https://geoservices.informatievlaanderen.be/overdrachtdiensten/GRB/wfs? +
-DataSetName [3] +
-</code> +
- +
-https://geoservices.informatievlaanderen.be/overdrachtdiensten/Vrbg/wfs?request=getcapabilities +
- +
-<code> +
-ServerType WFS +
-ServerName informatievlaanderen_vrbg +
-ServerURL https://geoservices.informatievlaanderen.be/overdrachtdiensten/Vrbg/wfs+
-DataSetName VRBG:Refarr +
-StaticContent true +
-</code> +
- +
-==== Poland Geoportal Orto ====  +
- +
-https://www.geoportal.gov.pl/uslugi/usluga-przegladania-wms \\ +
-https://mapy.geoportal.gov.pl/wss/service/img/guest/ORTO/MapServer/WMSServer?service=wms&request=getcapabilities \\ +
-{{:dev:technology:supported_formats:image:poland_geoportal_orto.zip|}} +
- +
-<code> +
-ServerType WMS +
-ServerName mapy_geoportal_gov_pl_orto +
-ServerURL https://mapy.geoportal.gov.pl/wss/service/img/guest/ORTO/MapServer/WMSServer +
-DataSetName Raster +
-swap_axis 4326,2180,2176,2177,2178,2179 +
-</code> +
- +
-==== USA Geological Survey ==== +
- +
-<note important>This service seems to be offline now. +
-</note> +
- +
-https://www.usgs.gov/ \\ +
-https://isse.cr.usgs.gov/arcgis/services/Orthoimagery/USGS_EROS_Ortho_1Foot/ImageServer/WMSServer?service=wms&request=getcapabilities \\ +
-{{:dev:technology:supported_formats:image:usgs_eros_ortho_1foot.zip|}} +
- +
-<code> +
-ServerType WMS +
-ServerName USGS_EROS_Ortho +
-ServerURL https://isse.cr.usgs.gov/arcgis/services/Orthoimagery/USGS_EROS_Ortho_1Foot/ImageServer/WMSServer +
-DataSetName USGS_EROS_Ortho_1Foot +
-</code>+
  
-==== USA Nasa Earth Observation ====+Exemples of owms configurations > to be saved in a .owms file \\ 
 +''ServerType=WMS \\ 
 +ServerName=wms.geo.gr.ch \\ 
 +ServerURL=https://wms.geo.gr.ch/kstn_strassenentwaesserung?Service=WMS&Request=GetCapabilities&Version=1.0.0 \\ 
 +DataSetName=Eigentuemer_Belagsschale''\\
  
-https://neo.sci.gsfc.nasa.gov/ \\ 
-https://neo.sci.gsfc.nasa.gov/wms/wms?service=wms&request=getcapabilities \\ 
  
-<code> 
-ServerType WMS 
-ServerName NEO 
-ServerURL https://neo.sci.gsfc.nasa.gov/wms/wms 
-DataSetName SRTM_RAMP2_TOPO 
-</code> 
 
Last modified:: 2022/03/15 17:57