Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong URL for WFS #134

Closed
pelord opened this issue Apr 12, 2018 · 0 comments
Closed

Wrong URL for WFS #134

pelord opened this issue Apr 12, 2018 · 0 comments

Comments

@pelord
Copy link
Member

pelord commented Apr 12, 2018

@mbarbeau
@gignacnic
This line must be on the same line to avoid encoded spaces (%20) in the url.

If this line is on 2 lines, the url is :
......&%20%20%20%20%20%20%20%20%20%20outputFormat=geojson....

but must be :

......&outputFormat=geojson....

const baseUrl = `${url}?${baseWfsQuery}&${wfsVersion}&${featureTypes}&

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant