WSGI scripts
- Added template file for qwc_connect and remove qwc_connect.py from this repository. This is same logic as with other onfiguration files.
- Update WSGI setup to use python 3 instead of old python 2.7
- Modify all scripts used by EQWC to run on python 2.7 and python 3
Note for GIT users: This update will delete your qwc_connect.py and you need to copy qwc_connect_template.py to qwc_connect.py and adjust database connection details.
Note for existing users of WSGI: If everything is working for you, just fix qwc_connect file and you can keep current installation of WSGI which is running on python 2.7. This is more for new setups where it makes sense to use python 3 which is also used by QGIS (since QGIS 3.x).
Other
- Remove mapbox elevation service since it doesn't exist anymore and prepare local WSGI script for elevation service from local postgis raster database
- Romanian translation
- Minor server side fixes