Fix reference and title according to @erilem comments.

This commit is contained in:
Cédric Moullet
2013-03-09 13:16:56 +01:00
parent eb6630c3f7
commit 0bf9f9a0a7
+3 -3
View File
@@ -7,7 +7,7 @@
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css" type="text/css"> <link rel="stylesheet" href="bootstrap/css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="examples.css" type="text/css"> <link rel="stylesheet" href="examples.css" type="text/css">
<link rel="stylesheet" href="bootstrap/css/bootstrap-responsive.min.css" type="text/css"> <link rel="stylesheet" href="bootstrap/css/bootstrap-responsive.min.css" type="text/css">
<title>Tiled WMS with custom projection example</title> <title>Single image WMS with custom projection example</title>
</head> </head>
<body> <body>
@@ -37,9 +37,9 @@
<h4 id="title">Single image WMS with custom projection example</h4> <h4 id="title">Single image WMS with custom projection example</h4>
<p id="shortdesc">Example of two single image WMS layers (Pixelmap 1:1'000'000 and national parks) using the projection EPSG:21781.</p> <p id="shortdesc">Example of two single image WMS layers (Pixelmap 1:1'000'000 and national parks) using the projection EPSG:21781.</p>
<div id="docs"> <div id="docs">
<p>See the <a href="wms-custom-proj.js" target="_blank">wms-single-image-custom-proj.js source</a> to see how this is done.</p> <p>See the <a href="wms-single-image-custom-proj.js" target="_blank">wms-single-image-custom-proj.js source</a> to see how this is done.</p>
</div> </div>
<div id="tags">wms, single, projection</div> <div id="tags">wms, single image, projection</div>
</div> </div>
</div> </div>