laptop and a wrench

不具合

Web Feature Service (WFS) with an abstract geometry type is read accurately by ArcGIS Pro, but not ArcGIS Online.

最後に公開された状態: December 13, 2019 ArcGIS Online
不具合 ID 番号 BUG-000126674
送信されましたNovember 12, 2019
最終更新日June 5, 2024
適用対象ArcGIS Online
見つかったバージョン7.2
オペレーティング システムN/A
オペレーティング システムのバージョンN/A
ステータスNon-Reproducible

参考情報

There are no issues with Web Map Service (WMS) services. If the issue still persists, contact Esri Support Services.

対処法

Specify the geometry type in the application schema:

  • Insert type = "gml:PointPropertyType"

<complexType name = "Building PaaFremmedGrundPunktType">

   <complexContent>

     <extension base = "mat: BuildingPaaFremmedGrundType">

       <sequence> <element name = "geometry" type = "gml: PointPropertyType">            <annotation>              <documentation> Object's geographical location NOTE Geometry - Item </documentation>            </annotation>          </element>        </sequence> </extension>    </complexContent>  </complexType> You get the application form (or selected parts of it) from a DescribeFeaturetype query.

         

 

 

<element name="geometry" type="gml:GeometryPropertyType">

 

Så i stedet for gml:AbstractFeatureType skal i definere laget som PolygonPropertyType

 

 

Nedenfor er jeres, aktuelle skema to er komplet Abstrakt!

 

<?xml version="1.0" encoding="UTF-8"?><xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ep_data="http://car.gis-hotel.dk/ep_data" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:wfs="http://www.opengis.net/wfs/2.0" elementFormDefault="qualified" targetNamespace="http://car.gis-hotel.dk/ep_data">

 <xsd:import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://car.gis-hotel.dk/geoserver/schemas/gml/3.2.1/gml.xsd"/>

 <xsd:complexType name="ep_midlertidige_arbType">

  <xsd:complexContent>

   <xsd:extension base="gml:AbstractFeatureType">

    <xsd:sequence>

     <xsd:element maxOccurs="1" minOccurs="0" name="geom" nillable="true" type="gml:SurfacePropertyType"/>

     <xsd:element maxOccurs="1" minOccurs="0" name="creationda" nillable="true" type="xsd:date"/>

     <xsd:element maxOccurs="1" minOccurs="0" name="creator" nillable="true" type="xsd:string"/>

     <xsd:element maxOccurs="1" minOccurs="0" name="editdate" nillable="true" type="xsd:date"/>

     <xsd:element maxOccurs="1" minOccurs="0" name="editor" nillable="true" type="xsd:string"/>

     <xsd:element maxOccurs="1" minOccurs="0" name="layer" nillable="true" type="xsd:string"/>

    </xsd:sequence>

   </xsd:extension>

  </xsd:complexContent>

 </xsd:complexType>

 <xsd:element name="ep_midlertidige_arb" substitutionGroup="gml:AbstractFeature" type="ep_data:ep_midlertidige_arbType"/>

再現の手順

不具合 ID: BUG-000126674

ソフトウェア:

  • ArcGIS Online

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動