Skip to content

Commit

Permalink
Remove Stamen key from CFG file
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry authored and github-actions[bot] committed Nov 27, 2023
1 parent 17fbaf2 commit a64e98d
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,14 @@
5436768.563052116
],
"osmMapnik": "True",
"osmStamenToner": "True",
"popupLocation": "right-dock",
"pointTolerance": 25,
"lineTolerance": 10,
"polygonTolerance": 5,
"tmTimeFrameSize": 10,
"tmTimeFrameType": "seconds",
"tmAnimationFrameLength": 1000,
"startupBaselayer": "osm-stamen-toner",
"startupBaselayer": "osm-mapnik",
"datavizLocation": "dock",
"theme": "light",
"fixed_scale_overview_map": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
5414844.99481
],
"osmMapnik": "True",
"osmStamenToner": "True",
"hideGroupCheckbox": "True",
"popupLocation": "dock",
"print": "True",
Expand All @@ -50,7 +49,7 @@
"tmTimeFrameType": "seconds",
"tmAnimationFrameLength": 1000,
"emptyBaselayer": "True",
"startupBaselayer": "osm-stamen-toner",
"startupBaselayer": "osm-mapnik",
"datavizLocation": "bottomdock",
"datavizTemplate": "<div class=\"container-fluid\"> \n <div class=\"row-fluid\"> \n <div class=\"span6\">$0</div>\n <div class=\"span6\">$2</div>\n </div> \n<div class=\"row-fluid\"> \n <div class=\"span12\">$1</div>\n </div></div>",
"theme": "light",
Expand Down
2 changes: 1 addition & 1 deletion tests/end2end/playwright/base-layers.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ test.describe('Base layers', () => {
});

test('Base layers list', async ({ page }) => {
await expect(page.locator('lizmap-base-layers select option')).toHaveCount(12);
await expect(page.locator('lizmap-base-layers select option')).toHaveCount(11);
await expect(page.locator('lizmap-base-layers select')).toHaveValue('osm-mapnik');
await page.locator('lizmap-base-layers select').selectOption('empty');
await expect(page.locator('lizmap-base-layers select')).toHaveValue('empty');
Expand Down
1 change: 0 additions & 1 deletion tests/qgis-projects/tests/base_layers with space.qgs.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
5413731.378315685
],
"osmMapnik": "True",
"osmStamenToner": "True",
"ignKey": "xncfzodr1xmo4ou5cf89qlyz",
"ignStreets": "True",
"ignSatellite": "True",
Expand Down
1 change: 0 additions & 1 deletion tests/qgis-projects/tests/base_layers.qgs.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
5413731.378315685
],
"osmMapnik": "True",
"osmStamenToner": "True",
"openTopoMap": true,
"bingKey": "AgBOKzHM1S17uF6szXY93vepXIx2Cl91mkrlP-yrsngz1jdREjrtucUduz56hDNT",
"bingStreets": "True",
Expand Down
1 change: 0 additions & 1 deletion tests/qgis-projects/tests/base_layers.withdot.qgs.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
5413731.378315685
],
"osmMapnik": "True",
"osmStamenToner": "True",
"ignKey": "xncfzodr1xmo4ou5cf89qlyz",
"ignStreets": "True",
"ignSatellite": "True",
Expand Down
3 changes: 1 addition & 2 deletions tests/qgis-projects/tests/events.qgs.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,14 @@
5436768.563052116
],
"osmMapnik": "True",
"osmStamenToner": "True",
"popupLocation": "right-dock",
"pointTolerance": 25,
"lineTolerance": 10,
"polygonTolerance": 5,
"tmTimeFrameSize": 10,
"tmTimeFrameType": "seconds",
"tmAnimationFrameLength": 1000,
"startupBaselayer": "osm-stamen-toner",
"startupBaselayer": "osm-mapnik",
"datavizLocation": "right-dock",
"theme": "light",
"fixed_scale_overview_map": true
Expand Down
1 change: 0 additions & 1 deletion tests/qgis-projects/tests/overview-3857.qgs.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
5413731.378315685
],
"osmMapnik": "True",
"osmStamenToner": "True",
"ignKey": "xncfzodr1xmo4ou5cf89qlyz",
"ignStreets": "True",
"ignSatellite": "True",
Expand Down

0 comments on commit a64e98d

Please sign in to comment.