@@ -1189,8 +1189,6 @@ def test_wms_getprint_basic(self):
1189
1189
"FORMAT" : "png" ,
1190
1190
"map0:EXTENT" : "-33626185.498,-13032965.185,33978427.737,16020257.031" ,
1191
1191
"map0:LAYERS" : "Country,Hello" ,
1192
- "HEIGHT" : "500" ,
1193
- "WIDTH" : "500" ,
1194
1192
"CRS" : "EPSG:3857"
1195
1193
}.items ())])
1196
1194
@@ -1206,8 +1204,6 @@ def test_wms_getprint_basic(self):
1206
1204
"FORMAT" : "png" ,
1207
1205
"map0:EXTENT" : "-33626185.498,-13032965.185,33978427.737,16020257.031" ,
1208
1206
"LAYERS" : "Country,Hello" ,
1209
- "HEIGHT" : "500" ,
1210
- "WIDTH" : "500" ,
1211
1207
"CRS" : "EPSG:3857"
1212
1208
}.items ())])
1213
1209
@@ -1224,8 +1220,6 @@ def test_wms_getprint_basic(self):
1224
1220
"map0:EXTENT" : "-33626185.498,-13032965.185,33978427.737,16020257.031" ,
1225
1221
"map0:LAYERS" : "Country,Hello" ,
1226
1222
"LAYERS" : "Country,Hello" ,
1227
- "HEIGHT" : "500" ,
1228
- "WIDTH" : "500" ,
1229
1223
"CRS" : "EPSG:3857"
1230
1224
}.items ())])
1231
1225
@@ -1243,8 +1237,6 @@ def test_wms_getprint_style(self):
1243
1237
"FORMAT" : "png" ,
1244
1238
"map0:EXTENT" : "-33626185.498,-13032965.185,33978427.737,16020257.031" ,
1245
1239
"map0:LAYERS" : "Country_Labels" ,
1246
- "HEIGHT" : "500" ,
1247
- "WIDTH" : "500" ,
1248
1240
"CRS" : "EPSG:3857"
1249
1241
}.items ())])
1250
1242
@@ -1263,8 +1255,6 @@ def test_wms_getprint_style(self):
1263
1255
"map0:EXTENT" : "-33626185.498,-13032965.185,33978427.737,16020257.031" ,
1264
1256
"map0:LAYERS" : "Country_Labels" ,
1265
1257
"map0:STYLES" : "custom" ,
1266
- "HEIGHT" : "500" ,
1267
- "WIDTH" : "500" ,
1268
1258
"CRS" : "EPSG:3857"
1269
1259
}.items ())])
1270
1260
@@ -1281,8 +1271,6 @@ def test_wms_getprint_style(self):
1281
1271
"FORMAT" : "png" ,
1282
1272
"map0:EXTENT" : "-33626185.498,-13032965.185,33978427.737,16020257.031" ,
1283
1273
"LAYERS" : "Country_Labels" ,
1284
- "HEIGHT" : "500" ,
1285
- "WIDTH" : "500" ,
1286
1274
"CRS" : "EPSG:3857"
1287
1275
}.items ())])
1288
1276
@@ -1300,8 +1288,6 @@ def test_wms_getprint_style(self):
1300
1288
"map0:EXTENT" : "-33626185.498,-13032965.185,33978427.737,16020257.031" ,
1301
1289
"LAYERS" : "Country_Labels" ,
1302
1290
"STYLES" : "custom" ,
1303
- "HEIGHT" : "500" ,
1304
- "WIDTH" : "500" ,
1305
1291
"CRS" : "EPSG:3857"
1306
1292
}.items ())])
1307
1293
@@ -1319,8 +1305,6 @@ def test_wms_getprint_style(self):
1319
1305
"map0:EXTENT" : "-33626185.498,-13032965.185,33978427.737,16020257.031" ,
1320
1306
"map0:LAYERS" : "Country_Labels" ,
1321
1307
"LAYERS" : "Country_Labels" ,
1322
- "HEIGHT" : "500" ,
1323
- "WIDTH" : "500" ,
1324
1308
"CRS" : "EPSG:3857"
1325
1309
}.items ())])
1326
1310
@@ -1339,8 +1323,6 @@ def test_wms_getprint_style(self):
1339
1323
"map0:LAYERS" : "Country_Labels" ,
1340
1324
"map0:STYLES" : "custom" ,
1341
1325
"LAYERS" : "Country_Labels" ,
1342
- "HEIGHT" : "500" ,
1343
- "WIDTH" : "500" ,
1344
1326
"CRS" : "EPSG:3857"
1345
1327
}.items ())])
1346
1328
@@ -1357,8 +1339,6 @@ def test_wms_getprint_legend(self):
1357
1339
"FORMAT" : "png" ,
1358
1340
"map0:EXTENT" : "-33626185.498,-13032965.185,33978427.737,16020257.031" ,
1359
1341
"map0:LAYERS" : "Country,Hello" ,
1360
- "HEIGHT" : "500" ,
1361
- "WIDTH" : "500" ,
1362
1342
"CRS" : "EPSG:3857"
1363
1343
}.items ())])
1364
1344
@@ -1375,8 +1355,6 @@ def test_wms_getprint_srs(self):
1375
1355
"FORMAT" : "png" ,
1376
1356
"map0:EXTENT" : "-309.015,-133.011,312.179,133.949" ,
1377
1357
"map0:LAYERS" : "Country,Hello" ,
1378
- "HEIGHT" : "500" ,
1379
- "WIDTH" : "500" ,
1380
1358
"CRS" : "EPSG:4326"
1381
1359
}.items ())])
1382
1360
@@ -1394,8 +1372,6 @@ def test_wms_getprint_scale(self):
1394
1372
"map0:EXTENT" : "-33626185.498,-13032965.185,33978427.737,16020257.031" ,
1395
1373
"map0:LAYERS" : "Country,Hello" ,
1396
1374
"map0:SCALE" : "36293562" ,
1397
- "HEIGHT" : "500" ,
1398
- "WIDTH" : "500" ,
1399
1375
"CRS" : "EPSG:3857"
1400
1376
}.items ())])
1401
1377
@@ -1414,8 +1390,6 @@ def test_wms_getprint_grid(self):
1414
1390
"map0:LAYERS" : "Country,Hello" ,
1415
1391
"map0:GRID_INTERVAL_X" : "1000000" ,
1416
1392
"map0:GRID_INTERVAL_Y" : "2000000" ,
1417
- "HEIGHT" : "500" ,
1418
- "WIDTH" : "500" ,
1419
1393
"CRS" : "EPSG:3857"
1420
1394
}.items ())])
1421
1395
@@ -1433,8 +1407,6 @@ def test_wms_getprint_rotation(self):
1433
1407
"map0:EXTENT" : "-33626185.498,-13032965.185,33978427.737,16020257.031" ,
1434
1408
"map0:LAYERS" : "Country,Hello" ,
1435
1409
"map0:ROTATION" : "45" ,
1436
- "HEIGHT" : "500" ,
1437
- "WIDTH" : "500" ,
1438
1410
"CRS" : "EPSG:3857"
1439
1411
}.items ())])
1440
1412
@@ -1451,8 +1423,6 @@ def test_wms_getprint_selection(self):
1451
1423
"FORMAT" : "png" ,
1452
1424
"map0:EXTENT" : "-33626185.498,-13032965.185,33978427.737,16020257.031" ,
1453
1425
"map0:LAYERS" : "Country,Hello" ,
1454
- "HEIGHT" : "500" ,
1455
- "WIDTH" : "500" ,
1456
1426
"CRS" : "EPSG:3857" ,
1457
1427
"SELECTION" : "Country: 4"
1458
1428
}.items ())])
@@ -1470,8 +1440,6 @@ def test_wms_getprint_opacity(self):
1470
1440
"FORMAT" : "png" ,
1471
1441
"map0:EXTENT" : "-33626185.498,-13032965.185,33978427.737,16020257.031" ,
1472
1442
"map0:LAYERS" : "Country,Hello" ,
1473
- "HEIGHT" : "500" ,
1474
- "WIDTH" : "500" ,
1475
1443
"CRS" : "EPSG:3857" ,
1476
1444
"SELECTION" : "Country: 4" ,
1477
1445
"LAYERS" : "Country,Hello" ,
@@ -1490,8 +1458,6 @@ def test_wms_getprint_opacity(self):
1490
1458
"FORMAT" : "png" ,
1491
1459
"map0:EXTENT" : "-33626185.498,-13032965.185,33978427.737,16020257.031" ,
1492
1460
"map0:LAYERS" : "Country,Hello" ,
1493
- "HEIGHT" : "500" ,
1494
- "WIDTH" : "500" ,
1495
1461
"CRS" : "EPSG:3857" ,
1496
1462
"SELECTION" : "Country: 4" ,
1497
1463
"LAYERS" : "Country,Hello" ,
@@ -1519,8 +1485,6 @@ def test_wms_getprint_highlight(self):
1519
1485
"map0:HIGHLIGHT_LABELCOLOR" : "%2300FF0000" ,
1520
1486
"map0:HIGHLIGHT_LABELBUFFERCOLOR" : "%232300FF00" ,
1521
1487
"map0:HIGHLIGHT_LABELBUFFERSIZE" : "1.5" ,
1522
- "HEIGHT" : "500" ,
1523
- "WIDTH" : "500" ,
1524
1488
"CRS" : "EPSG:3857"
1525
1489
}.items ())])
1526
1490
@@ -1538,8 +1502,6 @@ def test_wms_getprint_label(self):
1538
1502
"FORMAT" : "png" ,
1539
1503
"map0:EXTENT" : "-33626185.498,-13032965.185,33978427.737,16020257.031" ,
1540
1504
"map0:LAYERS" : "Country,Hello" ,
1541
- "HEIGHT" : "500" ,
1542
- "WIDTH" : "500" ,
1543
1505
"CRS" : "EPSG:3857" ,
1544
1506
"IDTEXTBOX" : "Updated QGIS composer label"
1545
1507
}.items ())])
@@ -1556,8 +1518,6 @@ def test_wms_getprint_label(self):
1556
1518
"FORMAT" : "png" ,
1557
1519
"map0:EXTENT" : "-33626185.498,-13032965.185,33978427.737,16020257.031" ,
1558
1520
"map0:LAYERS" : "Country,Hello" ,
1559
- "HEIGHT" : "500" ,
1560
- "WIDTH" : "500" ,
1561
1521
"CRS" : "EPSG:3857" ,
1562
1522
"IDTEXTBOX" : ""
1563
1523
}.items ())])
0 commit comments