Skip to content

Commit a8ffb33

Browse files
committed
Fix queryable on top getprojectsettings
1 parent 548af40 commit a8ffb33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testdata/qgis_server/getprojectsettings.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ Content-Type: text/xml; charset=utf-8
283283
<Attribute precision="0" type="QString" editType="TextEdit" typeName="String" name="utf8nameè" comment="" length="13"/>
284284
</Attributes>
285285
</Layer>
286-
<Layer mutuallyExclusive="0" visible="1">
286+
<Layer mutuallyExclusive="0" visible="1" queryable="1">
287287
<Name>group_name</Name>
288288
<Title>Group title</Title>
289289
<Abstract>Group abstract</Abstract>
@@ -329,7 +329,7 @@ Content-Type: text/xml; charset=utf-8
329329
</Attributes>
330330
</Layer>
331331
</Layer>
332-
<Layer mutuallyExclusive="0" visible="1">
332+
<Layer mutuallyExclusive="0" queryable="0" visible="1">
333333
<Name>groupwithoutshortname</Name>
334334
<Title>groupwithoutshortname</Title>
335335
<CRS>CRS:84</CRS>

0 commit comments

Comments
 (0)