react-geo icon indicating copy to clipboard operation
react-geo copied to clipboard

Improvements to WFSSearchInput

Open KaiVolland opened this issue 3 years ago • 0 comments

Description

This adds a Bugfix as the default maxFeatures was 0 if not defined. New default is 1000. It also adds the possibility to parse GML32 responses.

Pull request type

  • [x] Bugfix
  • [x] Feature
  • [ ] Dependency updates
  • [ ] Code style update (formatting, renaming)
  • [ ] Refactoring (no functional changes, no api changes)
  • [ ] Build related changes
  • [ ] Documentation content changes
  • [ ] Other (please describe)

Do you introduce a breaking change?

  • [ ] Yes
  • [x] No

Checklist

  • [x] I understand and agree that the changes in this PR will be licensed under the BSD-2-Clause.
  • [x] I have followed the guidelines for contributing.
  • [x] The proposed change fits to the content of the Code of Conduct.
  • [ ] I have added or updated tests and documentation, and the test suite passes (run npm test locally).
  • [ ] I have added a screenshot/screencast to illustrate the visual output of my update.

KaiVolland avatar Aug 12 '22 11:08 KaiVolland