Skip to content

Commit

Permalink
Merge pull request #4576 from 3liz/backport-4573-to-release_3_8
Browse files Browse the repository at this point in the history
[Backport release_3_8] Tests - Upgrade CFG which were on LWC 3.5 to 3.7 and QGIS 3.28
  • Loading branch information
Gustry authored Jul 4, 2024
2 parents ab04264 + 104b0e2 commit 1fb3c45
Show file tree
Hide file tree
Showing 10 changed files with 3,764 additions and 2,222 deletions.
1,161 changes: 770 additions & 391 deletions tests/qgis-projects/tests/dnd_form.qgs

Large diffs are not rendered by default.

79 changes: 43 additions & 36 deletions tests/qgis-projects/tests/dnd_form.qgs.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
{
"metadata": {
"qgis_desktop_version": 32204,
"lizmap_plugin_version": "master",
"lizmap_web_client_target_version": 30500,
"project_valid": true
"qgis_desktop_version": 32813,
"lizmap_plugin_version_str": "4.3.19",
"lizmap_plugin_version": 40319,
"lizmap_web_client_target_version": 30700,
"lizmap_web_client_target_status": "Stable",
"instance_target_url": "https://demo.lizmap.com/lizmap/",
"instance_target_repository": "features"
},
"warnings": {},
"debug": {
"total_time": 0.29300000000000004
},
"options": {
"projection": {
Expand All @@ -18,25 +25,17 @@
],
"mapScales": [
10000,
10000,
25000,
25000,
50000,
50000,
100000,
250000,
500000,
1000000,
2500000,
5000000
],
"minScale": 10000,
"maxScale": 5000000,
"use_native_zoom_levels": true,
"hide_numeric_scale_value": true,
"initialExtent": [
131621.88106384774,
5290838.038872049,
639923.1098730753,
5579406.158167119
131621.8811,
5290838.0389,
639923.1099,
5579406.1582
],
"popupLocation": "dock",
"pointTolerance": 25,
Expand All @@ -46,7 +45,9 @@
"tmTimeFrameType": "seconds",
"tmAnimationFrameLength": 1000,
"datavizLocation": "dock",
"theme": "light"
"theme": "light",
"fixed_scale_overview_map": true,
"dataviz_drag_drop": []
},
"layers": {
"dnd_form_geom": {
Expand All @@ -56,9 +57,9 @@
"geometryType": "point",
"extent": [
695509.796091847,
6321556.88189145,
6321556.881891748,
695509.796091847,
6321556.88189145
6321556.881891748
],
"crs": "EPSG:2154",
"title": "dnd_form_geom",
Expand All @@ -68,20 +69,19 @@
"maxScale": 1000000000000,
"toggled": "True",
"popup": "True",
"popupFrame": null,
"popupSource": "auto",
"popupTemplate": "",
"popupMaxFeatures": 10,
"popupDisplayChildren": "False",
"noLegendImage": "False",
"popup_allow_download": true,
"legend_image_option": "hide_at_startup",
"groupAsLayer": "False",
"baseLayer": "False",
"displayInLegend": "True",
"group_visibility": [],
"singleTile": "True",
"imageFormat": "image/png",
"cached": "False",
"serverFrame": null,
"clientCacheExpiration": 300
},
"dnd_form": {
Expand All @@ -103,20 +103,19 @@
"maxScale": 1000000000000,
"toggled": "False",
"popup": "False",
"popupFrame": null,
"popupSource": "auto",
"popupTemplate": "",
"popupMaxFeatures": 10,
"popupDisplayChildren": "False",
"noLegendImage": "False",
"popup_allow_download": true,
"legend_image_option": "hide_at_startup",
"groupAsLayer": "False",
"baseLayer": "False",
"displayInLegend": "True",
"group_visibility": [],
"singleTile": "True",
"imageFormat": "image/png",
"cached": "False",
"serverFrame": null,
"clientCacheExpiration": 300
},
"Hidden": {
Expand All @@ -130,20 +129,19 @@
"maxScale": 1000000000000,
"toggled": "True",
"popup": "False",
"popupFrame": null,
"popupSource": "auto",
"popupTemplate": "",
"popupMaxFeatures": 10,
"popupDisplayChildren": "False",
"noLegendImage": "False",
"popup_allow_download": true,
"legend_image_option": "hide_at_startup",
"groupAsLayer": "False",
"baseLayer": "False",
"displayInLegend": "True",
"group_visibility": [],
"singleTile": "True",
"imageFormat": "image/png",
"cached": "False",
"serverFrame": null,
"clientCacheExpiration": 300
},
"OpenStreetMap": {
Expand All @@ -152,9 +150,9 @@
"type": "layer",
"extent": [
-20037508.342789244,
-20037508.342789255,
-20037508.342789248,
20037508.342789244,
20037508.342789244
20037508.342789248
],
"crs": "EPSG:3857",
"title": "OpenStreetMap",
Expand All @@ -164,20 +162,19 @@
"maxScale": 1000000000000,
"toggled": "False",
"popup": "False",
"popupFrame": null,
"popupSource": "auto",
"popupTemplate": "",
"popupMaxFeatures": 10,
"popupDisplayChildren": "False",
"noLegendImage": "False",
"popup_allow_download": true,
"legend_image_option": "hide_at_startup",
"groupAsLayer": "False",
"baseLayer": "False",
"displayInLegend": "True",
"group_visibility": [],
"singleTile": "True",
"imageFormat": "image/png",
"cached": "False",
"serverFrame": null,
"clientCacheExpiration": 300
}
},
Expand Down Expand Up @@ -246,11 +243,21 @@
"order": 1
}
},
"layouts": {
"config": {
"default_popup_print": false
},
"list": []
},
"loginFilteredLayers": {},
"timemanagerLayers": {},
"datavizLayers": {},
"filter_by_polygon": {
"config": {},
"config": {
"polygon_layer_id": null,
"group_field": "",
"filter_by_user": false
},
"layers": []
},
"formFilterLayers": {}
Expand Down
Loading

0 comments on commit 1fb3c45

Please sign in to comment.