QGIS/tests/testdata/qgis_server/wms_getfeatureinfo-text-html-geometry.txt

57 lines
981 B
Plaintext

*****
Content-Type: text/html; charset=utf-8
<!DOCTYPE html>
<head>
<title>Information</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>
body {
font-family: "Open Sans", "Calluna Sans", "Gill Sans MT", "Calibri", "Trebuchet MS", sans-serif;
}
table,
th,
td {
width: 100%;
border: 1px solid black;
border-collapse: collapse;
text-align: left;
padding: 2px;
}
th {
width: 25%;
font-weight: bold;
}
.layer-title {
font-weight: bold;
padding: 2px;
}
</style>
</head>
<body>
<div class='layer-title'>A test vector layer</div>
<table>
<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>
</body>