@@ -10,8 +10,10 @@ with some extra keywords: backend, tests, test, translation, funders, important
10
10
11
11
### Funders
12
12
13
+ * ** [ Andromède Océanologie] ( https://www.andromede-ocean.com/ ) **
13
14
* ** [ CC Bièvre Est] ( https://www.bievre-est.fr/ ) **
14
15
* ** [ Etra] ( https://www.etraspa.it/ ) ** , and developed by ** [ Faunalia] ( https://www.faunalia.eu/fr ) ** with @mind84
16
+ * ** [ Métropole Aix-Marseille-Provence] ( https://ampmetropole.fr/ ) **
15
17
* ** [ Golfe du Morbihan Vannes agglomération] ( https://www.golfedumorbihan-vannesagglomeration.bzh/ ) **
16
18
* ** [ VSB Energy] ( https://www.vsb.energy/ ) **
17
19
@@ -21,20 +23,36 @@ with some extra keywords: backend, tests, test, translation, funders, important
21
23
22
24
### Added
23
25
24
- * Circular geometry measurement on draw
26
+ * Editing
27
+ * Make sure the dock with the form is visible before opening the cancellation confirmation dialog
28
+ * Drawing :
29
+ * Circular geometry measurement on draw, contribution from @mind84
30
+ * Add button to rotate geometries
31
+ * Add split tool. Switch to editing and select split features
32
+ * ` lizmap-features-table ` , optionally :
33
+ * Show the currently highlighted feature geometry in the map with ` data-show-highlighted-feature-geometry="true" `
34
+ * Centre the map to this geometry with ` data-center-to-highlighted-feature-geometry="true" `
35
+ * Improve the logic of the opening
25
36
* Import and export drawings as [ FlatGeobuf] ( https://flatgeobuf.org/ )
26
37
* Form filter: filter autocomplete list based on previous applied filters
27
38
* Be able to set a maximum zoom for points, lines or polygons when zooming
28
39
* New import Shapefile into the drawing toolbox
29
40
* JS External OpenLayers Layer: defined custom title
30
41
* Adding Open Layers format for reading WFS capabilities data
42
+ * Support for ` X-Request-Id `
31
43
32
44
### Changed
33
45
46
+ * Activate the "Locate by layer" by default
34
47
* Changed HTML layout due to migration to Bootstrap 5
35
48
36
49
### Backend
37
50
51
+ * Only use Guzzle to send requests from PHP
52
+ * Parsing QGIS Project with PHP XMLReader instead of DOM
38
53
* Expose more OpenLayers and lit classes
39
54
* Reduce ` mainLizmap ` dependencies in all JavaScript code
40
55
* Raise PHP to version 8.1
56
+ * Dataviz with PlotlyJS
57
+ * Update to v2.35.2
58
+ * Use a custom build to reduce file size
0 commit comments