Skip to content

Releases: Tailormap/tailormap-viewer

v11.3.1 🎁

17 Apr 14:08
31bd004
Compare
Choose a tag to compare

What’s Changed

  • HTM-1087: Parent page scrolls as normal when embedded in an iframe, control key or two fingers required to pan/zoom map (#608) @geertplaisier
  • Allow (extension) code to register extra configuration fields in admin (#610) @geertplaisier
  • HTM-1098: Forms: choice list for integer attributes can be configured (#609) @geertplaisier

v11.3.0 🎁

05 Apr 15:08
1cff9e1
Compare
Choose a tag to compare

🚀 New features and improvements

🔨 Dependency updates

v11.2.3 🎁

28 Feb 09:42
5e376f6
Compare
Choose a tag to compare

What’s Changed

🔨 Dependency updates

v11.2.2 🎁

14 Feb 19:51
Compare
Choose a tag to compare

🚀 New features and improvements

🐛 Bug Fixes

  • HTM-962: Override GeoTools' projection WKT with proj4js definition for EPSG:28992 (#570) @matthijsln
  • HTM-1010: Fixes removing feature source from catalog (#578) @geertplaisier

v11.2.1 🎁

24 Jan 17:24
89cbb86
Compare
Choose a tag to compare

Upgrade notes

In this release the storage of supported CRSs per layer is optimized. When using GeoServer with default settings, all supported CRSs are reported (about 7000). In previous Tailormap versions the list of all CRSes was saved for each layer. This requires a lot of storage space and loading time, increasing with each layer in the service, with slow loading times for services, viewers and proxied requests. By utilizing inheritance only newly supported crses by child layers are saved, which drastically reduces the storage space for a WMS.

With this new release, click on 'Refresh service' for affected WMS services. To get a list of WMSes which would probably benefit from refreshing, execute this query:

docker compose exec db psql -U tailormap tailormap -c "select id, title, url, capabilities_fetched, pg_size_pretty(pg_column_size(layers)::numeric) from geo_service where pg_column_size(layers) > 32*1024 order by pg_column_size(layers) desc"

What’s Changed

v11.2.0 🎁🎅🏻

14 Dec 13:09
942a908
Compare
Choose a tag to compare

🚀 New features and improvements

🔨 Dependency updates

v11.1.4 🎁

15 Nov 15:25
4f4d049
Compare
Choose a tag to compare

What’s Changed

🔨 Dependency updates

v11.1.3 🎁

20 Oct 14:20
Compare
Choose a tag to compare

What’s Changed

🚀 New features and improvements

🐛 Bug Fixes

🔨 Dependency updates

v11.1.0 🎁

28 Sep 13:26
2cfcabd
Compare
Choose a tag to compare

🚀 New features and improvements

🐛 Bug Fixes

  • HTM-829: Fix hiDpiDisabled not applied (#451) @matthijsln
  • HTM-854: Add error message to login form to indicate lack of roles (#433) @mprins
  • HTM-913: Overwriting the style in a featureStyleUpdate clears the label due th… (#475) @mvdstruijk
  • HTM-904: Show background layer titles instead of names (#455) @matthijsln
  • HTM-912: Use RGB notation for default labelcolor black (#474) @mvdstruijk

What’s Changed

🔨 Dependency updates

v11.0.0 🎁

14 Jul 08:40
192ea6a
Compare
Choose a tag to compare

What’s Changed

🚀 New features and improvements

  • [HTM-844] [HTM-858] Update models to respect API changes (#414) @mprins
  • [HTM-804] Make it possible to add a description to an app layer in the admin (#395) @mprins
  • [HTM-521] Support adding an attribution to layers (#387) @mprins
  • [HTM-800] Add attribution to AppLayer (#386) @mprins
  • [HTM-648] add user and group admininstration pages (#329) @mprins
  • [DEVOPS-60][DEVOPS-61] Create and submit SBOM (#318) @mprins
  • Generate version.json from core/package.json and load async for Sentry (#294) @geertplaisier

🐛 Bug Fixes

  • [HTM-776] Update the already obvious warning message to be even more obvious (#392) @mprins
  • [HTM-766] Mandate a valid CRS for the application (#375) @mprins
  • [HTM-727] Disallow blank username and group name (#356) @mprins
  • Update PDOK locatieserver url (#341) @mprins
  • [HTM-679] Add BUILDX_NO_DEFAULT_ATTESTATIONS with value 1 to docker buildx build/deploys (#337) @mprins
  • [HTM-538] F - Location search in ESPG:3857 viewer zooms to EPSG:4326 coordinates (#328) @mprins
  • [HTM-675] Require CORS enabled or proxied services (#296) @matthijsln
  • HTM-628: Do not set crossOrigin to anonymous (#293) @matthijsln

🔨 Dependency updates

  • Bump tough-cookie from 4.1.2 to 4.1.3 (#426) @dependabot
  • [HTM-802] Upgrade OpenLayers to 7.4.0 (#388) @mprins
  • Bump postgres from 15.2-alpine3.17 to 15.3-alpine3.18 (#371) @mprins
  • Bump node from 18.15.0 to 18.16.0...
Read more