- Stop propagation on map click to prevent e.g. feature info from triggering as well
- Clear focus after deactivating coordinate search
- Fix errors processing invalid srs list entries
- Fix coordinate transformation errors on Openlayers 6 with SRSes not pre-configured on map
- Fix initially selected SRS not applied to calculations
- Fix Symfony 4 compatibility of autocomplete controller definition
- Fix incompatibility with current doctrine/doctrine-bundle
- Allow both "," and "." as a decimal separator in manual coordinate entry (PR#16)
- Fix Composer autoload coverage warning for test classes
- Remove broken legacy test
- Reimplement for Symfony 4 conformance
- Update frontend design for Mapbender 3.2
NOTE: This version cannot be installed on Mapbender before v3.2.6.
- Fix errors processing invalid srs list entries
- Fix coordinate transformation errors on Openlayers 6 with SRSes not pre-configured on map
- Fix initially selected SRS not applied to calculations
- Allow both "," and "." as a decimal separator in manual coordinate entry (PR#16)
- Fix Composer autoload coverage warning for test classes
- Fix Symfony 4 incompatibility in backend autocompletion controller
- Fix broken backend srs suggestion layout when matching srs with very long title
- Document Element configuration
- 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
- Add Openlayers 4/5/6 support
- Update for current Mapbender API conventions (no functional changes)
- 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
- Resolve Symfony 3 incompatibilities
- Fix errors when using "Coordinate search" button with multiple Coordinates Utility instances in the same application