@@ -468,8 +468,8 @@ def test_wms_GetLegendGraphic_BBox(self):
468
468
"LAYER" : "Country,Hello,db_point" ,
469
469
"LAYERTITLE" : "FALSE" ,
470
470
"FORMAT" : "image/png" ,
471
- "HEIGHT " : "500" ,
472
- "WIDTH " : "500" ,
471
+ "SRCHEIGHT " : "500" ,
472
+ "SRCWIDTH " : "500" ,
473
473
"BBOX" : "-151.7,-38.9,51.0,78.0" ,
474
474
"CRS" : "EPSG:4326"
475
475
}.items ())])
@@ -486,8 +486,8 @@ def test_wms_GetLegendGraphic_BBox2(self):
486
486
"LAYER" : "Country,Hello,db_point" ,
487
487
"LAYERTITLE" : "FALSE" ,
488
488
"FORMAT" : "image/png" ,
489
- "HEIGHT " : "500" ,
490
- "WIDTH " : "500" ,
489
+ "SRCHEIGHT " : "500" ,
490
+ "SRCWIDTH " : "500" ,
491
491
"BBOX" : "-76.08,-6.4,-19.38,38.04" ,
492
492
"SRS" : "EPSG:4326"
493
493
}.items ())])
@@ -503,8 +503,8 @@ def test_wms_GetLegendGraphic_EmptyLegend(self):
503
503
"REQUEST" : "GetLegendGraphic" ,
504
504
"LAYER" : "QGIS%20Server%20Hello%20World" ,
505
505
"FORMAT" : "image/png" ,
506
- "HEIGHT " : "840" ,
507
- "WIDTH " : "1226" ,
506
+ "SRCHEIGHT " : "840" ,
507
+ "SRCWIDTH " : "1226" ,
508
508
"BBOX" : "10.38450,-49.6370,73.8183,42.9461" ,
509
509
"SRS" : "EPSG:4326" ,
510
510
"SCALE" : "15466642"
@@ -525,8 +525,8 @@ def test_wms_GetLegendGraphic_wmsRootName(self):
525
525
"REQUEST" : "GetLegendGraphic" ,
526
526
"LAYER" : "QGIS%20Server%20-%20Grouped%20Layer" ,
527
527
"FORMAT" : "image/png" ,
528
- "HEIGHT " : "840" ,
529
- "WIDTH " : "1226" ,
528
+ "SRCHEIGHT " : "840" ,
529
+ "SRCWIDTH " : "1226" ,
530
530
"BBOX" : "609152,5808188,625492,5814318" ,
531
531
"SRS" : "EPSG:25832" ,
532
532
"SCALE" : "38976"
@@ -544,8 +544,8 @@ def test_wms_GetLegendGraphic_wmsRootName(self):
544
544
"REQUEST" : "GetLegendGraphic" ,
545
545
"LAYER" : "All_grouped_layers" ,
546
546
"FORMAT" : "image/png" ,
547
- "HEIGHT " : "840" ,
548
- "WIDTH " : "1226" ,
547
+ "SRCHEIGHT " : "840" ,
548
+ "SRCWIDTH " : "1226" ,
549
549
"BBOX" : "609152,5808188,625492,5814318" ,
550
550
"SRS" : "EPSG:25832" ,
551
551
"SCALE" : "38976"
@@ -563,8 +563,8 @@ def test_wms_GetLegendGraphic_ScaleSymbol_Min(self):
563
563
"REQUEST" : "GetLegendGraphic" ,
564
564
"LAYER" : "testlayer" ,
565
565
"FORMAT" : "image/png" ,
566
- "HEIGHT " : "550" ,
567
- "WIDTH " : "850" ,
566
+ "SRCHEIGHT " : "550" ,
567
+ "SRCWIDTH " : "850" ,
568
568
"BBOX" : "-608.4,-1002.6,698.2,1019.0" ,
569
569
"CRS" : "EPSG:4326"
570
570
}.items ())])
@@ -579,8 +579,8 @@ def test_wms_GetLegendGraphic_ScaleSymbol_Min(self):
579
579
"REQUEST" : "GetLegendGraphic" ,
580
580
"LAYER" : "testlayer" ,
581
581
"FORMAT" : "image/png" ,
582
- "HEIGHT " : "550" ,
583
- "WIDTH " : "850" ,
582
+ "SRCHEIGHT " : "550" ,
583
+ "SRCWIDTH " : "850" ,
584
584
"BBOX" : "-1261.7,-2013.5,1351.5,2029.9" ,
585
585
"CRS" : "EPSG:4326"
586
586
}.items ())])
@@ -596,8 +596,8 @@ def test_wms_GetLegendGraphic_ScaleSymbol_Scaled_01(self):
596
596
"REQUEST" : "GetLegendGraphic" ,
597
597
"LAYER" : "testlayer" ,
598
598
"FORMAT" : "image/png" ,
599
- "HEIGHT " : "550" ,
600
- "WIDTH " : "850" ,
599
+ "SRCHEIGHT " : "550" ,
600
+ "SRCWIDTH " : "850" ,
601
601
"BBOX" : "31.8,-12.0,58.0,28.4" ,
602
602
"CRS" : "EPSG:4326"
603
603
}.items ())])
@@ -613,8 +613,8 @@ def test_wms_GetLegendGraphic_ScaleSymbol_Scaled_02(self):
613
613
"REQUEST" : "GetLegendGraphic" ,
614
614
"LAYER" : "testlayer" ,
615
615
"FORMAT" : "image/png" ,
616
- "HEIGHT " : "550" ,
617
- "WIDTH " : "850" ,
616
+ "SRCHEIGHT " : "550" ,
617
+ "SRCWIDTH " : "850" ,
618
618
"BBOX" : "25.3,-22.1,64.5,38.5" ,
619
619
"CRS" : "EPSG:4326"
620
620
}.items ())])
@@ -630,8 +630,8 @@ def test_wms_GetLegendGraphic_ScaleSymbol_Max(self):
630
630
"REQUEST" : "GetLegendGraphic" ,
631
631
"LAYER" : "testlayer" ,
632
632
"FORMAT" : "image/png" ,
633
- "HEIGHT " : "550" ,
634
- "WIDTH " : "850" ,
633
+ "SRCHEIGHT " : "550" ,
634
+ "SRCWIDTH " : "850" ,
635
635
"BBOX" : "44.8,8.0,45.0,8.4" ,
636
636
"CRS" : "EPSG:4326"
637
637
}.items ())])
@@ -646,8 +646,8 @@ def test_wms_GetLegendGraphic_ScaleSymbol_Max(self):
646
646
"REQUEST" : "GetLegendGraphic" ,
647
647
"LAYER" : "testlayer" ,
648
648
"FORMAT" : "image/png" ,
649
- "HEIGHT " : "550" ,
650
- "WIDTH " : "850" ,
649
+ "SRCHEIGHT " : "550" ,
650
+ "SRCWIDTH " : "850" ,
651
651
"BBOX" : "43.6,6.2,46.2,10.2" ,
652
652
"CRS" : "EPSG:4326"
653
653
}.items ())])
0 commit comments