Skip to content

Releases: terrabrasilis/terrabrasilis-api

v1.0.13

08 Apr 17:17
Compare
Choose a tag to compare
  • Fixing wrong get capabilities URL when layer URL already has the workspace on path

v1.0.12

06 Mar 17:12
Compare
Choose a tag to compare
  • Adding worker pool to layer renderer
  • Adding single tile layer to timedimension

v1.0.11

21 Feb 19:48
Compare
Choose a tag to compare
  • First working version using Oauth Proxy instead of GeoServer access token.

v1.0.9

24 Jan 12:40
Compare
Choose a tag to compare

Adjusting API to support layer datasource URL with/without workspace on path.

New functions and events

09 Dec 19:10
Compare
Choose a tag to compare
  • Adding 2 new function to get Bounds a CRS
  • Adding callback after updating map state
  • Notifying map state change when changing layers filters

Adding time filter on getFeatureInfo

02 Dec 19:33
Compare
Choose a tag to compare

Now when using the getFeatureInfo function, it gets info using time filter if available on each layer.

Changing filter structure object

30 Nov 17:36
Compare
Choose a tag to compare

Changing filter structure object to be compatible with webmap v2.2.0

Fixing oauth integration with time dimension feature

30 Nov 14:44
Compare
Choose a tag to compare

Some adjusts to be able to use the time dimension feature when logged in with private data.

Fixing the way to get Layer by name

01 Jun 13:53
Compare
Choose a tag to compare

It was using a wrong way to get layer by name, so the base layer manager couldn't find the layer to change.

Adding authentication token to layer params when any changes happend

15 May 15:12
Compare
Choose a tag to compare

Fixing some issues about keeping layer after removing from treeview:
terrabrasilis/webmap#32

And changing layers to authenticated or not, every time when changing layers (visibility, login, logout, startup).