【问题标题】:How to display a Layer Group in QGIS Server如何在 QGIS Server 中显示图层组
【发布时间】:2019-09-20 14:51:16
【问题描述】:

我想用 QQgis 服务器显示图层,但是组图层没有显示,而是我从服务器收到了错误的请求响应:

请求:http://myserver/cgi-bin/91589/qgis_mapserv.fcgi?SERVICE=WFS&VERSION=2.0&REQUEST=GetFeature&typename=94043_CADASTRE&SRSNAME=EPSG:2154&OUTPUTFORMAT=GeoJSON

<pre>
<ServiceExceptionReport xmlns="http://www.opengis.net/ogc" version="1.2.0">
 <ServiceException code="RequestNotWellFormed">TypeName '94043_CADASTRE' unknown</ServiceException>
</ServiceExceptionReport>
</pre>

下面是 Qgis 中的 layer 部分:

【问题讨论】:

    标签: gis postgis qgis wms web-feature-service


    【解决方案1】:

    WFS 服务没有任何纯粹的 WMS 功能的图层组的概念。

    您应该使用 WMS 请求或使用 WFS 单独请求每个图层。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-08-12
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多