-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5466 from mhugent/maptip_geometry_optional
[needs-docs] Make maptip and geometry attribute optional in featureinfo response
- Loading branch information
Showing
14 changed files
with
105 additions
and
14 deletions.
There are no files selected for viewing
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
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
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
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
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
21 changes: 21 additions & 0 deletions
21
tests/testdata/qgis_server/wms_getfeatureinfo-text-html-geometry.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: 512 | ||
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> |
21 changes: 21 additions & 0 deletions
21
tests/testdata/qgis_server/wms_getfeatureinfo-text-html-maptip.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: 512 | ||
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>maptip</TH><TD>Name: three</TD></TR> | ||
</TABLE> | ||
</BR> | ||
</TABLE> | ||
<BR></BR> | ||
</BODY> |
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
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 |
---|---|---|
|
@@ -8,5 +8,4 @@ Feature 2 | |
id = '3' | ||
name = 'three' | ||
utf8nameè = 'three èé↓' | ||
geometry = 'Point (913204.9128 5606011.4565)' | ||
|
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
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
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
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
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