Skip to content

Commit 68e3fdc

Browse files
committedFeb 1, 2016
Reword render map tiles option for clarity, add tooltip
1 parent 3df0d4a commit 68e3fdc

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed
 

‎src/ui/qgsprojectpropertiesbase.ui

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,10 +455,13 @@
455455
</item>
456456
</widget>
457457
</item>
458-
<item row="4" column="0" colspan="2">
458+
<item row="4" column="0" colspan="4">
459459
<widget class="QCheckBox" name="mMapTileRenderingCheckBox">
460+
<property name="toolTip">
461+
<string>Checking this setting avoids visible edge artefacts when rendering this project as seperate map tiles. Rendering performance will be degraded.</string>
462+
</property>
460463
<property name="text">
461-
<string>Render map tile</string>
464+
<string>Avoid artefacts when project is rendered as map tiles (degrades performance)</string>
462465
</property>
463466
</widget>
464467
</item>
@@ -2654,6 +2657,7 @@
26542657
<tabstop>pbnSelectionColor</tabstop>
26552658
<tabstop>pbnCanvasColor</tabstop>
26562659
<tabstop>cbxAbsolutePath</tabstop>
2660+
<tabstop>mMapTileRenderingCheckBox</tabstop>
26572661
<tabstop>cmbEllipsoid</tabstop>
26582662
<tabstop>leSemiMajor</tabstop>
26592663
<tabstop>leSemiMinor</tabstop>
@@ -2745,6 +2749,17 @@
27452749
<tabstop>mWCSUrlLineEdit</tabstop>
27462750
<tabstop>grpPythonMacros</tabstop>
27472751
<tabstop>scrollArea_6</tabstop>
2752+
<tabstop>mWMSName</tabstop>
2753+
<tabstop>mWMSInspire</tabstop>
2754+
<tabstop>mWMSInspireLanguage</tabstop>
2755+
<tabstop>mWMSInspireScenario2</tabstop>
2756+
<tabstop>mWMSInspireTemporalReference</tabstop>
2757+
<tabstop>mWMSInspireMetadataDate</tabstop>
2758+
<tabstop>mWMSInspireScenario1</tabstop>
2759+
<tabstop>mWMSInspireMetadataUrl</tabstop>
2760+
<tabstop>mWMSInspireMetadataUrlType</tabstop>
2761+
<tabstop>pbnLaunchOWSChecker</tabstop>
2762+
<tabstop>teOWSChecker</tabstop>
27482763
</tabstops>
27492764
<resources>
27502765
<include location="../../images/images.qrc"/>

0 commit comments

Comments
 (0)
Please sign in to comment.