You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/mapserver/qgsconfigparser.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ class QgsConfigParser
41
41
42
42
/**Adds layer and style specific capabilities elements to the parent node. This includes the individual layers and styles, their description, native CRS, bounding boxes, etc.
43
43
@param fullProjectInformation If true: add extended project information (does not validate against WMS schema)*/
Copy file name to clipboardExpand all lines: src/mapserver/qgsprojectparser.h
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ class QgsProjectParser: public QgsConfigParser
37
37
38
38
/**Adds layer and style specific capabilities elements to the parent node. This includes the individual layers and styles, their description, native CRS, bounding boxes, etc.
39
39
@param fullProjectInformation If true: add extended project information (does not validate against WMS schema)*/
Copy file name to clipboardExpand all lines: src/mapserver/qgssldparser.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ class QgsSLDParser: public QgsConfigParser
54
54
virtual~QgsSLDParser();
55
55
56
56
/**Adds layer and style specific capabilities elements to the parent node. This includes the individual layers and styles, their description, native CRS, bounding boxes, etc.*/
0 commit comments