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 longitude window in process forms. #229

Open
wants to merge 77 commits into
base: master
Choose a base branch
from

Conversation

agstephens
Copy link

No description provided.

agstephens and others added 30 commits October 14, 2020 10:00
If WPS input parameter is of type string and the identifier starts with
"range-slider" then a range slider widget is used. If the input
parameter default value is of the form "nnnn|nnnn" then the two numbers
are used as the beginning and end of the range.
If WPS input parameter is of type string and the identifier starts with
"date-slider" then a date range slider widget is used. If the input
parameter default value is of the form "yyyy/mm/dd|yyyy/mm/dd" then the
two numbers are used as the beginning and end of the range.
Add openlayers map selection for bbox
range_slider:
- identified by any input ID that ends in "NumericRange"
- provided as: `<start>/<end>`

date_slider:
- identified by any input ID that ends in "DateRange"
- provided as: `<YYYY-MM-DD>/<YYYY-MM-DD>`
The page count shows up as
`page 4 of 4.9`

This fixes this issue, so now it displays
`page 4 of 4`
The page count on the monitor page is not an int
version

There appears to be a bug when creating 'select' fields from templates
Patched requirements.txt - as was not working in ansible
antony-wilson and others added 30 commits January 7, 2021 08:12
Updated "User Documentation" link in Help
Set to use pyramid at version less than 2.0 (which has breaking changes).
Set pyramid at version less than 2.0
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

Successfully merging this pull request may close these issues.

2 participants