Skip to content

Releases: terrestris/BasiGX

v3.1.0

09 Jul 08:51
Compare
Choose a tag to compare

This version introduces some fixes to 3.0.0 and two new methods on Animate.js

Fixes and Features

  • Fixed i18n example
  • Fixed animate example
  • Fixes Measure.js where coordinates were incorrectly passed to Polygon, whereas geometry should be given instead. More specifically, geometry instead of coords to ol.sphere.getArea
  • Some fixes in events methods on and un
  • Fix calls of animation functions.
  • Use correct name for animation layer.

New methods introduced:

  • doAnimation(feature, layer, animate) and endAnimation(feature, layer, listenerKey) have been added. They do animation on a layer instead of feature.

v3.0.0...v3.1.0

v3.0.0

04 Jun 09:40
Compare
Choose a tag to compare

This version introduces geoext 4.0.0 with openlayers 6.5.0

A step-by-step guide to update an application that uses BasiGX and geoext can be found here: https://github.com/terrestris/BasiGX/wiki/Update-application-to-ol-6.5.0,-geoext-4.0.0,-BasiGX-3.0.0

Fixes and Features

  • address breaking changes 35e72f1
  • Use GeoExt v4.0.0 929ac8a
  • feat: Update TransformInteraction to modern ol d4911b5
  • feat: Add openlayers 6 legacy dependency d9cb157

v2.1.0...v3.0.0

Version 2.1.0

04 Jun 08:38
Compare
Choose a tag to compare

Features & Fixes

  • use original feature type name to enhance detection of search layers a9f7f6d
  • fix legend button, tooltips c7b754c
  • Fix of hover-effect for graphicpool 6a2b1f7
  • 'activeEpsgCode' for CoordinateMousePositionPanel 2e04659
  • Fix extraction of layers when no bbox is available (#601) fc24c02
  • Collect all sub layers in add wms form (#602) 6a79a1e
  • AddWMS: Use inherited CRS list to check for compatibility (#604) f664849
  • introduces hoverClick plugin ba26303
  • Fix WFS search wrt non standard namespace prefixes (#607) bcbcf78
  • Allow use of the layer name instead of feature type for grouping (#618) 9f24d6d
  • Add util function 'cascadeLayers' 9e8f33a
  • provide optional filter function to exclude some records from graphic… ca4bb05
  • search across multiple workspaces 095c588
  • add geolocation button a123213

Version 2.0.2

19 Dec 08:46
Compare
Choose a tag to compare

Bugfixes:

  • Add check for geoserver filter extension used with WFS search #555
  • Add close trigger to MultiSearchCombo component #556
  • Add proxy URL config to add wms form #558
  • Fix CSW window bug #560

Version 2.0.0

11 Dec 10:28
7bb55c1
Compare
Choose a tag to compare

Breaking changes:

  • Make use of custom layer search configuration with WFS search (#548)

Features:

  • Support Vector Tile layers in MapLoadingStatusBar (#504)
  • Replace maxFeatures string by an empty one if maxFeatures is not defined (#519)
  • WPSUtil: Introduce WFSGetFeature as input reference (#518)
  • Initialize coords to map's starting center (#522)
  • Make hoverColor property of hover plugin configurable (#540)
  • Diverse enhancements of Multisearch component (#543)

Bugfixes:

  • Fixes tooltip binding in base button dd7b339
  • reset window reference on destroying properly 1c18f53
  • prevent hovering of duplicated features for vector layers 8244b4f
  • Handle hovering over vector layers correctly (#551)
  • Add queryable flag when adding WMS (#552)

Documentation:

  • enhance documentation for using JSonix e95dde0

Additionally several dependencies have been updated.

Commit Range:
v1.1.0...v2.0.0

Version 1.1.0

30 Aug 12:55
Compare
Choose a tag to compare
  • Use passed feature type if provided f3604d7
  • Execute CSW search on ENTER in search text field c77785a
  • Enables autopositioning of items partially outside the map (#484) e86a004
  • Add a CSW form to retrieve WMS layers through CSW e846828
  • Only show the OK button for warn message boxes per default 1a4fd1d

v1.0.4...v1.1.0

Version 1.0.4

11 Jun 09:49
Compare
Choose a tag to compare
  • Fixes calculation for hover overlay positioning 3ee07f3
  • Fixes security alert 500ffb3
  • More flexible regular expression to work w/ filters 9766fb8

v1.0.2

22 May 12:59
Compare
Choose a tag to compare

v1.0.1

22 May 11:53
Compare
Choose a tag to compare

v1.0.0

22 May 09:48
Compare
Choose a tag to compare

This is the first release 1.0.0. This is now also available through npm (@terrestris/basigx)