Release 1.1.4
Summary:
- Fix north arrow direction in portrait mode
- Fix wrong GeoJSON projection of detect sketches.
- Improve error handling and monitoring of back-end and front-end.
- Improve development setup and build system by using
conda
/mamba
. - Simplified CI setup by disabling tests and using the
pre-commit
tool to run linters. - Update dependencies.
- Reduce in memory load by handling uploaded files one-by-one
What's Changed
- feat(scripts): use poetry run in scripts by @matthiasschaub in #225
- docs: update component diagram by @matthiasschaub in #224
- Close #220: Remove unused module geopackage and associated test by @mhhd2020 in #226
- 232 add documentation on how to filter the results by @mhhd2020 in #233
- Fix #209: Add error message in case no matching map frame could be found by @mhhd2020 in #228
- Fix #203: Close matplotlib scale figure after saving by @mhhd2020 in #235
- Fix #213: Add error handling for PIL.UnidentifiedImageError by @mhhd2020 in #227
- Close #201: validate UUID when reading qr code and handle errors by @mhhd2020 in #237
- build: update redis by @matthiasschaub in #238
- Fix #236: Show fitting error message if OQT response is not a valid JSON by @mhhd2020 in #240
- Fix #198: Name GeoTIFF after the name of the uploaded file by @mhhd2020 in #241
- Delete outdated sketch_map_tool\constants.py by @mhhd2020 in #247
- Update contact email by @joker234 in #252
- Fix #242 by @mhhd2020 in #244
- Close #234: Add XML error reports from the WMS to error information presented to the user by @mhhd2020 in #245
- Update OQT to version 0.15.0 by @joker234 in #261
- Fix #243 by @mhhd2020 in #246
- Close #186 and fix #250 Allow bookmarking and sharing of map selections (center points) by @mhhd2020 in #249
- Update dependencies to resolve potential vulnerabilities by @mhhd2020 in #257
- Close #207: Limit the max. number of uploaded files by @mhhd2020 in #248
- 177 make qr code easier to read by reducing the information stored in it by @mhhd2020 in #254
- 212 Create the scale bar directly in reportlab to solve the sigkill 9 error during the creation of multiple A0 sketch maps by @mhhd2020 in #253
- 263 Extract and process oqt result figure using plotly instead of svg by @mhhd2020 in #266
- Fix #264: Show correct North direction in portrait mode by @mhhd2020 in #267
- Fix #262: Reset Upload dialog when the back button is clicked by @mhhd2020 in #268
- Experimental setup using conda and poetry by @matthiasschaub in #273
- fix: adjust to new oqt schema by @ElJocho in #275
- Release 1.1.3 by @matthiasschaub in #276
- build: fix build setup using mamba and poetry by @matthiasschaub in #274
- fix(frontend): improve network error handling while waiting for results by @mcauer in #281
- fix(polygonize): reproject geojson to EPSG:4326 by @ElJocho in #283
- perf(flask): reduce memory usage by @ElJocho in #278
- fix (map-generation, ui): avoid selecting invalid bboxes by @mcauer in #285
- Update js dependencies by @mcauer in #288
- build: use mamba to setup project in Docker by @matthiasschaub in #287
New Contributors
Full Changelog: 1.1.1...1.1.4