v1.6.0
PRINTING (SERVER and CLIENT):
- Add user title and description to print window
- Add server methods to add this user data to database and add filter parameter to GetPrint
- Print also base layers
- Documentation on this part
OTHER:
- New value in settings.php to store Google Maps API key
- Preserve language set in gisportal
- More project configuration from database (print, zoom back-forward, identification mode, permalink)
- Enable Search combo to work with WSGI scripts (as with original QWC)
- WSGI configuration read from json file
- Update WSGI scripts (transform geometry on server side to match Map CRS)
- Match Geocode search combo with QGIS Search combo (WSGI)
- Preserve selected geometry until new selection
- Update server side libraries GuzzleHttp and MobileDetect
- Settings template instead of settings.js for client part in client_common for easier updating
- Improved error checking
- Fixed #61
- Fixed #31
- Minor things and some other bug fixing
TRANSLATIONS:
- New strings are added for printing
DATABASE version 14:
- New table users_print for storing last print info for user (title, description)
- Table projects new fields print, zoom_back_forward, identify_mode, permalink
- Table users new field lang for future saving language info through gisportal
Update is required. Look at /_scripts/_readme.txt for info.
DATABASE version 15:
- Integrity fix (no data or function change)