Skip to content

Commit

Permalink
Add warning label
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 31, 2024
1 parent 742ae3e commit b117fb9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/ui/qgsvectorelevationpropertieswidgetbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,23 @@
<widget class="QWidget" name="mCrsPageEnabled"/>
</widget>
</item>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Vertical reference systems are supported for vector layers by:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Elevation profiles&lt;/li&gt;
&lt;li&gt;Identify tool results&lt;/li&gt;
&lt;li&gt;3D map views (when 3D view has a vertical reference system set)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;i&gt;Other tools or plugins may ignore the vertical reference system, and care should be taken to validate results accordingly.&lt;/i&gt;&lt;/p&gt;
&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
Expand Down

0 comments on commit b117fb9

Please sign in to comment.