Skip to content

Releases: terrabrasilis/webmap

v2.6.5

10 Oct 18:16

Choose a tag to compare

Adjusting vision expansion panel to open the first on load.
Simplifying also the control of opened vision, not using anymore current CSS class to control status. Using variable isOpened to control

v2.6.4

27 Sep 19:28

Choose a tag to compare

Adjusting legend language update and deforestation layer pt-br translation

v2.6.3

25 Sep 17:20

Choose a tag to compare

  • Adjusting tiles and legend requests, to get a faster response on tiles rendering. Changes to Legends, TilesWorkerPool and Leaflet tile layer extention abort control.

v2.6.2

19 Sep 19:03

Choose a tag to compare

  • Changing webmap to be compatible with oauth-api with authentication and authorization
  • Adjusting webmap to consume publicproxy instead of capabilities_proxy

v2.6.1

13 Sep 16:54

Choose a tag to compare

Using now oauth-api proxy to getcapabilities and getfeatureinfo with external layers.

v2.6.0

06 Sep 19:51

Choose a tag to compare

  • Using now oauth-api proxy to getcapabilities with external layers.

v2.5.8

07 Aug 17:44

Choose a tag to compare

  • Fixing layer filter behavior when logged in on a restricted layer.

v2.5.7

24 May 12:15

Choose a tag to compare

  • Upgrading terrabrasilis-api (terrabrasilis-timedimension) to fix a problem with timedimension tool (fixes #60)
  • Adding fetch function to get legend images, using styleNameBase variable. Testing if the layer is external or not. Testing if it can fetch with designed styleName, if not, trying to get it with layer default style. (fixes #61)
  • Forcing getcapabilities to use authentication proxy when autenticated (fixes #64)
  • Adjusting filter interface to check if layer is raster to select a single date instead of a range. When configuring a filter for all workspace it uses the end date do draw if the layer is a raster. (fixes #62)

v2.5.6

26 Apr 16:59

Choose a tag to compare

  • Removing timeseries tool

v2.5.5

09 Apr 17:26

Choose a tag to compare

  • Fixing transparency slider position.
  • Fixing slider to avoid dragging layer container.