Amsterdam / django-gisserver

Django speaking WFS 2.0 to expose geo data
Mozilla Public License 2.0
38 stars 10 forks source link

Workaround for FME #20

Closed lbam closed 1 year ago

lbam commented 1 year ago

From what I can tell, the response to DescribeFeatureType is always an XML Schema. But FME sends such requests with a GML outputformat. Do what mapserver does and ignore the outputformat.

Ref: https://opengeospatial.github.io/e-learning/wfs/text/operations.html

codecov-commenter commented 1 year ago

Codecov Report

Merging #20 (b02d525) into main (2da5385) will increase coverage by 0.02%. The diff coverage is 83.33%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main      #20      +/-   ##
==========================================
+ Coverage   88.27%   88.30%   +0.02%     
==========================================
  Files          39       39              
  Lines        3626     3626              
==========================================
+ Hits         3201     3202       +1     
+ Misses        425      424       -1     
Impacted Files Coverage Δ
gisserver/operations/wfs20.py 87.65% <ø> (ø)
gisserver/operations/base.py 78.97% <80.00%> (+0.56%) :arrow_up:
gisserver/__init__.py 100.00% <100.00%> (ø)