Releases: terrabrasilis/terrabrasilis-api
Releases · terrabrasilis/terrabrasilis-api
v1.0.13
v1.0.12
- Adding worker pool to layer renderer
- Adding single tile layer to timedimension
v1.0.11
- First working version using Oauth Proxy instead of GeoServer access token.
v1.0.9
Adjusting API to support layer datasource URL with/without workspace on path.
New functions and events
- 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
Now when using the getFeatureInfo function, it gets info using time filter if available on each layer.
Changing filter structure object
Changing filter structure object to be compatible with webmap v2.2.0
Fixing oauth integration with time dimension feature
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
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
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).