Skip to content

0.13.0-dev.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@AliceBalfanz AliceBalfanz released this 23 Nov 12:54

Changes in version 0.13.0 (in development)

Enhancements

  • Added function to insert user places from CSV/Text, GeoJSON, and WKT
    either by copy & paste, from selected file(s), or from file(s)
    dragged & dropped over the map. (#88)
    TODO:

    • i18n it, currently EN only.
    • Opt: import many features into own user place group,
      • so we can switch visibility, currently always shown;
      • delete it entirely, currently only single user places can be deleted.
    • Opt: allow entering character encoding,
      currently assuming UTF-8.
    • Opt: allow entering CRS,
      currently assuming EPSG:4326.
    • Opt: allow entering style/color column, currently fixed to name "color".
      Default color is "red".
    • Opt: validate also CSV and WKT in dialog,
      currently we only do that for GeoJSON.
  • The browser window's title and favicon can now be configured
    using the two parameters

    • windowTitle - a string
    • windowIcon - abs. or rel. URL to *.ico icon file
  • Color bar management has been slightly improved:

    • Color bars can now be reversed.
    • Color bar in the legend is now rendered according to the current
      settings "Hide small values", "Reverse", and "Opacity".

Fixes

  • Fixed user places disappearing after map projection change (#247).

  • Export time series button is disabled, when there are no
    time-series to download. (#171)

  • Update the privacy notice for even more transparency.