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

Fix #1919. Implemented WFS download plugin #1942

Merged
merged 2 commits into from
Jun 21, 2017

Conversation

offtherailz
Copy link
Member

This plugin provides the functionalities to export data from WFS in multiple formats.
Can be configured specifying the list of allowed fomats.

This plugin provides the functionalities to export data from WFS in multiple formats.
Can be configured specifying the list of allowed fomats.
 - Fix geosolutions-it#1919 - Add formats to the plugin
 - Add query filterObj selector
 - If the WFSPlugin is missing, the feature grid will continue working as usual, waiting for the new implementation
* }
* }
*/
const WFSDownload = React.createClass({
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we extract the component into a component file?

), {
onExport: downloadFeatures,
onDownloadOptionChange,
onMount: () => setControlProperty("wfsdownload", "avaliable", true),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

available

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.08%) to 80.004% when pulling 36315b9 on offtherailz:wfsdownload into fb784bf on geosolutions-it:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.07%) to 80.021% when pulling 0048f99 on offtherailz:wfsdownload into fb784bf on geosolutions-it:master.

@offtherailz offtherailz merged commit a790299 into geosolutions-it:master Jun 21, 2017
@offtherailz offtherailz deleted the wfsdownload branch June 21, 2018 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants