github-actions
released this
24 Sep 19:22
·
45 commits
to refs/heads/main
since this release
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
- HTM-1200: Fixes printing when no background is selected (#691) @geertplaisier
- HTM-1147: Reduce flickering when zooming in and viewing legend (#679) @geertplaisier
- HTM-1147: Reduce flickering and keep scrollbar pos when viewing legend (#690) @geertplaisier
- HTM-1193: Fixes switching feature type for catalog layer (#704) @geertplaisier
- HTM-1205: Prevent creating Solr indexes for WFS feature types (#701) @steinkobben