Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Releases: mapbender/coordinates-utility

1.2.1

30 Aug 08:26
Compare
Choose a tag to compare
  • Fix Composer autoload coverage warning for test classes
  • Remove broken legacy test

1.1.3

30 Aug 08:26
Compare
Choose a tag to compare
  • Fix Composer autoload coverage warning for test classes

1.2.0

09 Aug 10:34
Compare
Choose a tag to compare
  • Reimplement for Symfony 4 conformance
  • Update frontend design for Mapbender 3.2

NOTE: This version cannot be installed on Mapbender versions before v3.2.6.

1.1.2

09 Aug 09:08
Compare
Choose a tag to compare
  • Fix Symfony 4 incompatibility in backend autocompletion controller
  • Fix broken backend srs suggestion layout when matching srs with very long title
  • Document Element configuration

1.1.1

09 Aug 09:08
Compare
Choose a tag to compare
  • Fix errors if Yaml configuration completely omits srsList
  • Fix errors if Yaml configuration supplies a list of (scalar string) srs names in srsList
  • Fix inconsistent backend form typography vs other Mapbender elements

1.1.0

06 Aug 13:13
Compare
Choose a tag to compare
  • Add Openlayers 4/5/6 support

1.0.9

18 Feb 11:20
Compare
Choose a tag to compare
  • Update for current Mapbender API conventions (no functional changes)

1.0.8

18 Feb 11:19
Compare
Choose a tag to compare
  • Fix coordinate display rounding drift on map click
  • Fix coordinate display rounding drift on coordinate input changes
  • Fix error when trying to center on map after external srs change
  • Fix internal server error when submitting configuration form with validation error
  • Drop "type" configuration option; auto-determine popup vs sidepane operation mode from containing region

1.0.7.2

26 Nov 23:55
Compare
Choose a tag to compare
  • Resolve Symfony 3 incompatibilities
  • Fix errors when using "Coordinate search" button with multiple Coordinates Utility instances in the same application

Multi-Coordinates Utility / Button interaction fixes

11 Mar 14:54
Compare
Choose a tag to compare
  • Resolves conflicts between multiple Coordinates Utilities' ability to "Zoom to coordinate" (0b2265d)
  • Removes the client-side autoOpen option, which has never existed, and could never be configured, but could confuse the controlling button into thinking the Element was initially active (644f2b3)
  • Prevent the error occuring in deactivate when called from a controlling button before the Element had opened its popup (b682973)