Skip to content

v11.4.0 🎁

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Sep 19:22
· 45 commits to refs/heads/main since this release
743cbac

What’s Changed

  • Docker image tags and Java packages were renamed after moving to the new Tailormap GitHub organisation

🚀 New features and improvements

  • Feature preview: configure a simple attribute value replacement template with markdown styling for object information (click on map) panel
  • Feature preview: create a search index (requires solr Docker profile while deploying), for JDBC feature stores only
  • Popup appears when user is logged out in admin
  • Attribute list export fixes
  • Feature info dialog improvements
  • For WMS, hi-dpi and use tiling are disabled by default. This also affects the default for existing services in the catalog when the settings were never changed. The reason is that hi-dpi images from WMS are too large in total pixels and thus slow to draw. Hi-dpi WMS should only be used by the base layer or manually configured for a single layer. The tiling setting for WMS was used in combination with hi-dpi to reduce the GetMap size, but this can lead to tile rendering artifacts (labels appearing multiple times, etc.).
  • HTM-1156: Use application logo if set for printing (#692) @geertplaisier
  • HTM-1150: Add filter function for catalog in application layers section (#683) @geertplaisier
  • HTM-1162: View logfile in admin (#698) @matthijsln
  • HTM-1126: In de table of contents, the ⓘ symbol is gone and the entire layer name can be clicked to open the layer details panel with description/opacity/legend (#654) @geertplaisier

🐛 Bug Fixes

🔨 Dependency updates

  • HTM-1197: Bump OpenLayers from 10.0.0 to 10.1.0 and proj4 from 2.11.0 to 2.12.0 (#688) @mprins