-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
tests/testdata/qgis_server/wms_getfeatureinfo-text-html.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Content-Length: 360 | ||
Content-Type: text/html; charset=utf-8 | ||
|
||
<HEAD> | ||
<TITLE> GetFeatureInfo results </TITLE> | ||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"> | ||
</HEAD> | ||
<BODY> | ||
<TABLE border=1 width=100%> | ||
<TR><TH width=25%>Layer</TH><TD>testlayer èé</TD></TR> | ||
</BR><TABLE border=1 width=100%> | ||
<TR><TH>Feature</TH><TD>2</TD></TR> | ||
<TR><TH>id</TH><TD>3</TD></TR> | ||
<TR><TH>name</TH><TD>three</TD></TR> | ||
<TR><TH>utf8nameè</TH><TD>three èé↓</TD></TR> | ||
<TR><TH>geometry</TH><TD>Point (913204.9128 5606011.4565)</TD></TR> | ||
</TABLE> | ||
</BR> | ||
</TABLE> | ||
<BR></BR> | ||
</BODY> |
12 changes: 12 additions & 0 deletions
12
tests/testdata/qgis_server/wms_getfeatureinfo-text-plain.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Content-Length: 157 | ||
Content-Type: text/plain; charset=utf-8 | ||
|
||
GetFeatureInfo results | ||
|
||
Layer 'testlayer èé' | ||
Feature 2 | ||
id = '3' | ||
name = 'three' | ||
utf8nameè = 'three èé↓' | ||
geometry = 'Point (913204.9128 5606011.4565)' | ||
|