Skip to content

Hack to fix queries with QGIS WFS Server - #902

Open
klassenjs wants to merge 1 commit into
geomoose:mainfrom
klassenjs:qgis-wfs-hack
Open

Hack to fix queries with QGIS WFS Server#902
klassenjs wants to merge 1 commit into
geomoose:mainfrom
klassenjs:qgis-wfs-hack

Conversation

@klassenjs

Copy link
Copy Markdown
Member
  • QGIS Typename does not have a schema/namespace
  • QGIS needs wgs84Hack (or more likely to be told the query coordinates are in 3857)
  • The non-wgs84Hack code path had a type error calling getCode() on a string.

This more or less makes things work with a <mapsource type='qgis-wfs'>. But I'm not even pretending this is the right way to go about this.

ref: #901

 - QGIS Typename does not have a schema/namespace
 - QGIS needs wgs84Hack
   (or more likely to be told the query coordinates are in 3857)
 - The non-wgs84Hack code path had a type error calling getCode() on a string.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant